<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn &gt; .caret,
  .dropup &gt; .btn &gt; .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #31c4fb;
  text-decoration: none;
}
a:hover, a:focus {
  color: #04a1db;
  text-decoration: underline;
}
a:focus {
  outline: none;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role=button] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: 0.2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #31c4fb;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #05b3f4;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #31c4fb;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #05b3f4;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline &gt; li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "—&nbsp;";
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "&nbsp;—";
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 730px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1150px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5px;
  padding-right: 5px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -5px;
  margin-right: -5px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}

.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 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .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 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .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 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table &gt; thead &gt; tr &gt; th,
.table &gt; thead &gt; tr &gt; td,
.table &gt; tbody &gt; tr &gt; th,
.table &gt; tbody &gt; tr &gt; td,
.table &gt; tfoot &gt; tr &gt; th,
.table &gt; tfoot &gt; tr &gt; td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table &gt; thead &gt; tr &gt; th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table &gt; caption + thead &gt; tr:first-child &gt; th,
.table &gt; caption + thead &gt; tr:first-child &gt; td,
.table &gt; colgroup + thead &gt; tr:first-child &gt; th,
.table &gt; colgroup + thead &gt; tr:first-child &gt; td,
.table &gt; thead:first-child &gt; tr:first-child &gt; th,
.table &gt; thead:first-child &gt; tr:first-child &gt; td {
  border-top: 0;
}
.table &gt; tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed &gt; thead &gt; tr &gt; th,
.table-condensed &gt; thead &gt; tr &gt; td,
.table-condensed &gt; tbody &gt; tr &gt; th,
.table-condensed &gt; tbody &gt; tr &gt; td,
.table-condensed &gt; tfoot &gt; tr &gt; th,
.table-condensed &gt; tfoot &gt; tr &gt; td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td,
.table-bordered &gt; tbody &gt; tr &gt; th,
.table-bordered &gt; tbody &gt; tr &gt; td,
.table-bordered &gt; tfoot &gt; tr &gt; th,
.table-bordered &gt; tfoot &gt; tr &gt; td {
  border: 1px solid #ddd;
}
.table-bordered &gt; thead &gt; tr &gt; th,
.table-bordered &gt; thead &gt; tr &gt; td {
  border-bottom-width: 2px;
}

.table-striped &gt; tbody &gt; tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover &gt; tbody &gt; tr:hover {
  background-color: #f5f5f5;
}

table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}

.table &gt; thead &gt; tr &gt; td.active,
.table &gt; thead &gt; tr &gt; th.active, .table &gt; thead &gt; tr.active &gt; td, .table &gt; thead &gt; tr.active &gt; th,
.table &gt; tbody &gt; tr &gt; td.active,
.table &gt; tbody &gt; tr &gt; th.active,
.table &gt; tbody &gt; tr.active &gt; td,
.table &gt; tbody &gt; tr.active &gt; th,
.table &gt; tfoot &gt; tr &gt; td.active,
.table &gt; tfoot &gt; tr &gt; th.active,
.table &gt; tfoot &gt; tr.active &gt; td,
.table &gt; tfoot &gt; tr.active &gt; th {
  background-color: #f5f5f5;
}

.table-hover &gt; tbody &gt; tr &gt; td.active:hover,
.table-hover &gt; tbody &gt; tr &gt; th.active:hover, .table-hover &gt; tbody &gt; tr.active:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .active, .table-hover &gt; tbody &gt; tr.active:hover &gt; th {
  background-color: #e8e8e8;
}

.table &gt; thead &gt; tr &gt; td.success,
.table &gt; thead &gt; tr &gt; th.success, .table &gt; thead &gt; tr.success &gt; td, .table &gt; thead &gt; tr.success &gt; th,
.table &gt; tbody &gt; tr &gt; td.success,
.table &gt; tbody &gt; tr &gt; th.success,
.table &gt; tbody &gt; tr.success &gt; td,
.table &gt; tbody &gt; tr.success &gt; th,
.table &gt; tfoot &gt; tr &gt; td.success,
.table &gt; tfoot &gt; tr &gt; th.success,
.table &gt; tfoot &gt; tr.success &gt; td,
.table &gt; tfoot &gt; tr.success &gt; th {
  background-color: #dff0d8;
}

.table-hover &gt; tbody &gt; tr &gt; td.success:hover,
.table-hover &gt; tbody &gt; tr &gt; th.success:hover, .table-hover &gt; tbody &gt; tr.success:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .success, .table-hover &gt; tbody &gt; tr.success:hover &gt; th {
  background-color: #d0e9c6;
}

.table &gt; thead &gt; tr &gt; td.info,
.table &gt; thead &gt; tr &gt; th.info, .table &gt; thead &gt; tr.info &gt; td, .table &gt; thead &gt; tr.info &gt; th,
.table &gt; tbody &gt; tr &gt; td.info,
.table &gt; tbody &gt; tr &gt; th.info,
.table &gt; tbody &gt; tr.info &gt; td,
.table &gt; tbody &gt; tr.info &gt; th,
.table &gt; tfoot &gt; tr &gt; td.info,
.table &gt; tfoot &gt; tr &gt; th.info,
.table &gt; tfoot &gt; tr.info &gt; td,
.table &gt; tfoot &gt; tr.info &gt; th {
  background-color: #d9edf7;
}

.table-hover &gt; tbody &gt; tr &gt; td.info:hover,
.table-hover &gt; tbody &gt; tr &gt; th.info:hover, .table-hover &gt; tbody &gt; tr.info:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .info, .table-hover &gt; tbody &gt; tr.info:hover &gt; th {
  background-color: #c4e3f3;
}

.table &gt; thead &gt; tr &gt; td.warning,
.table &gt; thead &gt; tr &gt; th.warning, .table &gt; thead &gt; tr.warning &gt; td, .table &gt; thead &gt; tr.warning &gt; th,
.table &gt; tbody &gt; tr &gt; td.warning,
.table &gt; tbody &gt; tr &gt; th.warning,
.table &gt; tbody &gt; tr.warning &gt; td,
.table &gt; tbody &gt; tr.warning &gt; th,
.table &gt; tfoot &gt; tr &gt; td.warning,
.table &gt; tfoot &gt; tr &gt; th.warning,
.table &gt; tfoot &gt; tr.warning &gt; td,
.table &gt; tfoot &gt; tr.warning &gt; th {
  background-color: #fcf8e3;
}

.table-hover &gt; tbody &gt; tr &gt; td.warning:hover,
.table-hover &gt; tbody &gt; tr &gt; th.warning:hover, .table-hover &gt; tbody &gt; tr.warning:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .warning, .table-hover &gt; tbody &gt; tr.warning:hover &gt; th {
  background-color: #faf2cc;
}

.table &gt; thead &gt; tr &gt; td.danger,
.table &gt; thead &gt; tr &gt; th.danger, .table &gt; thead &gt; tr.danger &gt; td, .table &gt; thead &gt; tr.danger &gt; th,
.table &gt; tbody &gt; tr &gt; td.danger,
.table &gt; tbody &gt; tr &gt; th.danger,
.table &gt; tbody &gt; tr.danger &gt; td,
.table &gt; tbody &gt; tr.danger &gt; th,
.table &gt; tfoot &gt; tr &gt; td.danger,
.table &gt; tfoot &gt; tr &gt; th.danger,
.table &gt; tfoot &gt; tr.danger &gt; td,
.table &gt; tfoot &gt; tr.danger &gt; th {
  background-color: #f2dede;
}

.table-hover &gt; tbody &gt; tr &gt; td.danger:hover,
.table-hover &gt; tbody &gt; tr &gt; th.danger:hover, .table-hover &gt; tbody &gt; tr.danger:hover &gt; td, .table-hover &gt; tbody &gt; tr:hover &gt; .danger, .table-hover &gt; tbody &gt; tr.danger:hover &gt; th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive &gt; .table {
    margin-bottom: 0;
  }
  .table-responsive &gt; .table &gt; thead &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; thead &gt; tr &gt; td,
  .table-responsive &gt; .table &gt; tbody &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; tbody &gt; tr &gt; td,
  .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; th,
  .table-responsive &gt; .table &gt; tfoot &gt; tr &gt; td {
    white-space: nowrap;
  }
  .table-responsive &gt; .table-bordered {
    border: 0;
  }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
    border-left: 0;
  }
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
    border-right: 0;
  }
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
  .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
  .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=radio],
input[type=checkbox] {
  margin: 4px 0 0;
  margin-top: 1px \9 ;
  line-height: normal;
}

input[type=file] {
  display: block;
}

input[type=range] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type=file]:focus,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: none;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type=search] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type=date].form-control,
  input[type=time].form-control,
  input[type=datetime-local].form-control,
  input[type=month].form-control {
    line-height: 34px;
  }
  input[type=date].input-sm,
  .input-group-sm &gt; .input-group-btn &gt; input[type=date].btn, .input-group-sm input[type=date],
  input[type=time].input-sm,
  .input-group-sm &gt; .input-group-btn &gt; input[type=time].btn,
  .input-group-sm input[type=time],
  input[type=datetime-local].input-sm,
  .input-group-sm &gt; .input-group-btn &gt; input[type=datetime-local].btn,
  .input-group-sm input[type=datetime-local],
  input[type=month].input-sm,
  .input-group-sm &gt; .input-group-btn &gt; input[type=month].btn,
  .input-group-sm input[type=month] {
    line-height: 30px;
  }
  input[type=date].input-lg,
  .input-group-lg &gt; .input-group-btn &gt; input[type=date].btn, .input-group-lg input[type=date],
  input[type=time].input-lg,
  .input-group-lg &gt; .input-group-btn &gt; input[type=time].btn,
  .input-group-lg input[type=time],
  input[type=datetime-local].input-lg,
  .input-group-lg &gt; .input-group-btn &gt; input[type=datetime-local].btn,
  .input-group-lg input[type=datetime-local],
  input[type=month].input-lg,
  .input-group-lg &gt; .input-group-btn &gt; input[type=month].btn,
  .input-group-lg input[type=month] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9 ;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type=radio][disabled], input[type=radio].disabled, fieldset[disabled] input[type=radio],
input[type=checkbox][disabled],
input[type=checkbox].disabled,
fieldset[disabled] input[type=checkbox] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg &gt; .form-control-static.form-control,
.input-group-lg &gt; .form-control-static.input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .form-control-static.btn, .form-control-static.input-sm, .input-group-sm &gt; .form-control-static.form-control,
.input-group-sm &gt; .form-control-static.input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm &gt; .form-control,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm, .input-group-sm &gt; select.form-control,
.input-group-sm &gt; select.input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm &gt; textarea.form-control,
.input-group-sm &gt; textarea.input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; textarea.btn,
select[multiple].input-sm,
.input-group-sm &gt; select[multiple].form-control,
.input-group-sm &gt; select[multiple].input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg &gt; .form-control,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg &gt; select.form-control,
.input-group-lg &gt; select.input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg &gt; textarea.form-control,
.input-group-lg &gt; textarea.input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; textarea.btn,
select[multiple].input-lg,
.input-group-lg &gt; select[multiple].form-control,
.input-group-lg &gt; select[multiple].input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg &gt; .form-control + .form-control-feedback,
.input-group-lg &gt; .input-group-addon + .form-control-feedback,
.input-group-lg &gt; .input-group-btn &gt; .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm &gt; .form-control + .form-control-feedback,
.input-group-sm &gt; .input-group-addon + .form-control-feedback,
.input-group-sm &gt; .input-group-btn &gt; .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group &gt; .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -5px;
  margin-right: -5px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 5px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: none;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active, .btn-default.active, .open &gt; .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open &gt; .btn-default.dropdown-toggle:hover, .open &gt; .btn-default.dropdown-toggle:focus, .open &gt; .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active, .btn-default.active, .open &gt; .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #31c4fb;
  border-color: #18bdfb;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #05b3f4;
  border-color: #036a90;
}
.btn-primary:hover {
  color: #fff;
  background-color: #05b3f4;
  border-color: #0499d1;
}
.btn-primary:active, .btn-primary.active, .open &gt; .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #05b3f4;
  border-color: #0499d1;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open &gt; .btn-primary.dropdown-toggle:hover, .open &gt; .btn-primary.dropdown-toggle:focus, .open &gt; .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #0499d1;
  border-color: #036a90;
}
.btn-primary:active, .btn-primary.active, .open &gt; .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #31c4fb;
  border-color: #18bdfb;
}
.btn-primary .badge {
  color: #31c4fb;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open &gt; .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open &gt; .btn-success.dropdown-toggle:hover, .open &gt; .btn-success.dropdown-toggle:focus, .open &gt; .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open &gt; .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open &gt; .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open &gt; .btn-info.dropdown-toggle:hover, .open &gt; .btn-info.dropdown-toggle:focus, .open &gt; .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open &gt; .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open &gt; .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open &gt; .btn-warning.dropdown-toggle:hover, .open &gt; .btn-warning.dropdown-toggle:focus, .open &gt; .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open &gt; .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open &gt; .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open &gt; .btn-danger.dropdown-toggle:hover, .open &gt; .btn-danger.dropdown-toggle:focus, .open &gt; .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open &gt; .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #31c4fb;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover, .btn-link:focus {
  color: #04a1db;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg &gt; .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm &gt; .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs &gt; .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu &gt; li &gt; a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu &gt; .active &gt; a, .dropdown-menu &gt; .active &gt; a:hover, .dropdown-menu &gt; .active &gt; a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #31c4fb;
}

.dropdown-menu &gt; .disabled &gt; a, .dropdown-menu &gt; .disabled &gt; a:hover, .dropdown-menu &gt; .disabled &gt; a:focus {
  color: #777777;
}
.dropdown-menu &gt; .disabled &gt; a:hover, .dropdown-menu &gt; .disabled &gt; a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open &gt; .dropdown-menu {
  display: block;
}
.open &gt; a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right &gt; .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.btn-group,
.btn-group-vertical {
  /* position: absolute; */
  display: inline-block;
  vertical-align: middle;
}
.btn-group &gt; .btn,
.btn-group-vertical &gt; .btn {
  position: relative;
  float: left;
}
.btn-group &gt; .btn:hover, .btn-group &gt; .btn:focus, .btn-group &gt; .btn:active, .btn-group &gt; .btn.active,
.btn-group-vertical &gt; .btn:hover,
.btn-group-vertical &gt; .btn:focus,
.btn-group-vertical &gt; .btn:active,
.btn-group-vertical &gt; .btn.active {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar &gt; .btn,
.btn-toolbar &gt; .btn-group,
.btn-toolbar &gt; .input-group {
  margin-left: 5px;
}

.btn-group &gt; .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group &gt; .btn:first-child {
  margin-left: 0;
}
.btn-group &gt; .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group &gt; .btn:last-child:not(:first-child),
.btn-group &gt; .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group &gt; .btn-group {
  float: left;
}

.btn-group &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0;
}

.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group &gt; .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group &gt; .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group &gt; .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg &gt; .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg &gt; .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical &gt; .btn,
.btn-group-vertical &gt; .btn-group,
.btn-group-vertical &gt; .btn-group &gt; .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical &gt; .btn-group:before, .btn-group-vertical &gt; .btn-group:after {
  content: " ";
  display: table;
}
.btn-group-vertical &gt; .btn-group:after {
  clear: both;
}
.btn-group-vertical &gt; .btn-group &gt; .btn {
  float: none;
}
.btn-group-vertical &gt; .btn + .btn,
.btn-group-vertical &gt; .btn + .btn-group,
.btn-group-vertical &gt; .btn-group + .btn,
.btn-group-vertical &gt; .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical &gt; .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical &gt; .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical &gt; .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group-vertical &gt; .btn-group:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0;
}

.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .btn:last-child,
.btn-group-vertical &gt; .btn-group:first-child:not(:last-child) &gt; .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical &gt; .btn-group:last-child:not(:first-child) &gt; .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified &gt; .btn,
.btn-group-justified &gt; .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified &gt; .btn-group .btn {
  width: 100%;
}
.btn-group-justified &gt; .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle=buttons] &gt; .btn input[type=radio],
[data-toggle=buttons] &gt; .btn input[type=checkbox],
[data-toggle=buttons] &gt; .btn-group &gt; .btn input[type=radio],
[data-toggle=buttons] &gt; .btn-group &gt; .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*=col-] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.input-group-addon.input-sm,
.input-group-sm &gt; .input-group-addon,
.input-group-sm &gt; .input-group-btn &gt; .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg &gt; .input-group-addon,
.input-group-lg &gt; .input-group-btn &gt; .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.input-group-addon input[type=radio],
.input-group-addon input[type=checkbox] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group &gt; .btn,
.input-group-btn:first-child &gt; .dropdown-toggle,
.input-group-btn:last-child &gt; .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child &gt; .btn-group:not(:last-child) &gt; .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group &gt; .btn,
.input-group-btn:last-child &gt; .dropdown-toggle,
.input-group-btn:first-child &gt; .btn:not(:first-child),
.input-group-btn:first-child &gt; .btn-group:not(:first-child) &gt; .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn &gt; .btn {
  position: relative;
}
.input-group-btn &gt; .btn + .btn {
  margin-left: -1px;
}
.input-group-btn &gt; .btn:hover, .input-group-btn &gt; .btn:focus, .input-group-btn &gt; .btn:active {
  z-index: 2;
}
.input-group-btn:first-child &gt; .btn,
.input-group-btn:first-child &gt; .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child &gt; .btn,
.input-group-btn:last-child &gt; .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav &gt; li {
  position: relative;
  display: block;
}
.nav &gt; li &gt; a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.nav &gt; li.disabled &gt; a {
  color: #777777;
}
.nav &gt; li.disabled &gt; a:hover, .nav &gt; li.disabled &gt; a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus {
  background-color: #eeeeee;
  border-color: #31c4fb;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav &gt; li &gt; a &gt; img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs &gt; li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs &gt; li &gt; a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs &gt; li &gt; a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}
.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills &gt; li {
  float: left;
}
.nav-pills &gt; li &gt; a {
  border-radius: 4px;
}
.nav-pills &gt; li + li {
  margin-left: 2px;
}
.nav-pills &gt; li.active &gt; a, .nav-pills &gt; li.active &gt; a:hover, .nav-pills &gt; li.active &gt; a:focus {
  color: #fff;
  background-color: #31c4fb;
}

.nav-stacked &gt; li {
  float: none;
}
.nav-stacked &gt; li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified &gt; li, .nav-tabs.nav-justified &gt; li {
  float: none;
}
.nav-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified &gt; .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified &gt; li, .nav-tabs.nav-justified &gt; li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified &gt; .active &gt; a, .nav-tabs.nav-justified &gt; .active &gt; a,
.nav-tabs-justified &gt; .active &gt; a:hover,
.nav-tabs-justified &gt; .active &gt; a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified &gt; li &gt; a, .nav-tabs.nav-justified &gt; li &gt; a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified &gt; .active &gt; a, .nav-tabs.nav-justified &gt; .active &gt; a,
  .nav-tabs-justified &gt; .active &gt; a:hover,
  .nav-tabs-justified &gt; .active &gt; a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content &gt; .tab-pane {
  display: none;
}
.tab-content &gt; .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 5px;
  padding-left: 5px;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse:before, .navbar-collapse:after {
  content: " ";
  display: table;
}
.navbar-collapse:after {
  clear: both;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container &gt; .navbar-header,
.container &gt; .navbar-collapse,
.container-fluid &gt; .navbar-header,
.container-fluid &gt; .navbar-collapse {
  margin-right: -5px;
  margin-left: -5px;
}
@media (min-width: 768px) {
  .container &gt; .navbar-header,
  .container &gt; .navbar-collapse,
  .container-fluid &gt; .navbar-header,
  .container-fluid &gt; .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 5px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand &gt; img {
  display: block;
}
@media (min-width: 768px) {
  .navbar &gt; .container .navbar-brand, .navbar &gt; .container-fluid .navbar-brand {
    margin-left: -5px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 5px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: 0;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}

.navbar-nav {
  margin: 7.5px -5px;
}
.navbar-nav &gt; li &gt; a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav &gt; li {
    float: left;
  }
  .navbar-nav &gt; li &gt; a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.navbar-form {
  margin-left: -5px;
  margin-right: -5px;
  padding: 10px 5px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group &gt; .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.navbar-nav &gt; li &gt; .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav &gt; li &gt; .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm &gt; .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs &gt; .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -5px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #fff;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #fff;
}
.navbar-default .navbar-nav &gt; li &gt; a {
  color: #fff;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus {
  color: #333;
  background-color: transparent;
}
.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.navbar-default .navbar-nav &gt; .disabled &gt; a, .navbar-default .navbar-nav &gt; .disabled &gt; a:hover, .navbar-default .navbar-nav &gt; .disabled &gt; a:focus {
  color: #ccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #ddd;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #fff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a, .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover, .navbar-default .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #fff;
}
.navbar-default .navbar-link:hover {
  color: #333;
}
.navbar-default .btn-link {
  color: #fff;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav &gt; li &gt; a {
  color: #9d9d9d;
}
.navbar-inverse .navbar-nav &gt; li &gt; a:hover, .navbar-inverse .navbar-nav &gt; li &gt; a:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav &gt; .active &gt; a, .navbar-inverse .navbar-nav &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav &gt; .active &gt; a:focus {
  color: #fff;
  background-color: #090909;
}
.navbar-inverse .navbar-nav &gt; .disabled &gt; a, .navbar-inverse .navbar-nav &gt; .disabled &gt; a:hover, .navbar-inverse .navbar-nav &gt; .disabled &gt; a:focus {
  color: #444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav &gt; .open &gt; a, .navbar-inverse .navbar-nav &gt; .open &gt; a:hover, .navbar-inverse .navbar-nav &gt; .open &gt; a:focus {
  background-color: #090909;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .dropdown-header {
    border-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
    color: #fff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
    color: #fff;
    background-color: #090909;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: #9d9d9d;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb &gt; li {
  display: inline-block;
}
.breadcrumb &gt; li + li:before {
  content: "/&nbsp;";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb &gt; .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination &gt; li {
  display: inline;
}
.pagination &gt; li &gt; a,
.pagination &gt; li &gt; span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #31c4fb;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination &gt; li:first-child &gt; a,
.pagination &gt; li:first-child &gt; span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination &gt; li:last-child &gt; a,
.pagination &gt; li:last-child &gt; span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination &gt; li &gt; a:hover, .pagination &gt; li &gt; a:focus,
.pagination &gt; li &gt; span:hover,
.pagination &gt; li &gt; span:focus {
  z-index: 2;
  color: #04a1db;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination &gt; .active &gt; a, .pagination &gt; .active &gt; a:hover, .pagination &gt; .active &gt; a:focus,
.pagination &gt; .active &gt; span,
.pagination &gt; .active &gt; span:hover,
.pagination &gt; .active &gt; span:focus {
  z-index: 3;
  color: #fff;
  background-color: #31c4fb;
  border-color: #31c4fb;
  cursor: default;
}
.pagination &gt; .disabled &gt; span,
.pagination &gt; .disabled &gt; span:hover,
.pagination &gt; .disabled &gt; span:focus,
.pagination &gt; .disabled &gt; a,
.pagination &gt; .disabled &gt; a:hover,
.pagination &gt; .disabled &gt; a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg &gt; li &gt; a,
.pagination-lg &gt; li &gt; span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg &gt; li:first-child &gt; a,
.pagination-lg &gt; li:first-child &gt; span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg &gt; li:last-child &gt; a,
.pagination-lg &gt; li:last-child &gt; span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm &gt; li &gt; a,
.pagination-sm &gt; li &gt; span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm &gt; li:first-child &gt; a,
.pagination-sm &gt; li:first-child &gt; span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm &gt; li:last-child &gt; a,
.pagination-sm &gt; li:last-child &gt; span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li &gt; a,
.pager li &gt; span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li &gt; a:hover,
.pager li &gt; a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}
.pager .next &gt; a,
.pager .next &gt; span {
  float: right;
}
.pager .previous &gt; a,
.pager .previous &gt; span {
  float: left;
}
.pager .disabled &gt; a,
.pager .disabled &gt; a:hover,
.pager .disabled &gt; a:focus,
.pager .disabled &gt; span {
  color: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #31c4fb;
}
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #05b3f4;
}

.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs &gt; .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active &gt; .badge, .nav-pills &gt; .active &gt; a &gt; .badge {
  color: #31c4fb;
  background-color: #fff;
}
.list-group-item &gt; .badge {
  float: right;
}
.list-group-item &gt; .badge + .badge {
  margin-right: 5px;
}
.nav-pills &gt; li &gt; a &gt; .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron &gt; hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
  padding-left: 5px;
  padding-right: 5px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail &gt; img,
.thumbnail a &gt; img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #31c4fb;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert &gt; p,
.alert &gt; ul {
  margin-bottom: 0;
}
.alert &gt; p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #31c4fb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media &gt; .pull-right {
  padding-left: 10px;
}

.media-left,
.media &gt; .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #31c4fb;
  border-color: #31c4fb;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading &gt; small,
.list-group-item.active .list-group-item-heading &gt; .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading &gt; small,
.list-group-item.active:hover .list-group-item-heading &gt; .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading &gt; small,
.list-group-item.active:focus .list-group-item-heading &gt; .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #f9fdff;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading &gt; .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title &gt; a,
.panel-title &gt; small,
.panel-title &gt; .small,
.panel-title &gt; small &gt; a,
.panel-title &gt; .small &gt; a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel &gt; .list-group,
.panel &gt; .panel-collapse &gt; .list-group {
  margin-bottom: 0;
}
.panel &gt; .list-group .list-group-item,
.panel &gt; .panel-collapse &gt; .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel &gt; .list-group:first-child .list-group-item:first-child,
.panel &gt; .panel-collapse &gt; .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel &gt; .list-group:last-child .list-group-item:last-child,
.panel &gt; .panel-collapse &gt; .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel &gt; .panel-heading + .panel-collapse &gt; .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel &gt; .table,
.panel &gt; .table-responsive &gt; .table,
.panel &gt; .panel-collapse &gt; .table {
  margin-bottom: 0;
}
.panel &gt; .table caption,
.panel &gt; .table-responsive &gt; .table caption,
.panel &gt; .panel-collapse &gt; .table caption {
  padding-left: 15px;
  padding-right: 15px;
}
.panel &gt; .table:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; thead:first-child &gt; tr:first-child th:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child td:last-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child &gt; tbody:first-child &gt; tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel &gt; .table:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:first-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tbody:last-child &gt; tr:last-child th:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child td:last-child,
.panel &gt; .table-responsive:last-child &gt; .table:last-child &gt; tfoot:last-child &gt; tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel &gt; .panel-body + .table,
.panel &gt; .panel-body + .table-responsive,
.panel &gt; .table + .panel-body,
.panel &gt; .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child th,
.panel &gt; .table &gt; tbody:first-child &gt; tr:first-child td {
  border-top: 0;
}
.panel &gt; .table-bordered,
.panel &gt; .table-responsive &gt; .table-bordered {
  border: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:first-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:first-child {
  border-left: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr &gt; td:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; th:last-child,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr &gt; td:last-child {
  border-right: 0;
}
.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
.panel &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
.panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
.panel &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; thead &gt; tr:first-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:first-child &gt; th {
  border-bottom: 0;
}
.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
.panel &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tbody &gt; tr:last-child &gt; th,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; td,
.panel &gt; .table-responsive &gt; .table-bordered &gt; tfoot &gt; tr:last-child &gt; th {
  border-bottom: 0;
}
.panel &gt; .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse &gt; .panel-body,
.panel-group .panel-heading + .panel-collapse &gt; .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default &gt; .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #ddd;
}
.panel-default &gt; .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #31c4fb;
}
.panel-primary &gt; .panel-heading {
  color: #fff;
  background-color: #31c4fb;
  border-color: #31c4fb;
}
.panel-primary &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #31c4fb;
}
.panel-primary &gt; .panel-heading .badge {
  color: #31c4fb;
  background-color: #fff;
}
.panel-primary &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #31c4fb;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success &gt; .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success &gt; .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info &gt; .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #bce8f1;
}
.panel-info &gt; .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning &gt; .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #faebcc;
}
.panel-warning &gt; .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger &gt; .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger &gt; .panel-heading + .panel-collapse &gt; .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger &gt; .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger &gt; .panel-footer + .panel-collapse &gt; .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}
.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover &gt; .arrow, .popover &gt; .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover &gt; .arrow {
  border-width: 11px;
}

.popover &gt; .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top &gt; .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top &gt; .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right &gt; .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right &gt; .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom &gt; .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom &gt; .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left &gt; .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left &gt; .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner &gt; .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner &gt; .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner &gt; .item.next, .carousel-inner &gt; .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner &gt; .item.prev, .carousel-inner &gt; .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner &gt; .item.next.left, .carousel-inner &gt; .item.prev.right, .carousel-inner &gt; .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner &gt; .active,
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  display: block;
}
.carousel-inner &gt; .active {
  left: 0;
}
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner &gt; .next {
  left: 100%;
}
.carousel-inner &gt; .prev {
  left: -100%;
}
.carousel-inner &gt; .next.left,
.carousel-inner &gt; .prev.right {
  left: 0;
}
.carousel-inner &gt; .active.left {
  left: -100%;
}
.carousel-inner &gt; .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:hover, .carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: "‹";
}
.carousel-control .icon-next:before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9 ;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/* ====================================================== */
/*            NUBILES.LIVECAMS.COM                        */
/* ====================================================== */
/*BASE  COLORS */
/* Swapping colors */
/*nub blue*/
/*nub black*/
/*indirect color variables */
/*BASIC COLORS */
/*MODEL STATUS COLORS*/
/*TRANSPARENT COLORS */
/* =======LOGO============ */
.navbar-header .navbar-brand {
  background-image: url("/new/images/nubiles.png");
}

.btn-primary {
  background-color: #63b9ff;
  color: #fff;
  border-color: #63b9ff;
}
.btn-primary:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.btn-primary.btn-lg.radius-10, .btn-group-lg &gt; .btn-primary.radius-10.btn {
  background-color: transparent;
  border-radius: 6px !important;
  padding: 12px 48px;
  border: 1px solid #63b9ff !important;
  color: #63b9ff !important;
}
.btn-primary.btn-lg.radius-10:hover, .btn-group-lg &gt; .btn-primary.radius-10.btn:hover {
  background-color: #63b9ff !important;
  color: #fff !important;
}

.toggle.btn .toggle-group label.btn-primary {
  border-color: #fff !important;
  background-color: #3698CA !important;
  color: #fff !important;
}
.toggle.btn .toggle-group label.btn-primary:hover {
  border-color: #fff;
}

.navbar-default .navbar-nav &gt; .open &gt; a, .navbar-default .navbar-nav &gt; .open &gt; a:hover, .navbar-default .navbar-nav &gt; .open &gt; a:focus {
  background-color: #63b9ff;
  color: #fff;
}

.navbar-default .navbar-nav &gt; .active &gt; a, .navbar-default .navbar-nav &gt; .active &gt; a:hover, .navbar-default .navbar-nav &gt; .active &gt; a:focus {
  color: #63b9ff !important;
  background-color: #fff !important;
}

.navbar-default .navbar-nav &gt; li &gt; a {
  color: rgb(51, 51, 51) !important;
}

.navbar-default .navbar-nav &gt; li &gt; a:hover {
  color: #63b9ff !important;
}

.navbar-default .navbar-nav &gt; li &gt; a.credits-btn:hover {
  color: #fff !important;
}

.grid-nav .navbar-nav &gt; li &gt; a {
  background-color: #63b9ff !important;
  color: #fff !important;
  margin-right: 5px;
  border-radius: 16px;
  padding: 6px 12px;
}
.grid-nav .navbar-nav &gt; li &gt; a:hover {
  background-color: #000 !important;
  color: #fff !important;
}
.grid-nav .navbar-nav &gt; li &gt; a:focus {
  background-color: #000;
}

.grid-nav .custom-nav &gt; li &gt; a.active {
  background-color: #000;
}

.grid-nav .navbar-nav &gt; li.open &gt; a {
  background-color: #000 !important;
  color: #fff !important;
}

.login-menu-btn:hover, .login-menu-btn {
  color: rgb(72, 72, 72) !important;
}

.login-menu-btn:hover, .login-menu-btn.active:hover {
  color: #63b9ff !important;
}

.offline-overlay .status-container h1, .offline-overlay .status-container h4 {
  text-shadow: 0px 0px 20px #464646;
}

.live-stream {
  background-color: #fff;
}

.account-menu {
  color: rgb(72, 72, 72) !important;
}

.account-menu .user-alert {
  color: rgb(72, 72, 72) !important;
}
.account-menu .user-alert i {
  color: #63b9ff !important;
}
.account-menu .user-alert a {
  color: #63b9ff !important;
}

.account-menu .user-credits a {
  color: #63b9ff !important;
}

a {
  color: #63b9ff;
}
a:hover {
  color: #3698CA;
}

a.info:hover {
  color: #63b9ff !important;
}

.custom-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus, .custom-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:hover, .custom-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
  color: #63b9ff !important;
}

.bonus-wrapper .overlay:hover {
  color: #63b9ff !important;
}

.btn-default {
  color: #333;
  background-color: #e7e7e7;
}

.spotlight-overlay .img-logo {
  background-image: url("/new/images/nubiles.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 50px;
  display: none;
}

.join-bg-image {
  background-image: url("/new/images/seventeenlive/join_image.jpg");
}

.custom-tabs &gt; li &gt; a:hover {
  color: #000 !important;
}

.login-menu-btn.active {
  color: #63b9ff;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
}
.login-menu-btn.active:hover {
  color: #000;
}

.menu-btn, .mobile-credits p, .mobile-credits i {
  color: rgb(72, 72, 72) !important;
}

.custom-mobile-menu &gt; li &gt; a {
  color: rgb(72, 72, 72) !important;
}

.custom-mobile-menu &gt; li.active &gt; a {
  color: #63b9ff !important;
}
.custom-mobile-menu &gt; li.active &gt; a:hover {
  background-color: #f5f5f5 !important;
}

.landing-body .comment-row .comment-broadcaster, .media-body .comment-row .comment-broadcaster {
  background-color: rgba(99, 185, 255, 0.2) !important;
}
.landing-body .comment-row .comment-broadcaster .comment-arrow, .media-body .comment-row .comment-broadcaster .comment-arrow {
  border-right: 15px solid rgba(99, 185, 255, 0.2) !important;
}

@media (min-width: 992px) {
  .lg-align {
    padding-left: 10px !important;
    padding-right: 0 !important;
  }
}

.pull-across {
  margin: 0 -10px !important;
}

.gutter-0 {
  padding-left: 0;
  padding-right: 0;
}

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

.padding-6 {
  padding: 6px;
}

.gutter-5 {
  margin-left: -2.5px;
  margin-right: -2.5px;
}
.gutter-5 &gt; [class^=col-] {
  padding-left: 2.5px;
  padding-right: 2.5px;
}

.gutter-6 {
  margin-left: -3px;
  margin-right: -3px;
}
.gutter-6 &gt; [class^=col-] {
  padding-left: 3px;
  padding-right: 3px;
}

.gutter-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.gutter-2 {
  margin-left: 2px;
  margin-right: 2px;
}
.gutter-2 &gt; [class^=col-] {
  padding-left: 1px;
  padding-right: 1px;
}

.gutter-10 {
  padding-left: 5px;
  padding-right: 5px;
}

.gutter-20 {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .gutter-20 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.bottom-5 {
  padding-bottom: 5px;
}
@media (min-width: 991px) and (max-width: 1200px) {
  .bottom-5 {
    padding-bottom: 3px;
  }
}

.bottom-10 {
  padding-bottom: 10px;
}

.top-5 {
  padding-top: 5px !important;
}

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

.top-10 {
  padding-top: 10px;
}

.top-20 {
  padding-top: 20px;
}

.top-50 {
  padding-top: 50px;
}

.bottom-50 {
  padding-bottom: 50px;
}

@media (max-width: 991px) and (orientation: portrait) {
  body.tablet .top-40-sm {
    padding-top: 40px;
  }
}

.left-0 {
  padding-left: 0 !important;
}

.left-10 {
  padding-left: 10px !important;
}

.lr-25 {
  padding-left: 25px;
  padding-right: 25px;
}

.bottom-25 {
  padding-bottom: 25px;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

@media (max-width: 650px) {
  .smt-10 {
    margin-top: 10px;
  }
}

/*POSITIONING OVERRIDES*/
.absolute {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bottom-stick {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -34px;
  z-index: 5;
  width: 100%;
  max-width: 100%;
  line-height: 16px;
  background-color: #222;
  height: 35px;
  -webkit-background-clip: content-box;
  background-clip: content-box;
}
.bottom-stick a.main-grid-btn {
  z-index: 6;
  text-align: center;
  border-radius: 0;
  font-weight: bold;
  text-transform: lowercase;
  width: 70%;
  max-width: calc(100% - 90px);
  margin: 0;
  float: left;
  font-size: 18px;
  line-height: 35px;
  padding: 0px;
  height: 35px;
  -webkit-background-clip: content-box;
  background-clip: content-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bottom-stick a.main-grid-btn.full-width {
  width: 100%;
  max-width: 100%;
}
.bottom-stick a.main-grid-btn.snapchat-grid-btn {
  background-color: #fff400;
  color: #000 !important;
  text-transform: uppercase;
  text-decoration: none;
}
.bottom-stick a.main-grid-btn.snapchat-grid-btn:hover {
  background-color: #f8ed00;
}
@media (min-width: 1350px) {
  .bottom-stick.framed-bottom-stick {
    width: calc(100% + 18px);
    max-width: calc(100% + 18px);
  }
}

.zoom .bottom-stick {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);
}

.initial-pos {
  position: initial;
}

.relative {
  position: relative;
}

/*SCALE - WIDTH OVERRIDES */
.w100 {
  width: 100%;
}

/*FLOATS*/
@media (max-width: 1200px) and (min-width: 992px) {
  .pull-left-md {
    float: left !important;
  }
}

@media (min-width: 768px) {
  .pull-right-sm-up {
    float: right !important;
  }
}

/*CLEARS*/
.clear-both {
  clear: both;
}

/*COLORS*/
.color-inherit {
  color: inherit !important;
}

.font-success {
  color: rgb(92, 184, 92);
}

/*FONT SIZES */
@media (max-width: 400px) {
  .font-small {
    font-size: 12px;
    margin: 0 0 5px 0;
  }
}
.font-10 {
  font-size: 10px;
}

/*BORDER RADIUSES*/
.radius-5 {
  border-radius: 5px !important;
}

.radius-10 {
  border-radius: 10px !important;
}

.radius-15 {
  border-radius: 15px !important;
}

/*ELLIPSIS*/
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hover {
  position: relative;
  overflow: hidden;
}
.hover .dark-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-decoration: none;
}
.hover:hover .dark-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.transparent {
  color: transparent;
}

.label-inline {
  display: inline-block;
  padding: 5px;
  vertical-align: text-top;
}

/*SHADOWS*/
.text-shadow {
  text-shadow: 0px 0px 5px rgb(51, 51, 51);
}

/*TEXT */
.msg-unread {
  font-weight: bold;
}

.messaging-next a, .messaging-prev a {
  background-color: transparent !important;
}

*:focus {
  outline: none !important;
}

/*GLOBAL RULES*/
ul {
  list-style-type: none;
}

/*LOADER ISSUE*/
.vh-90 {
  min-height: 90vh;
}

/*BODY OVERRIDE*/
@media (min-width: 1350px) {
  body {
    max-width: 94%;
    margin: 0 auto;
  }
}

@media (min-width: 1350px) {
  .online-offline {
    margin-top: 5px;
  }
}

.join-bg-image {
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 455px;
}

.max-600 {
  max-height: 600px;
}

a:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  .col-lg-1-8 {
    width: 12.5%;
  }
}

.picture-holder {
  text-align: center;
  line-height: 138px;
  height: 148px;
  width: 172px;
  display: table-cell;
  vertical-align: middle;
  border: 1px solid #ddd;
  overflow: hidden;
}
.picture-holder img {
  vertical-align: middle;
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.picture-holder:hover img {
  opacity: 0.7;
}

.round-30 {
  border-radius: 30px;
}

.left-35 {
  padding-left: 35px;
}

.search-icon {
  position: absolute !important;
  left: 0px !important;
  top: 0px !important;
  margin-top: 8px !important;
}

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

.bold {
  font-weight: bold;
}

.landing-body, .media-body { /* hover previous stars in list */ }
.landing-body .play-btn, .media-body .play-btn {
  font-size: 28px;
  line-height: 50px;
  font-weight: bold;
}
.landing-body .free-access-btn, .media-body .free-access-btn {
  padding: 10px;
  font-size: 36px;
}
@media (max-width: 767px) {
  .landing-body .free-access-btn, .media-body .free-access-btn {
    font-size: 22px;
    line-height: 35px;
  }
}
.landing-body .rating, .media-body .rating {
  border: none;
  vertical-align: middle;
  margin-top: 20px;
  margin-bottom: 10px;
  /***** CSS Magic to Highlight Stars on Hover *****/
}
.landing-body .rating input, .media-body .rating input {
  display: none;
}
.landing-body .rating label:before, .media-body .rating label:before {
  margin: 5px;
  font-size: 32px;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}
.landing-body .rating .half:before, .media-body .rating .half:before {
  content: "\f089";
  position: absolute;
}
.landing-body .rating label, .media-body .rating label {
  float: right;
}
.landing-body .rating &gt; input:checked ~ label,
.landing-body .rating:not(:checked) &gt; label:hover,
.landing-body .rating:not(:checked) &gt; label:hover ~ label, .media-body .rating &gt; input:checked ~ label,
.media-body .rating:not(:checked) &gt; label:hover,
.media-body .rating:not(:checked) &gt; label:hover ~ label {
  color: #FFD700;
}
.landing-body .rating &gt; input:checked + label:hover,
.landing-body .rating &gt; input:checked ~ label:hover,
.landing-body .rating &gt; label:hover ~ input:checked ~ label,
.landing-body .rating &gt; input:checked ~ label:hover ~ label, .media-body .rating &gt; input:checked + label:hover,
.media-body .rating &gt; input:checked ~ label:hover,
.media-body .rating &gt; label:hover ~ input:checked ~ label,
.media-body .rating &gt; input:checked ~ label:hover ~ label {
  color: #FFED85;
}
.landing-body .shrunk-row, .media-body .shrunk-row {
  max-width: 1150px;
  margin: 0 auto;
}
.landing-body .recording-sample, .media-body .recording-sample {
  width: 100%;
  background-color: white;
  margin-top: 20px;
}
.landing-body .recording-sample .recording-sample-timeout, .media-body .recording-sample .recording-sample-timeout {
  width: 100%;
  height: 100%;
  z-index: 5;
  position: absolute;
  top: 0px;
  left: 0px;
}
.landing-body .recording-sample .recording-sample-timeout h3, .landing-body .recording-sample .recording-sample-timeout h2, .media-body .recording-sample .recording-sample-timeout h3, .media-body .recording-sample .recording-sample-timeout h2 {
  text-shadow: 0px 0px 10px black;
  margin-top: 150px;
  text-align: center;
  color: white;
}
.landing-body .recording-sample .jw-logo, .media-body .recording-sample .jw-logo {
  height: 30px !important;
  width: 60px !important;
  background-size: contain !important;
  margin: 10px 0 !important;
}
.landing-body #wall-message-form .form-control, .media-body #wall-message-form .form-control {
  background-color: #f2f2f2;
}
.landing-body .comment-row, .media-body .comment-row {
  margin-top: 20px;
}
.landing-body .comment-row .avatar-container, .media-body .comment-row .avatar-container {
  display: block;
  width: 75px;
  height: 75px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 50%;
}
.landing-body .comment-row .avatar-container .avatar, .media-body .comment-row .avatar-container .avatar {
  background-image: url("https://new.secretfriends.com/new/images/placeholders/default-avatar.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}
.landing-body .comment-row .user-name, .media-body .comment-row .user-name {
  display: block;
  text-align: center;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
}
.landing-body .comment-row .comment-section, .media-body .comment-row .comment-section {
  margin-left: 20px;
  background-color: #f2f2f2;
  padding: 20px;
}
@media (max-width: 767px) {
  .landing-body .comment-row .comment-section, .media-body .comment-row .comment-section {
    padding: 15px;
  }
}
.landing-body .comment-row .comment-section .replies-container .reply-wrapper, .media-body .comment-row .comment-section .replies-container .reply-wrapper {
  font-style: italic;
  background-color: rgba(155, 155, 155, 0.1);
  padding: 10px;
}
.landing-body .comment-row .comment-section .replies-container .reply-wrapper .reply-avatar, .media-body .comment-row .comment-section .replies-container .reply-wrapper .reply-avatar {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.landing-body .comment-row .comment-section .replies-container .reply-wrapper .reply-content, .media-body .comment-row .comment-section .replies-container .reply-wrapper .reply-content {
  padding-left: 50px;
}
.landing-body .comment-row .comment-section .replies-container .reply-wrapper .published, .media-body .comment-row .comment-section .replies-container .reply-wrapper .published {
  font-size: 12px;
  text-align: right;
}
.landing-body .comment-row .comment-section .comment-arrow, .media-body .comment-row .comment-section .comment-arrow {
  border-bottom: 15px solid transparent;
  border-right: 15px solid #f2f2f2;
  border-top: 15px solid transparent;
  height: 0;
  left: 10px;
  position: absolute;
  top: 20px;
  width: 0;
}
.landing-body .comment-row .comment-section .comment .comment-rating, .media-body .comment-row .comment-section .comment .comment-rating {
  display: inline-block;
  max-width: 20px;
}
@media (max-width: 767px) {
  .landing-body .comment-row .comment-section .comment .comment-rating, .media-body .comment-row .comment-section .comment .comment-rating {
    max-width: 15px;
  }
}
.landing-body .comment-row .comment-section .comment .comment-rating.empty, .media-body .comment-row .comment-section .comment .comment-rating.empty {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.landing-body .comment-row .comment-section .comment .average, .media-body .comment-row .comment-section .comment .average {
  vertical-align: sub;
  display: inline-block;
  width: 100px;
}
@media (max-width: 767px) {
  .landing-body .comment-row .comment-section .comment .average, .media-body .comment-row .comment-section .comment .average {
    width: 85px;
  }
}
.landing-body .comment-row .comment-section .comment .message, .media-body .comment-row .comment-section .comment .message {
  font-weight: bold;
}
.landing-body .comment-row .comment-section .comment .published, .media-body .comment-row .comment-section .comment .published {
  display: block;
  text-align: right;
  font-size: 12px;
  font-style: italic;
}
.landing-body .comment-row .comment-broadcaster, .media-body .comment-row .comment-broadcaster {
  background-color: rgba(231, 231, 231, 0.2);
}
.landing-body .comment-row .comment-broadcaster .comment-arrow, .media-body .comment-row .comment-broadcaster .comment-arrow {
  border-right: 15px solid rgba(231, 231, 231, 0.2);
}

.bio-container .bio {
  font-style: italic;
  padding: 0 10px 0 0;
  margin-top: 10px;
  height: 80px;
  overflow: hidden;
}
.bio-container .bio h4 {
  font-style: normal;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 5px;
}
.bio-container .bio img.answer-icon {
  max-width: 16px;
  opacity: 0.7;
}

.info-top {
  text-align: center;
  padding: 15px;
  background-color: #f2f2f2;
  width: 100%;
}

.info-bottom {
  text-align: center;
  background-color: #f2f2f2;
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0px;
  z-index: 25;
}

.btn-alt {
  background-color: #ffa500;
}
.btn-alt:hover, .btn-alt:active {
  background-color: #e69500;
}

.ranking {
  opacity: 0;
  -webkit-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
  color: white;
  font-size: 62px;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0px;
  right: 0px;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-backface-visibility: hidden;
  backface-visiblity: hidden;
  text-shadow: 0px 0px 3px #000;
}

.overlay-wrapper:hover .ranking {
  opacity: 1;
}

.status-message {
  position: absolute;
  top: 40px;
  right: 0px;
  display: block;
  z-index: 5;
}
.status-message .status-btn {
  background: none;
  display: block;
  border: 0;
  z-index: 5;
  color: white;
  text-shadow: 0px 0px 5px black;
}
.status-message .status-btn:hover {
  color: #e7e7e7;
}
.status-message .popover.left {
  width: 180px !important;
  left: initial !important;
  top: -10px !important;
  right: 50px !important;
  background-color: rgba(245, 128, 0, 0.7);
  color: #fff;
  border: none;
}
.status-message .popover.left .arrow {
  top: 25px !important;
  right: -10px !important;
  border-left-color: rgba(245, 128, 0, 0.7);
}
.status-message .popover.left .arrow::after {
  display: none;
}

@media (max-width: 991px) {
  .register-info {
    margin-bottom: 50px;
  }
}

@media (max-width: 767px) and (orientation: landscape) {
  .live-body .top-50 {
    padding-top: 0 !important;
  }
  .live-body .navbar-fixed-top {
    position: relative;
    left: -5px;
    width: 100vw;
  }
  .live-body .chat-interface .live-stream .content-setting {
    text-align: center;
  }
  .live-body .chat-interface .live-stream .content-setting #canvas-webcam {
    width: initial;
  }
}
@media (min-width: 768px) {
  #canvas-webcam {
    width: 100% !important;
  }
}

.wish-wrapper {
  padding: 10px;
  background-color: rgba(49, 196, 251, 0.15);
  height: 100%;
  padding-bottom: 50px;
  position: relative;
}
.wish-wrapper .title {
  font-weight: bold;
}
.wish-wrapper .description {
  margin: 0;
  word-break: break-word;
  height: 80px;
  overflow: hidden;
  border-bottom: 1px solid #b3b3b3;
}
.wish-wrapper .bottom {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  padding: 0 5px;
  margin: 0;
}
.wish-wrapper .bottom .credits {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
}

/*JOIN PAGE */
.bg-inherit {
  background-color: #fff;
}

.fixed-bg-image {
  background-image: url("/new/images/bg_big.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 50px;
}

.join-container {
  position: relative;
  padding-top: 50px;
}
.join-container .absolute-center {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .join-container {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .guest #loadingSign-webcam {
    display: block !important;
  }
}
.preview-block .tip-holder .tip-container .quicktip-dropup .dropdown-menu, .offline-block .tip-holder .tip-container .quicktip-dropup .dropdown-menu {
  left: initial;
  right: 0px;
}
.preview-block #preview-smileys-status, .offline-block #preview-smileys-status {
  font-size: 12px;
  padding: 5px;
  position: absolute;
  right: 5px;
  top: 10px;
  z-index: 2;
}
.preview-block .stickers-down-dropdown, .offline-block .stickers-down-dropdown {
  position: initial;
  height: 40px;
  overflow: hidden;
  direction: rtl;
  display: block;
}
.preview-block .stickers-down-dropdown .stickers-dropdown-btn, .offline-block .stickers-down-dropdown .stickers-dropdown-btn {
  position: relative;
  width: 30px;
  text-align: center;
}
.preview-block .stickers-down-dropdown .sticker-dropdown-menu, .offline-block .stickers-down-dropdown .sticker-dropdown-menu {
  left: 0px !important;
  top: 100% !important;
  width: 100% !important;
  direction: ltr;
}
.preview-block .content-setting, .offline-block .content-setting {
  position: relative !important;
}

.alert {
  border-radius: 0px;
}

.alert-info {
  background-color: rgba(50, 197, 251, 0.15);
  border: 0;
  color: #333;
}

video#rec-preview-video.limited {
  max-height: 660px;
  max-height: 80vh;
  background: #000;
}

#latest-snapshot-container {
  position: relative;
  overflow: hidden;
}

.navbar-header {
  max-height: 50px;
}
.navbar-header .navbar-brand {
  width: 220px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  padding: 0;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .navbar-header .navbar-brand {
    width: 155px;
    max-height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-header .navbar-brand {
    width: 165px;
    max-height: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-header .navbar-brand {
    width: 150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar-header .navbar-brand {
    margin-left: 0 !important;
  }
}
@media (max-width: 375px) {
  .navbar-header .navbar-brand {
    width: 130px !important;
  }
}
@media (max-width: 340px) {
  .navbar-header .navbar-brand {
    width: 110px !important;
  }
}

.language-dropdown-menu {
  background-color: #e7e7e7;
  margin-top: 0px;
  border: 0;
  border-radius: 0;
  border-bottom-left-radius: 5px;
  min-width: 115%;
  min-width: calc(100% + 45px);
  top: initial;
  padding: 5px;
  left: -35px;
}
.language-dropdown-menu .language-selector a {
  opacity: 0.55;
}
.language-dropdown-menu .language-selector a.active, .language-dropdown-menu .language-selector a:hover {
  opacity: 1;
}

.jw-logo.jw-logo-bottom-right {
  width: 100% !important;
  height: 8% !important;
  margin: 0 0 -40px 0 !important;
  background-size: cover;
  background-position: right top;
}

#private-friend-chat .peekhole-container {
  position: relative;
  width: 190px;
  height: 190px;
}
#private-friend-chat .peekhole-container .peekhole-frame {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}
#private-friend-chat .peekhole-container .peekhole-content {
  width: 90px;
  height: 90px;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  bottom: 15px;
  left: 17px;
  z-index: 1;
  background-position: center center;
}

#preview-placeholder {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#preview-placeholder.contained-top {
  background-position: center 35px;
  background-size: contain;
}

#webcam.event-guest-webcam video {
  pointer-events: none;
  -webkit-filter: blur(30px);
          filter: blur(30px);
}

.mobile-live {
  height: 100vh !important;
  overflow-y: hidden;
}
.mobile-live .register-info {
  margin-bottom: 10px !important;
  color: white !important;
  text-shadow: 0px 0px 5px #333;
}
.mobile-live #private-friend-chat {
  display: none;
}
.mobile-live header {
  visibility: hidden;
}
.mobile-live .top-50 {
  padding-top: 0 !important;
}
.mobile-live .btn-bar-live, .mobile-live .claim-credits-overlay {
  display: none;
}
.mobile-live .chat-interface {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.mobile-live .chat-interface .model-title {
  color: white;
  text-align: center;
  position: fixed;
  top: 6px;
  left: 50%;
  font-size: 16px;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  text-shadow: 0px 0px 10px #333;
}
.mobile-live .chat-interface .model-title .vibrator-icon {
  position: relative;
  display: inline-block;
  vertical-align: sub;
}
.mobile-live .chat-interface .model-title .vibrator-icon img {
  width: 18px;
}
.mobile-live .chat-interface .touch-info {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 100vh;
  z-index: 50;
  padding-top: 150px;
  padding-top: 30vh;
}
.mobile-live .chat-interface .touch-info img {
  margin: 0 auto;
  display: block;
  max-width: 175px;
  max-height: 175px;
}
.mobile-live .chat-interface .gutter-6 {
  margin: 0 !important;
}
.mobile-live .chat-interface .content-setting {
  max-height: 100% !important;
}
.mobile-live .chat-interface .content-setting .content {
  margin: 0 !important;
  height: 100vh !important;
}
.mobile-live .chat-interface .content-setting .content #webcam::-webkit-scrollbar {
  display: none;
}
@media screen and (orientation: portrait) {
  .mobile-live .chat-interface .content-setting .content #webcam {
    height: 100% !important;
    width: 100% !important;
    overflow-x: scroll !important;
    overflow-y: hidden !important;
  }
  .mobile-live .chat-interface .content-setting .content #webcam video, .mobile-live .chat-interface .content-setting .content #webcam canvas {
    position: initial !important;
    margin: 0px !important;
    -webkit-transform: none !important;
            transform: none !important;
    height: 100% !important;
    width: initial !important;
    min-width: 100vw;
  }
}
@media screen and (orientation: landscape) {
  .mobile-live .chat-interface .content-setting .content #webcam {
    width: 100% !important;
    height: 100% !important;
    overflow-y: scroll !important;
    overflow-x: hidden !important;
  }
  .mobile-live .chat-interface .content-setting .content #webcam video, .mobile-live .chat-interface .content-setting .content #webcam canvas {
    height: 100% !important;
    width: 100% !important;
    position: initial !important;
    margin: 0px !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.mobile-live .chat-interface .close:not(.close-stream-error) {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 5px 10px;
  opacity: 1;
  font-size: 28px;
  color: white;
  text-shadow: 0px 0px 5px #333;
}
.mobile-live .chat-interface .overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100vw;
  padding: 5px;
  z-index: 3;
}
.mobile-live .chat-interface .overlay .chat-box .sent-messages {
  z-index: 50;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 5px;
}
.mobile-live .chat-interface .overlay .chat-box .sent-messages::-webkit-scrollbar {
  display: none;
}
.mobile-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .user-line {
  background-color: rgba(255, 255, 255, 0.7) !important;
  border-color: transparent;
}
.mobile-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .user-line:before {
  border-left-color: rgba(255, 255, 255, 0.7) !important;
  right: -11px;
}
.mobile-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .model-line {
  background-color: rgba(66, 66, 66, 0.6) !important;
  border-color: transparent;
}
.mobile-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .model-line:before {
  border-right-color: rgba(66, 66, 66, 0.6) !important;
  left: -11px;
}
.mobile-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .self-line {
  background-color: rgba(66, 66, 66, 0.6) !important;
  border-color: transparent;
}
.mobile-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .self-line:before {
  border-left-color: rgba(66, 66, 66, 0.6) !important;
  right: -11px;
}
.mobile-live .chat-interface .overlay .fade-down {
  -webkit-mask-image: -webkit-gradient(linear, left 65%, left top, from(black), to(transparent));
  display: block;
}
.mobile-live .chat-interface .overlay .chat-control .chat-input input {
  width: 30%;
  float: left;
  display: inline-block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 359px) {
  .mobile-live .chat-interface .overlay .chat-control .chat-input input {
    width: 20%;
  }
}
.mobile-live .chat-interface .overlay .chat-control .full-width {
  width: calc(100vw - 48px) !important;
}
.mobile-live .chat-interface .overlay .chat-control .chat-input .send {
  margin-left: -2px;
  height: 34px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.mobile-live .chat-interface .overlay .chat-control #reserve-on {
  float: left;
  margin-left: 5px;
  height: 34px;
  line-height: 24px;
  color: #fff;
}
.mobile-live .chat-interface .overlay .chat-control #reserve-off {
  height: 34px;
  margin-left: 5px;
  line-height: 24px;
  float: left;
}
.mobile-live .chat-interface .overlay .chat-control #exclusive-on {
  float: left;
  background-color: #ff569e;
  color: #fff;
  margin-left: 5px;
  height: 34px;
  line-height: 24px;
}
.mobile-live .chat-interface .overlay .chat-control #cam2cam {
  height: 34px;
  margin-left: 5px;
  line-height: 24px;
  background-color: rgb(72, 72, 72);
  color: #fff;
}
.mobile-live .chat-interface .overlay .chat-control .stickers-menu .stickers-btn {
  float: left;
  margin-left: 5px;
  height: 34px;
  line-height: 24px;
  -webkit-transition: all 0s linear 0.2s;
  transition: all 0s linear 0.2s;
  padding: 3px 5px;
  color: #fff;
  text-shadow: 0px 0px 10px #333;
}
.mobile-live .chat-interface .overlay .chat-control .stickers-menu .stickers-btn:focus, .mobile-live .chat-interface .overlay .chat-control .stickers-menu .stickers-btn:active {
  color: #ababab;
}
.mobile-live .chat-interface .overlay .chat-control .stickers-menu .stickers-dropdown-menu {
  width: 90%;
  width: calc(100% - 40px);
  padding: 3px;
  right: 0;
  left: auto;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}
.mobile-live .chat-interface .overlay .chat-control .right-menu {
  position: fixed;
  top: 0px;
  right: 5px;
  padding: 5px;
  text-align: right;
}
.mobile-live .chat-interface .overlay .chat-control .right-menu .mobile-credits {
  padding: 5px 0 0 0 !important;
}
.mobile-live .chat-interface .overlay .chat-control .right-menu .popover.left {
  width: 180px !important;
  left: initial !important;
  top: 0px !important;
  right: 45px !important;
  background-color: rgba(66, 66, 66, 0.7);
  color: #fff;
  border: none;
}
.mobile-live .chat-interface .overlay .chat-control .right-menu .popover.left .arrow {
  top: 15px !important;
  border-left-color: rgba(66, 66, 66, 0.7);
}
.mobile-live .chat-interface .overlay .chat-control .right-menu .popover.left .arrow::after {
  display: none;
}
.mobile-live .chat-interface .overlay .chat-control .right-menu .bounty.has-bounty {
  position: initial !important;
  background: transparent !important;
  text-align: right;
}
.mobile-live .chat-interface .overlay .chat-control .right-menu .bounty.has-bounty .target-info i {
  font-size: 32px;
  color: #ff2222;
}
.mobile-live #loadingSign-webcam {
  display: none !important;
}
.mobile-live #middleView-webcam {
  position: fixed !important;
  left: 50% !important;
  top: 50% !important;
  -webkit-transform: none !important;
          transform: none !important;
  margin-left: -25px !important;
  margin-top: -25px !important;
}
.mobile-live #quickbuy-modal .modal-header, .mobile-live #quickbuy-modal .modal-body, .mobile-live #quickbuy-modal .modal-footer {
  padding: 5px 10px !important;
}
.mobile-live #quickbuy-modal .modal-header .close {
  margin-top: 0 !important;
}
.mobile-live .mobile-price-info .popover {
  background-color: rgba(66, 66, 66, 0.7);
}
.mobile-live .mobile-price-info .popover .arrow::after {
  border-bottom-color: rgba(66, 66, 66, 0.7);
}

.mobile-live .chat-interface .overlay .mobile-join-show-btn {
  bottom: 45px !important;
  width: 100px;
}
.mobile-live .chat-interface .overlay .mobile-tip-container {
  bottom: 5px;
}
.mobile-live .chat-interface .overlay .mobile-join-show-btn, .mobile-live .chat-interface .overlay .mobile-tip-container {
  position: fixed;
  right: 5px;
  height: 34px;
}
.mobile-live .chat-interface .overlay .mobile-join-show-btn .mobile-tip-select, .mobile-live .chat-interface .overlay .mobile-tip-container .mobile-tip-select {
  width: 50px;
  height: 34px;
  border-radius: 5px;
  background: #fff;
  color: #222;
}
.mobile-live .chat-interface .overlay .mobile-join-show-btn .mobile-tip-submit-btn, .mobile-live .chat-interface .overlay .mobile-tip-container .mobile-tip-submit-btn {
  float: right;
  height: 34px;
}
.mobile-live .chat-interface #webcam.event-guest-webcam video {
  pointer-events: none;
  -webkit-filter: blur(30px);
          filter: blur(30px);
}
.mobile-live .chat-interface #latest-snapshot-container {
  height: 100%;
}
.mobile-live .chat-interface #latest-snapshot-container .full-height-item {
  height: 100%;
}
.mobile-live .chat-interface .overlay.guest-overlay {
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  height: 220px;
  bottom: -220px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  will-change: transform;
}
.mobile-live .chat-interface .overlay.guest-overlay.visible {
  -webkit-transform: translate3d(0, -220px, 0);
          transform: translate3d(0, -220px, 0);
}
.mobile-live .chat-interface .overlay.guest-overlay #signup-form .form-control {
  background-color: #333;
  border-color: #777;
  color: #fff;
}
.mobile-live .chat-interface .overlay.guest-overlay .signup-form-trigger {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  position: absolute;
  background-color: inherit;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  text-align: center;
  top: -44px;
  height: 44px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.mobile-live .chat-interface .overlay.guest-overlay .signup-form-trigger .direction-arrow {
  font-size: 30px;
  line-height: 24px;
  will-change: transform, opacity;
}
.mobile-live .chat-interface .overlay.guest-overlay .signup-form-trigger .direction-arrow.fa-angle-double-down {
  -webkit-animation: arrow-down 2s linear infinite;
          animation: arrow-down 2s linear infinite;
}
.mobile-live .chat-interface .overlay.guest-overlay .signup-form-trigger .direction-arrow.fa-angle-double-up:not(.fa-angle-double-down) {
  -webkit-animation: arrow-up 2s linear infinite;
          animation: arrow-up 2s linear infinite;
}
.mobile-live .chat-interface .overlay.guest-overlay .register-info {
  font-weight: bold;
  margin-bottom: 5px !important;
}

@media screen and (orientation: portrait) {
  .mobile-live .chat-interface .content-setting .content #webcam video.webcam-narrowed {
    width: 100% !important;
    height: auto !important;
    margin-top: 35px !important;
  }
  .mobile-live .chat-interface .chat-box .sent-messages {
    max-height: 32vh;
  }
  .mobile-live .mobile-peekmode-info {
    width: 100%;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 5px #222;
  }
}
@media screen and (orientation: landscape) {
  .mobile-live .mobile-mode-toggle {
    display: none;
  }
  .mobile-live .mobile-peekmode-info {
    display: none;
  }
}
#middleView-webcam, #loadingSign-webcam {
  width: 50px !important;
  height: 50px !important;
}

#exclamationSign-webcam {
  display: none;
}

.survey-container .header-text {
  font-weight: bold;
  margin-top: 5px;
  text-align: center;
  font-size: 75px;
  letter-spacing: -7px;
  font-family: "Arial", sans;
}
@media (max-width: 550px) {
  .survey-container .header-text {
    font-size: 50px;
    letter-spacing: -5px;
  }
}
@media (max-width: 374px) {
  .survey-container .header-text {
    font-size: 40px;
    letter-spacing: -4px;
  }
}

.form-error-summary {
  color: #d01e10;
  font-weight: bold;
}
.form-error-summary ul {
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .form-error-summary ul {
    padding-left: 0;
  }
}

.sf-tag, .grid-nav .filters-menu .menu-selection .categories-list .sf-tag {
  text-transform: lowercase;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 10px;
  display: inline-block;
  margin-top: 3px;
  background-color: #63b9ff;
}
.sf-tag span.badge, .grid-nav .filters-menu .menu-selection .categories-list .sf-tag span.badge {
  padding: 1px 5px;
  color: #63b9ff;
  background-color: #fff;
}
.sf-tag:hover, .sf-tag.active, .grid-nav .filters-menu .menu-selection .categories-list .sf-tag:hover, .grid-nav .filters-menu .menu-selection .categories-list .sf-tag.active {
  background-color: #008bfc;
}
.sf-tag:hover span.badge, .sf-tag.active span.badge, .grid-nav .filters-menu .menu-selection .categories-list .sf-tag:hover span.badge, .grid-nav .filters-menu .menu-selection .categories-list .sf-tag.active span.badge {
  color: #008bfc;
}

body.model-body .chat-interface .user-count {
  font-size: 14px;
  padding: 5px;
}
body.model-body .chat-interface .user-count a i {
  color: #fff;
  vertical-align: sub;
  line-height: 10px;
}
body.model-body .chat-interface .user-count .user-popover-container {
  left: 50% !important;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  max-width: initial;
  width: 300px;
  width: 100vw;
}
body.model-body .chat-interface .user-count .user-popover-container &gt; .arrow {
  display: none;
}
body.model-body .chat-interface .user-count .user-popover-container .popover-content {
  color: #333;
}
body.model-body .chat-interface .live-stream {
  width: 100%;
}
body.model-body .chat-interface #webcam-loader {
  display: none;
}
body.model-body .chat-interface .chat-top {
  display: none;
}
body.model-body .peekprivate-overlay {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  text-align: center;
  z-index: 2;
  width: 100%;
  padding: 10px;
}

.webcam-loader-container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100px;
  z-index: 2;
}
.webcam-loader-container .spinner {
  width: 100px;
  max-width: 100%;
  height: 100px;
  max-height: 100%;
  background-image: url("/new/images/color-spinner.svg");
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-animation: spin 1.5s ease-in-out infinite;
          animation: spin 1.5s ease-in-out infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.mailbox-menu {
  font-size: 16px;
}

.portal-icon-overlay {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 1;
  width: 25px;
  max-width: 10%;
}

.portal-title-icon {
  display: inline-block;
  width: 25px;
  max-width: 25px;
  vertical-align: top;
}

body.portalbody {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}
body.portalbody .header-details .portal-types .sf-tag {
  font-size: 18px;
  font-weight: normal;
  padding: 10px 20px;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  body.portalbody .header-details .portal-types .sf-tag {
    padding: 5px 15px;
  }
}
@media (max-width: 767px) {
  body.portalbody .header-details .portal-types .sf-tag {
    padding: 12px;
    font-size: 16px;
    min-width: 24%;
  }
  body.portalbody .header-details .portal-types .sf-tag .badge {
    display: none;
  }
  body.portalbody .header-details .portal-types .sf-tag.wide {
    width: 32%;
  }
}
@media (max-width: 350px) {
  body.portalbody .header-details .portal-types .sf-tag {
    min-width: 22%;
  }
}
body.portalbody .performer-details {
  text-align: right;
  padding-top: 5px;
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 10px;
}
body.portalbody .performer-details p {
  display: inline-block;
  float: right;
  margin-left: 5px;
  font-size: 12px;
}
body.portalbody .performer-details .name {
  float: left;
  max-width: 60%;
  height: 20px;
  font-size: 16px;
  margin: 0;
}
body.portalbody .portal-ma-navigation {
  width: 230px;
  position: fixed;
  top: 50px;
  left: 0;
  height: calc(100vh - 50px);
  background-color: inherit;
  -webkit-box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 1px 0px 8px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  z-index: 10;
}
@media (max-width: 991px) {
  body.portalbody .portal-ma-navigation {
    top: 40px;
    height: calc(100vh - 40px);
  }
}
body.portalbody .portal-ma-navigation::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
body.portalbody .portal-ma-navigation::-webkit-scrollbar-track {
  background-color: #eaeaea;
}
body.portalbody .portal-ma-navigation::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
body.portalbody .portal-ma-navigation::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #b4b4b4;
  border-radius: 3px;
}
body.portalbody .portal-ma-navigation.mobile.closed {
  left: -235px;
}
body.portalbody .portal-ma-navigation .portal-menu .portal-logo-holder {
  height: 40px;
  margin-top: 10px;
}
body.portalbody .portal-ma-navigation .portal-menu .portal-logo-holder a.logo-link {
  height: 100%;
  width: 100%;
  background-image: url("/new/images/portal-logo-red.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
}
body.portalbody .portal-ma-navigation .portal-menu form {
  padding: 10px;
}
body.portalbody .portal-ma-navigation .portal-menu form .form-group {
  margin-bottom: 0px;
  padding-left: 35px;
}
body.portalbody .portal-ma-navigation .portal-menu form .form-group .form-control {
  background: inherit;
  border-radius: 0;
  border-color: transparent;
  border-bottom-color: #ccc;
  padding-left: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.portalbody .portal-ma-navigation .portal-menu form .glyphicon-search {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
body.portalbody .portal-ma-navigation .portal-menu form .glyphicon-search .custom-search-btn {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
body.portalbody .portal-ma-navigation .portal-menu form .glyphicon-search:hover {
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
}
body.portalbody .portal-ma-navigation .portal-menu ul {
  padding-left: 0;
}
body.portalbody .portal-ma-navigation .portal-menu ul li {
  padding-left: 15px;
  border-bottom: 1px solid #eaeaea;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body.portalbody .portal-ma-navigation .portal-menu ul li a {
  display: block;
  padding: 10px;
  color: #444;
}
body.portalbody .portal-ma-navigation .portal-menu ul li a i, body.portalbody .portal-ma-navigation .portal-menu ul li a .icon {
  margin-left: -15px;
  width: 15px;
  text-align: center;
}
body.portalbody .portal-ma-navigation .portal-menu ul li a .icon {
  vertical-align: text-top;
}
body.portalbody .portal-ma-navigation .portal-menu ul li a .portal-stats {
  font-weight: normal;
  color: #757575;
  font-size: 12px;
  line-height: 20px;
}
body.portalbody .portal-ma-navigation .portal-menu ul li.active, body.portalbody .portal-ma-navigation .portal-menu ul li:hover {
  background-color: #f2f2f2;
  font-weight: bold;
}
body.portalbody.guest .portal-ma-navigation .portal-menu {
  padding-bottom: 44px;
}
body.portalbody .portal-ma-content {
  width: calc(100% - 230px);
  margin-left: 230px;
  position: relative;
  min-height: 100vh;
  padding-top: 50px;
}
@media (max-width: 991px) {
  body.portalbody .portal-ma-content {
    padding-top: 35px;
  }
}
body.portalbody .portal-ma-content .sort-container {
  padding-top: 25px;
}
body.portalbody .portal-ma-content .sort-container a.active {
  font-weight: bold;
}
@media (max-width: 767px) {
  body.portalbody .portal-ma-content .sort-container {
    padding-top: 0;
  }
}
body.portalbody .portal-ma-content.mobile {
  width: 100%;
  margin-left: 0;
}
@media (max-width: 767px) {
  body.portalbody .portal-ma-content h3 {
    font-size: 18px;
  }
  body.portalbody .portal-ma-content h3 .portal-title-icon {
    max-width: 18px;
  }
}
body.portalbody .portal-menu-btn {
  position: fixed;
  top: 50vh;
  left: -1px;
  background: #63b9ff;
  color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background-clip: border-box;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  z-index: 10;
  padding: 2px 8px;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
body.portalbody .portal-menu-btn:hover, body.portalbody .portal-menu-btn:focus {
  color: #fff;
}
body.portalbody .portal-menu-btn.closed {
  left: 230px;
}
body.portalbody .portal-ma-content .performer-container {
  min-height: 300px;
  height: auto;
}
@media (max-width: 1199px) {
  body.portalbody .portal-ma-content .performer-container {
    background-position: 75% center;
  }
}
@media (max-width: 991px) {
  body.portalbody .portal-ma-content .performer-container {
    background-image: none;
  }
}
body.portalbody .portal-ma-content .performer-container .performer-thumbnail {
  display: inline-block;
  vertical-align: top;
  height: 300px;
}
body.portalbody .portal-ma-content .performer-container .performer-thumbnail img {
  height: 100%;
}
@media (max-width: 767px) {
  body.portalbody .portal-ma-content .performer-container .performer-thumbnail {
    width: 100%;
    height: auto;
  }
  body.portalbody .portal-ma-content .performer-container .performer-thumbnail img {
    width: 100%;
    height: auto;
  }
}
body.portalbody .portal-ma-content .performer-container .details {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 300px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 10px;
  position: relative;
}
body.portalbody .portal-ma-content .performer-container .details p {
  margin: 0;
}
@media (max-width: 767px) {
  body.portalbody .portal-ma-content .performer-container .details {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
    height: auto;
  }
}
body.portalbody .portal-ma-content .performer-container .stats {
  display: inline-block;
  vertical-align: top;
}
body.portalbody .portal-ma-content .performer-container .stats .item {
  display: inline-block;
  margin-right: 5px;
}
body.portalbody .portal-ma-content .performer-container .stats .item i.fa-heart {
  font-size: 3em;
  vertical-align: middle;
  display: inline-block;
  color: #ff87b7;
}
body.portalbody .portal-ma-content .performer-container .stats .item .info {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}
body.portalbody .portal-ma-content .performer-container .stats .item .info .title {
  line-height: 0.75em;
  font-size: 24px;
  text-align: center;
}
body.portalbody .portal-ma-content .performer-container .stats .item .info .type {
  font-size: 14px;
  width: 100%;
  display: inline-block;
  text-align: center;
}
body.portalbody .portal-ma-content .comments-row .comment {
  width: 100%;
  background-color: #f2f2f2;
  padding: 20px 5px;
  margin-top: 5px;
}
body.portalbody .portal-ma-content .comments-row .comment .sender {
  font-weight: bold;
}
body.portalbody .portal-ma-content .comments-row .comment .message {
  word-break: break-all;
}

.hover-darken:hover {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

.spinners-menu-link {
  padding: 4px 10px !important;
  height: 50px;
}
.spinners-menu-link img {
  max-width: 72px !important;
  display: inline-block;
}
@media (max-width: 991px) {
  .spinners-menu-link {
    padding: 8px 20px !important;
  }
  .spinners-menu-link img {
    max-width: 60px !important;
  }
}

body .credits-notice-overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: 2;
  color: #fff;
}
body .credits-notice-overlay .notice-content-container {
  position: relative;
  width: 100%;
  height: 100%;
}
body .credits-notice-overlay .notice-content-container .notice-content-wrapper {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
body .credits-notice-overlay .notice-content-container .notice-content-wrapper .credits-notice-smiley {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 60%;
  width: 300px;
}
@media (max-width: 991px) and (orientation: landscape) {
  body .credits-notice-overlay .notice-content-container .notice-content-wrapper .credits-notice-smiley {
    display: none;
  }
}
body .credits-notice-overlay .notice-content-container .notice-content-wrapper .credits-notice-content {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
body .credits-notice-overlay .notice-content-container .notice-content-wrapper .credits-notice-countdown {
  text-align: center;
  font-size: 15px;
  color: white;
  margin-left: auto;
  margin-right: auto;
  width: 30%;
}
body .credits-notice-overlay .notice-content-container .notice-content-wrapper .dismiss-overlay-btn {
  font-size: 22px;
}

.titledefault {
  font-size: 24px;
}

.about-box {
  max-height: 70px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  max-width: 100%;
  margin: 0 auto;
}
.about-box.visible {
  max-height: none;
}
.about-box .read-more, .about-box .read-less {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  text-align: right;
  margin: 0;
  padding-top: 5px;
}
.about-box .read-more:not(.expanded) {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(242, 242, 242, 0)), color-stop(80%, #e7e7e7));
  background-image: linear-gradient(to right, rgba(242, 242, 242, 0), #e7e7e7 80%);
}
.about-box .about-box-text {
  font-size: 16px;
  padding-bottom: 20px;
}
.about-box .plus-btn {
  text-align: center;
  width: 100px;
  height: 20px;
  font-weight: bold;
  display: inline-block;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.about-box .plus-btn span {
  vertical-align: middle;
  display: inline-block;
}

.stream-error-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 10px 20px;
  background: #fff;
  color: #000;
  z-index: 1050;
  text-align: left;
}
.stream-error-overlay .close-stream-error, .stream-error-overlay .stream-error-message a {
  pointer-events: auto;
}

.unclickable {
  pointer-events: none;
}

.register-popup {
  position: fixed;
  z-index: 550;
  bottom: 10px;
  left: 5px;
  visibility: hidden;
}
@media (max-width: 767px) {
  .register-popup {
    top: 77vh;
  }
}

.alert-container {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 500;
  pointer-events: none;
}
.alert-container .alert-popup {
  background-color: rgba(51, 51, 51, 0.9);
  position: relative;
  bottom: 0;
  right: 0;
  margin-bottom: 5px;
  z-index: 500;
  padding: 0 10px;
  width: 270px;
  height: 90px;
  color: #fff;
  pointer-events: auto;
  animation-name: alert-popup;
  -webkit-animation-name: alert-popup;
  animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  visibility: visible !important;
}
.alert-container .alert-popup .content-row {
  max-height: 100%;
  width: 100%;
  position: absolute;
  left: 5px;
  top: 0px;
  padding-left: 5px;
  padding-right: 5px;
}
.alert-container .alert-popup .alert-kill {
  color: #fff;
  position: absolute;
  right: 5px;
  top: 5px;
  padding: 3px 6px;
  z-index: 5;
}
.alert-container .alert-popup .alert-kill:hover {
  color: #e7e7e7;
  cursor: pointer;
}
.alert-container .alert-popup .close-alert {
  position: absolute;
  left: -50px;
  top: 0px;
  background-color: rgba(51, 51, 51, 0.9);
  width: 50px;
  height: 100%;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
}
.alert-container .alert-popup .close-alert .alert-close, .alert-container .alert-popup .close-alert .alert-open {
  display: block;
  width: 40px;
  margin: 5px;
  height: 80px;
  border-radius: 20px;
  overflow: hidden;
}
.alert-container .alert-popup .close-alert .alert-close .alert-icon, .alert-container .alert-popup .close-alert .alert-open .alert-icon {
  background-size: cover;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.alert-container .alert-popup p {
  font-size: 12px;
}
.alert-container .alert-popup .alert-smiley {
  width: 50px;
  height: 50px;
  position: absolute;
  left: -15px;
  top: -5px;
}
.alert-container .alert-popup a {
  font-weight: bold;
}
.alert-container .alert-popup .close-alert {
  font-weight: bold;
  font-size: 14px;
}
.alert-container .alert-popup .close-alert a {
  color: orange;
}
.alert-container .alert-popup .close-alert a:hover, .alert-container .alert-popup .close-alert a:focus, .alert-container .alert-popup .close-alert a:active {
  text-decoration: none;
  color: #996300;
}
@-webkit-keyframes alert-popup {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
  80% {
    -webkit-transform: translateX(-8%);
    transform: translateX(-8%);
  }
  85% {
    -webkit-transform: translateX(8%);
    transform: translateX(8%);
  }
  90% {
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }
  95% {
    transform: translateX(4%);
    -webkit-transform: translateX(4%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes alert-popup {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
  }
  80% {
    -webkit-transform: translateX(-8%);
    transform: translateX(-8%);
  }
  85% {
    -webkit-transform: translateX(8%);
    transform: translateX(8%);
  }
  90% {
    -webkit-transform: translateX(-4%);
    transform: translateX(-4%);
  }
  95% {
    transform: translateX(4%);
    -webkit-transform: translateX(4%);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@-webkit-keyframes alert-popup {
  0% {
    -webkit-transform: translateX(100%);
  }
  50% {
    -webkit-transform: translateX(200%);
  }
  80% {
    -webkit-transform: translateX(-8%);
  }
  85% {
    -webkit-transform: translateX(8%);
  }
  90% {
    -webkit-transform: translateX(-4%);
  }
  95% {
    -webkit-transform: translateX(4%);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}

.unique-offer {
  padding: 10px;
}
.unique-offer a {
  color: #006d96;
}
.unique-offer a:hover {
  color: #04a1db;
}
.unique-offer a.hide-unique-offer {
  position: absolute;
  right: 10px;
  top: 8px;
}
.unique-offer a.hide-unique-offer i {
  font-size: 22px;
  line-height: 22px;
}

@media (min-width: 1200px) {
  .col-lg-1-plus {
    width: 12.33333%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-4-minus {
    width: 41.33333%;
    float: left;
  }
}
@media (min-width: 1600px) {
  .col-xl-1 {
    width: 10.33333%;
    float: left;
  }
  .col-xl-4 {
    width: 31.33333%;
    float: left;
  }
}
@media (max-width: 767px) {
  .col-xs-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-10 {
    width: 10%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-10 {
    width: 10%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-7 {
    width: 14.285714%;
    float: left;
  }
}

@media (min-width: 1600px) {
  .col-xlg-1-10 {
    width: 10%;
    float: left;
  }
}

/*COL XLG*/
@media (min-width: 1600px) {
  .col-xlg-6 {
    width: 50%;
    float: left;
  }
  .col-xlg-2 {
    width: 16.66666667%;
    display: block !important;
    float: left;
  }
  .col-xlg-3 {
    width: 25%;
    float: left;
  }
  .visible-xlg {
    display: block !important;
  }
}
@media (max-width: 1600px) {
  .hidden-xlg-down {
    display: none !important;
  }
}

@media (min-width: 1601px) {
  .hidden-xlg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg-up {
    display: none !important;
  }
}

/* equal height columns for videochat and chat boxes */
.row-eq-height {
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 480px) {
  .row-eq-height {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 320px) and (max-width: 991px) {
  .row-eq-height {
    display: block;
  }
}

/*CHAT INTERFACE*/
.flag-right-top {
  position: absolute;
  top: 0;
  right: 0;
}

.chat-interface .live-stream {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  background-color: inherit;
}
.chat-interface .live-stream .content-setting {
  float: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.chat-interface .live-stream .content-setting .bullets {
  position: absolute;
  left: -60px;
  top: 50%;
  -webkit-transform: scale(0.85) translateY(-50%);
          transform: scale(0.85) translateY(-50%);
  z-index: 5;
  color: #fff;
}
@media (max-width: 1350px) {
  .chat-interface .live-stream .content-setting .bullets {
    left: -35px;
    -webkit-transform: scale(0.6) translateY(-50%);
            transform: scale(0.6) translateY(-50%);
  }
}
.chat-interface .live-stream .content-setting .bullets .tiptoy, .chat-interface .live-stream .content-setting .bullets .wishlist, .chat-interface .live-stream .content-setting .bullets .recs {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  overflow: hidden;
  text-align: center;
  font-family: "Arial", "sans-serif";
  -webkit-transform: scale(0.8) rotate(-30deg);
          transform: scale(0.8) rotate(-30deg);
  text-decoration: none;
}
.chat-interface .live-stream .content-setting .bullets .tiptoy {
  background-color: #fb2457;
}
.chat-interface .live-stream .content-setting .bullets .tiptoy .main {
  margin: 30px 0 0 0;
  font-size: 24px;
  line-height: 22px;
  font-weight: 900;
  letter-spacing: -2px;
}
.chat-interface .live-stream .content-setting .bullets .tiptoy .second {
  font-size: 32px;
  font-weight: bold;
  margin: 0;
  letter-spacing: -2px;
  line-height: 28px;
}
.chat-interface .live-stream .content-setting .bullets .tiptoy .third {
  font-size: 14px;
  letter-spacing: -1px;
  font-weight: bold;
  line-height: 12px;
  margin: 0;
}
.chat-interface .live-stream .content-setting .bullets .wishlist {
  background-color: #ff672b;
  color: white;
}
.chat-interface .live-stream .content-setting .bullets .wishlist .main {
  font-size: 32px;
  line-height: 20px;
  font-weight: 900;
  letter-spacing: -2px;
  margin: 32px 0 0 0;
}
.chat-interface .live-stream .content-setting .bullets .wishlist .second {
  font-size: 24px;
  font-weight: bold;
  margin: 0;
  letter-spacing: -2px;
  line-height: 28px;
}
.chat-interface .live-stream .content-setting .bullets .wishlist .third {
  margin: 20px 0 5px 0;
  font-size: 14px;
  letter-spacing: -1px;
  font-weight: bold;
  line-height: 12px;
}
.chat-interface .live-stream .content-setting .bullets .recs {
  background-color: #6ab342;
  color: white;
}
.chat-interface .live-stream .content-setting .bullets .recs .main {
  font-size: 24px;
  line-height: 20px;
  font-weight: 900;
  letter-spacing: -2px;
  margin: 20px 0 0 0;
}
.chat-interface .live-stream .content-setting .bullets .recs .second {
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  letter-spacing: -2px;
  line-height: 28px;
}
.chat-interface .live-stream .content-setting .bullets .recs .third {
  margin: 20px 0 5px 0;
  font-size: 14px;
  letter-spacing: -1px;
  font-weight: bold;
  line-height: 12px;
}
.chat-interface .live-stream .content-setting .thumbnail {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
.chat-interface .live-stream .content-setting .model-name {
  position: absolute;
  left: 45px;
  top: 10px;
}
.chat-interface .live-stream .content-setting .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.chat-interface .live-stream .content-setting .content &gt; object#webcam {
  height: calc(100% + 6px);
  width: calc(100% + 6px);
  margin-left: -3px;
  margin-top: -3px;
}
@media (max-width: 991px) {
  .chat-interface .live-stream .content-setting .content {
    margin-left: -5px;
    margin-right: -5px;
    position: initial;
  }
}
@media (min-width: 992px) {
  .chat-interface .live-stream .ratio-4-3-stream:before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  .chat-interface .live-stream .ratio-16-9-stream:before {
    content: "";
    display: block;
    padding-top: 56.25%;
  }
}
.chat-interface .chat {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 0 10px;
}
@media (max-width: 991px) {
  .chat-interface .chat {
    padding-left: 0;
  }
}
.chat-interface .chat .chat-container {
  max-width: 100%;
}
.chat-interface .chat .chat-container .whisper-toggle-wrapper {
  display: inline-block;
}
@media (max-width: 991px) {
  .chat-interface .chat .chat-container {
    width: 100%;
  }
}
.chat-interface .chat .chat-container .chat-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.chat-interface .chat .chat-container .chat-top .guest-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-left: 5px;
  padding: 5px 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: auto;
  border-bottom: 1px solid rgba(197, 197, 197, 0.5);
}
.chat-interface .chat .chat-container .chat-top .guest-list::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.chat-interface .chat .chat-container .chat-top .guest-list::-webkit-scrollbar-track {
  background-color: rgb(194, 194, 194);
}
.chat-interface .chat .chat-container .chat-top .guest-list::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
.chat-interface .chat .chat-container .chat-top .guest-list::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgb(194, 194, 194);
  border-radius: 3px;
}
.chat-interface .chat .chat-container .chat-top .guest-list .user-broadcaster {
  color: #ff569e;
  font-weight: bold;
}
.chat-interface .chat .chat-container .chat-top .guest-list .user-admin {
  color: #d9534f;
}
.chat-interface .chat .chat-container .chat-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.chat-interface .chat .chat-container .chat-bottom .chat-box {
  width: 100%;
  padding: 5px 0;
  margin: 0;
}
@media (max-width: 991px) {
  .chat-interface .chat .chat-container .chat-bottom .chat-box {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .chat-interface .chat .chat-container .chat-bottom {
    padding-left: 0;
  }
}
.chat-interface .sidebar-tab {
  padding-right: 0;
  padding-left: 10px;
  overflow: hidden;
}
.chat-interface .sidebar-tab .sidebar-pic {
  max-width: 100%;
  color: rgb(92, 184, 92);
  -webkit-filter: grayscale(100%) opacity(50%);
  filter: grayscale(100%) opacity(50%);
}
.chat-interface .sidebar-tab .sidebar-pic:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.blocks {
  display: inline-block;
}

.model-wall {
  padding-left: 5px;
}

.guest-event-overlay {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  text-align: center;
  width: 100%;
  pointer-events: none;
  color: #fff;
  z-index: 2;
}

.free-offer-overlay {
  position: absolute;
  z-index: 3;
  right: 20px;
  top: 20px;
  -webkit-animation-name: knock;
          animation-name: knock;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  visibility: visible !important;
}
.free-offer-overlay img {
  max-width: 125px;
}
@media (max-width: 767px) {
  .free-offer-overlay {
    top: 5px;
    right: 5px;
  }
  .free-offer-overlay img {
    max-width: 50px;
  }
}

.claim-credits-overlay {
  position: absolute;
  z-index: 3;
  right: 20px;
  top: 20px;
  -webkit-animation-name: knock-slow;
          animation-name: knock-slow;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  visibility: visible !important;
}
.claim-credits-overlay img {
  max-width: 75px;
}

.other-broadcasters-row .related-model-item {
  font-size: 1vw;
}
.other-broadcasters-row .related-model-item .placeholder-wrapper {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.other-broadcasters-row .related-model-item:hover .placeholder-wrapper {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}
.other-broadcasters-row .related-model-item .text-overlay {
  position: absolute;
  left: 0px;
  width: 100%;
  font-weight: bold;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  font-size: 1.25em;
  line-height: 1em;
  z-index: 1;
}
.other-broadcasters-row .related-model-item .arrow-img {
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  max-height: 75%;
  z-index: 1;
}

body .secondary-cams-toggle {
  position: absolute;
  right: 10px;
  bottom: 40px;
  z-index: 2;
  cursor: pointer;
}
body .secondary-cams-container {
  position: absolute;
  bottom: 35px;
  right: 0;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  z-index: 1;
  pointer-events: none;
}
body .secondary-cams-container .secondary-iframe-container {
  position: relative;
  display: inline-block;
  margin: 3px;
  pointer-events: auto;
  width: 240px;
  height: 135px;
}
body.phone .secondary-cams-container, body.tablet .secondary-cams-container {
  display: none;
}
body.mobile-live.desktop-live .secondary-cams-container {
  left: auto;
  right: 0;
  top: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: right;
}
body.mobile-live.desktop-live .secondary-cams-toggle {
  top: 120px;
  bottom: initial;
  right: 20px;
}
body.wide-off:not(.desktop-live) .secondary-cams-container .secondary-iframe-container {
  width: 160px;
  height: 90px;
}

.own-id {
  position: absolute;
  top: 50px;
  left: 50px;
  right: auto;
  bottom: auto;
  color: rgba(255, 255, 255, 0.15);
  pointer-events: none;
  -webkit-animation-name: switch-corners;
          animation-name: switch-corners;
  -webkit-animation-duration: 120s;
          animation-duration: 120s;
  font-weight: bold;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: 1;
}

.side-bar {
  position: absolute;
  left: 0;
  bottom: 31px;
  top: 0;
  width: 40px;
  height: 100%;
  padding-bottom: 50px;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.side-bar .side-commands {
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  position: relative;
  width: 100%;
  height: 40px;
  padding: 7px;
  color: #fff;
  text-shadow: 0px 0px 5px black;
  opacity: 1;
  font-size: 18px;
}
@media (max-width: 991px) {
  .side-bar .side-commands {
    line-height: 16px;
    height: auto;
    font-size: 22px;
  }
}
.side-bar .side-commands .collapse.in {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 40px;
  min-height: 44px;
  min-width: 194px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-top: -4px;
}
.side-bar .side-commands-interactive i, .side-bar .side-commands-interactive a {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 991px) {
  .side-bar .side-commands-interactive i, .side-bar .side-commands-interactive a {
    font-size: 22px;
    line-height: 20px;
  }
}
.side-bar .side-commands-interactive i:hover, .side-bar .side-commands-interactive a:hover {
  cursor: pointer;
  color: #e7e7e7;
}
.side-bar .side-commands-interactive .chat-tooltip {
  position: relative;
  text-transform: none;
}
.side-bar .side-commands-interactive .chat-tooltip .sc-tooltip {
  position: absolute;
  top: -8px;
  color: rgba(255, 255, 255, 0.75);
  left: 35px;
  text-shadow: none;
  font-size: 11px;
  margin: 4px 0;
  padding: 5px 10px;
  background-color: rgba(18, 16, 25, 0.4);
  opacity: 0;
  font-family: "Roboto Condensed", sans-serif;
  white-space: nowrap;
  text-align: left;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: transform 0.1s cubic-bezier(1, 0, 0, 1);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform 0.1s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.1s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.1s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.1s cubic-bezier(1, 0, 0, 1);
  pointer-events: none;
}
.side-bar .side-commands-interactive .chat-tooltip .sc-tooltip:before {
  border-top: solid transparent 5px;
  border-bottom: solid transparent 5px;
  border-right: solid rgba(18, 16, 25, 0.4) 5px;
  bottom: -10px;
  top: 31%;
  content: " ";
  height: 0;
  left: 8px;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
.side-bar .side-commands-interactive .chat-tooltip:hover .sc-tooltip {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.side-bar .side-commands-static {
  padding: 0;
  line-height: 12px;
  height: 30px;
}
.side-bar .side-info {
  font-size: 10px;
}

.credits-collapse {
  display: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  float: right;
  position: absolute;
  left: 100%;
  top: 0;
  display: none;
  background-color: rgb(51, 51, 51);
  opacity: 0.9;
  min-height: 42px;
}
.credits-collapse:active {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.credits-collapse:focus {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.credits-collapse:visited {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.credits-collapse:hover {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}
.credits-collapse .collapse-left-right {
  padding: 0 12px;
  font-family: "Roboto Condensed", sans-serif;
}
.credits-collapse a i span {
  font-family: "Roboto Condensed";
}

.sound-mute-notifier {
  position: absolute;
  left: 40px;
  top: 11px;
  min-width: 360px;
  max-width: 100vw;
  font-size: 20px;
  text-align: left;
  color: #fff;
  text-shadow: 1px 1px 3px #222;
  pointer-events: none;
}
@media (max-width: 767px) {
  .sound-mute-notifier {
    font-size: 16px;
    min-width: 360px;
    top: 9px;
  }
}

.btn-primary:hover {
  background-color: #fff;
  color: #e7e7e7;
  border: 1px solid #fff;
}
.btn-primary.btn-lg.radius-10, .btn-group-lg &gt; .btn-primary.radius-10.btn {
  background-color: transparent;
  border-radius: 6px !important;
  padding: 12px 48px;
  border: 1px solid #e7e7e7;
  color: #e7e7e7;
}
.btn-primary.btn-lg.radius-10:hover, .btn-group-lg &gt; .btn-primary.radius-10.btn:hover {
  background-color: #e7e7e7;
  color: #fff;
  cursor: pointer;
}

.btn-success.btn-lg.radius-10, .btn-group-lg &gt; .btn-success.radius-10.btn {
  background-color: transparent;
  border-radius: 6px !important;
  padding: 12px 48px;
  border: 1px solid #5cb85c;
  color: #5cb85c;
}
.btn-success.btn-lg.radius-10:hover, .btn-group-lg &gt; .btn-success.radius-10.btn:hover {
  background-color: #5cb85c;
  color: #fff;
  cursor: pointer;
}

.btn-bar {
  width: 100%;
  z-index: 10;
  width: 101%;
  width: calc(100% + 5px);
  border-spacing: 5px;
  margin-left: -5px;
  /* CUSTOM BUTTONS */
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn-bar {
    margin-left: 0;
    width: 100%;
  }
}
.btn-bar .btn {
  border-radius: 0;
  font-weight: bold;
}
.btn-bar .btn-responsive {
  width: auto;
  border-radius: 6px;
  padding: 10px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .btn-bar .btn-responsive {
    font-size: 14px;
  }
}
.btn-bar .btn-pink {
  background-color: #ff569e;
  color: #fff !important;
}
.btn-bar .btn-pink:hover {
  background-color: #ef0066;
}
.btn-bar .btn-pink[disabled=disabled]:hover {
  background-color: #ff569e;
}
.btn-bar .btn-orange {
  background-color: #ffa500;
  color: #fff !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .btn-bar .btn-orange {
    font-size: 14px;
  }
}
.btn-bar .btn-orange:hover {
  background-color: #ffc966;
}
.btn-bar .btn-orange[disabled=disabled]:hover {
  background-color: #ffa500;
}
.btn-bar .btn-black {
  background-color: rgb(72, 72, 72);
  color: #fff !important;
}
.btn-bar .btn-black:hover {
  background-color: #7b7b7b;
}
.btn-bar .btn-blackp[disabled=disabled]:hover {
  background-color: rgb(72, 72, 72);
}

.btn-group-justified &gt; .qb-group {
  border-radius: 6px;
  overflow: hidden;
  width: auto;
}

.qb-group &gt; :first-child {
  width: 34% !important;
  display: inline-block;
  padding: 10px 5px;
}

.qb-group &gt; :last-child {
  width: 22% !important;
  display: inline-block;
  border-left: 1px solid #ffcc6f !important;
  margin-left: 0 !important;
  padding: 10px 5px;
}

.qb-group &gt; :nth-of-type(2) {
  width: 22% !important;
  display: inline-block;
  border-left: 1px solid #ffcc6f !important;
  margin-left: 0 !important;
  padding: 10px 5px;
}

.qb-group &gt; :nth-of-type(3) {
  width: 22% !important;
  display: inline-block;
  border-left: 1px solid #ffcc6f !important;
  margin-left: 0 !important;
  padding: 10px 5px;
}

@media (min-width: 992px) {
  body.tablet .btn-bar-chat .gif-gifcontainer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.gif-item {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-position: center center;
  display: inline-block;
}

.btn-bar-chat .gif-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: calc(100% - 65px);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-height: 40px;
  overflow: hidden;
}
.btn-bar-chat .gif-container .static-gif-link {
  margin: 0 1px;
}
@media (max-width: 991px) {
  .btn-bar-chat {
    padding: 5px 0 0 0;
  }
}
.btn-bar-chat .tip-btns {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  float: right;
  text-align: right;
}
.btn-bar-chat .tip-btns .tip-btn {
  background-color: #fff !important;
  color: #fff;
  border: 0;
  height: 31px;
}
.btn-bar-chat .tip-btns .tip-btn:hover {
  background-color: #cccccc !important;
  font-weight: bold;
}
.btn-bar-chat .tip-btn-group {
  display: table-cell;
  width: initial;
}
.btn-bar-chat .tip-btn-group:hover {
  cursor: pointer;
  background-color: #cccccc;
}

.btn-bar-live-ratio-controller {
  width: 90%;
  width: calc(100% - 130px);
}

.tip-wrapper {
  width: 130px;
  position: relative;
}
.tip-wrapper .tip-container.disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.tip-wrapper .tip-container.disabled .quicktip-dropdown-btn.disabled {
  cursor: not-allowed !important;
}
.tip-wrapper .bounty.has-bounty {
  padding: 0;
  margin: 0;
  min-height: 43px;
}
.tip-wrapper .bounty.has-bounty .bounty-info {
  position: absolute;
  top: -42px;
  right: 5px;
  width: 430px;
  text-align: right;
  z-index: 1;
  pointer-events: none;
}
.tip-wrapper .bounty.has-bounty .bounty-info .status {
  display: inline-block;
  max-width: calc(100% - 130px);
  color: #fff;
  text-shadow: 1px 2px 5px #222;
  vertical-align: middle;
}
.tip-wrapper .bounty.has-bounty .bounty-info .progress-holder {
  width: 125px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.tip-wrapper .bounty.has-bounty .bounty-info .alert {
  width: 125px;
  position: relative;
  display: inline-block;
  border-radius: 4px;
  padding: 0px;
  vertical-align: middle;
  margin: 0;
}
.tip-wrapper .bounty.has-bounty .bounty-info[data-status=inprogress] {
  top: -30px;
}
.tip-wrapper .bounty.has-bounty .bounty-tip-container .tip-container {
  position: initial;
}
.tip-wrapper .bounty.has-bounty.type-ticket {
  min-height: 0px;
}

@media (orientation: landscape) {
  body.tablet .tip-wrapper {
    margin-bottom: -2px;
  }
}
body.tablet .tip-wrapper .bounty.has-bounty {
  min-height: 40px;
}
body.tablet .tip-wrapper .bounty.has-bounty.type-ticket {
  min-height: 0px;
}

.tip-info-box {
  font-size: 10px;
  color: rgb(72, 72, 72);
  float: left;
  text-align: start;
}

.chat-box .smiley-icon {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0;
  height: 30px;
  width: 60px;
  padding: 3px 17px;
  z-index: 6;
  display: block;
}
.chat-box .smiley-icon:hover {
  cursor: pointer;
  color: #767676;
}

.menu-btn {
  float: right;
  background-color: transparent;
  border: 0;
  font-size: 28px;
  color: #fff;
  margin-right: 5px;
  line-height: 28px;
}
.menu-btn i {
  vertical-align: top;
}
@media (max-width: 991px) {
  .menu-btn {
    padding: 1px;
  }
}

.height31 {
  height: 31px;
}

.custom-input:focus {
  border-color: #e7e7e7;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(231, 231, 231, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(231, 231, 231, 0.6);
}

.page-selection {
  text-align: center;
  padding-top: 20px;
  width: 100%;
}
.page-selection ul {
  list-style: none;
}
.page-selection ul li {
  display: inline-block;
}
.page-selection ul li a, .page-selection ul li span {
  font-size: 14px;
  text-align: center;
  padding: initial;
  color: white;
  background-color: #63b9ff;
  border-radius: 50%;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 38px;
  border-color: #63b9ff;
}
.page-selection ul li a:hover, .page-selection ul li span:hover {
  background-color: #fff;
  color: #63b9ff;
}
.page-selection ul li.active a, .page-selection ul li.active span {
  background-color: #fff;
  color: #63b9ff;
}

#api-pagination ul {
  padding-left: 0px;
}
#api-pagination ul li {
  margin: 0 2px;
}

/*BOOTSTRAP BUTTON OVERRIDE*/
.btn:focus, a:focus, link:focus {
  outline: 0px !important;
}

.link-success {
  color: #5cb85c;
}
.link-success:hover {
  color: #449d44;
}

/*DISABLED BUTTONS*/
.btn[disabled=disabled] {
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

.btn-success:hover {
  border-color: #449d44;
}

.btn-roundy {
  border-radius: 14px;
}

/*TOGGLES */
.theme-control .toggle.ios {
  border: none;
  overflow: hidden !important;
}

.toggle {
  border: 1px solid #dedede;
}
.toggle .toggle-group {
  width: 200%; /* fallback for browsers without calc support */
  width: calc(200% - 30px);
}
.toggle .toggle-group label.toggle-on:hover {
  background-color: #cecece;
  color: #fff;
  border: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.toggle .toggle-group span.toggle-handle {
  width: 32px;
  background-color: #fff;
  z-index: 1;
  margin-left: 0px;
}

.toggle.off .toggle-group {
  left: -100%; /* fallback for browsers without calc support */
  left: calc(-100% + 30px) !important;
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios {
  border-radius: 20px;
}

.toggle.ios .toggle-handle {
  border-radius: 20px;
}

@media (max-width: 767px) {
  #cam2cam {
    display: none !important;
  }
}
.tip-holder .tip-container form .tip-input span .tip-btn {
  padding: 6px;
  height: 40px;
  width: 40px;
}
.tip-holder .tip-container form .tip-input span .btn-secondary:hover {
  cursor: not-allowed;
}
.tip-holder .tip-container form .tip-input span .anonymous-tip-btn.tip-btn {
  width: 133px;
}

.tip-holder.anonymous-tip-holder {
  width: 100%;
}
.tip-holder.anonymous-tip-holder .tip-container .tip-input {
  width: 100%;
}
.tip-holder.anonymous-tip-holder .tip-container .tip-input input.custom-input {
  width: 25%;
  float: left;
  height: 43px;
}
.tip-holder.anonymous-tip-holder .tip-container .tip-input span.input-group-btn {
  float: left;
  width: 75%;
}
.tip-holder.anonymous-tip-holder .tip-container .tip-input span.input-group-btn input.anonymous-tip-btn {
  height: 43px;
  width: 100%;
  font-size: 18px;
}

.tip-holder .tip-container .quicktip-dropup .quicktip-dropdown-btn {
  margin-top: 5px;
  height: 35px;
  line-height: 30px;
  position: relative;
  display: block;
  text-align: center;
}
.tip-holder .tip-container .quicktip-dropup .quicktip-dropdown-btn:hover {
  cursor: pointer;
}
.tip-holder .tip-container .quicktip-dropup .dropdown-menu {
  min-width: 200px;
  padding-top: 0;
}
.tip-holder .tip-container .quicktip-dropup .dropdown-menu .quicktip-item span {
  font-weight: bold;
  color: #fff;
  text-shadow: 0px 0px 5px #000;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0px;
  font-size: 11px;
  width: 100%;
}
.tip-holder .tip-container .quicktip-dropup .dropdown-menu .quicktip-item:hover {
  cursor: pointer;
}
.tip-holder .tip-container .quicktip-dropup .dropdown-menu .quicktip-item:hover img {
  -webkit-filter: brightness(70%);
          filter: brightness(70%);
}

.pager ul {
  padding-left: 0;
}

a.btn, input.btn {
  border: 0 !important;
}

.free-access-btn {
  line-height: 65px;
  font-size: 50px;
  font-weight: bold;
  padding: 20px 60px;
  max-width: 100%;
}
@media (max-width: 767px) {
  .free-access-btn {
    font-size: 30px;
    line-height: 35px;
    padding: 15px 40px;
  }
}

body:not(.tablet) .tip-holder .tip-container .custom-input, body:not(.tablet) .tip-holder .tip-container form .tip-input span .tip-btn {
  height: 43px;
}

body.tablet .tip-wrapper .tip-holder .tip-container .custom-input, body.tablet .tip-wrapper .tip-holder .tip-container form .tip-input span .tip-btn {
  height: 38px;
}

.event-vote-btn {
  background: #ffa500;
  color: #fff !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 50px;
}
.event-vote-btn:hover {
  background: #eb9800;
}

.event-like-icon {
  background: #ffa500;
  color: #fff !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  position: absolute;
  right: -45px;
  top: 10px;
}
.event-like-icon i.fa.fa-thumbs-up {
  font-size: 28px;
  display: block;
  line-height: 40px;
}
@media (max-width: 850px) and (orientation: landscape) {
  .event-like-icon {
    top: 0px;
  }
}
@media (max-width: 767px) {
  .event-like-icon {
    top: 0px;
  }
}

.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .event-like-icon i.fa.fa-thumbs-up {
  width: initial !important;
  height: initial !important;
}

.nav-tight {
  margin-bottom: 0;
  border: 0;
}

.nav-box {
  height: 50px;
  background-color: #e7e7e7;
}
.nav-box .navbar-nav {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
}
@media (max-width: 991px) {
  .nav-box {
    height: 40px;
    padding-top: 5px;
  }
}

/*BASE NAV STYLES*/
.nav li a {
  padding: 15px 10px;
}
@media (max-width: 1300px) {
  .nav li a {
    padding: 15px 5px;
  }
}

.navbar-form {
  margin: 0;
  padding: 0;
}

.navbar {
  height: 50px;
  max-height: 50px;
  min-height: 50px;
}
@media (max-width: 991px) {
  .navbar {
    height: 40px;
    max-height: 40px;
    min-height: 40px;
  }
}
.navbar li.menu-item a {
  overflow: hidden;
}
.navbar li.menu-item a .menu-item-content {
  line-height: 20px;
  overflow: hidden;
  position: relative;
}
.navbar li.menu-item .menu-item-label {
  display: block;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.navbar li.menu-item .menu-item-label:before {
  position: absolute;
  bottom: -100%;
  left: 0;
  content: attr(data-hover);
}
@media (min-width: 992px) {
  .navbar li.menu-item:not(.active) a:hover .menu-item-label {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.navbar-collapse {
  max-height: 50px !important;
}

@media (max-width: 991px) {
  .navbar-header {
    width: 100%;
    overflow: hidden;
  }
}
/* =======GLYPHICONS OVERRIDE============ */
.glyphicon-search {
  font-size: 18px !important;
}

/* ============NAVBAR LINKS============ */
.navbar-default .navbar-nav &gt; li &gt; a {
  color: rgb(72, 72, 72);
}
.navbar-default .navbar-nav &gt; li &gt; a:hover {
  color: rgb(51, 51, 51);
}
.navbar-default .navbar-nav &gt; li &gt; a:focus {
  color: #fff;
}
.navbar-default .navbar-nav &gt; li.active &gt; a {
  color: #e7e7e7;
  background-color: #fff;
}
.navbar-default .navbar-nav &gt; li &gt; .credits-btn {
  background-color: rgb(92, 184, 92) !important;
  color: #fff !important;
  border: 0;
}
.navbar-default .navbar-nav &gt; li &gt; .credits-btn:hover {
  background-color: #449d44 !important;
}
.navbar-default .navbar-nav &gt; li.active &gt; .credits-btn {
  background-color: rgb(92, 184, 92) !important;
  color: #fff !important;
  border: 0;
}
.navbar-default .navbar-nav &gt; li.active &gt; .credits-btn:hover {
  background-color: #449d44 !important;
}
.navbar-default .promo-label {
  background: #df1c13;
  font-size: 10px;
  position: absolute;
  right: -5px;
  top: 2px;
  font-weight: bold;
  padding: 1px 2px;
  line-height: 10px;
  color: #fff;
}

/* ============LOGIN MENU============ */
.login-menu-btn {
  font-size: 32px;
  color: #fff;
  padding: 0px 5px 0 5px;
  display: block;
  float: right;
}
.login-menu-btn span {
  vertical-align: middle;
}
.login-menu-btn:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
}

.login-menu-btn.active {
  color: #fff;
  text-shadow: 0px 0px 20px rgba(255, 255, 255, 0.8);
}
.login-menu-btn.active:hover {
  color: rgb(51, 51, 51);
}

.account-menu {
  color: #fff;
  background-color: #e7e7e7;
  border: 0;
  line-height: initial;
  margin-right: -2px;
  margin-top: 0px;
  position: absolute;
  top: 50px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 24px;
  -webkit-transition: translateY 2s ease-in;
  transition: translateY 2s ease-in;
  padding: 10px 20px;
  max-width: 280px;
  min-width: 240px;
}
.account-menu .control-label {
  text-align: right;
  width: 80px;
  padding-right: 10px;
}
.account-menu .form-control {
  background-color: transparent !important;
  border-radius: 0;
  border-color: transparent !important;
  border-bottom-color: #fff !important;
  width: calc(100% - 85px);
  display: inline-block;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  padding-left: 0px;
}
.account-menu input.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #fefefe !important;
  opacity: 1;
}
.account-menu input.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #fefefe !important;
  opacity: 1;
}
.account-menu input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fefefe !important;
  opacity: 1;
}
.account-menu input.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #fefefe !important;
  opacity: 1;
}
.account-menu input.form-control::placeholder { /* Most modern browsers support this now. */
  color: #fefefe !important;
  opacity: 1;
}
.account-menu .checkbox {
  padding-left: 70px;
}

@media only screen and (max-width: 991px) {
  .menu-btn .bar-top,
  .menu-btn .bar-bottom {
    cursor: pointer;
    border-radius: 1px;
    height: 2px;
    width: 20px;
    background: white;
    position: absolute;
    display: block;
    content: "";
  }
  .menu-btn {
    width: 20px;
    margin: 0 8px 0 7px;
  }
  .menu-btn .bar-top {
    top: 15px;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
  .menu-btn .bar-bottom {
    top: 22px;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
  }
}
.custom-mobile-menu {
  width: 20%;
  margin-top: 0;
  border-radius: 0;
  padding: 0;
  border: 0;
}
@media (max-width: 991px) {
  .custom-mobile-menu {
    top: 40px;
  }
}
.custom-mobile-menu li &gt; a {
  color: #fff;
  background-color: #e7e7e7;
  text-align: right;
  border-bottom: 1px solid rgba(194, 194, 194, 0.8);
  padding: 8px 20px;
}
.custom-mobile-menu li &gt; a:hover {
  color: #e7e7e7;
}
.custom-mobile-menu li.searchbox form.custom-search {
  width: 100%;
  text-align: center;
}
.custom-mobile-menu li.searchbox form.custom-search input, .custom-mobile-menu li.searchbox form.custom-search input:focus {
  width: 108px;
  margin: 5px auto;
  border-radius: 0px !important;
}
.custom-mobile-menu li.searchbox form.custom-search span {
  margin-left: 18px;
  margin-top: 12px;
}
.custom-mobile-menu li {
  background-color: #e7e7e7;
  color: #fff;
}
.custom-mobile-menu li .btn {
  padding: 3px 5px;
}
.custom-mobile-menu li .form-group {
  margin: 0;
  padding-bottom: 10px;
}
.custom-mobile-menu li .form-group .user-info, .custom-mobile-menu li .form-group .user-alert, .custom-mobile-menu li .form-group .user-credits {
  text-align: right;
  padding-right: 20px;
}
.custom-mobile-menu li .form-group .user-info p, .custom-mobile-menu li .form-group .user-alert p, .custom-mobile-menu li .form-group .user-credits p {
  display: inline;
}
.custom-mobile-menu li .form-group .user-alert a {
  color: red;
  text-decoration: none;
}
.custom-mobile-menu li .form-group .user-alert i {
  color: yellow;
}
.custom-mobile-menu li.active &gt; a {
  background-color: #fff;
  color: #e7e7e7;
  font-weight: bold;
}

.mobile-credits {
  padding: 6px 15px;
  float: right;
}
@media (max-width: 767px) {
  .mobile-credits {
    padding: 6px 5px;
  }
}
.mobile-credits i, .mobile-credits p {
  display: inline;
  color: white;
}

form.custom-search {
  position: relative;
}
form.custom-search .glyphicon-search {
  position: absolute;
  margin-top: 7px;
  margin-left: 7px;
  top: 0px;
  left: 0px;
  padding: 0px;
  background-color: transparent;
  color: #fff;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
form.custom-search .glyphicon-search .custom-search-btn {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
form.custom-search .glyphicon-search:hover {
  -webkit-filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(0px 0px 3px rgba(0, 0, 0, 0.5));
}

input {
  outline: none;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  font-family: inherit;
  font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
  display: none;
}

/*STYLING THE GLYPHICON WHILE INPUT IS ON FOCUS and HOVER*/
input[type=search]:focus ~ .glyphicon-search {
  color: #fff;
}

input[type=search]:hover ~ .glyphicon-search {
  color: #fff;
}

.custom-search-visible {
  padding-left: 28px;
}

.custom-search-visible input[type=search] {
  width: 75px;
  padding: 0px;
  color: #fff;
  cursor: auto;
  height: 26px;
  margin-top: 0px;
  border-color: transparent;
  border-bottom: 1px solid #fff;
  border-radius: 0px;
  background-color: inherit;
}

.custom-search-visible input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #fefefe !important;
  opacity: 1;
}

.custom-search-visible input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #fefefe !important;
  opacity: 1;
}

.custom-search-visible input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fefefe !important;
  opacity: 1;
}

.custom-search-visible input::-ms-input-placeholder { /* Microsoft Edge */
  color: #fefefe !important;
  opacity: 1;
}

.custom-search-visible input::placeholder { /* Most modern browsers support this now. */
  color: #fefefe !important;
  opacity: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .custom-search input[type=search] {
    width: 70px;
  }
  .custom-search input[type=search]:hover {
    width: 70px;
  }
  .custom-search input[type=search]:focus {
    width: 70px;
  }
  .custom-search input[type=search]:visited {
    width: 70px;
  }
  .custom-search input[type=search]:active {
    width: 70px;
  }
}
.smiley-menu {
  left: auto;
  right: 0;
  width: 250px;
  overflow: auto;
  right: -50px;
  width: calc(100% + 55px);
}
@media (max-width: 991px) {
  .smiley-menu {
    left: -2px;
    bottom: 0;
    height: 40px;
    width: 100vw;
    overflow-x: scroll;
    overflow-y: hidden;
    border-radius: 0;
    white-space: nowrap;
  }
}
.smiley-menu a.smiley-btn i {
  width: 25px;
  height: 25px;
}

.stickers-container {
  width: 100%;
  white-space: nowrap;
  direction: rtl;
  max-width: 55px;
  height: 90%;
  height: calc(100% - 80px);
  display: inline-block;
  text-align: center;
  overflow: hidden;
}
.stickers-container .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  height: 90%;
  height: calc(100% - 36px);
  overflow: hidden;
}

.stickers-dropdown {
  text-align: right;
  position: static;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
}
.stickers-dropdown .stickers-dropdown-btn {
  position: relative;
  height: 40px;
  display: inline-block;
  vertical-align: top;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-align: left;
  width: 100%;
  font-size: 12px;
  line-height: 12px;
}
.stickers-dropdown .stickers-dropdown-btn i {
  line-height: 28px;
}
.stickers-dropdown .stickers-dropdown-btn:hover {
  cursor: pointer;
}
.stickers-dropdown .sticker-dropdown-menu {
  position: absolute;
  left: initial;
  top: 62px;
  padding: 5px 10px;
  white-space: initial;
  direction: ltr;
  bottom: 80px;
  width: auto;
  width: calc(100% - 67px);
  right: 60px;
  overflow-y: auto;
}
.stickers-dropdown .sticker-dropdown-menu .info {
  display: block;
  width: 100%;
  font-weight: bold;
  padding: 5px;
}
.stickers-dropdown .sticker-dropdown-menu::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.stickers-dropdown .sticker-dropdown-menu::-webkit-scrollbar-track {
  background-color: rgb(194, 194, 194);
}
.stickers-dropdown .sticker-dropdown-menu::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
.stickers-dropdown .sticker-dropdown-menu::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgb(194, 194, 194);
  border-radius: 3px;
}
.stickers-dropdown .sticker-dropdown-menu .nav-tabs {
  margin-bottom: 10px;
}
.stickers-dropdown .sticker-dropdown-menu .nav-tabs li {
  width: 33.33%;
  text-align: center;
  height: 50px;
  background-color: inherit;
}
.stickers-dropdown .sticker-dropdown-menu .nav-tabs li a {
  height: 100%;
  color: initial;
  padding: 5px;
}
.stickers-dropdown .sticker-dropdown-menu .nav-tabs li a:focus {
  background-color: inherit;
}
.stickers-dropdown .sticker-dropdown-menu .nav-tabs li.active {
  font-weight: bold;
  background-color: initial;
  border-bottom: none;
}
.stickers-dropdown .sticker-dropdown-menu .nav-tabs li.active a {
  color: #63b9ff !important;
  background-color: inherit;
  border-color: #fff !important;
}

.stickers-dropdown.stickers-down-dropdown .stickers-dropdown-btn i {
  line-height: 50px;
}
.stickers-dropdown.stickers-down-dropdown .sticker-dropdown-menu {
  top: 100%;
  left: -160px;
  width: 460px;
  bottom: initial;
}
@media (max-width: 991px) {
  .stickers-dropdown.stickers-down-dropdown .sticker-dropdown-menu {
    bottom: 43px;
    left: initial;
    top: initial;
    right: 0px;
    width: 100vw;
  }
}

/* SMILEYS */
a.smiley-btn {
  display: inline-block;
  padding: 2px;
}
a.smiley-btn:hover {
  text-decoration: none;
  cursor: pointer;
}

i[class^=smiley-] {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 40px;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
}

.text-wrapper i[class^=smiley-] {
  width: 25px;
  height: 25px;
}

/* Free Smileys */
.smiley-worried {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_worriedface.png");
}

.smiley-angel {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_angel.png");
}

.smiley-grin {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_grin.png");
}

.smiley-birthday {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_birthday.png");
}

.smiley-call-me {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_callme.png");
}

.smiley-fear {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_screamingfear.png");
}

.smiley-cheers {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_cheers.png");
}

.smiley-applaude {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_applause.png");
}

.smiley-cry {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_cry.png");
}

.smiley-chaching {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_chaching.png");
}

.smiley-coffee {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_coffee.png");
}

.smiley-pizza {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_pizza.png");
}

.smiley-boxing {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_boxing.png");
}

.smiley-fuck-you {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_fuckyou.png");
}

.smiley-flowers {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_flowers.png");
}

.smiley-idea {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_idea.png");
}

.smiley-hi {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_hello.png");
}

.smiley-mouth-shut {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_mouthshut.png");
}

.smiley-workout {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_workout.png");
}

.smiley-headphones {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_headphones.png");
}

.smiley-peace {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_peace.png");
}

.smiley-ok {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_ok.png");
}

.smiley-quiet {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_quiet.png");
}

.smiley-sun {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_sun.png");
}

.smiley-praying {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_praying.png");
}

.smiley-thumbs-up {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_thumbsup.png");
}

.smiley-exhausted {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_exhausted.png");
}

.smiley-sad {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_sad.png");
}

.smiley-thinking {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_thinking.png");
}

.smiley-relieved {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_relieved.png");
}

.smiley-grossed {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_grossed.png");
}

.smiley-curious {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_curious.png");
}

.smiley-grin-big {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_biggrin.png");
}

.smiley-smug {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_smirking.png");
}

.smiley-smile {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_smile.png");
}

.smiley-angry {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_angry.png");
}

.smiley-straight-face {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_straightface.png");
}

.smiley-in-love {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_inlove.png");
}

.smiley-eyes {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_eyes.png");
}

.smiley-evil {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_evil.png");
}

.smiley-happy {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_happy.png");
}

.smiley-super-evil {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_superevil.png");
}

.smiley-cool {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_cool.png");
}

.smiley-rolling-eyes {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_rollingeyes.png");
}

.smiley-blushing {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_flushedface.png");
}

.smiley-wink {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_wink.png");
}

.smiley-tongue {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_tongue.png");
}

.smiley-kissing {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_kiss.png");
}

.smiley-wild {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_wild.png");
}

.smiley-couplelove {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/smileys/smiley_couplelove.png");
}

.tip-smiley {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .tip-smiley {
    width: 35px;
    height: 35px;
  }
}
.tip-smiley:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

body.tablet .stickers-dropdown .sticker-dropdown-menu .tip-smiley {
  width: 30px;
  height: 30px;
}

.tip-holder {
  display: inline-block;
  width: 100%;
}

.profile-thumbnail {
  overflow: hidden;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  max-width: 300px;
  margin: 0 auto;
}
.profile-thumbnail:before {
  content: "";
  padding-top: 100%;
  float: left;
}

.timestamp {
  text-align: center;
}

.schedule-box {
  padding-top: 20px;
  padding-left: 10px;
}
@media (max-width: 991px) {
  .schedule-box {
    padding-left: 0;
  }
}

/*WALL*/
.wall time {
  font-size: 12px;
  margin-bottom: 5px;
}
.wall article {
  padding-top: 5px;
}
.wall .well {
  padding: 10px 0;
  border: 0;
  background-color: inherit;
}
.wall .well textarea {
  margin: 5px 0;
  width: 100%;
}
.wall .messages .media-body {
  padding-top: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.wall .messages .wall-post {
  font-style: italic;
  padding-top: 10px;
}

/* SHOW MORE BTNS */
.show-more-spacer {
  padding: 2px 10px;
  border-top: 1px solid #d4d4d4;
  display: inline-block;
  margin-top: 5px;
}

.dark .show-more-spacer {
  border-top: 1px solid #494949;
}

/* BADGES */
.awards-wrapper.show-less {
  max-height: 150px;
  overflow: hidden;
}

body.tablet .awards-wrapper.show-less {
  max-height: 150px;
}

.award-container {
  width: 150px;
  height: 150px;
  margin: 0 3px;
  display: inline-block;
  position: relative;
  max-width: 100%;
}
.award-container.locked {
  opacity: 0.2;
}
.award-container:hover {
  cursor: help;
}
.award-container .award {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.award-category-row {
  border-bottom: 1px solid #b4b4b4;
}
.award-category-row .award-description {
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.award-category-row .award-container {
  margin: 0;
}

.row-900 {
  max-width: 900px;
  margin: 0 auto;
}

.gallery-title-row .gallery-tabs {
  padding: 0;
  border: none;
}
.gallery-title-row .gallery-tabs .gallery-tab-btn, .gallery-title-row .gallery-tabs .gallery-tab-btn.active {
  border: none;
}
.gallery-title-row .gallery-tabs .gallery-tab-btn:first-child:not(:last-child), .gallery-title-row .gallery-tabs .gallery-tab-btn.active:first-child:not(:last-child) {
  border-right: 1px solid #ccc;
}
.gallery-title-row .gallery-tabs .gallery-tab-btn a, .gallery-title-row .gallery-tabs .gallery-tab-btn a:hover, .gallery-title-row .gallery-tabs .gallery-tab-btn a:focus, .gallery-title-row .gallery-tabs .gallery-tab-btn a:active, .gallery-title-row .gallery-tabs .gallery-tab-btn.active a, .gallery-title-row .gallery-tabs .gallery-tab-btn.active a:hover, .gallery-title-row .gallery-tabs .gallery-tab-btn.active a:focus, .gallery-title-row .gallery-tabs .gallery-tab-btn.active a:active {
  padding: 0 5px;
  font-weight: normal;
  background-color: transparent;
  border: none;
  line-height: inherit !important;
}
.gallery-title-row .gallery-tabs .gallery-tab-btn.active a, .gallery-title-row .gallery-tabs .gallery-tab-btn.active a:hover, .gallery-title-row .gallery-tabs .gallery-tab-btn.active a:focus, .gallery-title-row .gallery-tabs .gallery-tab-btn.active a:active {
  font-weight: bold !important;
  color: inherit !important;
}

.body-gallery .body-gallery-item-wrapper {
  position: relative;
  overflow: hidden;
}
.body-gallery .active-only-label {
  background-color: #000;
  z-index: 2;
  color: #fff;
  font-weight: bold;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  left: -20px;
  padding: 3px 25px;
  top: 105px;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
}

.avatar-gallery .guest-gallery-item, .gif-avatar-gallery .guest-gallery-item, .snapshots-guest-gallery .guest-gallery-item {
  display: block;
  overflow: hidden;
  position: relative;
}
.avatar-gallery .guest-gallery-item .ratio-4-3, .avatar-gallery .guest-gallery-item .ratio-16-9, .gif-avatar-gallery .guest-gallery-item .ratio-4-3, .gif-avatar-gallery .guest-gallery-item .ratio-16-9, .snapshots-guest-gallery .guest-gallery-item .ratio-4-3, .snapshots-guest-gallery .guest-gallery-item .ratio-16-9 {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.avatar-gallery .guest-gallery-item .guest-image-overlay, .gif-avatar-gallery .guest-gallery-item .guest-image-overlay, .snapshots-guest-gallery .guest-gallery-item .guest-image-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  line-height: 100%;
  text-align: center;
  color: #fff;
}
.avatar-gallery .guest-gallery-item .guest-image-overlay span, .gif-avatar-gallery .guest-gallery-item .guest-image-overlay span, .snapshots-guest-gallery .guest-gallery-item .guest-image-overlay span {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  width: 100%;
  pointer-events: none;
  text-align: center;
  opacity: 0;
  font-weight: bold;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.avatar-gallery .guest-gallery-item:hover .guest-image-overlay span, .gif-avatar-gallery .guest-gallery-item:hover .guest-image-overlay span, .snapshots-guest-gallery .guest-gallery-item:hover .guest-image-overlay span {
  opacity: 1;
}
.avatar-gallery .guest-gallery-item:hover .ratio-4-3, .gif-avatar-gallery .guest-gallery-item:hover .ratio-4-3, .snapshots-guest-gallery .guest-gallery-item:hover .ratio-4-3 {
  -webkit-filter: blur(7px);
          filter: blur(7px);
}

.avatar-gallery .gallery-item {
  position: relative;
}
.avatar-gallery .gallery-item .gallery-image {
  max-width: 440px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.avatar-gallery .gallery-item .guest-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  pointer-events: none;
  z-index: 6;
}
.avatar-gallery .gallery-item .guest-overlay a.btn {
  pointer-events: auto;
}
.avatar-gallery .gallery-item:hover .gallery-image {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}
.avatar-gallery .gallery-item.guest:hover .gallery-image {
  -webkit-filter: none;
          filter: none;
}

.preview-end-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
}

.absolute-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.user-profile p {
  margin-bottom: 6px;
  font-size: 13px;
}

body.mfp-zoom-out-cur .mfp-container .banner-container {
  display: none;
}

body.mfp-zoom-out-cur.guest .mfp-container .banner-container {
  display: block;
  color: #fff;
  font-weight: bold;
  position: absolute;
  top: 0px;
  left: 50%;
  width: 1900px;
  width: 100vw;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  text-align: center;
  padding: 5px;
}

.gallery-pagination {
  clear: both;
  text-align: center;
  font-size: 20px;
}

.page-separator {
  height: 30px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  opacity: 0.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-separator .fa.fa-circle {
  margin: 0 6px;
  font-size: 10px;
  color: #c1c1c1;
  vertical-align: middle;
}
.page-separator .fa.fa-heart {
  color: #fdc5bd;
  margin: 0 10px;
  vertical-align: middle;
  font-size: 20px;
}

.model-banner {
  height: 300px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.model-banner .text {
  color: #fff;
  text-shadow: 0px 0px 25px #222;
  position: absolute;
  left: 50%;
  bottom: 25px;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  width: 100%;
}
.model-banner .text .model-title {
  font-size: 58px;
  font-weight: bold;
}
.model-banner .banner-buttons-container {
  position: absolute;
  height: 100%;
  width: 80px;
  right: 0px;
  top: 0px;
}
.model-banner .banner-buttons-container a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  height: 60px;
  text-shadow: 0px 0px 10px #222;
  line-height: 60px;
}
.model-banner .banner-buttons-container a i {
  vertical-align: middle;
  font-size: 2.5em;
}
.model-banner .banner-buttons-container a:hover {
  color: #dedede;
  cursor: pointer;
}
.model-banner .banner-buttons-container a.active {
  color: #5cb85c;
}
.model-banner .banner-buttons-container a.active:hover {
  color: #449d44;
}
.model-banner .model-flag {
  top: initial;
  bottom: 15px;
}
.model-banner .model-flag .icon-tiptoy {
  width: auto;
  padding: 5px 10px;
  height: auto;
  margin-top: 0;
  font-size: 12px;
  line-height: 18px;
}
.model-banner .model-flag .icon-tiptoy .line-top {
  margin: -2px auto 0 auto;
}
.model-banner.has-snapchat .banner-buttons-container a {
  height: 50px;
  line-height: 50px;
}
.model-banner.has-snapchat .banner-buttons-container a .snap-banner-icon {
  height: 45px;
  width: auto;
  -webkit-filter: drop-shadow(0px 0px 3px black);
          filter: drop-shadow(0px 0px 3px black);
}
.model-banner.has-snapchat .banner-buttons-container a:hover {
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}

.follow-container .follow-link, .like-container .like-link {
  color: #b4b4b4;
}
.follow-container .follow-link:hover, .like-container .like-link:hover {
  color: #909090;
  cursor: pointer;
}
.follow-container .follow-link.active, .like-container .like-link.active {
  color: #5cb85c;
}
.follow-container .follow-link.active:hover, .like-container .like-link.active:hover {
  color: #449d44;
}

.btn-bar-chat .tip-input-mobile {
  min-width: 80px;
  max-width: 50%;
}
.btn-bar-chat .tip-input-mobile .input-btn-mobile {
  width: 50px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0;
}
.btn-bar-chat .tip-input-mobile .custom-input {
  padding: 5px;
}
.btn-bar-chat .mobile-stickers {
  max-width: 50%;
}
.btn-bar-chat .mobile-stickers .tight-text {
  letter-spacing: -0.75px;
}
.btn-bar-chat .mobile-stickers .sticker-icon {
  float: left;
  background: url("../images/lips.png");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2000;
  height: 25px;
  width: 36px;
  padding: 6px;
  margin: 3px 0;
  color: rgb(194, 194, 194);
}
.btn-bar-chat .mobile-stickers .sticker-icon:hover {
  cursor: pointer;
  background-color: #cccccc;
}
.btn-bar-chat .mobile-stickers .sticker-menu {
  max-height: 62px;
  width: auto;
  padding: 2px;
  overflow: auto;
}
@media (min-width: 991px) {
  .btn-bar-chat .mobile-stickers .sticker-menu {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .btn-bar-chat .mobile-stickers .sticker-menu {
    width: 460px;
  }
}
.btn-bar-chat .mobile-stickers .sticker-menu .sticker-btn {
  min-width: 22px;
  padding: auto;
}
.btn-bar-chat .mobile-stickers .sticker-menu .sticker-btn img {
  max-height: 28px;
  width: auto;
}
@media (max-width: 991px) {
  .btn-bar-chat .mobile-stickers .sticker-menu .sticker-btn img {
    max-height: 26px;
  }
}
@media (max-width: 374px) {
  .btn-bar-chat .mobile-stickers .sticker-menu .sticker-btn img {
    max-height: 22px;
  }
}

.send-message-mobile-btn {
  width: 50px;
  padding: 0;
}

.chat-mobile .target {
  width: 100%;
  background: white;
  padding: 3px;
  border: 1px solid #ccc;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.chat-mobile .target .left {
  float: left;
}
.chat-mobile .target .right {
  float: right;
}
.chat-mobile .guest-list {
  background-color: #e6e6e6;
  height: 50px;
}

body.mobile-live:not(.desktop-live) .chat-container .chat-wrapper {
  max-width: 100%;
  display: block;
}
body.mobile-live:not(.desktop-live) .stickers-dropdown-menu .mobile-stickers-tab {
  width: 50%;
  text-align: center;
}
body.mobile-live:not(.desktop-live) .stickers-dropdown-menu .mobile-stickers-tab.active .mobile-tab-btn, body.mobile-live:not(.desktop-live) .mobile-live .stickers-dropdown-menu .mobile-stickers-tab.active .mobile-tab-btn:focus {
  font-weight: bold;
  background: #fff;
  border-bottom: 1px solid #fff;
}
body.mobile-live:not(.desktop-live) .stickers-dropdown-menu .tab-content {
  padding: 0 5px;
}
body.mobile-live:not(.desktop-live) .flex-container {
  display: none;
}

.grid-nav {
  padding-top: 10px;
  padding-bottom: 5px;
  min-height: auto;
  height: auto;
  background-color: transparent;
  color: rgb(194, 194, 194);
  border: 0;
  margin-bottom: 0;
  position: relative;
}
.grid-nav .navbar-nav &gt; li &gt; a {
  background-color: #fff;
  color: #e7e7e7;
  margin-right: 5px;
  border-radius: 3px;
  padding: 6px 12px;
}
.grid-nav .navbar-nav &gt; li &gt; a:hover, .grid-nav .navbar-nav &gt; li &gt; a:focus {
  background-color: #e7e7e7;
  color: #fff;
  border: 0;
}
.grid-nav .navbar-nav &gt; li &gt; a.dice-roll {
  padding: 0;
}
.grid-nav .navbar-nav &gt; li &gt; a.dice-roll .dice-img {
  max-height: 26px;
  margin-top: 3px;
  display: inline-block;
}
.grid-nav .navbar-nav &gt; li &gt; a.dice-roll:hover {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}
.grid-nav .custom-nav {
  width: 100%;
}
.grid-nav .custom-nav .new-label {
  font-size: 10px;
  margin-bottom: 0px;
  margin-top: -4px;
  color: white;
  background: #fe3737;
  vertical-align: middle;
  padding: 2px 2px;
  line-height: 10px;
  border-radius: 4px;
}
.grid-nav .custom-nav &gt; li {
  position: inherit;
}
.grid-nav .custom-nav &gt; li &gt; a.active {
  color: #fff !important;
  background-color: #63b9ff !important;
}

.pornstar-link,
.pornstar-link:hover,
.pornstar-link:focus,
.pornstar-link:active,
.navbar-nav &gt; li.pornstar-item &gt; a.pornstar-link,
.navbar-nav &gt; li.pornstar-item &gt; a.pornstar-link:hover,
.navbar-nav &gt; li.pornstar-item &gt; a.pornstar-link:focus,
.navbar-nav &gt; li.pornstar-item &gt; a.pornstar-link:active {
  padding: 0;
  margin: 0;
  background-color: transparent !important;
  display: inline-block;
}
.pornstar-link .show-countdown-timer,
.pornstar-link:hover .show-countdown-timer,
.pornstar-link:focus .show-countdown-timer,
.pornstar-link:active .show-countdown-timer,
.navbar-nav &gt; li.pornstar-item &gt; a.pornstar-link .show-countdown-timer,
.navbar-nav &gt; li.pornstar-item &gt; a.pornstar-link:hover .show-countdown-timer,
.navbar-nav &gt; li.pornstar-item &gt; a.pornstar-link:focus .show-countdown-timer,
.navbar-nav &gt; li.pornstar-item &gt; a.pornstar-link:active .show-countdown-timer {
  line-height: 22px;
  padding: 4px 0px;
  height: 30px;
}
.pornstar-link .show-countdown-timer .title,
.pornstar-link:hover .show-countdown-timer .title,
.pornstar-link:focus .show-countdown-timer .title,
.pornstar-link:active .show-countdown-timer .title,
.navbar-nav &gt; li.pornstar-item &gt; a.pornstar-link .show-countdown-timer .title,
.navbar-nav &gt; li.pornstar-item &gt; a.pornstar-link:hover .show-countdown-timer .title,
.navbar-nav &gt; li.pornstar-item &gt; a.pornstar-link:focus .show-countdown-timer .title,
.navbar-nav &gt; li.pornstar-item &gt; a.pornstar-link:active .show-countdown-timer .title {
  font-weight: bold;
  vertical-align: middle;
  color: #ffa500;
}
.pornstar-link .show-countdown-timer .label,
.pornstar-link:hover .show-countdown-timer .label,
.pornstar-link:focus .show-countdown-timer .label,
.pornstar-link:active .show-countdown-timer .label,
.navbar-nav &gt; li.pornstar-item &gt; a.pornstar-link .show-countdown-timer .label,
.navbar-nav &gt; li.pornstar-item &gt; a.pornstar-link:hover .show-countdown-timer .label,
.navbar-nav &gt; li.pornstar-item &gt; a.pornstar-link:focus .show-countdown-timer .label,
.navbar-nav &gt; li.pornstar-item &gt; a.pornstar-link:active .show-countdown-timer .label {
  padding: 4px 6px;
  font-size: 12px;
  line-height: 12px;
  height: 20px;
  display: inline-block;
  font-weight: normal;
}
.pornstar-link .show-countdown-timer .label.label-default,
.pornstar-link:hover .show-countdown-timer .label.label-default,
.pornstar-link:focus .show-countdown-timer .label.label-default,
.pornstar-link:active .show-countdown-timer .label.label-default,
.navbar-nav &gt; li.pornstar-item &gt; a.pornstar-link .show-countdown-timer .label.label-default,
.navbar-nav &gt; li.pornstar-item &gt; a.pornstar-link:hover .show-countdown-timer .label.label-default,
.navbar-nav &gt; li.pornstar-item &gt; a.pornstar-link:focus .show-countdown-timer .label.label-default,
.navbar-nav &gt; li.pornstar-item &gt; a.pornstar-link:active .show-countdown-timer .label.label-default {
  background-color: #545454;
}
.pornstar-link .show-countdown-timer i.fa,
.pornstar-link:hover .show-countdown-timer i.fa,
.pornstar-link:focus .show-countdown-timer i.fa,
.pornstar-link:active .show-countdown-timer i.fa,
.navbar-nav &gt; li.pornstar-item &gt; a.pornstar-link .show-countdown-timer i.fa,
.navbar-nav &gt; li.pornstar-item &gt; a.pornstar-link:hover .show-countdown-timer i.fa,
.navbar-nav &gt; li.pornstar-item &gt; a.pornstar-link:focus .show-countdown-timer i.fa,
.navbar-nav &gt; li.pornstar-item &gt; a.pornstar-link:active .show-countdown-timer i.fa {
  color: #ffa500;
  vertical-align: middle;
  font-size: 20px;
}

.knock-btn {
  -webkit-animation-name: simple-knock;
          animation-name: simple-knock;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.top-10-models-menu {
  z-index: 400;
  left: 0;
  top: 45px;
  width: 100%;
  background-color: #fff;
  border: 0;
  border-radius: 0;
}

.menu-selection {
  z-index: 500;
}
.menu-selection h4 {
  margin-top: 0;
}
.menu-selection .categories-list {
  list-style: none;
  padding-left: 0;
}
.menu-selection .categories-list p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
}
.menu-selection .categories-list li {
  margin-left: -10px;
}
.menu-selection .categories-list li span {
  border: 0;
  background-color: inherit;
  padding: 5px 10px;
}
.menu-selection .categories-list li p {
  margin: 0;
  line-height: 26px;
  font-size: 14px;
  font-weight: normal;
}

.top-10-model {
  padding-left: 3px;
  padding-right: 3px;
  -webkit-transition: -webkit-filter 0.3s linear;
  transition: -webkit-filter 0.3s linear;
  transition: filter 0.3s linear;
  transition: filter 0.3s linear, -webkit-filter 0.3s linear;
}
.top-10-model:hover {
  -webkit-filter: brightness(75%);
  filter: brightness(75%);
}
.top-10-model .model-name {
  background-color: rgba(51, 51, 51, 0.63);
  padding-left: 5px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.filter-link {
  padding: 0px !important;
}

.filter-link:hover {
  text-decoration: none;
}

.filters-menu {
  z-index: 100;
  left: 0;
  top: 45px;
  width: 100%;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  color: rgb(72, 72, 72);
}

/* FIREFOX FIX */
@-moz-document url-prefix() {
  .navbar-collapse.collapse {
    padding-bottom: 0;
    overflow: visible !important;
    width: 100%;
  }
  .navbar-top-collapse {
    max-height: 50px !important;
  }
}
label.new {
  position: absolute;
  background: orange;
  top: 8px;
  right: 5px;
  color: white;
  z-index: 2;
  padding: 1px 4px;
  font-size: 10px;
  font-weight: bold;
  line-height: 10px;
  margin: 0;
}

/*
==============================================
slideUp
==============================================
*/
.slideUp {
  /*  -webkit-animation-delay: 5s; 
      animation-delay: 5s; */
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(200%);
    transform: translateY(200%);
  }
  80% {
    -webkit-transform: translateY(-8%);
    transform: translateY(-8%);
  }
  85% {
    -webkit-transform: translateY(4%);
    transform: translateY(4%);
  }
  90% {
    -webkit-transform: translateY(-4%);
    transform: translateY(-4%);
  }
  95% {
    -webkit-transform: translateY(2%);
    transform: translateY(2%);
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}
@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
  }
  50% {
    -webkit-transform: translateY(-8%);
  }
  65% {
    -webkit-transform: translateY(4%);
  }
  80% {
    -webkit-transform: translateY(-4%);
  }
  95% {
    -webkit-transform: translateY(2%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
@-webkit-keyframes move {
  from {
    left: -100px;
  }
  to {
    left: 70px;
  }
}
@keyframes move {
  from {
    left: -100px;
  }
  to {
    left: 70px;
  }
}
@-webkit-keyframes knock {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  2% {
    -webkit-transform: rotate(15deg) scale(1.3);
            transform: rotate(15deg) scale(1.3);
  }
  4% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  6% {
    -webkit-transform: rotate(15deg) scale(1.3);
            transform: rotate(15deg) scale(1.3);
  }
  8% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
}
@keyframes knock {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  2% {
    -webkit-transform: rotate(15deg) scale(1.3);
            transform: rotate(15deg) scale(1.3);
  }
  4% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  6% {
    -webkit-transform: rotate(15deg) scale(1.3);
            transform: rotate(15deg) scale(1.3);
  }
  8% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
}
@keyframes volume-knock {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  2% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  4% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  6% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  8% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes volume-knock {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  2% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  4% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  6% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
  8% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.fa-volume-off {
  -webkit-animation-name: volume-knock;
          animation-name: volume-knock;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes knock-slow {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  1% {
    -webkit-transform: rotate(15deg) scale(1.3);
            transform: rotate(15deg) scale(1.3);
  }
  2% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  3% {
    -webkit-transform: rotate(15deg) scale(1.3);
            transform: rotate(15deg) scale(1.3);
  }
  4% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
}

@keyframes knock-slow {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  1% {
    -webkit-transform: rotate(15deg) scale(1.3);
            transform: rotate(15deg) scale(1.3);
  }
  2% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  3% {
    -webkit-transform: rotate(15deg) scale(1.3);
            transform: rotate(15deg) scale(1.3);
  }
  4% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1);
  }
}
.fadeout-gif {
  animation-name: fadeout-gif;
  -webkit-animation-name: fadeout-gif;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  animation-duration: 5s;
  -webkit-animation-duration: 5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}

@-webkit-keyframes fadeout-gif {
  0% {
    opacity: 1;
    display: block;
  }
  99% {
    opacity: 0;
    height: 200px;
  }
  100% {
    height: 0px;
  }
}

@keyframes fadeout-gif {
  0% {
    opacity: 1;
    display: block;
  }
  99% {
    opacity: 0;
    height: 200px;
  }
  100% {
    height: 0px;
  }
}
@-webkit-keyframes delayed-fadeout-gif {
  0% {
    opacity: 1;
    display: block;
  }
  70% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    height: 200px;
  }
  100% {
    height: 0px;
  }
}
@keyframes delayed-fadeout-gif {
  0% {
    opacity: 1;
    display: block;
  }
  70% {
    opacity: 1;
  }
  99% {
    opacity: 0;
    height: 200px;
  }
  100% {
    height: 0px;
  }
}
@-webkit-keyframes ticker {
  0%, 2% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes ticker {
  0%, 2% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes neon {
  0%, 50% {
    text-shadow: none;
  }
  60% {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFD800, 0 0 35px #FFD800, 0 0 40px #FFD800, 0 0 50px #FFD800, 0 0 75px #FFD800;
  }
  70% {
    text-shadow: none;
  }
  80% {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFD800, 0 0 35px #FFD800, 0 0 40px #FFD800, 0 0 50px #FFD800, 0 0 75px #FFD800;
  }
  90%, 100% {
    text-shadow: none;
  }
}
@-webkit-keyframes neon {
  0%, 50% {
    text-shadow: none;
  }
  60% {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFD800, 0 0 35px #FFD800, 0 0 40px #FFD800, 0 0 50px #FFD800, 0 0 75px #FFD800;
  }
  70% {
    text-shadow: none;
  }
  80% {
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FFD800, 0 0 35px #FFD800, 0 0 40px #FFD800, 0 0 50px #FFD800, 0 0 75px #FFD800;
  }
  90%, 100% {
    text-shadow: none;
  }
}
@keyframes simple-knock {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  2% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  4% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  6% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  8% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes simple-knock {
  0% {
    -webkit-transform: scale(1);
  }
  2% {
    -webkit-transform: scale(1.1);
  }
  4% {
    -webkit-transform: scale(1);
  }
  6% {
    -webkit-transform: scale(1.1);
  }
  8% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes textflip {
  0% {
    margin-top: -360px;
  }
  14% {
    margin-top: -360px;
  }
  16% {
    margin-top: -270px;
  }
  30% {
    margin-top: -270px;
  }
  32% {
    margin-top: -180px;
  }
  46% {
    margin-top: -180px;
  }
  48% {
    margin-top: -90px;
  }
  62% {
    margin-top: -90px;
  }
  64% {
    margin-top: 0px;
  }
  100% {
    margin-top: 0px;
  }
}
@-webkit-keyframes textflip {
  0% {
    margin-top: -360px;
  }
  14% {
    margin-top: -360px;
  }
  16% {
    margin-top: -270px;
  }
  30% {
    margin-top: -270px;
  }
  32% {
    margin-top: -180px;
  }
  46% {
    margin-top: -180px;
  }
  48% {
    margin-top: -90px;
  }
  62% {
    margin-top: -90px;
  }
  64% {
    margin-top: 0px;
  }
  100% {
    margin-top: 0px;
  }
}
@keyframes sound-quiet {
  25% {
    -webkit-transform: scaleY(0.6);
            transform: scaleY(0.6);
  }
  50% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  75% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
}
@keyframes sound-normal {
  25% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  75% {
    -webkit-transform: scaleY(0.6);
            transform: scaleY(0.6);
  }
}
@keyframes sound-loud {
  25% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  75% {
    -webkit-transform: scaleY(1.2);
            transform: scaleY(1.2);
  }
}
@-webkit-keyframes sound-quiet {
  25% {
    -webkit-transform: scaleY(0.6);
            transform: scaleY(0.6);
  }
  50% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  75% {
    -webkit-transform: scaleY(0.8);
            transform: scaleY(0.8);
  }
}
@-webkit-keyframes sound-normal {
  25% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  75% {
    -webkit-transform: scaleY(0.6);
            transform: scaleY(0.6);
  }
}
@-webkit-keyframes sound-loud {
  25% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
  50% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
  }
  75% {
    -webkit-transform: scaleY(1.2);
            transform: scaleY(1.2);
  }
}
@-webkit-keyframes arrow-down {
  0% {
    -webkit-transform: translate3d(0, -25%, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate3d(0, 25%, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 25%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes arrow-up {
  0% {
    -webkit-transform: translate3d(0, 25%, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate3d(0, -25%, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -25%, 0);
    opacity: 0;
  }
}
@keyframes arrow-down {
  0% {
    -webkit-transform: translate3d(0, -25%, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate3d(0, 25%, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 25%, 0);
    opacity: 0;
  }
}
@keyframes arrow-up {
  0% {
    -webkit-transform: translate3d(0, 25%, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate3d(0, -25%, 0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -25%, 0);
    opacity: 0;
  }
}
@-webkit-keyframes appear {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes appear {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes switch-corners {
  0% {
    top: 50px;
    left: 50px;
    bottom: auto;
    right: auto;
  }
  25% {
    left: auto;
    bottom: auto;
    top: 50px;
    right: 50px;
  }
  50% {
    top: auto;
    left: auto;
    right: 50px;
    bottom: 50px;
  }
  75% {
    top: auto;
    right: auto;
    left: 50px;
    bottom: 50px;
  }
}
@-webkit-keyframes switch-corners {
  0% {
    top: 50px;
    left: 50px;
    bottom: auto;
    right: auto;
  }
  25% {
    left: auto;
    bottom: auto;
    top: 50px;
    right: 50px;
  }
  50% {
    top: auto;
    left: auto;
    right: 50px;
    bottom: 50px;
  }
  75% {
    top: auto;
    right: auto;
    left: 50px;
    bottom: 50px;
  }
}
@-webkit-keyframes flow {
  0% {
    left: -20%;
    opacity: 0;
  }
  30% {
    left: 40%;
    opacity: 0.5;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@keyframes flow {
  0% {
    left: -20%;
    opacity: 0;
  }
  30% {
    left: 40%;
    opacity: 0.5;
  }
  100% {
    left: 100%;
    opacity: 0;
  }
}
@-webkit-keyframes rotatelight {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-filter: brightness(1.7);
            filter: brightness(1.7);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@keyframes rotatelight {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-filter: brightness(1.7);
            filter: brightness(1.7);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-filter: brightness(1);
            filter: brightness(1);
  }
}
@-webkit-keyframes tap {
  0% {
    -webkit-transform: none;
            transform: none;
    -webkit-filter: none;
            filter: none;
  }
  50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-filter: brightness(200%);
            filter: brightness(200%);
  }
  100% {
    -webkit-transform: none;
            transform: none;
    -webkit-filter: none;
            filter: none;
  }
}
@keyframes tap {
  0% {
    -webkit-transform: none;
            transform: none;
    -webkit-filter: none;
            filter: none;
  }
  50% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-filter: brightness(200%);
            filter: brightness(200%);
  }
  100% {
    -webkit-transform: none;
            transform: none;
    -webkit-filter: none;
            filter: none;
  }
}
@-webkit-keyframes ap-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes ap-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
            box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
  }
  50% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
}
.recordings-thumbs {
  position: relative;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .recordings-thumbs {
    margin-bottom: 3px;
  }
}

.play {
  position: absolute;
  top: calc(50% - 35px);
  left: 0;
  right: 0;
  text-align: center;
  font-size: 50px;
  color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}
@media (max-width: 767px) {
  .play {
    top: calc(50% - 30px);
    left: 0;
    right: 0;
    text-align: center;
    font-size: 40px;
  }
}
.play i:hover {
  cursor: pointer;
}

.recording-wrapper {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  position: relative;
}
.recording-wrapper .recording-flag {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
}
.recording-wrapper .recording-flag .icon-event {
  width: 44px;
  height: 22px;
  color: #fff;
  background-color: #000;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
  margin-top: 5px;
  font-size: 10px;
}
.recording-wrapper .recording-flag .icon-pornstar {
  width: 54px;
  height: 22px;
  color: #fff;
  background-color: #ff177a;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
  margin-top: 5px;
  font-size: 10px;
}
.recording-wrapper .recording-flag .icon-free {
  width: 44px;
  height: 22px;
  color: #fff;
  background-color: #9cb630;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
  margin-top: 5px;
  font-size: 10px;
}
.recording-wrapper .recording-placeholder {
  padding-top: 75%;
  background: url("../images/placeholders/snap.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.recording-wrapper .bestseller-placeholder {
  padding-top: 75%;
  background: url("http://static.payserve.com/static_01/thumbnails_live/10495329/1483076894.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.recording-wrapper .related-placeholder {
  padding-top: 75%;
  background: url("http://static.payserve.com/static_01/thumbnails_live/10277199/1481542386.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.recording-wrapper .recording-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.2)), to(rgba(51, 51, 51, 0.8)));
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0.2) 0%, rgba(51, 51, 51, 0.8) 100%);
  color: #fff;
  width: 100%;
}
@media (max-width: 767px) {
  .recording-wrapper .recording-overlay {
    font-size: 12px;
  }
}
.recording-wrapper .recording-overlay p {
  padding-left: 5px;
  margin: 5px 0;
  font-size: 13px;
}
.recording-wrapper .recording-overlay .ellipsis {
  max-width: calc(100% - 75px);
}
.recording-wrapper .play {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.recording-wrapper .video-label {
  padding: 0;
  float: right;
  margin-top: 3px;
}
.recording-wrapper .video-label p {
  margin: 0;
  padding: 6px 12px;
  font-size: 10px;
}
.recording-wrapper .rec-details {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 51, 51, 0.2)), to(rgba(51, 51, 51, 0.8)));
  background: linear-gradient(to top, rgba(51, 51, 51, 0.2) 0%, rgba(51, 51, 51, 0.8) 100%);
  padding: 2px 5px 0 5px;
  height: 20px;
}
@media (max-width: 767px) {
  .recording-wrapper .rec-details {
    font-size: 10px;
  }
}
.recording-wrapper .unlock-rec-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.recording-wrapper .unlock-rec-overlay:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.recording-wrapper .unlock-rec-overlay .unlock-text-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.recording-wrapper .unlock-rec-overlay .unlock-text-container .title {
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  margin: 0;
  font-weight: bold;
  width: 130px;
}
.recording-wrapper .unlock-rec-overlay .unlock-text-container .title .crown-icon {
  position: absolute;
  left: -10px;
  top: -20px;
  width: 40px;
}
@media (max-width: 767px) {
  .recording-wrapper .unlock-rec-overlay .unlock-text-container .title {
    width: 100px;
    font-size: 24px;
  }
  .recording-wrapper .unlock-rec-overlay .unlock-text-container .title .crown-icon {
    width: 36px;
  }
}

.video-featured {
  width: 100%;
}

.sort {
  padding: 6px 12px 6px 5px;
  color: rgb(72, 72, 72);
}
@media (min-width: 768px) {
  .sort {
    padding-left: 0px;
  }
}

.best-seller {
  position: absolute;
  top: 25px;
  left: 5px;
  width: 25%;
  height: auto;
}

/* TOP 10 VIDEOS MENU */
.top-10-videos-menu {
  z-index: 400;
  left: 0px;
  top: 40px;
  width: 100%;
  background-color: #fff;
  border: 0;
  border-radius: 0;
}

.navbar-nav .top-10-li-item {
  position: inherit;
}

.video-selection {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  z-index: 500;
}
.video-selection .top-10-video {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  position: relative;
  -webkit-filter: grayscale(100%) opacity(50%);
  filter: grayscale(100%) opacity(50%);
}
.video-selection .top-10-video:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.video-selection .top-10-video .model-name {
  color: rgb(72, 72, 72);
}
.video-selection .top-10-video .recording-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.63);
  color: #fff;
  width: 100%;
  margin-right: 5px;
  height: 24px;
  line-height: 14px;
}
@media (max-width: 767px) {
  .video-selection .top-10-video .recording-overlay {
    font-size: 12px;
  }
}
.video-selection .top-10-video .recording-overlay p {
  padding-left: 5px;
}
.video-selection .top-10-video .video-price {
  background-color: rgb(92, 184, 92);
  color: #fff;
  position: absolute;
  bottom: 2px;
  right: 2px;
}
.video-selection .top-10-video .video-price p {
  margin: 0;
  padding: 3px 6px;
  font-size: 10px;
}
.video-selection .top-10-video .rec-details {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  background-color: rgba(51, 51, 51, 0.63);
  padding: 2px 5px 0 5px;
  height: 20px;
}
@media (max-width: 767px) {
  .video-selection .top-10-video .rec-details {
    font-size: 10px;
  }
}

.rec {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #d60000;
  font-size: 12px;
  height: 22px;
  padding: 3px 5px;
  font-weight: bold;
}
.rec i {
  display: inline-block;
}

#recording-form .navbar-nav &gt; li {
  float: left;
  margin-right: 5px;
}
@media (max-width: 767px) {
  #recording-form .navbar-nav &gt; li.model-filter {
    float: right;
  }
}

@media (max-width: 767px) {
  #recording-form .navbar-nav .open .dropdown-menu {
    position: absolute;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  #recording-form .navbar-nav .open .dropdown-menu.inner {
    position: static;
  }
}

/*SELECT MENU CUSTOMIZATION*/
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  overflow: auto;
  max-height: 150px !important;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bootstrap-select .dropdown-toggle {
  border-radius: 0px;
  background-color: inherit !important;
  color: inherit !important;
  border: none;
  border-bottom: 1px solid #ccc;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:visited, .bootstrap-select .dropdown-toggle:active, .bootstrap-select .dropdown-toggle:hover {
  outline: 0 !important;
  font-weight: bold;
}

.bootstrap-select.open &gt; .btn-default.dropdown-toggle {
  font-weight: bold;
}

.bootstrap-select li a {
  padding: 3px 10px;
  color: rgb(51, 51, 51);
}
.bootstrap-select .dropdown-menu &gt; .active &gt; a {
  background-color: #e7e7e7;
}

.bootstrap-select.btn-group .no-results {
  background-color: #fff;
  color: rgb(51, 51, 51);
}

.signup-item {
  padding-right: 10px;
  vertical-align: top;
}

.signup-item.color-1 {
  color: orange;
}

.signup-item.color-2 {
  color: #85b447;
}

#registration .modal-dialog {
  width: auto;
  max-width: 900px;
  margin: 10px auto;
}
@media (max-width: 991px) {
  #registration .modal-dialog {
    max-width: 600px;
  }
}

.checkbox {
  padding-left: 20px;
  margin: 10px 0;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

.checkbox label:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.checkbox label:after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox label, .checkbox label:focus, .checkbox input[type=checkbox]:focus, .checkbox input[type=checkbox]:focus:after {
  outline: 0;
}

.checkbox label:after:focus, .checkbox {
  outline: 0;
}

.checkbox input[type=checkbox] {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.checkbox input[type=checkbox]:focus + label:before {
  outline: 0;
}

.checkbox input[type=checkbox]:checked + label:after {
  font-family: "FontAwesome";
  content: "\f00c";
}

.checkbox input[type=checkbox]:disabled + label {
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}

.checkbox input[type=checkbox]:disabled + label:before {
  background-color: #eeeeee;
  cursor: not-allowed;
}

.checkbox.checkbox-circle label:before {
  border-radius: 50%;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox-info input[type=checkbox]:checked + label:before {
  background-color: #e7e7e7;
  border-color: #e7e7e7;
}

.checkbox-info input[type=checkbox]:checked + label:after {
  color: #fff;
}

.sorter {
  position: absolute;
  display: inline-block;
  top: -30px;
  right: -6px;
}
.sorter p {
  display: inline-block;
  color: rgb(51, 51, 51);
}
.sorter ul {
  list-style: none;
  display: inline-block;
  padding-left: 0;
  padding-right: 5px;
}
.sorter ul li {
  display: inline-block;
}
.sorter ul li a {
  padding: 5px;
}

a.absolute {
  z-index: 5;
}

.video-link {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.video-link:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.video-link:hover .play {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.spotlight-overlay h2, .spotlight-overlay h3 {
  position: absolute;
  top: 10px;
  right: 10px;
}
.spotlight-overlay a.info {
  margin-top: 50%;
  padding: 10px;
}

.overlay-wrapper.model-wrapper:hover {
  z-index: 20;
}

.overlay-wrapper.model-wrapper.zoom {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
.overlay-wrapper.model-wrapper.zoom:hover {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  z-index: 20;
}
@media (min-width: 1350px) {
  .overlay-wrapper.model-wrapper.zoom:hover {
    -webkit-transform: scale(1.0899);
            transform: scale(1.0899);
  }
}
@media (max-width: 1349px) {
  .overlay-wrapper.model-wrapper.zoom:hover {
    -webkit-transform: scale(1.048);
            transform: scale(1.048);
  }
}
.overlay-wrapper.model-wrapper.zoom .hovereffect .overlay {
  background-color: transparent;
}

.overlay-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  color: #fff;
}
.overlay-wrapper.highlight-contest-item-container.gold {
  padding: 6px;
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #d5a51e 30%, #f7c327 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #fff 0%, #FFFFAC 8%, #D1B464 25%, #bd7f0d 62.5%, #c58727 100%);
}
.overlay-wrapper.highlight-contest-item-container.silver {
  padding: 5px;
  background: radial-gradient(ellipse farthest-corner at right bottom, #d8d8d8 0%, #c5c5c5 8%, #a7a7a7 30%, #909090 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #fff 0%, #b7b7b7 8%, #a5a5a5 25%, #cacaca 62.5%, #000000 100%);
}
.overlay-wrapper.highlight-contest-item-container.bronze {
  padding: 4px;
  background: radial-gradient(ellipse farthest-corner at right bottom, #efa243 0%, #c75c00 8%, #d85100 30%, #f79027 40%, #ca6d00 80%), radial-gradient(ellipse farthest-corner at left top, #fff 0%, #f59d52 8%, #d18764 25%, #bd6e0d 62.5%, #c5531d 100%);
}
.overlay-wrapper .placeholder-wrapper {
  padding-top: 75%;
  background-size: cover;
  background-repeat: no-repeat;
}
.overlay-wrapper .placeholder-square-wrapper {
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.overlay-wrapper .placeholder-square-wrapper:not(.contest-square-wrapper):hover {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}
.overlay-wrapper .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
  font-size: 12px;
  height: 100%;
}
.overlay-wrapper .hd-icon {
  color: #fff;
  border: 1px solid #fff;
  font-weight: bold;
  border-radius: 3px;
  padding: 2px 5px;
  font-size: 12px;
  vertical-align: top;
  font-style: normal;
  padding: 0px 3px;
}
.overlay-wrapper .model-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: transparent;
}
.overlay-wrapper .model-tag .model-overlay {
  position: initial;
  width: 100%;
  text-align: center;
}
.overlay-wrapper .model-tag .model-details {
  width: 100%;
  background-color: rgba(51, 51, 51, 0.4);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.2)), to(rgba(51, 51, 51, 0.8)));
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0.2) 0%, rgba(51, 51, 51, 0.8) 100%);
  height: 26px;
  line-height: 26px;
  -webkit-background-clip: content-box;
  background-clip: content-box;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.overlay-wrapper .model-tag .model-details p {
  margin: 0;
  height: 26px;
}
.overlay-wrapper .model-tag .model-details .target-container {
  margin-top: 2px;
}
.overlay-wrapper .model-tag .model-details .model-live-event {
  margin: 0;
  line-height: 26px;
  float: left;
}
.overlay-wrapper .news-feed {
  height: 26px;
  line-height: 26px;
  background-color: rgba(51, 51, 51, 0.63);
}
.overlay-wrapper .live-event-tag {
  height: 25px;
}

.model-tag {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 7 !important;
  width: 100%;
  text-indent: 5px;
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .model-tag {
    bottom: 0;
  }
}

.target-container {
  background-color: transparent;
  border: 2px solid white;
  border-radius: 7px;
  width: 80px;
  float: Right;
  margin-right: 5px;
  margin-top: 4px;
  padding: 2px;
  height: 22px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
@media (max-width: 767px) {
  .target-container {
    display: none;
  }
}
.target-container .target-in-progress {
  background-color: #bbd730;
  color: rgb(51, 51, 51);
  text-align: center;
  overflow: hidden;
  border-radius: 4px;
  height: 100%;
  line-height: 14px;
}
.target-container .target-in-progress p {
  -webkit-animation: move 3s infinite;
  animation: move 3s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  width: 100%;
  color: rgb(51, 51, 51);
  position: relative;
  white-space: pre;
  font-size: 10px !important;
}
.target-container .target-pending {
  background: rgba(255, 56, 159, 0.86);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 56, 159, 0.86)), color-stop(100%, rgba(255, 51, 139, 0)));
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 56, 159, 0.86)), to(rgba(255, 51, 139, 0)));
  background: linear-gradient(to right, rgba(255, 56, 159, 0.86) 0%, rgba(255, 51, 139, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff389f", endColorstr="#ff338b", GradientType=1 );
  height: 100%;
  color: #fff;
  text-align: center;
  font-size: 10px;
  border-radius: 4px;
  height: 100%;
  line-height: 14px;
}

.model-live-event {
  font-size: 12px;
}

.model-flag {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.model-flag .icon-secretof {
  width: 72px;
  height: 22px;
  color: #fff;
  background-color: #aa4b77;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
  margin-top: 5px;
  font-size: 10px;
}
.model-flag .icon-pornstar {
  width: 54px;
  height: 22px;
  color: #fff;
  background-color: #ff177a;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
  margin-top: 5px;
  font-size: 10px;
}
.model-flag .icon-new {
  width: 44px;
  height: 22px;
  color: #fff;
  background-color: #9cb630;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
  margin-top: 5px;
  font-size: 10px;
}
.model-flag .icon-show {
  width: 44px;
  height: 22px;
  color: #4c4c4c;
  background-color: #f4ca09;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
  margin-top: 5px;
  font-size: 10px;
}
.model-flag .icon-tiptoy {
  width: 44px;
  height: 22px;
  color: #fff;
  background-color: #fa5050;
  text-align: center;
  font-weight: bold;
  line-height: 20px;
  margin-top: 5px;
  font-size: 10px;
}
.model-flag .icon-tiptoy .line-top {
  background-color: rgba(255, 255, 255, 0.75);
  height: 1px;
  width: 70%;
  margin: -5px auto 0 auto;
}
.model-flag .icon-tiptoy .line-bottom {
  background-color: rgba(255, 255, 255, 0.5);
  height: 1px;
  width: 50%;
  margin: 2px auto 0 auto;
}
.model-flag .icon-tiptoy.icon-lovense {
  color: #fa5050;
  background-color: #fff;
  font-size: 9px;
}
.model-flag .icon-tiptoy.icon-lovense .line-top, .model-flag .icon-tiptoy.icon-lovense .line-bottom {
  background-color: #fa5050;
}
.model-flag .icon-mobile {
  width: 44px;
  height: 22px;
  color: #fff;
  background-color: #31c4fb;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
  margin-top: 5px;
  font-size: 10px;
}
.model-flag .icon-group {
  width: 44px;
  height: 22px;
  color: #fff;
  background-color: #b765ff;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
  margin-top: 5px;
  font-size: 10px;
}

.news-col {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left 0px top 0px;
  background-color: rgb(51, 51, 51);
}

.grid-label {
  position: absolute;
  right: 0px;
  top: 5px;
  background-color: #63b9ff;
  text-align: center;
  padding: 2px 4px;
  font-size: 10px;
  line-height: 20px;
  height: 22px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.live-label {
  color: #fff;
  background-color: #fa5050 !important;
  text-align: center;
  font-weight: bold;
  line-height: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  font-size: 12px;
}
.live-label i {
  font-size: 14px;
}
.live-label i, .live-label span {
  display: inline-block;
  vertical-align: middle;
}

.grid-label.live-label {
  z-index: 20;
  font-size: 10px;
  padding: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.grid-label.live-label i {
  font-size: 12px;
}
.model-shy-flag {
  position: absolute;
  bottom: 30px;
  right: 5px;
  z-index: 5;
  background-size: contain;
  background-repeat: no-repeat;
  width: 65px;
  height: 20px;
}
.model-shy-flag .flag-content {
  width: 100%;
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .model-shy-flag {
    display: none;
  }
}

.spotlight-overlay {
  position: absolute;
  z-index: 7;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
}

.offline-grayout .placeholder-wrapper {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.5s linear;
  transition: -webkit-filter 0.5s linear;
  transition: filter 0.5s linear;
  transition: filter 0.5s linear, -webkit-filter 0.5s linear;
  -webkit-transition: filter 0.5s linear;
}
.offline-grayout:hover .placeholder-wrapper {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}

.model-online {
  color: rgb(140, 255, 20);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  z-index: 5;
}

.model-show {
  color: #ffe400;
}

.model-offline {
  color: rgb(194, 194, 194);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.model-vip {
  color: #ff1d8e;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.model-private {
  color: #d9534f;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.model-premium {
  color: #50c7ff;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.model-group {
  color: #b765ff;
}

.model-spotlight {
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0;
  text-align: center;
  z-index: 9;
}
.model-spotlight a.tip-of-the-day-btn {
  margin: 0 auto;
  padding: 15px;
  font-size: 18px;
  width: 100%;
  border-radius: 0;
}

/************************* HOVER ANIMATIONS ***************************/
.news-hovereffect {
  z-index: 10;
  text-align: initial;
}
.news-hovereffect p {
  font-size: 6px;
  text-align: left;
}
.news-hovereffect h4 {
  font-size: 8px;
  text-align: left;
  margin-left: 10px;
}

.thumbs-tooltip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: relative;
  text-transform: none;
}
.thumbs-tooltip .sc-tooltip {
  position: absolute;
  top: 22px;
  color: #fff;
  left: -15px;
  text-shadow: none;
  font-size: 11px;
  margin: 4px 0;
  padding: 5px 10px;
  background-color: rgba(18, 16, 25, 0.4);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  font-family: "Roboto Condensed", sans-serif;
  white-space: nowrap;
  text-align: left;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: transform 0.1s cubic-bezier(1, 0, 0, 1);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform 0.1s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.1s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.1s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.1s cubic-bezier(1, 0, 0, 1);
}
@media (max-width: 767px) {
  .thumbs-tooltip .sc-tooltip {
    visibility: hidden;
  }
}
.thumbs-tooltip .sc-tooltip-down {
  top: 25px;
  left: -20px;
}
.thumbs-tooltip:hover .sc-tooltip {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  transform: scale(1);
}

.hovereffect {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.hovereffect .overlay .live-event-tag {
  color: #fff;
  font-size: 10px;
  text-align: left;
}
.hovereffect .overlay .event-timer {
  color: #fff;
  text-align: center;
  padding-top: 10%;
}

.btn-plan-date {
  font-size: 22px;
  color: #fff;
  z-index: 6;
  line-height: 35px;
  margin: 0 5px;
}
.btn-plan-date:hover {
  color: #ff569e;
}
.btn-plan-date i {
  width: 32px;
  height: 32px;
}

.bio-btn {
  color: #fff;
  z-index: 6;
  font-size: 22px;
  line-height: 35px;
  margin: 0 5px;
}
.bio-btn:hover {
  color: #e7e7e7;
}

.preview-btn {
  color: #fff;
  z-index: 6;
  font-size: 24px;
  line-height: 35px;
  margin: 0 5px;
}
.preview-btn:hover {
  color: rgb(194, 194, 194);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}

.model-wrapper {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.model-wrapper .hovereffect p {
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  padding: 0 5px 0 0;
}
@media (max-width: 767px) {
  .model-wrapper .hovereffect p {
    font-size: 12px;
  }
}
.model-wrapper .hovereffect:hover p, .model-wrapper .model-wrapper .hovereffect:hover a.info {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.model-wrapper .model-price {
  height: 25px;
  text-align: right;
  padding-right: 5px;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  color: #fff;
  font-size: 12px;
}
.model-wrapper.custom-wrapper .frame {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 8;
  pointer-events: none;
}
.model-wrapper.custom-wrapper .frame .frame-label {
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  text-align: center;
  height: 100%;
  height: calc(100% + 4px);
  width: 20px;
  position: absolute;
  right: 0px;
  top: -2px;
  font-weight: bold;
  z-index: 8;
}
.model-wrapper.custom-wrapper .frame.orange {
  border: 2px solid #ffa500;
}
.model-wrapper.custom-wrapper .frame.orange .frame-label {
  background: #ffa500;
}
.model-wrapper.custom-wrapper .frame.darkorange {
  border: 2px solid #ff7b40;
}
.model-wrapper.custom-wrapper .frame.darkorange .frame-label {
  background: #ff7b40;
}
.model-wrapper.custom-wrapper .frame.lightblue {
  border: 2px solid #39c6fc;
}
.model-wrapper.custom-wrapper .frame.lightblue .frame-label {
  background: #39c6fc;
}
.model-wrapper.custom-wrapper .frame.purple {
  border: 2px solid #aa4b77;
}
.model-wrapper.custom-wrapper .frame.purple .frame-label {
  background: #aa4b77;
}
.model-wrapper.custom-wrapper .frame.gold {
  border-style: solid;
  border-width: 2px;
  -o-border-image: linear-gradient(135deg, rgb(255, 255, 139) 0%, rgb(222, 158, 14) 100%);
     border-image: linear-gradient(135deg, rgb(255, 255, 139) 0%, rgb(222, 158, 14) 100%);
  border-image-slice: 1;
}
.model-wrapper.custom-wrapper .frame.gold .frame-label {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #efd100), color-stop(38%, #e2a233), color-stop(60%, #daae37), color-stop(86%, #ffc94e), to(#df9f10));
  background-image: linear-gradient(top, #efd100 0, #e2a233 38%, #daae37 60%, #ffc94e 86%, #df9f10 100%);
}
.model-wrapper.custom-wrapper .frame.green {
  border: 2px solid #5cb85c;
}
.model-wrapper.custom-wrapper .frame.green .frame-label {
  background: #5cb85c;
}
.model-wrapper.custom-wrapper .frame.red {
  border: 2px solid #fb5555;
}
.model-wrapper.custom-wrapper .frame.red .frame-label {
  background: #fb5555;
}
.model-wrapper.custom-wrapper .frame.black {
  border: 2px solid #313131;
}
.model-wrapper.custom-wrapper .frame.black .frame-label {
  background: #313131;
}
@media (min-width: 1350px) {
  .model-wrapper.custom-wrapper .frame .frame-label {
    right: -20px;
  }
}
@media (max-width: 1349px) {
  .model-wrapper.custom-wrapper .offset-value {
    padding-right: 25px !important;
  }
}
.model-wrapper.custom-wrapper a.absolute {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  left: 2px;
  top: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
.model-wrapper.custom-wrapper a.absolute:hover {
  background: rgba(0, 0, 0, 0.2);
}
.model-wrapper.custom-wrapper .model-shy-flag {
  z-index: 0;
}

.model-wrapper:hover .model-price {
  opacity: 1;
}

a.info {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  text-decoration: none;
  display: inline-block;
  color: #fff;
  border: 0;
  background-color: rgba(99, 185, 255, 0.7);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  margin-top: 5%;
  padding: 5px 10px;
  border-radius: 25px;
  line-height: 14px;
}
@media (max-width: 767px) {
  a.info {
    padding: 0 5px;
    margin-top: 2px;
    font-size: 12px;
  }
}
a.info:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  background-color: #fff;
  color: #e7e7e7;
}

a.info-success {
  background-color: rgba(92, 184, 92, 0.7);
}
a.info-success:hover {
  color: rgb(92, 184, 92);
}

.vip-info {
  text-decoration: none;
  display: inline-block;
  color: #fff;
  background-color: rgba(92, 184, 92, 0.7);
  margin-top: 5%;
  padding: 5px 10px;
  border-radius: 25px;
  z-index: 5;
}
@media (max-width: 767px) {
  .vip-info {
    padding: 0 5px;
    margin-top: 2px;
    font-size: 12px;
  }
}

.hovereffect:hover .overlay {
  opacity: 1;
}

.hovereffect:hover a.info {
  z-index: 15;
}

.status-marker i {
  float: left;
  font-size: 14px;
  line-height: 26px;
}

.name-marker {
  vertical-align: middle;
  color: white;
  line-height: 26px;
}

.selection-body {
  padding-bottom: 0px;
}
.selection-body .alert-popup {
  display: none !important;
}

.fixed-selection {
  position: fixed;
  bottom: -1px;
  left: 0;
  width: 100%;
  z-index: 25;
  background-color: #e7e7e7;
  border-top: 1px solid #eeeeee;
  padding: 10px 3% 10px 3%;
  height: 250px;
}
.fixed-selection .drop-row .item-draggable {
  width: 20% !important;
}
.fixed-selection .sort-row .model-wrapper .bottom-stick {
  display: none !important;
}

.placeholder-row {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.65);
  z-index: -1;
  display: table;
}
.placeholder-row .placeholder-thumb {
  width: 20%;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.placeholder-row .placeholder-thumb .fa {
  font-size: 180px;
}

.drag-row {
  max-height: 50vh;
}

.drop-row a.select-btn {
  display: none !important;
}

.selection-next {
  color: initial;
}

.videos-grid .overlay-wrapper {
  overflow: hidden;
}
.videos-grid .overlay-wrapper .play {
  opacity: 0;
  z-index: 2;
}
.videos-grid .overlay-wrapper:hover .play {
  opacity: 1;
}

#news-ticker {
  background-color: #f2f2f2;
  overflow: hidden;
  height: 30px;
  border-radius: 5px;
  margin: 5px 0;
  width: 100%;
  position: relative;
}
#news-ticker .ticker {
  display: inline-block;
  white-space: nowrap;
  position: absolute;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-name: ticker;
  animation-name: ticker;
}
#news-ticker .ticker .item {
  display: inline-block;
}
#news-ticker .ticker .item .news-message {
  padding: 0 30px;
  font-size: 14px;
  display: inline-block;
  margin: 0;
  line-height: 30px;
}
#news-ticker .ticker .item .news-message a {
  font-weight: bold;
}
#news-ticker:hover .ticker {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

body.dark #news-ticker {
  background-color: #494949;
}

body.dark .ticker {
  color: white;
}

.event-icon-container {
  position: absolute;
  top: 5px;
  right: 0px;
  overflow: hidden;
  background-color: #464646;
  z-index: 1;
}
.event-icon-container .event-icon {
  color: #FFd800;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  height: 22px;
  padding: 3px 6px;
  -webkit-animation: neon 5s ease-in-out infinite;
  animation: neon 5s ease-in-out infinite;
}

/*OFFLINE MODE*/
.offline-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}
.offline-overlay .status-container {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}
.offline-overlay .status-container h1, .offline-overlay .status-container h4 {
  color: #fff;
  margin: 0 auto;
  padding: 10px 15px;
  text-shadow: 0px 0px 10px black;
}
@media (max-width: 767px) {
  .offline-overlay .status-container h1 {
    font-size: 24px;
  }
}
.offline-overlay .preview-over {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-top: 45%;
}
.offline-overlay .preview-over h1, .offline-overlay .preview-over h2 {
  color: white;
  text-shadow: 0px 0px 10px black;
  margin: 0 auto;
  padding: 10px 15px;
}

.content-setting-offline img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.grid-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 6px;
  z-index: 2;
}

/*PRIVATE MODE*/
.private-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: center;
}
.private-overlay .status-container {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}
.private-overlay .status-container h1, .private-overlay .status-container h4 {
  color: white;
  text-shadow: 0px 0px 5px black;
  margin: 0 auto;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .private-overlay .status-container {
    -webkit-transform: translatey(-50%) scale(0.7);
    transform: translatey(-50%) scale(0.7);
  }
}
.private-overlay .status-container .btn-peek {
  text-style: none;
  background-color: #fff;
  color: #e7e7e7;
  border-radius: 18px;
  border: 0;
  padding: 6px 18px;
  font-size: 18px;
  margin-top: 20px;
}
.private-overlay .status-container .btn-peek:hover {
  background-color: #e7e7e7;
  color: #fff;
}

/*VIP MODE*/
.vip-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: center;
}
.vip-overlay .status-container {
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}
.vip-overlay .status-container h1, .vip-overlay .status-container h4 {
  color: #fff;
  margin: 0 auto;
  padding: 10px 15px;
}
@media (max-width: 767px) {
  .vip-overlay .status-container {
    -webkit-transform: translatey(-50%) scale(0.7);
    transform: translatey(-50%) scale(0.7);
  }
}

@media (max-width: 767px) {
  #guest-preview-ended-signup-form #signup-form .form-group {
    margin-bottom: 5px;
  }
  #guest-preview-ended-signup-form h3 {
    display: none;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  #latest-snapshot-container .status-container {
    display: none;
  }
}
.feedback-form .modal-body {
  padding: 15px 10px;
}
.feedback-form .modal-content {
  margin-top: 65px;
  background-color: rgba(51, 51, 51, 0.63);
  color: #fff;
}
.feedback-form .modal-content .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
  position: relative;
}
.feedback-form .modal-content .modal-header .close-btn {
  font-size: 28px;
  position: absolute;
  color: rgb(194, 194, 194);
  right: 15px;
  top: 10px;
}
.feedback-form .modal-content .modal-header .close-btn:hover {
  color: #e7e7e7;
}
.feedback-form .modal-content p {
  margin: 5px 0 5px 0;
  display: inline-block;
}
.feedback-form .modal-content .mandatory {
  color: rgba(255, 51, 51, 0.7);
  display: inline-block;
  font-size: 18px;
}
.feedback-form .modal-content input {
  width: 100%;
  background-color: #fff;
  color: rgb(51, 51, 51);
  padding: 2px 4px;
  border: 1px solid rgba(51, 51, 51, 0.63);
  outline: 0;
  border-radius: 5px;
}
.feedback-form .modal-content input:focus {
  border: 1px solid #e7e7e7;
  -webkit-box-shadow: inset 0 0 3px rgba(231, 231, 231, 0.75);
          box-shadow: inset 0 0 3px rgba(231, 231, 231, 0.75);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.feedback-form .modal-content .message-box {
  width: 100%;
  max-width: 100%;
  color: rgb(51, 51, 51);
  border: 1px solid rgba(51, 51, 51, 0.63);
  background-color: #fff;
  outline: 0;
  border-radius: 5px;
  padding: 2px 0;
}
.feedback-form .modal-content .message-box:focus {
  border: 1px solid #e7e7e7;
  box-shadow: inset 0 0 3px rgba(231, 231, 231, 0.75);
  -webkit-box-shadow: inset 0 0 3px rgba(231, 231, 231, 0.75);
  -moz-box-shadow: inset 0 0 3px rgba(231, 231, 231, 0.75);
  -ms-box-shadow: inset 0 0 3px rgba(231, 231, 231, 0.75);
  -o-box-shadow: inset 0 0 3px rgba(231, 231, 231, 0.75);
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  outline: 0;
}
.feedback-form .modal-content .verification-code {
  margin-left: 5px;
  padding-left: 15px;
  margin-top: 10px;
  background-color: rgb(194, 194, 194);
  color: rgb(92, 184, 92);
}
.feedback-form .modal-content .verification-code h3 {
  margin: 10px 0;
}
.feedback-form .modal-content .btn-refresh {
  margin-top: 30px;
  color: #e7e7e7;
}
.feedback-form .modal-footer {
  padding: 15px;
  border-top: 0;
}
.feedback-form .modal-footer .send-btn {
  background-color: #e7e7e7;
  color: #fff;
}
.feedback-form .modal-footer .send-btn:hover {
  background-color: #fff;
  color: #e7e7e7;
}
@media (max-width: 767px) {
  .feedback-form .modal-dialog {
    margin: 0;
    margin-top: 50px;
    top: 0;
    width: 100vw;
    height: calc(100vh - 50px);
    max-height: calc(100vh - 50px);
  }
  .feedback-form .modal-dialog .modal-content {
    margin-top: 0;
    border-radius: 0;
  }
  .feedback-form .modal-dialog .modal-content .modal-header {
    padding-top: 5px;
  }
  .feedback-form .modal-dialog .modal-content .modal-header .close-btn {
    top: 0;
    font-size: 22px;
  }
  .feedback-form .modal-dialog .modal-content .modal-body {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .feedback-form .modal-dialog .modal-content .modal-footer {
    padding-top: 0;
    padding-bottom: 10px;
  }
}

.event-wrapper {
  border-radius: 0;
  overflow: hidden;
  margin-top: 0;
  height: auto;
}
.event-wrapper h5 {
  font-size: 16px;
}
.event-wrapper p {
  min-height: 40px;
}
@media (max-width: 767px) {
  .event-wrapper p {
    min-height: 60px;
  }
}
.event-wrapper .description {
  padding: 5px;
  background-color: #f2f2f2;
}
.event-wrapper .description .fixed-height {
  height: 40px;
  overflow: hidden;
}
.event-wrapper .event-placeholder {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  padding-top: 75%;
}
.event-wrapper .event-flag {
  position: absolute;
  top: 5px;
  right: 0px;
  pointer-events: none;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: bold;
}

body .event-wrapper.pornstar-event-wrapper .event-flag {
  color: #fff;
  background-color: #ff1493 !important;
}
body .event-wrapper.pornstar-event-wrapper .description {
  background-color: #ff1493 !important;
  color: #fff !important;
}
body .event-wrapper.pornstar-event-wrapper .description a {
  color: #fff;
}
body .event-wrapper.pornstar-event-wrapper .description a:hover {
  color: #b0b0b0;
}

body .event-wrapper.multicam-event-wrapper .event-flag {
  color: #fff;
  background-color: #aa4b77 !important;
}
body .event-wrapper.multicam-event-wrapper .description {
  background-color: #aa4b77 !important;
  color: #fff !important;
}
body .event-wrapper.multicam-event-wrapper .description a {
  color: #fff;
}
body .event-wrapper.multicam-event-wrapper .description a:hover {
  color: #ffe600;
}

body .event-wrapper.multiple-event-wrapper .event-flag {
  color: #fff;
  background-color: #609aff !important;
}
body .event-wrapper.multiple-event-wrapper .description {
  background-color: #609aff !important;
  color: #fff !important;
}
body .event-wrapper.multiple-event-wrapper .description a {
  color: #fff;
}
body .event-wrapper.multiple-event-wrapper .description a:hover {
  color: #b0b0b0;
}

body .event-wrapper.couple-event-wrapper .event-flag {
  color: #fff;
  background-color: #ffa500 !important;
}
body .event-wrapper.couple-event-wrapper .description {
  background-color: #ffa500 !important;
  color: #fff !important;
}
body .event-wrapper.couple-event-wrapper .description a {
  color: #fff;
}
body .event-wrapper.couple-event-wrapper .description a:hover {
  color: #fcee33;
}

.upcoming-event-link {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
}
.upcoming-event-link .event-image {
  font-size: 20px;
  width: 20px;
  float: right;
}
.upcoming-event-link .event-image.fa-calendar-check-o {
  color: #5cb85c;
}
.upcoming-event-link .event-image.fa-calendar-check-o:hover {
  color: #449d44;
}

.portal-grid .overlay-wrapper {
  overflow: hidden;
}
.portal-grid .overlay-wrapper .play {
  opacity: 0;
  z-index: 2;
}
.portal-grid .overlay-wrapper:hover .play {
  opacity: 1;
}

.premium-videos-row {
  margin-top: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(128, 128, 128, 0.25);
}
.premium-videos-row h3 {
  margin: 10px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  vertical-align: top;
}
.premium-videos-row h3 i {
  font-size: 24px;
  vertical-align: text-bottom;
  color: #5cb85c;
}
@media (max-width: 1199px) {
  .premium-videos-row h3 {
    margin: 10px 5px;
  }
}
.premium-videos-row a {
  font-size: 18px;
}

@media (min-width: 768px) {
  .portal-grid .picture-thumb .overlay-wrapper {
    padding: 10px 15% 0px 15%;
  }
}

.player-wrapper {
  position: relative;
  padding-bottom: 30px;
  overflow: hidden;
}
.player-wrapper .video-js {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  padding-top: 56.25% !important;
  height: 0px;
  position: relative;
  background: transparent;
}
.player-wrapper .video-js .vjs-menu-button-popup .vjs-menu {
  right: 0px;
  left: initial;
  z-index: 2;
}
.player-wrapper .video-js .vjs-mute-control, .player-wrapper .video-js .vjs-quality-selector .vjs-menu-button, .player-wrapper .video-js .vjs-control {
  outline: 0;
}
.player-wrapper .video-js .vjs-poster {
  background-size: cover;
}
.player-wrapper .video-js .vjs-control-bar {
  bottom: -30px;
  z-index: 2;
}
.player-wrapper .watermark-initial {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  z-index: 1;
  pointer-events: none;
}
.player-wrapper .watermark-full {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  display: none;
  z-index: 1;
}
.player-wrapper .preview-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  height: calc(100% - 30px);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding-bottom: 30px;
  pointer-events: none;
  z-index: 1;
}
.player-wrapper .preview-overlay .text-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.player-wrapper .preview-overlay .text-wrapper .text-holder {
  position: absolute;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  left: 0;
  width: 100%;
  color: #fff;
}
.player-wrapper .preview-overlay .text-wrapper .text-holder h1, .player-wrapper .preview-overlay .text-wrapper .text-holder h2, .player-wrapper .preview-overlay .text-wrapper .text-holder h3, .player-wrapper .preview-overlay .text-wrapper .text-holder h4, .player-wrapper .preview-overlay .text-wrapper .text-holder h5 {
  font-weight: bold;
}

.portalbody.desktop-live .player-wrapper .video-js .vjs-control-bar {
  bottom: 0px;
}

.video-wrapper {
  position: relative;
}
.video-wrapper .play {
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  color: #fff;
  font-size: 60px;
}

.offline a, .offline i {
  font-size: 14px;
  color: #d9534f;
}

.video-info {
  padding: 0 5px 0 10px;
}
@media (max-width: 992px) {
  .video-info {
    padding-left: 5px !important;
  }
}

@media (max-width: 1200px) {
  .snapshots {
    padding: 0 3px;
  }
}

.my-profile {
  padding: 0 15px;
}
@media (max-width: 991px) {
  .my-profile {
    padding: 0;
  }
}

.remove-btn {
  position: absolute;
  top: 3px;
  right: 5px;
  z-index: 10;
}
.remove-btn a {
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  opacity: 0.8;
}
.remove-btn a:hover {
  color: #d9534f;
  cursor: pointer;
  text-decoration: none;
}

.edit-profile-btn {
  color: rgb(51, 51, 51);
  padding: 0;
  line-height: 24px;
  font-size: 24px;
  float: right;
  margin-top: -5px;
}
.edit-profile-btn:hover {
  color: #e7e7e7;
}
@media (max-width: 767px) {
  .edit-profile-btn {
    float: right;
  }
}

.my-profile-tooltip {
  position: relative;
  text-transform: none;
}
.my-profile-tooltip .sc-tooltip {
  position: absolute;
  top: 1px;
  right: -65px;
  color: rgba(255, 255, 255, 0.75);
  text-shadow: none;
  font-size: 11px;
  padding: 5px 10px;
  background-color: rgba(18, 16, 25, 0.4);
  opacity: 0;
  font-family: "Roboto Condensed", sans-serif;
  white-space: nowrap;
  text-align: left;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: transform 0.1s cubic-bezier(1, 0, 0, 1);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform 0.1s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.1s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.1s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.1s cubic-bezier(1, 0, 0, 1);
}
@media (max-width: 767px) {
  .my-profile-tooltip .sc-tooltip {
    visibility: hidden;
  }
}
.my-profile-tooltip .sc-tooltip-down {
  top: 32px;
  left: -29px;
  right: auto;
}
.my-profile-tooltip .sc-tooltip-up {
  top: -26px;
  left: -34px;
  right: auto;
}
.my-profile-tooltip:hover .sc-tooltip {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.my-profile-picture {
  max-width: 160px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 5px solid #fff;
  overflow: hidden;
  position: relative;
  margin: 10px auto;
}

.profile-notifications {
  position: relative;
}
.profile-notifications p {
  display: inline-block;
}

.date-wrapper {
  border-radius: 12px;
  background-color: #f2f2f2;
  overflow: hidden;
}
.date-wrapper .description {
  background-color: #f2f2f2;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding: 5px;
}
.date-wrapper .description a {
  color: rgb(51, 51, 51);
}
.date-wrapper .description a:hover {
  color: #e7e7e7;
  text-decoration: none;
}
.date-wrapper .description .view-profile-btn {
  width: 100%;
  background-color: #e7e7e7;
  color: #fff !important;
  border-radius: 8px;
}
.date-wrapper .description .view-profile-btn:hover {
  color: #e7e7e7 !important;
  background-color: #fff;
}

.girlfriend-wrapper, .snapshot-wrapper {
  position: relative;
}
.girlfriend-wrapper .girlfriend-name, .snapshot-wrapper .girlfriend-name {
  position: absolute;
  background-color: rgba(51, 51, 51, 0.63);
  height: 24px;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3px 5px;
  color: #fff;
}
.girlfriend-wrapper .girlfriend-name a, .snapshot-wrapper .girlfriend-name a {
  color: #fff;
  text-decoration: none;
}
.girlfriend-wrapper .girlfriend-name a:hover, .snapshot-wrapper .girlfriend-name a:hover {
  color: #e7e7e7;
  text-decoration: none;
}

.myrecording-wrapper {
  position: relative;
}

.myprofile-info i {
  font-size: 18px;
}

/*TABS*/
.custom-tabs {
  height: 40px;
  background-color: #fff;
  border-top: 1px solid transparent;
  margin: 0 !important;
  padding-bottom: 39px;
  border-bottom: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.custom-tabs li &gt; a {
  padding: 5px 0;
  height: 40px;
  color: rgb(51, 51, 51);
  line-height: 2;
}
.custom-tabs li &gt; a:hover {
  border-color: transparent;
  background-color: #fff;
}
.custom-tabs li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.custom-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus,
.custom-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:hover,
.custom-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
  color: #fff;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  border-bottom-color: transparent;
  cursor: default;
  font-weight: bold;
  border-bottom: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.custom-tabs &gt; li &gt; a:hover {
  color: #fff;
  border-bottom: 1px solid transparent;
  background-color: #e7e7e7;
}

.tab-content .tab-pane.active .overlay-wrapper.selected {
  outline: 3px solid #63b9ff;
}
.tab-content .tab-pane.active .selection-counter {
  display: inline-block;
}
.tab-content .tab-pane.active .snap-options {
  display: inline-block;
  vertical-align: middle;
  font-size: 2em;
  margin-left: 5px;
}

table.table.messaging-table a {
  color: rgb(72, 72, 72);
}
table.table.messaging-table a:hover {
  color: #63b9ff;
}

.redactor_editor {
  color: #555555 !important;
}

.dark-overlay h4, .dark-overlay p {
  opacity: 0;
  color: #fff;
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
}
.dark-overlay:hover {
  opacity: 1;
}
.dark-overlay:hover h4, .dark-overlay:hover p {
  opacity: 1;
}

.ratio-4-3 {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.ratio-4-3:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.ratio-4-3 .news-holder {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-decoration: none;
  background-size: cover;
  background-repeat: no-repeat;
}

.ratio-square {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.ratio-square:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.ratio-square.max-440 {
  max-width: 440px;
}

.notifications-alert {
  background-color: #df1c13;
  border: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  line-height: 3px;
  position: absolute;
  bottom: 5px;
  right: -6px;
  text-align: center;
}
.notifications-alert p {
  margin: 10px 0;
}

.account-menu .user-alert {
  color: #fff;
}
.account-menu .user-alert i {
  color: rgb(245, 255, 0);
  font-size: 18px;
}
.account-menu .user-alert a {
  color: #d9534f;
  text-decoration: none;
}
.account-menu .user-credits a {
  color: rgb(245, 255, 0);
}
.account-menu .user-credits i {
  font-size: 18px;
}

.credits-label {
  font-weight: normal;
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: top;
  padding-top: 2px;
}
@media (max-width: 767px) {
  .credits-label {
    font-size: 13px;
  }
}
.credits-label .payment-method-logo {
  max-height: 20px;
}

.credits-label.disabled {
  color: #999;
  font-style: italic;
}

.alert-block {
  width: 100%;
}
.alert-block ul {
  list-style: none;
  padding-left: 5px;
}

.credit-pack {
  padding-left: 20px;
  padding-right: 20px;
}

.payment-method-logo {
  max-height: 20px;
}

.dark .credits-row .item .product-label {
  background-color: #494949;
}
.dark .credits-row .payment-wrapper {
  background-color: #494949;
}

.credits-row .item:hover {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
.credits-row .item {
  width: 100%;
  text-align: center;
}
.credits-row .item .selector {
  display: none;
}
.credits-row .item .max-225 {
  max-width: 225px;
}
.credits-row .item .product-label {
  position: relative;
  margin: 0;
  padding: 20px 0px 35px 0;
  border-radius: 10px;
  background-color: #f2f2f2;
  width: 100%;
  margin: 0 auto;
}
.credits-row .item .product-label:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .credits-row .item .product-label {
    padding: 5px 0 40px 0;
  }
}
.credits-row .item .product-label .verified-user {
  position: absolute;
  height: 60px;
  right: 20px;
  top: 10px;
}
.credits-row .item .product-label .main {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 12px;
  color: #60BFEF;
  font-family: "Arial";
  padding: 0 10px;
}
.credits-row .item .product-label .main strong {
  display: block;
  font-size: 42px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .credits-row .item .product-label .main {
    line-height: 8px;
    font-size: 20px;
  }
  .credits-row .item .product-label .main strong {
    font-size: 28px;
    line-height: 28px;
  }
}
.credits-row .item .product-label .mini {
  display: block;
  line-height: 22px;
  font-size: 12px;
  padding: 10px 10px 5px 10px;
}
.credits-row .item .product-label .mini .highlight {
  font-weight: bold;
  padding: 0 1px;
  line-height: 18px;
  display: inline-block;
  font-size: 12px;
}
.credits-row .item .product-label .get-offer {
  position: absolute;
  font-size: 18px;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  bottom: 0px;
  width: 100%;
  border-top: 1px solid #e7e7e7;
  padding: 5px;
  height: 40px;
  color: #60BFEF;
  font-weight: bold;
  font-family: "Arial";
  line-height: 28px;
}
.credits-row .item .product-label .get-offer:hover {
  cursor: pointer;
}
@media (max-width: 767px) {
  .credits-row .item .product-label .get-offer {
    font-size: 14px;
  }
}
.credits-row .item .product-label .selected {
  position: absolute;
  font-size: 18px;
  font-weight: bold;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  bottom: 0px;
  border-top: 1px solid #fff;
  padding: 5px;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 40px;
  font-family: "Arial";
  line-height: 28px;
  background-color: #60BFEF;
  color: #fff;
}
.credits-row .item .product-label .selected:hover {
  cursor: pointer;
}
.credits-row .item .product-label .selected i.fa {
  font-size: 30px;
  line-height: 16px;
  vertical-align: sub;
}
@media (max-width: 767px) {
  .credits-row .item .product-label .selected {
    font-size: 16px;
  }
}
.credits-row .item .product-label .hide {
  display: none;
}
.credits-row .item .product-label .visible {
  display: block;
}
.credits-row .item .bonus .main, .credits-row .item .bonus .get-offer {
  color: rgb(92, 184, 92);
}
.credits-row .item .bonus .mini .highlight {
  color: #fff;
  background-color: rgb(92, 184, 92);
  padding: 0 3px;
}
.credits-row .item .bonus .selected {
  background-color: rgb(92, 184, 92);
}
.credits-row .item .super {
  max-width: 100%;
}
.credits-row .item .super .main strong {
  font-size: 42px;
  line-height: 35px;
}
@media (max-width: 767px) {
  .credits-row .item .super .main strong {
    font-size: 36px;
    line-height: 36px;
  }
}
.credits-row .item .super .main, .credits-row .item .super .get-offer {
  color: #ffa500;
}
.credits-row .item .super .mini .highlight {
  color: #fff;
  background-color: #ffa500;
  padding: 0 3px;
}
.credits-row .item .super .selected {
  background-color: #ffa500;
}
.credits-row .item .first {
  max-width: 100%;
}
.credits-row .item .first .main strong {
  font-size: 32px;
  padding-bottom: 10px;
}
@media (max-width: 767px) {
  .credits-row .item .first .main strong {
    font-size: 28px;
    line-height: 28px;
    padding: 5px 0;
  }
}
.credits-row .item .first .main, .credits-row .item .first .get-offer {
  color: rgb(92, 184, 92);
}
.credits-row .item .first .selected {
  background-color: rgb(92, 184, 92);
}
.credits-row .item .first .mini .highlight {
  background-color: rgb(92, 184, 92);
  color: #fff;
  padding: 0 3px;
}
.credits-row .item .bonus-tag {
  position: absolute;
  right: -7px;
  top: 3px;
  background-color: #fecc02;
  color: rgb(51, 51, 51);
  display: block;
  padding: 0px 5px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  height: 18px;
  border-radius: 5px;
  font-family: "Arial";
}
@media (max-width: 767px) {
  .credits-row .item .bonus-tag {
    font-size: 10px;
    line-height: 20px;
    padding: 0 4px;
  }
}
.credits-row .item.disabled {
  opacity: 0.3;
}
.credits-row .item.disabled .product-label:hover, .credits-row .item.disabled .get-offer:hover {
  cursor: not-allowed;
}
.credits-row .payment-wrapper {
  background-color: #f2f2f2;
  height: 100%;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 15px;
}
.credits-row .payment-wrapper .cc-registered {
  padding: 0 30px;
}
.credits-row .payment-wrapper .cc-registered .type {
  width: 100%;
  text-align: center;
}
.credits-row .payment-wrapper .cc-registered .type .cc, .credits-row .payment-wrapper .cc-registered .type .cc-number {
  display: block;
  width: 100%;
  padding: 5px 30px;
  font-weight: bold;
}
.credits-row .payment-wrapper .cc-registered p {
  text-align: center;
}
.credits-row .payment-wrapper .cc-registered select {
  width: 100%;
  color: #333 !important;
}
.credits-row .payment-wrapper .cc-registered select option {
  color: #333 !important;
}
.credits-row .payment-wrapper p.alternative {
  margin-top: 20px;
  text-align: center;
}
.credits-row .payment-wrapper .selector {
  display: none;
}
.credits-row .payment-wrapper .input-group {
  padding: 0 30px;
  height: 24px;
  margin: 5px 0;
  width: 100%;
  line-height: 24px;
}
.credits-row .payment-wrapper .input-group .credits-label {
  vertical-align: sub;
  width: 100%;
  height: 100%;
}
.credits-row .payment-wrapper .input-group .credits-label i.fa {
  font-size: 22px;
  width: 25px;
  vertical-align: middle;
}
.credits-row .payment-wrapper .input-group .credits-label:hover {
  cursor: pointer;
}
.credits-row .payment-wrapper .input-group:hover .credits-label {
  color: rgb(92, 184, 92);
}
.credits-row .payment-wrapper .input-group.disabled {
  color: #a1a1a1;
}
.credits-row .payment-wrapper .input-group.disabled .credits-label:hover {
  cursor: not-allowed;
}
.credits-row .payment-wrapper .selected .credits-label {
  font-weight: bold;
}
.credits-row .payment-wrapper .finalise {
  padding: 0 30px;
}

.credits-popup-warning .credits-row .item .product-label, .quickbuy-popup .credits-row .item .product-label {
  background-color: #fff;
}
.credits-popup-warning .credits-row .item .product-label .quickbuy-btn, .quickbuy-popup .credits-row .item .product-label .quickbuy-btn {
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 40px;
  line-height: 20px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dark .credits-popup-warning .credits-row .item .product-label, .dark .quickbuy-popup .credits-row .item .product-label {
  background-color: #6c6c6c;
}

/*!
 * 17Live v1
 * Copyright 2013 17live, Inc
 */
/*!
 * Bootstrap v2.2.1
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
#calendar-container {
  /*NEW CLASSES HERE*/
  /*END OF NEW CLASSES*/
}
#calendar-container .custom-line {
  line-height: 15px !important;
  margin-top: 5px;
  text-align: center;
}
#calendar-container .calendar-icon-left {
  position: absolute;
  left: 4px;
  top: 4px;
}
#calendar-container .calendar-icon-right {
  position: absolute;
  right: 4px;
  top: 4px;
}
#calendar-container .custom-height {
  line-height: 15px !important;
  height: 36px !important;
}
#calendar-container .days-cell {
  height: 34px !important;
}
#calendar-container .custom-top-0 {
  line-height: 15px !important;
  margin-top: 0px;
  text-align: left;
  padding-left: 5px;
  padding-top: 10px;
}
#calendar-container .img-style {
  margin-top: 4px;
  max-height: 25px;
}
#calendar-container .position-relative {
  position: relative;
}
#calendar-container header h3 {
  margin: 0 0 5px 0;
}
#calendar-container .clearfix {
  zoom: 1;
}
#calendar-container .paddingless {
  padding: 0px !important;
}
#calendar-container .borderles {
  border: none !important;
}
#calendar-container .panel {
  background-color: transparent;
}
#calendar-container .ico-available-online {
  padding-left: 55px;
  line-height: 20px;
  background: url(../images/design/ico-available-online.png) no-repeat 0 0;
}
#calendar-container .alternate-color-1 {
  color: #3ea710 !important;
}
#calendar-container .models-col-content i {
  font-size: 24px;
}
#calendar-container .thumb-navi-left {
  width: 20px;
  height: 20px;
  float: left;
}
#calendar-container .thumb-navi-left a {
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/design/ico-navi-left.png) no-repeat 0 0;
}
#calendar-container .thumb-navi-right {
  width: 20px;
  height: 20px;
  float: right;
}
#calendar-container .thumb-navi-right a {
  width: 20px;
  height: 20px;
  display: block;
  background: url(../images/design/ico-navi-right.png) no-repeat 0 0;
}
#calendar-container .thumb-navi-center {
  width: 65px;
  float: left;
  text-align: center;
}
#calendar-container .no-label {
  position: absolute;
  left: 0;
  bottom: 5px;
  background: #3293c6;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  width: 20px;
  padding: 2px 0;
  text-align: center;
  font-size: 12px;
}
#calendar-container .model-cal-item {
  background: #eff5f9;
  border-bottom: 1px solid #e3e3e3;
  padding: 7px;
  border-right: 1px solid #e3e3e3;
  border-left: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
          box-shadow: inset 0px 0px 0px 1px #fff;
}
#calendar-container .calendar-list {
  line-height: 15px;
}
#calendar-container .calendar-container {
  border: 1px solid #e3e3e3;
  width: 100%;
  border-collapse: collapse;
  border: 0;
  margin: 0 0 -1px 0;
}
#calendar-container .calendar-container td {
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0px 0px 0px 1px #fff;
          box-shadow: inset 0px 0px 0px 1px #fff;
  line-height: 15px;
  padding: 1px;
  width: 3.5%;
}
#calendar-container .items .even td, #calendar-container .calendar-container .even td {
  background: #eff5f9;
}
#calendar-container .items .odd td, #calendar-container .calendar-container .odd td {
  background: #ffffff;
}
#calendar-container td.nav-col {
  width: 5%;
  padding: 7px;
}
#calendar-container .nav-col div {
  width: 23px;
  height: 23px;
}
#calendar-container td.models-col {
  width: 16%;
  padding: 6px !important;
}
#calendar-container table.models-col {
  width: 16%;
}
#calendar-container table.models-col td, #calendar-container table.blank-table td {
  padding: 6px !important;
}
#calendar-container table.models-col td div, #calendar-container table.blank-table td div {
  line-height: 38px;
}
#calendar-container table#schedule-data {
  width: 83%;
}
#calendar-container .available-cell {
  background: url(../images/design/available-pattern.png) 0 0;
  border: 1px solid #40ac11;
  height: 44px;
}
#calendar-container .available-cell.half {
  width: 50%;
}
#calendar-container .available-web {
  text-align: center;
}
#calendar-container .available-web-cell {
  background: url(../images/design/cam-pattern.png) 0 0;
  border: 1px solid #e0347d;
  height: 26px;
}
#calendar-container .available-web.half {
  width: 50%;
}
#calendar-container .calendar-header td {
  font-size: 12px;
  text-align: center;
  padding-top: 10px;
}
#calendar-container .vertical-nav td {
  background: #fff;
}
#calendar-container .available-web a {
  color: #ff569e;
  font-weight: bold;
}
#calendar-container #girl-selector {
  font-size: 13px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  width: 140px !important;
  height: auto !important;
  padding: 0px;
  float: right;
}
#calendar-container #girl-selector-label {
  margin-right: 10px;
  float: left;
}
#calendar-container #girl-selector-container {
  margin-left: 16%;
}
#calendar-container table.data-row {
  background-color: #c5faa4;
}
#calendar-container table.background-white td {
  background-color: #fff;
}
#calendar-container table.data-row td div.blank-cell {
  line-height: 44px;
}
#calendar-container table td.padding-5 {
  padding: 5px !important;
}
#calendar-container .ico-available-online {
  display: inline-block;
  height: 16px;
}

.online {
  background: url("../images/design/available-pattern.png") 0 0;
  font-weight: bold;
}

.recordings-thumbs {
  position: relative;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .recordings-thumbs {
    margin-bottom: 3px;
  }
}

.play {
  position: absolute;
  top: calc(50% - 35px);
  left: 0;
  right: 0;
  text-align: center;
  font-size: 50px;
  color: #fff;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
}
@media (max-width: 767px) {
  .play {
    top: calc(50% - 30px);
    left: 0;
    right: 0;
    text-align: center;
    font-size: 40px;
  }
}
.play i:hover {
  cursor: pointer;
}

.recording-wrapper {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  width: 100%;
  position: relative;
}
.recording-wrapper .recording-flag {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
}
.recording-wrapper .recording-flag .icon-event {
  width: 44px;
  height: 22px;
  color: #fff;
  background-color: #000;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
  margin-top: 5px;
  font-size: 10px;
}
.recording-wrapper .recording-flag .icon-pornstar {
  width: 54px;
  height: 22px;
  color: #fff;
  background-color: #ff177a;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
  margin-top: 5px;
  font-size: 10px;
}
.recording-wrapper .recording-flag .icon-free {
  width: 44px;
  height: 22px;
  color: #fff;
  background-color: #9cb630;
  text-align: center;
  font-weight: bold;
  line-height: 24px;
  margin-top: 5px;
  font-size: 10px;
}
.recording-wrapper .recording-placeholder {
  padding-top: 75%;
  background: url("../images/placeholders/snap.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.recording-wrapper .bestseller-placeholder {
  padding-top: 75%;
  background: url("http://static.payserve.com/static_01/thumbnails_live/10495329/1483076894.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.recording-wrapper .related-placeholder {
  padding-top: 75%;
  background: url("http://static.payserve.com/static_01/thumbnails_live/10277199/1481542386.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.recording-wrapper .recording-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(51, 51, 51, 0.2)), to(rgba(51, 51, 51, 0.8)));
  background: linear-gradient(to bottom, rgba(51, 51, 51, 0.2) 0%, rgba(51, 51, 51, 0.8) 100%);
  color: #fff;
  width: 100%;
}
@media (max-width: 767px) {
  .recording-wrapper .recording-overlay {
    font-size: 12px;
  }
}
.recording-wrapper .recording-overlay p {
  padding-left: 5px;
  margin: 5px 0;
  font-size: 13px;
}
.recording-wrapper .recording-overlay .ellipsis {
  max-width: calc(100% - 75px);
}
.recording-wrapper .play {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.recording-wrapper .video-label {
  padding: 0;
  float: right;
  margin-top: 3px;
}
.recording-wrapper .video-label p {
  margin: 0;
  padding: 6px 12px;
  font-size: 10px;
}
.recording-wrapper .rec-details {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(51, 51, 51, 0.2)), to(rgba(51, 51, 51, 0.8)));
  background: linear-gradient(to top, rgba(51, 51, 51, 0.2) 0%, rgba(51, 51, 51, 0.8) 100%);
  padding: 2px 5px 0 5px;
  height: 20px;
}
@media (max-width: 767px) {
  .recording-wrapper .rec-details {
    font-size: 10px;
  }
}
.recording-wrapper .unlock-rec-overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.recording-wrapper .unlock-rec-overlay:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.recording-wrapper .unlock-rec-overlay .unlock-text-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.recording-wrapper .unlock-rec-overlay .unlock-text-container .title {
  color: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  margin: 0;
  font-weight: bold;
  width: 130px;
}
.recording-wrapper .unlock-rec-overlay .unlock-text-container .title .crown-icon {
  position: absolute;
  left: -10px;
  top: -20px;
  width: 40px;
}
@media (max-width: 767px) {
  .recording-wrapper .unlock-rec-overlay .unlock-text-container .title {
    width: 100px;
    font-size: 24px;
  }
  .recording-wrapper .unlock-rec-overlay .unlock-text-container .title .crown-icon {
    width: 36px;
  }
}

.video-featured {
  width: 100%;
}

.sort {
  padding: 6px 12px 6px 5px;
  color: rgb(72, 72, 72);
}
@media (min-width: 768px) {
  .sort {
    padding-left: 0px;
  }
}

.best-seller {
  position: absolute;
  top: 25px;
  left: 5px;
  width: 25%;
  height: auto;
}

/* TOP 10 VIDEOS MENU */
.top-10-videos-menu {
  z-index: 400;
  left: 0px;
  top: 40px;
  width: 100%;
  background-color: #fff;
  border: 0;
  border-radius: 0;
}

.navbar-nav .top-10-li-item {
  position: inherit;
}

.video-selection {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  z-index: 500;
}
.video-selection .top-10-video {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  position: relative;
  -webkit-filter: grayscale(100%) opacity(50%);
  filter: grayscale(100%) opacity(50%);
}
.video-selection .top-10-video:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.video-selection .top-10-video .model-name {
  color: rgb(72, 72, 72);
}
.video-selection .top-10-video .recording-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(51, 51, 51, 0.63);
  color: #fff;
  width: 100%;
  margin-right: 5px;
  height: 24px;
  line-height: 14px;
}
@media (max-width: 767px) {
  .video-selection .top-10-video .recording-overlay {
    font-size: 12px;
  }
}
.video-selection .top-10-video .recording-overlay p {
  padding-left: 5px;
}
.video-selection .top-10-video .video-price {
  background-color: rgb(92, 184, 92);
  color: #fff;
  position: absolute;
  bottom: 2px;
  right: 2px;
}
.video-selection .top-10-video .video-price p {
  margin: 0;
  padding: 3px 6px;
  font-size: 10px;
}
.video-selection .top-10-video .rec-details {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 12px;
  background-color: rgba(51, 51, 51, 0.63);
  padding: 2px 5px 0 5px;
  height: 20px;
}
@media (max-width: 767px) {
  .video-selection .top-10-video .rec-details {
    font-size: 10px;
  }
}

.rec {
  position: absolute;
  top: 0px;
  left: 0px;
  color: #d60000;
  font-size: 12px;
  height: 22px;
  padding: 3px 5px;
  font-weight: bold;
}
.rec i {
  display: inline-block;
}

#recording-form .navbar-nav &gt; li {
  float: left;
  margin-right: 5px;
}
@media (max-width: 767px) {
  #recording-form .navbar-nav &gt; li.model-filter {
    float: right;
  }
}

@media (max-width: 767px) {
  #recording-form .navbar-nav .open .dropdown-menu {
    position: absolute;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
  }
  #recording-form .navbar-nav .open .dropdown-menu.inner {
    position: static;
  }
}

/*SELECT MENU CUSTOMIZATION*/
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  overflow: auto;
  max-height: 150px !important;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bootstrap-select .dropdown-toggle {
  border-radius: 0px;
  background-color: inherit !important;
  color: inherit !important;
  border: none;
  border-bottom: 1px solid #ccc;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select .dropdown-toggle:visited, .bootstrap-select .dropdown-toggle:active, .bootstrap-select .dropdown-toggle:hover {
  outline: 0 !important;
  font-weight: bold;
}

.bootstrap-select.open &gt; .btn-default.dropdown-toggle {
  font-weight: bold;
}

.bootstrap-select li a {
  padding: 3px 10px;
  color: rgb(51, 51, 51);
}
.bootstrap-select .dropdown-menu &gt; .active &gt; a {
  background-color: #e7e7e7;
}

.bootstrap-select.btn-group .no-results {
  background-color: #fff;
  color: rgb(51, 51, 51);
}

body {
  background-color: #fff;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  min-height: 100vh;
  position: relative;
}
body .global-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  padding-bottom: 0px;
  margin-top: 10px;
  padding-top: 0;
  overflow: hidden;
  font-size: 12px;
}
@media (max-width: 767px) {
  body .global-footer {
    padding: 5px;
  }
}
@media (min-width: 1350px) {
  body .global-footer {
    margin-left: -3%;
    margin-right: -3%;
    left: -2px;
    right: -2px;
  }
}
body .global-footer .large-footer-block {
  color: #fff;
  background-color: #2b2b2b;
  padding: 5px 0 0 0;
}
body .global-footer .row-divider {
  border-top: 1px solid #b3b3b3;
  margin: 0.5rem 0 1rem;
}
body .global-footer .blocks {
  display: inline-block;
}
body .footer-spacer {
  padding-bottom: 275px;
}

.bounty {
  width: 100%;
  padding: 0;
  margin-bottom: 5px;
  border: 0;
  border-radius: 4px;
}
.bounty .progress-text {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  height: 31px;
  width: 100%;
  text-align: center;
  line-height: 31px;
}
.bounty .progress {
  height: 31px;
  width: 100%;
  margin-bottom: 0px;
  border: 1px solid #c3c3c3;
}
.bounty .progress-green .bar {
  height: 31px;
  background-color: #bbd730;
}
.bounty .progress-pink .bar {
  height: 31px;
  background-color: rgba(255, 86, 158, 0.4);
}
.bounty .tip-container {
  margin-right: -1px;
}
.bounty .tip-container input.tip {
  border: 1px solid #c3c3c3;
}
.bounty .tip-container .btn {
  border-radius: 0 3px 3px 0;
}

.guest-chat-block {
  margin-left: 5px;
  margin-top: 10px;
}

.fade-down:not(.large-chat) .guest-chat-block {
  color: #fff;
}

.chat-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
@media (max-width: 991px) {
  .chat-box {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
}
.chat-box .chat-input {
  width: 100%;
}
.chat-box .chat-input .custom-input {
  padding-right: 60px;
}
@media (max-width: 991px) {
  .chat-box .chat-input {
    position: absolute;
    bottom: 0px;
    left: 0px;
  }
}
.chat-box .sent-messages {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  max-height: 48vh;
  padding-right: 2px;
}
.chat-box .sent-messages::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}
.chat-box .sent-messages::-webkit-scrollbar-track {
  background-color: rgb(194, 194, 194);
}
.chat-box .sent-messages::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
.chat-box .sent-messages::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: rgb(194, 194, 194);
  border-radius: 3px;
}
@media (max-width: 320px) {
  .chat-box .sent-messages {
    max-height: 20vh;
    min-height: 20vh;
    margin-bottom: 30px;
  }
}
@media (min-width: 321px) and (max-width: 767px) {
  .chat-box .sent-messages {
    max-height: 22vh;
    min-height: 22vh;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .chat-box .sent-messages {
    max-height: 20vh !important;
    min-height: 20vh;
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .chat-box .sent-messages {
    max-height: 15vh;
    min-height: 15vh;
  }
}
@media (min-width: 992px) and (max-width: 1199px) and (orientation: landscape) {
  .chat-box .sent-messages {
    max-height: 32vh;
    min-height: 32vh;
  }
}

.text-wrapper {
  width: 100%;
}
.text-wrapper span {
  font-weight: bold;
}
.text-wrapper .avatar-container {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0px;
  border-radius: 5px;
  background-size: cover;
  background-position: center center;
}
.text-wrapper .portal-crown-icon {
  width: 32px;
  left: -8px;
  top: -15px;
  position: absolute;
}
@media (max-width: 767px) {
  .text-wrapper .portal-crown-icon {
    width: 28px;
  }
}
.text-wrapper .self-line {
  text-align: right;
  color: #fff;
  background-color: #0097d0;
  margin-bottom: 5px;
  padding: 10px 10px;
  border-radius: 7px;
  display: block;
  position: relative;
  word-wrap: break-word;
  max-width: 100%;
  margin-right: 40px;
}
.text-wrapper .self-line:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -10px;
  height: 10px;
  width: 10px;
  z-index: 1;
  border-top: 8px solid transparent;
  border-left: 8px solid #0097d0;
  border-bottom: 8px solid transparent;
}
.text-wrapper .self-line.whisper-line {
  background-color: #31c4fb;
}
.text-wrapper .self-line.whisper-line:before {
  border-left: 8px solid #31c4fb;
}
.text-wrapper .self-line .avatar-container {
  right: -40px;
}
.text-wrapper .model-line {
  text-align: left;
  background: #d38ee2;
  color: #fff;
  margin-bottom: 5px;
  padding: 10px 10px;
  border-radius: 7px;
  display: block;
  position: relative;
  word-wrap: break-word;
  max-width: 100%;
  margin-left: 40px;
}
.text-wrapper .model-line.whisper-line {
  background-color: #ff569e;
}
.text-wrapper .model-line.whisper-line:before {
  border-right: 10px solid #ff569e;
}
.text-wrapper .model-line .avatar-container {
  left: -40px;
}
.text-wrapper .model-line:before {
  content: "";
  position: absolute;
  top: 7px;
  left: -10px;
  height: 10px;
  width: 10px;
  z-index: 1;
  border-top: 8px solid transparent;
  border-right: 8px solid #d38ee2;
  border-bottom: 8px solid transparent;
}
.text-wrapper .user-line {
  text-align: right;
  background-color: #f2f2f2;
  color: #222;
  margin-bottom: 5px;
  padding: 10px 10px;
  border-radius: 7px;
  display: block;
  position: relative;
  word-wrap: break-word;
  max-width: 100%;
  margin-right: 40px;
}
.text-wrapper .user-line:before {
  content: "";
  position: absolute;
  top: 7px;
  right: -10px;
  height: 10px;
  width: 10px;
  z-index: 1;
  border-top: 8px solid transparent;
  border-left: 8px solid #f2f2f2;
  border-bottom: 8px solid transparent;
  color: #222;
}
.text-wrapper .user-line .avatar-container {
  right: -40px;
}
.text-wrapper .auto-line {
  text-align: left;
  background: #91cf91;
  color: #fff;
  padding: 20px 10px;
  margin-bottom: 5px;
  border-radius: 7px;
  display: block;
  float: left;
  position: relative;
  font-weight: bold;
  word-wrap: break-word;
  max-width: 100%;
}
@media (max-width: 767px) {
  .text-wrapper .auto-line {
    max-width: 70%;
  }
}
@media (max-width: 1199px) {
  .text-wrapper .auto-line {
    max-width: 65%;
  }
}
.text-wrapper .auto-line .gif-hide-btn, .text-wrapper .auto-line .gif-show-btn {
  font-size: 20px;
  line-height: 22px;
  vertical-align: middle;
}
@media (max-width: 1199px) {
  .text-wrapper .auto-line .gif-hide-btn, .text-wrapper .auto-line .gif-show-btn {
    font-size: 18px;
    line-height: 20px;
  }
}
.text-wrapper .auto-line .smiley-slap {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/spank.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-kiss {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/kiss.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-love {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/love.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-hug {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/hug.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-poke {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_poke.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-boner {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/boner.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-bunny {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/bunny.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-jackoff {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/jackoff.gif");
  display: block;
  position: absolute;
  right: -55px;
  top: 5px;
  background-size: cover;
  width: 65px;
  height: 50px;
}
.text-wrapper .auto-line .smiley-chocolate {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_chocolate.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-champagne {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_champagne.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-cumming {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_cumming.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-wine {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_wine.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-tipping {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_dollar.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-serenade {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_serenade.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-rose {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_roses.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-cuddle {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_cuddle.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-candle {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_candle.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-whip {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_whip.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-fuck {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_fuck.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-propose {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_propose.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-birthday {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_birthday.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-angel {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_angel.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-devil {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_devil.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-tickle {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_tickle.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -15px !important;
  right: -110px !important;
  width: 100px !important;
}
.text-wrapper .auto-line .smiley-applause {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_applause.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-flirt {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_flirt.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-lovestruck {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_lovestruck.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-amazed {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_amazed.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: 0px !important;
  width: 55px !important;
  height: 55px !important;
  right: -70px !important;
}
.text-wrapper .auto-line .smiley-crazy {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_crazy.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
  width: 65px !important;
  height: 65px !important;
  top: -5px !important;
  right: -70px !important;
}
.text-wrapper .auto-line .smiley-tongueout {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_tongue.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-blowjob {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_blowjob.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-wave {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_wave.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  width: 65px !important;
}
.text-wrapper .auto-line .smiley-catwoman {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_catwoman.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-huladance {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_huladance.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-hulahoop {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_hulahoop.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-rofl {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_rofl.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: 0px !important;
  width: 85px !important;
  height: 65px !important;
}
.text-wrapper .auto-line .smiley-tiptoy {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_tiptoy.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
  right: -100px;
  width: 100px !important;
  height: 65px !important;
}
.text-wrapper .auto-line .smiley-poledance {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_poledance.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: 0px !important;
  height: 65px !important;
}
.text-wrapper .auto-line .smiley-shakeass {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_shakeass.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -5px !important;
  height: 65px !important;
}
.text-wrapper .auto-line .smiley-boobs {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_boobs.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
  width: 85px !important;
}
.text-wrapper .auto-line .smiley-legs {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_legs.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -15px !important;
}
.text-wrapper .auto-line .smiley-bowdown {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_bowdown.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-goddess {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_goddess.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -15px !important;
  width: 100px !important;
  right: -100px !important;
}
.text-wrapper .auto-line .smiley-cancan {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_cancan.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -15px !important;
  width: 100px !important;
  right: -100px !important;
}
.text-wrapper .auto-line .smiley-cowgirl {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_cowgirl.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -15px !important;
  width: 100px !important;
  right: -100px !important;
}
.text-wrapper .auto-line .smiley-marilynmonroe {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_marilynmonroe.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
  height: 70px !important;
  width: 100px !important;
  right: -100px !important;
}
.text-wrapper .auto-line .smiley-princess {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_princess3.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-queen {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_queen.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-popcorn {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_popcorn.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -15px !important;
  width: 85px !important;
}
.text-wrapper .auto-line .smiley-sunshine {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_sunshine.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -5px !important;
}
.text-wrapper .auto-line .smiley-hooray {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_hooray.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -15px !important;
}
.text-wrapper .auto-line .smiley-party {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_party.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -5px !important;
  height: 65px !important;
}
.text-wrapper .auto-line .smiley-showfeet {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_showfeet.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -15px !important;
  width: 95px !important;
  right: -100px !important;
}
.text-wrapper .auto-line .smiley-showpussy {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_showpussy.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -15px !important;
  width: 50px !important;
  right: -55px !important;
}
.text-wrapper .auto-line .smiley-cheers {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_cheers.gif);
  background-size: cover;
  position: absolute;
  display: block;
  top: 0px;
  right: -120px;
  width: 115px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-asslick {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_asslick.gif);
  background-size: cover;
  position: absolute;
  display: block;
  top: 0px;
  right: -120px;
  width: 115px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-fingerass {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_fingerass.gif);
  background-size: cover;
  position: absolute;
  display: block;
  top: 0px;
  right: -120px;
  width: 115px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-caressass {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_caressass.gif);
  background-size: cover;
  position: absolute;
  display: block;
  top: 0px;
  right: -130px;
  width: 125px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-caressboobs {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_caressboobs.gif);
  background-size: cover;
  position: absolute;
  display: block;
  top: 0px;
  right: -130px;
  width: 125px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-sorry {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_sorry.gif);
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: 0px;
  right: -60px;
  width: 60px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-missyou {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_missyou.gif);
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: 0px;
  right: -105px;
  width: 100px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-welcome {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_welcome.gif);
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: 0px;
  right: -105px;
  width: 100px;
  height: 65px;
}
.text-wrapper .auto-line .smiley-bigtongue {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_bigtongue.gif);
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: 0px;
  right: -75px;
  width: 70px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-yellowtulip {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_yellowtulip.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-more {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_more.gif);
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -15px !important;
  width: 135px !important;
  right: -140px !important;
}
.text-wrapper .auto-line .smiley-cuteasabutton {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_cuteasabutton.gif);
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: 0px;
  right: -60px;
  width: 60px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-asskiss {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_asskiss.gif);
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: 0px;
  right: -70px;
  width: 60px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-pussylick {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_pussylick.gif);
  background-size: cover;
  position: absolute;
  display: block;
  top: 0px;
  right: -100px;
  width: 95px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-fingerpussy {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_fingerpussy.gif);
  background-size: cover;
  position: absolute;
  display: block;
  top: 0px;
  right: -100px;
  width: 95px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-sucknipples {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_sucknipples.gif);
  background-size: cover;
  position: absolute;
  display: block;
  top: 0px;
  right: -100px;
  width: 95px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-fingerlick {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_fingerlick.gif);
  background-size: cover;
  position: absolute;
  display: block;
  top: 0px;
  right: -100px;
  width: 95px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-letsbefriends {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_letsbefriends.gif);
  background-size: cover;
  position: absolute;
  display: block;
  top: 0px;
  right: -100px;
  width: 95px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-saveaustralia {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_saveaustralia.gif);
  background-size: cover;
  position: absolute;
  display: block;
  top: 0px;
  right: -100px;
  width: 95px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-thankgoditsweekend {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_thankgoditsweekend.gif);
  background-size: cover;
  position: absolute;
  display: block;
  top: 0px;
  right: -100px;
  width: 95px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-sexy {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_sexy.gif);
  background-size: cover;
  position: absolute;
  display: block;
  top: 0px;
  right: -75px;
  width: 70px;
  height: 55px;
}
.text-wrapper .auto-line .smiley-undies {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_undies.gif);
  background-size: cover;
  position: absolute;
  display: block;
  top: 0px;
  right: -100px;
  width: 95px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-hotinhere {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_hotinhere.gif);
  background-size: cover;
  position: absolute;
  display: block;
  top: 0px;
  right: -100px;
  width: 95px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-bemyteddy {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_bemyteddy.gif);
  background-size: cover;
  position: absolute;
  display: block;
  top: 0px;
  right: -100px;
  width: 95px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-sleepwell {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_sleepwell.gif);
  background-size: cover;
  position: absolute;
  display: block;
  top: 0px;
  right: -90px;
  width: 85px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-kickhim {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_kickhim.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-unicorn {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_unicorn.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -4px !important;
  right: -70px;
  width: 65px;
  height: 65px;
}
.text-wrapper .auto-line .smiley-nopantyday {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_nopanty.gif);
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: 0px !important;
  right: -125px;
  width: 120px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-doggystyle {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_doggystyle.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-thankyou {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_thankyou.gif);
  display: block;
  position: absolute;
  right: -75px;
  top: 0px;
  background-size: contain;
  width: 75px;
  height: 60px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-pizza {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_pizza.gif);
  display: block;
  position: absolute;
  right: -75px;
  top: 0px;
  background-size: contain;
  width: 75px;
  height: 60px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-please {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_please.gif);
  display: block;
  position: absolute;
  right: -75px;
  top: 0px;
  background-size: contain;
  width: 75px;
  height: 60px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-addicted {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_addicted.gif);
  display: block;
  position: absolute;
  right: -74px;
  top: 0px;
  background-size: contain;
  width: 74px;
  height: 60px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-numberone {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_numberone.gif);
  display: block;
  position: absolute;
  right: -75px;
  top: 0px;
  background-size: contain;
  width: 75px;
  height: 60px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-smileday {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_smile.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: 0px !important;
  width: 55px !important;
  height: 55px !important;
  right: -70px !important;
}
.text-wrapper .auto-line .smiley-july4th {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_july4th.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-july4throcketsam {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_july4throcketsam.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
  width: 90px !important;
  right: -95px !important;
}
.text-wrapper .auto-line .smiley-july4thfireworks {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_july4thfireworks.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: 0px !important;
  width: 95px !important;
  height: 55px !important;
  right: -100px !important;
}
.text-wrapper .auto-line .smiley-july4thtrump {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_july4thtrump.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-beer {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_beer.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-highheels {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_highheels.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  width: 110px !important;
  right: -115px !important;
  top: -15px !important;
}
.text-wrapper .auto-line .smiley-tease {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_tease.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
  height: 75px !important;
  right: -65px !important;
}
.text-wrapper .auto-line .smiley-stockings {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_stockings.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -15px !important;
  width: 110px !important;
  right: -115px !important;
}
.text-wrapper .auto-line .smiley-makelovenotwar {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_makelovenotwar.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -15px !important;
  width: 110px !important;
  right: -115px !important;
}
.text-wrapper .auto-line .smiley-stickerqueen {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_stickerqueen.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-pirate-flag {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_pirate_flag.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-pirate-talk {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_pirate_talk.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-pirate-rum {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_pirate_rum.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: 0px !important;
  height: 55px !important;
}
.text-wrapper .auto-line .smiley-merrychristmas {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_merrychristmas.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  width: 150px !important;
  right: -140px !important;
  top: -15px !important;
}
.text-wrapper .auto-line .smiley-grinch {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_grinch2.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  height: 60px !important;
  right: -80px !important;
  top: 0px !important;
}
.text-wrapper .auto-line .smiley-dancingsanta {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_dancingsanta.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
  width: 110px !important;
  right: -115px !important;
}
.text-wrapper .auto-line .smiley-fatsanta {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_fatsanta.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
  width: 90px !important;
  right: -90px;
}
.text-wrapper .auto-line .smiley-santacopter {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_santacopter.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
  width: 90px !important;
  right: -90px;
}
.text-wrapper .auto-line .smiley-rudolph {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_rudolph.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
  height: 75px !important;
  right: -65px !important;
}
.text-wrapper .auto-line .smiley-giftxmas {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_giftxmas.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -15px !important;
  height: 90px !important;
  width: 120px !important;
  right: -110px;
}
.text-wrapper .auto-line .smiley-happynewyear {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_happynewyear.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -20px !important;
  width: 200px !important;
  right: -205px !important;
}
.text-wrapper .auto-line .smiley-firecrackers {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_firecrackers.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -15px !important;
  height: 85px !important;
}
.text-wrapper .auto-line .smiley-nychampagneboy {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_champagneboy.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -15px !important;
  width: 90px !important;
}
.text-wrapper .auto-line .smiley-ghost {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_ghost.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -15px !important;
}
.text-wrapper .auto-line .smiley-spider {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_spider.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  width: 100px !important;
}
.text-wrapper .auto-line .smiley-pumpkin {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_pumpkin.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: 0px !important;
}
.text-wrapper .auto-line .smiley-blackcat {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_blackcat.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -15px !important;
}
.text-wrapper .auto-line .smiley-trickortreat {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_trickortreat2.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  width: 85px !important;
}
.text-wrapper .auto-line .smiley-happy-thanksgiving-1 {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_thanksgiving.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-happy-thanksgiving-2 {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_thanksgiving2.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-happy-thanksgiving-3 {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_thanksgiving3.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-happy-thanksgiving-4 {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_thanksgiving4.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-steaknbj {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_steaknbj.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  width: 125px !important;
  right: -130px !important;
  top: -15px !important;
}
.text-wrapper .auto-line .smiley-clover {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_clover.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-greenman {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_greenman.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-goldpot {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_goldpot.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-stpatrick {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_stpatrick.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  width: 110px !important;
  right: -115px !important;
  top: -15px !important;
}
.text-wrapper .auto-line .smiley-easter {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/easter-bunny.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-dancingchick {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_dancingchick.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-jumpingrabbit {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_jumpingrabbit.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
  width: 100px !important;
  right: -110px !important;
}
.text-wrapper .auto-line .smiley-threeeggs {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_threeeggs.gif);
  background-size: cover;
  position: absolute;
  display: block;
  top: 0px;
  right: -120px;
  width: 115px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-eastersurprise {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_eastersurprise.gif);
  display: block;
  position: absolute;
  right: -75px;
  top: 0px;
  background-size: contain;
  width: 75px;
  height: 60px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-cakeandcunnilingus {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_cakeandcunnilingus2.gif);
  display: block;
  position: absolute;
  right: -80px;
  top: 0px;
  background-size: contain;
  width: 75px;
  height: 60px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-charityjar {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_donationjar.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-charityheart {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_donationheart.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: 0px;
  right: -85px;
  width: 80px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-charitymoney {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_moneydrop.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -15px !important;
  width: 105px !important;
  right: -105px;
}
.text-wrapper .auto-line .smiley-valentinebox {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_valentinebox.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-valentineheart {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_valentineheart.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-valentinecat {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_valentinecat.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
  right: -105px !important;
  width: 100px !important;
}
.text-wrapper .auto-line .smiley-bemine {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_bemine.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -15px !important;
  width: 110px !important;
  right: -115px !important;
}
.text-wrapper .auto-line .smiley-promise {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_promise.gif);
  background-size: cover;
  position: absolute;
  display: block;
  top: 0px;
  right: -100px;
  width: 95px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-march8 {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_march8.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -7px !important;
}
.text-wrapper .auto-line .smiley-cupcake {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_cupcake.gif);
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: 0px;
  right: -70px;
  width: 60px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-adoreyou {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_adoreyou.gif);
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: 0px;
  right: -70px;
  width: 60px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-drooling {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_drooling.gif);
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: 0px;
  right: -70px;
  width: 60px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-boo {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_boo.gif);
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: 0px;
  right: -70px;
  width: 60px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-laborday01 {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_laborday01.gif);
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: 0px;
  right: -70px;
  width: 60px;
  height: 60px;
}
.text-wrapper .auto-line .smiley-laborday02 {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_laborday02.gif);
  display: block;
  position: absolute;
  right: -75px;
  top: 0px;
  background-size: contain;
  width: 75px;
  height: 60px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-superhero {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_superhero.gif");
  display: block;
  position: absolute;
  right: -85px;
  top: -20px;
  background-size: contain;
  width: 75px;
  height: 75px;
  background-position: center bottom;
  top: -10px !important;
}
.text-wrapper .auto-line .smiley-wonderwoman {
  background-image: url(https://cdnstatic.imctransfer.com/static_01/live/new/inchat_wonderwoman.gif);
  display: block;
  position: absolute;
  right: -80px;
  top: 0px;
  background-size: contain;
  width: 75px;
  height: 60px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-mindblowing {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_mindblowing.gif");
  display: block;
  position: absolute;
  right: -70px;
  top: 2px;
  background-size: contain;
  width: 75px;
  height: 55px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-banana {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_banana.gif");
  display: block;
  position: absolute;
  right: -65px;
  top: 0px;
  background-size: contain;
  width: 75px;
  height: 60px;
  background-position: center bottom;
}
.text-wrapper .auto-line .smiley-wiggleboobs {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/new/inchat_wiggleboobs.gif");
  display: block;
  position: absolute;
  right: -115px;
  top: 0px;
  background-size: contain;
  width: 110px;
  height: 60px;
  background-position: center bottom;
}
.text-wrapper .auto-line.big-tip {
  width: 300px;
  height: 220px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}
.text-wrapper .auto-line.big-tip span {
  width: 100%;
  background-color: rgba(51, 51, 51, 0.63);
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 28px;
  padding-left: 5px;
  color: #e7e7e7;
}
.text-wrapper .auto-line.system-line {
  background-color: #ffa500;
  padding: 10px;
}
.text-wrapper .auto-line.system-line .chat-slot img {
  width: 75px;
  margin-right: 5px;
}
@media (max-width: 767px) {
  .text-wrapper .auto-line.system-line .chat-slot img {
    width: 60px;
  }
}
.text-wrapper .highlight-link {
  color: #ffff00;
}
.text-wrapper .highlight-link:hover {
  cursor: pointer;
  color: #e0e000;
}
.text-wrapper .auto-line .gif-image-wrapper {
  overflow: hidden;
  position: relative;
  clear: both;
  border-radius: 6px;
}
@media (max-width: 1199px) {
  .text-wrapper .auto-line.gif-line {
    font-size: 12px;
  }
}
.text-wrapper .auto-line .chat-attachment {
  max-width: 220px;
  max-height: 220px;
  border-radius: 6px;
}
@media (max-width: 1199px) {
  .text-wrapper .auto-line .chat-attachment {
    max-width: 150px;
    max-height: 150px;
  }
}

body.filtered-gif .chat-box .sent-messages .text-wrapper .auto-line:not(.my-attachment) .chat-attachment.custom-attachment {
  -webkit-filter: blur(20px);
          filter: blur(20px);
}

.chat-wrapper .tip-container:not(.has-bounty) .tip-input .custom-input {
  height: 40px;
}

ul.mobile-view-tabs {
  background-color: inherit;
  width: 100%;
  margin-top: 5px;
  margin-bottom: 0;
  padding: 0;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  list-style: none;
}
ul.mobile-view-tabs li {
  display: inline-block;
  width: 25%;
  text-align: center;
}
ul.mobile-view-tabs li a {
  color: rgb(72, 72, 72);
  padding: 6px;
}
ul.mobile-view-tabs li a:hover, ul.mobile-view-tabs li a:focus, ul.mobile-view-tabs li a:active {
  color: #e7e7e7;
}
ul.mobile-view-tabs li a i {
  font-size: 18px;
}
ul.mobile-view-tabs li a i.fa-angle-left, ul.mobile-view-tabs li a i.fa-angle-right {
  font-size: 30px;
}
ul.mobile-view-tabs li a.mobile-tab-btn {
  width: 20%;
}

.fixed-bottom-0 {
  position: fixed;
  bottom: 0;
  margin-right: 20px;
}

.width-100 {
  width: 100%;
}

.max-height-30 {
  max-height: 30vh;
  overflow: auto;
}

.bounty.has-bounty {
  padding: 0 3px;
}

@media (max-width: 991px) {
  .bounty.has-bounty {
    border-radius: 0;
    z-index: 2;
  }
}
.bounty-tooltip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: relative;
  text-transform: none;
}
.bounty-tooltip .sc-tooltip {
  position: absolute;
  top: 25px;
  color: rgb(255, 255, 255);
  left: 0px;
  text-shadow: none;
  font-size: 12px;
  margin: 4px 0;
  padding: 5px 10px;
  background-color: rgba(18, 16, 25, 0.6);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  font-family: "Roboto Condensed", sans-serif;
  white-space: nowrap;
  text-align: left;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: transform 0.1s cubic-bezier(1, 0, 0, 1);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform 0.1s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.1s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.1s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.1s cubic-bezier(1, 0, 0, 1);
}
@media (min-width: 992px) {
  .bounty-tooltip .sc-tooltip {
    display: none;
  }
}
.bounty-tooltip:hover .sc-tooltip {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  transform: scale(1);
}

.bounty-info-tooltip {
  position: static;
  text-transform: none;
}
.bounty-info-tooltip .sc-tooltip {
  z-index: 4;
  white-space: normal;
  position: absolute;
  color: rgb(255, 255, 255);
  top: 25px;
  left: 5px;
  text-shadow: none;
  font-size: 12px;
  margin: 4px 0;
  padding: 5px 10px;
  background-color: rgba(18, 16, 25, 0.6);
  opacity: 0;
  font-family: "Roboto Condensed", sans-serif;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: transform 0.1s cubic-bezier(1, 0, 0, 1);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(1, 0, 0, 1);
  transition: -webkit-transform 0.1s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.1s cubic-bezier(1, 0, 0, 1);
  transition: transform 0.1s cubic-bezier(1, 0, 0, 1), -webkit-transform 0.1s cubic-bezier(1, 0, 0, 1);
}
.bounty-info-tooltip:hover .sc-tooltip {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.model-tip-stats .tip-stats-container {
  height: 31px;
  font-size: 12px;
  line-height: 14px;
  height: 15px;
  margin-top: 4px;
  margin-bottom: 4px;
  text-align: right;
}
.model-tip-stats .tip-stats-container span {
  display: inline-block;
}

body.tablet:not(.guest) .tip-stats-container {
  position: absolute;
  right: 5px;
  top: 0px;
  width: 375px;
  text-align: right;
}
body.tablet:not(.guest) .chat-offline-interface .tip-stats-container {
  position: initial;
  right: 0;
  top: 0px;
  width: auto;
  text-align: center;
}

body.mobile-live.desktop-live .tip-stats-container {
  position: fixed;
  top: 30px;
  right: 30px;
  color: #fff;
}

.gifs-block {
  overflow: auto;
  max-height: 213px;
}
.gifs-block::-webkit-scrollbar {
  width: 5px;
  height: 100%;
}
.gifs-block::-webkit-scrollbar-track {
  background-color: transparent;
}
.gifs-block::-webkit-scrollbar-track-piece {
  background-color: transparent;
}
.gifs-block::-webkit-scrollbar-thumb {
  width: 3px !important;
  height: 20px;
  background-color: #b4b4b4;
  border-radius: 3px;
}
.gifs-block .gif-item {
  width: 100px !important;
  height: 100px !important;
  margin: 1px;
  background-position: center center;
  background-size: cover;
  border: 1px solid #b4b4b4;
  border-radius: 6px;
  overflow: hidden;
}
.gifs-block .static-gif-link {
  display: inline-block;
}
.gifs-block .gif-set-container {
  display: inline-block;
  white-space: normal;
}

@media (min-width: 992px) and (max-width: 1199px) {
  body.body-16-9 .chat-box .sent-messages {
    max-height: 20vh;
    min-height: 20vh;
  }
}

.record-start-block {
  width: 100%;
  height: 100%;
}

a.inchat-rec-btn {
  width: 100% !important;
  height: 28px !important;
  border: 2px solid #fff !important;
  padding: 2px !important;
  border-radius: 50% !important;
  text-align: center;
  position: relative;
  -webkit-box-shadow: 0px 0px 5px #222;
          box-shadow: 0px 0px 5px #222;
}

.inchat-rec-btn i {
  position: absolute !important;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

a.inchat-rec-btn:hover {
  color: #be2828;
  border-color: #be2828 !important;
}

a.inchat-rec-btn:hover i, .inchat-rec-btn i:hover {
  color: #be2828 !important;
}

.inchat-rec-btn.playing i {
  color: #be2828;
  -webkit-animation: rec-btn-animation;
          animation: rec-btn-animation;
  -webkit-animation: rec-btn-animation 2s infinite;
          animation: rec-btn-animation 2s infinite;
  text-shadow: 0px 0px 5px rgba(223, 28, 19, 0.333);
}

@keyframes rec-btn-animation {
  0% {
    color: rgba(233, 28, 19, 0.2);
  }
  50% {
    color: #be2828;
  }
  100% {
    color: rgba(233, 28, 19, 0.2);
  }
}
@-webkit-keyframes rec-btn-animation {
  0% {
    color: rgba(233, 28, 19, 0.2);
  }
  50% {
    color: #be2828;
  }
  100% {
    color: rgba(223, 28, 19, 0.2);
  }
}
.room-controls {
  margin-top: 10px;
}
.room-controls .model-name {
  margin-top: 0px;
}
.room-controls .whisper-toggle-wrapper {
  display: inline-block;
}
.room-controls .screen-settings .screen-size-setting {
  display: inline-block;
  vertical-align: middle;
}
.room-controls .screen-settings .screen-size-setting .frame {
  height: 20px;
  width: 30px;
  border: 1px solid #d0d0d0;
  text-align: center;
  color: #f2f2f2;
}
.room-controls .screen-settings .screen-size-setting .frame .inner {
  background-color: #d0d0d0;
  margin: 1px;
}
.room-controls .screen-settings .screen-size-setting:hover .frame, .room-controls .screen-settings .screen-size-setting.active .frame {
  border: 1px solid #63b9ff;
}
.room-controls .screen-settings .screen-size-setting:hover .frame .inner, .room-controls .screen-settings .screen-size-setting.active .frame .inner {
  background-color: #63b9ff;
}

.mobile-live.desktop-live .chat-interface .live-stream .bullets .selfie-init-btn .recs {
  display: block !important;
}

.mobile-live.desktop-live .chat-box .sent-messages .text-wrapper .user-line:before, .mobile-live.desktop-live .chat-box .sent-messages .text-wrapper .self-line:before,
.mobile-live .chat-box .sent-messages .text-wrapper .user-line:before, .mobile-live .chat-box .sent-messages .text-wrapper .self-line:before {
  border-left-color: #686868;
}

.mobile-live .chat-box .sent-messages .text-wrapper .model-line:before,
.mobile-live.desktop-live .chat-box .sent-messages .text-wrapper .model-line:before {
  border-right-color: #686868;
}

.desktop-live.mobile-live .chat-box .sent-messages .text-wrapper .user-line,
.desktop-live.mobile-live .chat-box .sent-messages .text-wrapper .self-line,
.desktop-live.mobile-live .chat-box .sent-messages .text-wrapper .model-line,
.mobile-live .chat-box .sent-messages .text-wrapper .user-line,
.mobile-live .chat-box .sent-messages .text-wrapper .self-line,
.mobile-live .chat-box .sent-messages .text-wrapper .model-line {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

body.wide-off .bullets .wishlist-bullet, .wide-off .bullets .clips-bullet, .wide-off .bullets .shy-bullet {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
  .tip-wrapper {
    position: absolute;
    bottom: 0px;
    right: 5px;
    z-index: 7;
  }
  .btn-bar-live-ratio-controller {
    width: 100%;
  }
  .btn-bar {
    margin-left: -2px;
  }
  .tip-holder .tip-container .quicktip-dropup .dropdown-menu {
    bottom: 40px;
    right: 5px;
    left: initial;
  }
  .tip-wrapper .bounty.has-bounty .bounty-info {
    top: 42px !important;
  }
  .room-controls {
    margin: 0;
  }
  .room-controls .model-name {
    display: none;
  }
  .room-controls .whisper-toggle-wrapper {
    z-index: 3;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .chat-interface .chat {
    padding-left: 3px;
  }
  .chat-interface .live-stream .content-setting .content {
    margin: 0;
  }
  .gif-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .gif-col &gt; a {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .gif-col .gif-container {
    margin-left: 5px;
  }
  .gif-col .gif-container &gt; form.attachment-message-form {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .tip-wrapper .bounty.has-bounty .tip-container {
    top: 7px;
  }
}
body.tablet {
  overflow-x: hidden;
}

body.tablet .best-tip {
  margin: 0;
  padding: 3px 0;
}

.soundbox-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 16px;
  width: 18px;
  vertical-align: middle;
}
.soundbox-container .soundbox {
  -webkit-transform: scaleY(0.4);
          transform: scaleY(0.4);
  height: 100%;
  width: 2px;
  background: #fff;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 5;
          animation-iteration-count: 5;
  border-radius: 2px;
}
.soundbox-container .soundbox.soundbox-1 {
  -webkit-animation-name: sound-quiet;
          animation-name: sound-quiet;
}
.soundbox-container .soundbox.soundbox-2 {
  -webkit-animation-name: sound-normal;
          animation-name: sound-normal;
}
.soundbox-container .soundbox.soundbox-3 {
  -webkit-animation-name: sound-quiet;
          animation-name: sound-quiet;
}
.soundbox-container .soundbox.soundbox-4 {
  -webkit-animation-name: sound-loud;
          animation-name: sound-loud;
}
.soundbox-container .soundbox.soundbox-5 {
  -webkit-animation-name: sound-quiet;
          animation-name: sound-quiet;
}

.user-line .soundbox-container .soundbox {
  background: #222;
}

.giftshop-open {
  color: rgb(51, 51, 51);
}
.giftshop-open span {
  vertical-align: super;
}
.giftshop-open:hover {
  text-decoration: none;
  color: #e7e7e7;
}

.sticky-feedback-form {
  position: fixed;
  bottom: -360px;
  left: 0px;
  width: 200px;
  height: 360px;
  background-color: #fff;
  z-index: 25;
  padding: 10px;
  -webkit-transition: box-shadow 1s linear 0.3s, -webkit-transform 1s 0.3s;
  transition: box-shadow 1s linear 0.3s, -webkit-transform 1s 0.3s;
  -webkit-transition: -webkit-transform 1s 0.3s, -webkit-box-shadow 1s linear 0.3s;
  transition: -webkit-transform 1s 0.3s, -webkit-box-shadow 1s linear 0.3s;
  transition: transform 1s 0.3s, box-shadow 1s linear 0.3s;
  transition: transform 1s 0.3s, box-shadow 1s linear 0.3s, -webkit-transform 1s 0.3s, -webkit-box-shadow 1s linear 0.3s;
  transition: transform 1s 0.3s, box-shadow 1s linear 0.3s, -webkit-transform 1s 0.3s;
  -webkit-transition: transform 1s 0.3s, -webkit-box-shadow 1s linear 0.3s;
}
.sticky-feedback-form .sticky-btn {
  position: absolute;
  top: -32px;
  left: 5px;
  background-color: red;
  color: white;
  font-size: 14px;
  line-height: 14px;
  padding: 7px 14px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.sticky-feedback-form .sticky-btn i {
  margin-left: -2px;
}
.sticky-feedback-form textarea {
  max-width: 100%;
  height: 220px;
  resize: none;
}
.sticky-feedback-form .btn-primary:hover {
  background-color: #cecece;
  color: white;
  border: 1px solid #05b3f4;
}
.sticky-feedback-form:hover {
  -webkit-transform: translateY(-360px);
  transform: translateY(-360px);
  box-shadow: 0px 0px 30px rgba(51, 51, 51, 0.63);
  -webkit-box-shadow: 0px 0px 30px rgba(51, 51, 51, 0.63);
}

/*! ========================================================================
 * Bootstrap Toggle: bootstrap-toggle.css v2.2.0
 * http://www.bootstraptoggle.com
 * ========================================================================
 * Copyright 2014 Min Hur, The New York Times Company
 * Licensed under MIT
 * ======================================================================== */
.checkbox label .toggle, .checkbox-inline .toggle {
  margin-left: -20px;
  margin-right: 5px;
}

.toggle {
  position: relative;
  overflow: hidden;
}

.toggle input[type=checkbox] {
  display: none;
}

.toggle-group {
  position: absolute;
  width: 200%;
  top: 0;
  bottom: 0;
  left: 0;
  transition: left 0.35s;
  -webkit-transition: left 0.35s;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.toggle.off .toggle-group {
  left: -100%;
}

.toggle-on {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.toggle-off {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}

.toggle-handle {
  position: relative;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  width: 0;
  border-width: 0 1px;
}

.toggle.btn {
  min-width: 59px;
  min-height: 34px;
}

.toggle-on.btn {
  padding-right: 24px;
}

.toggle-off.btn {
  padding-left: 24px;
}

.toggle.btn-lg, .btn-group-lg &gt; .toggle.btn {
  min-width: 79px;
  min-height: 45px;
}

.toggle-on.btn-lg, .btn-group-lg &gt; .toggle-on.btn {
  padding-right: 31px;
}

.toggle-off.btn-lg, .btn-group-lg &gt; .toggle-off.btn {
  padding-left: 31px;
}

.toggle-handle.btn-lg, .btn-group-lg &gt; .toggle-handle.btn {
  width: 40px;
}

.toggle.btn-sm, .btn-group-sm &gt; .toggle.btn {
  min-width: 50px;
  min-height: 30px;
}

.toggle-on.btn-sm, .btn-group-sm &gt; .toggle-on.btn {
  padding-right: 20px;
}

.toggle-off.btn-sm, .btn-group-sm &gt; .toggle-off.btn {
  padding-left: 20px;
}

.toggle.btn-xs, .btn-group-xs &gt; .toggle.btn {
  min-width: 35px;
  min-height: 22px;
}

.toggle-on.btn-xs, .btn-group-xs &gt; .toggle-on.btn {
  padding-right: 12px;
}

.toggle-off.btn-xs, .btn-group-xs &gt; .toggle-off.btn {
  padding-left: 12px;
}

/*!
 * Bootstrap-select v1.12.1 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2016 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */
select.bs-select-hidden, select.selectpicker {
  display: none !important;
}

.bootstrap-select {
  width: 220px\9 ;
}

.bootstrap-select &gt; .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}

.bootstrap-select &gt; .dropdown-toggle.bs-placeholder, .bootstrap-select &gt; .dropdown-toggle.bs-placeholder:active, .bootstrap-select &gt; .dropdown-toggle.bs-placeholder:focus, .bootstrap-select &gt; .dropdown-toggle.bs-placeholder:hover {
  color: #999;
}

.bootstrap-select &gt; select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}

.bootstrap-select &gt; select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}

.error .bootstrap-select .dropdown-toggle, .has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}

.bootstrap-select.fit-width {
  width: auto !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 220px;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: none;
  outline: none;
}

.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}

.bootstrap-select.form-control:not([class*=col-]) {
  width: 100%;
}

.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) &gt; .btn {
  border-radius: 0;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*=col-] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

.bootstrap-select.btn-group.dropdown-menu-right, .bootstrap-select.btn-group[class*=col-].dropdown-menu-right, .row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
  float: right;
}

.form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}

.form-group-lg .bootstrap-select.btn-group.form-control, .form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}

.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}

.bootstrap-select.btn-group.disabled, .bootstrap-select.btn-group &gt; .disabled {
  cursor: not-allowed;
}

.bootstrap-select.btn-group.disabled:focus, .bootstrap-select.btn-group &gt; .disabled:focus {
  outline: 0 !important;
}

.bootstrap-select.btn-group.bs-container {
  position: absolute;
  height: 0 !important;
  padding: 0 !important;
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 1060;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
  width: 100%;
}

.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}

.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}

.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

.bootstrap-select.show-menu-arrow.open &gt; .dropdown-toggle {
  z-index: 1061;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}

.bootstrap-select.show-menu-arrow.open &gt; .dropdown-toggle:after, .bootstrap-select.show-menu-arrow.open &gt; .dropdown-toggle:before {
  display: block;
}

.bs-actionsbox, .bs-donebutton, .bs-searchbox {
  padding: 4px 8px;
}

.bs-actionsbox {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bs-donebutton .btn-group button {
  width: 100%;
}

.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

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

.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

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

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul &gt; li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

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

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

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

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

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

.fa-th:before {
  content: "\f00a";
}

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

.fa-check:before {
  content: "\f00c";
}

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

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

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

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

.fa-signal:before {
  content: "\f012";
}

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

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

.fa-home:before {
  content: "\f015";
}

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

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

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

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

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

.fa-inbox:before {
  content: "\f01c";
}

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

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

.fa-refresh:before {
  content: "\f021";
}

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

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

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

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

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

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

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

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

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

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

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

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

.fa-list:before {
  content: "\f03a";
}

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

.fa-indent:before {
  content: "\f03c";
}

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

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

.fa-pencil:before {
  content: "\f040";
}

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

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

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

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

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

.fa-arrows:before {
  content: "\f047";
}

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

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

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

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

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

.fa-eject:before {
  content: "\f052";
}

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

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

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

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

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

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

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

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

.fa-crosshairs:before {
  content: "\f05b";
}

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

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

.fa-ban:before {
  content: "\f05e";
}

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

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

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

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

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

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

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

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

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

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

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

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

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

.fa-retweet:before {
  content: "\f079";
}

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

.fa-folder:before {
  content: "\f07b";
}

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

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

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

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

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

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

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

.fa-key:before {
  content: "\f084";
}

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

.fa-comments:before {
  content: "\f086";
}

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091";
}

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

.fa-upload:before {
  content: "\f093";
}

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

.fa-phone:before {
  content: "\f095";
}

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

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

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

.fa-twitter:before {
  content: "\f099";
}

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

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

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

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

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

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

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

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

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

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

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

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

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

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

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

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

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

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

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

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

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

.fa-paperclip:before {
  content: "\f0c6";
}

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

.fa-square:before {
  content: "\f0c8";
}

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

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

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

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

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

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

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

.fa-money:before {
  content: "\f0d6";
}

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

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

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

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

.fa-columns:before {
  content: "\f0db";
}

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

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

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

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

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

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

.fa-exchange:before {
  content: "\f0ec";
}

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

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

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

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

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

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

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

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

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

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

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

.fa-beer:before {
  content: "\f0fc";
}

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

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

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

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

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

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

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

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

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

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

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

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

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

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

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

.fa-gamepad:before {
  content: "\f11b";
}

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

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

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

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

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

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

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

.fa-crop:before {
  content: "\f125";
}

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

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

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

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

.fa-microphone:before {
  content: "\f130";
}

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

.fa-shield:before {
  content: "\f132";
}

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

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

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

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

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

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

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

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

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

.fa-bullseye:before {
  content: "\f140";
}

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

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

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

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

.fa-ticket:before {
  content: "\f145";
}

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

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

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

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

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

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

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

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

.fa-compass:before {
  content: "\f14e";
}

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

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

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

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

.fa-gbp:before {
  content: "\f154";
}

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

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

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

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

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

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

.fa-file:before {
  content: "\f15b";
}

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

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

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

.fa-dropbox:before {
  content: "\f16b";
}

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

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

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

.fa-tumblr:before {
  content: "\f173";
}

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

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

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

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

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

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

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

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

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

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193";
}

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

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

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

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

.fa-slack:before {
  content: "\f198";
}

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

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

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

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

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

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

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

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

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

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

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

.fa-steam:before {
  content: "\f1b6";
}

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

.fa-recycle:before {
  content: "\f1b8";
}

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

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

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

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

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

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0";
}

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

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

.fa-git:before {
  content: "\f1d3";
}

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

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

.fa-qq:before {
  content: "\f1d6";
}

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

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

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

.fa-history:before {
  content: "\f1da";
}

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

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

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

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

.fa-bomb:before {
  content: "\f1e2";
}

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

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

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

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

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

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

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

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

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

.fa-lastfm:before {
  content: "\f202";
}

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

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

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

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

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

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

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

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

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

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

.fa-motorcycle:before {
  content: "\f21c";
}

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

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

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

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

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

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

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

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

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

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

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

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-clone:before {
  content: "\f24d";
}

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

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

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

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

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

.fa-hourglass:before {
  content: "\f254";
}

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

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

.fa-gg:before {
  content: "\f260";
}

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

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

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

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

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

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

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

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

.fa-contao:before {
  content: "\f26d";
}

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

.fa-amazon:before {
  content: "\f270";
}

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

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

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

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

.fa-industry:before {
  content: "\f275";
}

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

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

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

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

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

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

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

.fa-fonticons:before {
  content: "\f280";
}

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

.fa-edge:before {
  content: "\f282";
}

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

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

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

.fa-usb:before {
  content: "\f287";
}

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

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

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

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

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

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

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

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

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

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

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

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

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
body.guest .mfp-img, body.freemember .mfp-img {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.dark.mobile-live .chat-container .chat-box {
  background-color: initial !important;
}

.mobile-live .chat-box .sent-messages .text-wrapper .user-line, .mobile-live .chat-box .sent-messages .text-wrapper .self-line, .mobile-live .chat-box .sent-messages .text-wrapper .model-line {
  background-color: rgba(66, 66, 66, 0.6) !important;
  padding: 5px 10px !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line {
  color: #57e7f9;
  background-color: rgba(66, 66, 66, 0.6) !important;
  padding: 10px 10px !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-slap {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-kiss {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-kickhim {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-unicorn {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-love {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-hug {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-poke {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-boner {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-bunny {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-easter {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-dancingchick, .mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-superhero {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-jumpingrabbit {
  width: 55px !important;
  height: 55px;
  right: -55px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-jackoff {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-chocolate {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-champagne {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-cumming {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-wine {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-tipping {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-serenade {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-rose {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-cuddle {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-candle {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-whip {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-fuck {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-propose {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-birthday {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-angel {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-devil {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-tickle {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-applause {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-flirt {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-lovestruck {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-amazed {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-smileday {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-crazy {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-tongueout {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-blowjob {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-wave {
  height: 45px !important;
  width: 55px !important;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-catwoman {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-huladance {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-hulahoop {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-rofl {
  width: 55px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-tiptoy {
  width: 65px !important;
  height: 45px;
  right: -65px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-poledance {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-shakeass {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-boobs {
  width: 55px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-ghost {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-spider {
  width: 80px !important;
  height: 45px;
  right: -75px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-pumpkin {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-blackcat {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-trickortreat {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-legs {
  width: 55px !important;
  height: 45px;
  right: -55px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-bowdown {
  width: 55px !important;
  height: 45px;
  right: -55px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-goddess {
  width: 80px !important;
  height: 45px;
  right: -75px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-cowgirl {
  width: 80px !important;
  height: 45px;
  right: -75px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-marilynmonroe {
  width: 80px !important;
  height: 45px;
  right: -75px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-cancan {
  width: 80px !important;
  height: 45px;
  right: -75px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-princess {
  width: 80px !important;
  height: 45px;
  right: -75px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-queen {
  width: 80px !important;
  height: 45px;
  right: -75px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-popcorn {
  width: 55px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-princess {
  width: 55px !important;
  height: 45px;
  right: -55px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-happy-thanksgiving-1 {
  width: 80px !important;
  height: 45px;
  right: -75px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-happy-thanksgiving-2 {
  width: 80px !important;
  height: 45px;
  right: -75px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-happy-thanksgiving-3 {
  width: 80px !important;
  height: 45px;
  right: -75px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-happy-thanksgiving-4 {
  width: 80px !important;
  height: 45px;
  right: -75px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-happy-thanksgiving-4 {
  width: 80px !important;
  height: 45px;
  right: -75px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-tease {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-stockings, .mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-bemine, .mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-makelovenotwar {
  width: 75px !important;
  height: 45px;
  right: -80px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-highheels {
  width: 75px !important;
  height: 45px;
  right: -80px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-dancingsanta {
  width: 75px !important;
  height: 45px;
  right: -80px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-fatsanta {
  width: 55px !important;
  height: 45px;
  right: -60px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-santacopter {
  width: 55px !important;
  height: 45px;
  right: -60px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-rudolph {
  width: 55px !important;
  height: 45px;
  right: -60px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-grinch {
  width: 55px !important;
  height: 45px;
  right: -60px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-merrychristmas {
  width: 75px !important;
  height: 45px;
  right: -80px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-giftxmas {
  width: 80px !important;
  height: 60px !important;
  right: -80px !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-happynewyear {
  width: 75px !important;
  height: 45px;
  right: -80px !important;
  bottom: 0 !important;
  top: -10px !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-firecrackers {
  width: 75px !important;
  height: 45px;
  right: -80px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-nychampagneboy {
  width: 55px !important;
  height: 45px;
  right: -60px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-steaknbj {
  width: 75px !important;
  height: 45px;
  right: -80px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-stpatrick {
  width: 75px !important;
  height: 45px;
  right: -80px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-clover {
  width: 55px !important;
  height: 45px;
  right: -60px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-greenman {
  width: 55px !important;
  height: 45px;
  right: -60px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-goldpot {
  width: 55px !important;
  height: 45px;
  right: -60px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-eastersurprise, .mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-cakeandcunnilingus, .mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-wonderwoman {
  width: 50px !important;
  height: 40px;
  right: -55px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-thankyou, .mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-pizza, .mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-numberone, .mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-please, .mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-addicted, .mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-laborday02 {
  width: 50px !important;
  height: 40px;
  right: -55px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-hooray {
  width: 45px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-party {
  width: 55px !important;
  height: 45px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-showfeet {
  width: 65px !important;
  height: 45px;
  right: -70px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-showpussy {
  width: 50px !important;
  height: 55px;
  right: -50px !important;
  bottom: 0px !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-cheers {
  top: initial !important;
  bottom: 0px !important;
  right: -80px !important;
  width: 75px !important;
  height: 40px !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-asslick, .mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-threeeggs {
  top: initial !important;
  bottom: 0px !important;
  right: -80px !important;
  width: 75px !important;
  height: 40px !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-fingerass {
  top: initial !important;
  bottom: 0px !important;
  right: -80px !important;
  width: 75px !important;
  height: 40px !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-caressass {
  top: initial !important;
  bottom: 0px !important;
  right: -105px !important;
  width: 100px !important;
  height: 55px !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-caressboobs {
  top: initial !important;
  bottom: 0px !important;
  right: -105px !important;
  width: 100px !important;
  height: 55px !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-sorry {
  top: initial !important;
  bottom: 0px !important;
  right: -45px !important;
  width: 45px !important;
  height: 45px !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-cuteasabutton {
  top: initial !important;
  bottom: 0px !important;
  right: -45px !important;
  width: 45px !important;
  height: 45px !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-missyou {
  top: initial !important;
  bottom: 0px !important;
  right: -75px !important;
  width: 70px !important;
  height: 45px !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-welcome {
  top: initial !important;
  bottom: -5px !important;
  right: -75px !important;
  width: 70px !important;
  height: 45px !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-bigtongue {
  top: initial !important;
  bottom: 0px !important;
  right: -60px !important;
  width: 55px !important;
  height: 45px !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-nopantyday {
  top: initial !important;
  bottom: -3px !important;
  right: -85px !important;
  width: 80px !important;
  height: 45px !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-july4th {
  top: initial !important;
  bottom: 0px !important;
  right: -65px !important;
  width: 65px !important;
  height: 65px !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-july4thtrump {
  top: initial !important;
  bottom: 0px !important;
  right: -65px !important;
  width: 65px !important;
  height: 65px !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-july4throcketsam {
  top: initial !important;
  bottom: -5px !important;
  right: -65px !important;
  width: 65px !important;
  height: 50px !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-july4thfireworks {
  top: initial !important;
  bottom: 0px !important;
  right: -85px !important;
  width: 85px !important;
  height: 45px !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-yellowtulip {
  top: initial !important;
  bottom: 0px !important;
  right: -65px !important;
  width: 65px !important;
  height: 65px !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-doggystyle {
  width: 55px !important;
  height: 65px;
  right: -55px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-more {
  width: 85px !important;
  height: 45px;
  right: -90px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-charityjar {
  width: 85px !important;
  height: 45px;
  right: -90px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-charityheart {
  width: 85px !important;
  height: 45px;
  right: -90px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-charitymoney {
  width: 85px !important;
  height: 45px;
  right: -90px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-valentinebox {
  width: 55px !important;
  height: 65px;
  right: -55px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-valentineheart {
  width: 55px !important;
  height: 65px;
  right: -55px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-valentinecat {
  width: 75px !important;
  height: 65px;
  right: -80px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-asskiss {
  width: 40px !important;
  height: 40px;
  right: -50px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-cupcake {
  width: 40px !important;
  height: 40px;
  right: -50px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-adoreyou, .mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-drooling, .mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-boo, .mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-laborday01 {
  width: 40px !important;
  height: 40px;
  right: -50px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-pussylick {
  width: 85px !important;
  height: 40px;
  right: -90px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-fingerpussy, .mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-thankgoditsweekend, .mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-undies, .mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-letsbefriends, .mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-bemyteddy, .mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-hotinhere, .mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-saveaustralia {
  width: 85px !important;
  height: 40px;
  right: -90px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-sleepwell {
  width: 50px !important;
  height: 40px;
  right: -55px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-sexy {
  width: 55px !important;
  right: -60px !important;
  height: 40px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-sucknipples, .mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-promise {
  width: 85px !important;
  height: 40px;
  right: -90px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-fingerlick {
  width: 85px !important;
  height: 40px;
  right: -90px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-march8 {
  width: 60px !important;
  height: 60px;
  right: -60px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-mindblowing {
  width: 45px !important;
  height: 40px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-banana {
  width: 45px !important;
  height: 40px;
  right: -45px !important;
  bottom: 0 !important;
  top: initial !important;
}
.mobile-live .chat-box .sent-messages .text-wrapper .auto-line .smiley-wiggleboobs {
  width: 85px !important;
  height: 40px;
  right: -85px !important;
  bottom: 0px !important;
  top: initial !important;
}

.mobile-live .alert-popup {
  display: none;
}

.mobile-live.desktop-live {
  overflow: hidden;
}
.mobile-live.desktop-live .grid-item {
  display: none;
}
.mobile-live.desktop-live .avatar-gallery {
  display: none;
}
.mobile-live.desktop-live #middleView-webcam {
  position: absolute !important;
}
.mobile-live.desktop-live header {
  visibility: hidden;
  display: block;
}
.mobile-live.desktop-live header a[title="Current balance"] {
  visibility: visible;
  position: absolute;
  right: 275px;
  top: 0px;
  line-height: 30px;
  color: #fff !important;
  width: 80px;
}
.mobile-live.desktop-live header a[title="Current balance"] span {
  text-shadow: 0px 0px 5px #222 !important;
  font-weight: bold;
}
.mobile-live.desktop-live header input[type=search] {
  -webkit-transition: none !important;
  transition: none !important;
}
.mobile-live.desktop-live .alert-popup {
  display: none;
}
.mobile-live.desktop-live .chat-interface {
  z-index: 2;
}
.mobile-live.desktop-live .chat-interface .live-stream {
  width: 100% !important;
}
.mobile-live.desktop-live .chat-interface .live-stream .btn-bar-live {
  position: fixed;
  bottom: 15px;
  left: 40px;
  display: table;
  pointer-events: none;
}
.mobile-live.desktop-live .chat-interface .live-stream .btn-bar-live .btn {
  pointer-events: auto;
}
.mobile-live.desktop-live .chat-interface .live-stream .btn-bar-live #reserve-off, .mobile-live.desktop-live .chat-interface .live-stream .btn-bar-live #reserve-on, .mobile-live.desktop-live .chat-interface .live-stream .btn-bar-live #exclusive-on, .mobile-live.desktop-live .chat-interface .live-stream .btn-bar-live #cam2cam {
  display: inline-block;
  width: 125px;
  border-radius: 6px;
  margin: 0 5px;
}
.mobile-live.desktop-live .chat-interface .live-stream .btn-bar-live .qb-group {
  display: none;
  border-radius: 5px;
  overflow: hidden;
  margin: 0 5px;
  width: auto;
}
.mobile-live.desktop-live .chat-interface .live-stream .btn-bar-live .qb-group .credits-btn {
  display: inline-block;
  width: auto !important;
}
.mobile-live.desktop-live .chat-interface .live-stream #webcam-container .content {
  overflow-y: auto;
  background-color: #222;
}
.mobile-live.desktop-live .chat-interface .live-stream .bullets {
  position: fixed !important;
  bottom: 100px !important;
  left: -15px !important;
  top: initial !important;
}
.mobile-live.desktop-live .chat-interface .live-stream .bullets .recs, .mobile-live.desktop-live .chat-interface .live-stream .bullets .wishlist {
  display: none !important;
}
.mobile-live.desktop-live .chat-interface .live-stream .status-message {
  top: 80px;
  right: 17px;
}
.mobile-live.desktop-live .chat-interface .overlay {
  position: absolute !important;
  right: 20px !important;
  bottom: 10px !important;
  left: auto !important;
  width: 450px;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-top {
  visibility: hidden;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-top .toggle-holder &gt; :first-child {
  visibility: visible;
  position: fixed;
  top: 5px;
  right: 160px;
}
@supports (-ms-ime-align: auto) {
  .mobile-live.desktop-live .chat-interface .overlay .chat-top .toggle-holder &gt; :first-child {
    position: -ms-device-fixed;
  }
}
.mobile-live.desktop-live .chat-interface .overlay .chat-bottom {
  max-height: 100%;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-bottom .chat-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 350px;
  z-index: 0;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-bottom .chat-box.large-chat {
  max-height: 80vh;
}
@supports (-ms-ime-align: auto) {
  .mobile-live.desktop-live .chat-interface .overlay .chat-bottom .chat-box {
    padding-bottom: 35px;
  }
}
.mobile-live.desktop-live .chat-interface .overlay .chat-bottom .model-tip-stats, .mobile-live.desktop-live .chat-interface .overlay .chat-bottom .stickers-price-info {
  color: #fff !important;
  text-shadow: 0px 0px 5px #222;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-bottom .tip-holder {
  margin-left: -3px;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-bottom .status {
  color: #fff;
  text-shadow: 0px 0px 5px #222;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-bottom .btn-bar-chat .chat-hide-fullscreen, .mobile-live.desktop-live .chat-interface .overlay .chat-bottom .btn-bar-chat .tip-col .quicktip-dropup {
  font-weight: bold;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-bottom .btn-bar-chat .chat-hide-fullscreen a, .mobile-live.desktop-live .chat-interface .overlay .chat-bottom .btn-bar-chat .tip-col .quicktip-dropup a {
  color: #fff;
  text-shadow: 0px 0px 3px #000;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-bottom .btn-bar-chat .chat-hide-fullscreen a:hover, .mobile-live.desktop-live .chat-interface .overlay .chat-bottom .btn-bar-chat .tip-col .quicktip-dropup a:hover {
  color: #04a1db;
  text-shadow: none;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-bottom .btn-bar-chat #stickers-dropdown-btn {
  color: #fff;
  text-shadow: 0px 0px 3px #000;
  font-weight: bold;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-bottom .btn-bar-chat #stickers-dropdown-btn:hover {
  color: #04a1db;
  text-shadow: none;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-bottom .btn-bar-chat .stickers-info-block {
  color: #fff;
  text-shadow: 0px 0px 3px #000;
  font-weight: bold;
  line-height: 20px !important;
}
.mobile-live.desktop-live.body-4-3 .chat-interface .live-stream #webcam-container .content #webcam {
  width: 100% !important;
  height: 75vw !important;
  overflow: hidden !important;
}
.mobile-live.desktop-live.body-4-3 .chat-interface .live-stream #webcam-container .content #webcam.full-height {
  height: 100% !important;
  width: 133.33vh !important;
}
.mobile-live.desktop-live.body-16-9 .chat-interface .live-stream #webcam-container .content {
  overflow: hidden;
}
.mobile-live.desktop-live.body-16-9 .chat-interface .live-stream #webcam-container .content #webcam {
  width: 177.778vh !important;
  height: 100% !important;
  position: absolute;
  overflow: hidden !important;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.mobile-live.desktop-live.body-16-9 .chat-interface .live-stream #webcam-container .content #webcam.full-height {
  height: 100% !important;
  width: 177.77vh !important;
}
.mobile-live.desktop-live .fullscreen-hide {
  display: none !important;
}
.mobile-live.desktop-live footer {
  display: none !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .auto-line {
  padding: 20px 10px !important;
  color: #57e7f9;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box.large-chat .sent-messages .text-wrapper .auto-line {
  color: #fff !important;
  background-color: #91cf91 !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box.large-chat .sent-messages .text-wrapper .model-line {
  background-color: #e66eff !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box.large-chat .sent-messages .text-wrapper .self-line {
  background-color: #0097d0 !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box.large-chat .sent-messages .text-wrapper .system-line {
  background-color: #ffa500 !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper i {
  width: 25px !important;
  height: 25px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-slap {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-kiss {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-kickhim {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-love {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-hug {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-poke {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-boner {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-bunny {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-jackoff {
  width: 65px !important;
  height: 50px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-chocolate {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-champagne {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-cumming {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-wine {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-tipping {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-serenade {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-rose {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-cuddle {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-candle {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-whip {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-propose {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-fuck {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-birthday {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-angel {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-devil {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-tickle {
  height: 65px !important;
  top: -15px !important;
  right: -110px !important;
  width: 100px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-applause {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-flirt {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-lovestruck {
  width: 65px !important;
  height: 65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-amazed {
  width: 55px !important;
  height: 55px !important;
  right: -70px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-smileday {
  width: 55px !important;
  height: 55px !important;
  right: -70px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-crazy {
  width: 65px !important;
  height: 65px !important;
  top: -5px !important;
  right: -70px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-tongueout {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-blowjob {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-wave {
  height: 65px !important;
  width: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-catwoman {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-huladance {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-hulahoop {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-rofl {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-tiptoy {
  width: 85px !important;
  height: 65px !important;
  right: -85px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-boobs {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-poledance {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-shakeass {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-legs {
  width: 75px !important;
  height: 65px !important;
  right: -75px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-bowdown {
  width: 75px !important;
  height: 65px !important;
  right: -75px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-goddess {
  width: 85px !important;
  height: 65px !important;
  right: -85px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-cowgirl {
  width: 85px !important;
  height: 65px !important;
  right: -85px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-marilynmonroe {
  width: 85px !important;
  height: 65px !important;
  right: -85px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-cancan {
  width: 85px !important;
  height: 65px !important;
  right: -85px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-princess {
  width: 85px !important;
  height: 65px !important;
  right: -85px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-queen {
  width: 85px !important;
  height: 65px !important;
  right: -85px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-popcorn {
  width: 75px !important;
  height: 65px !important;
  right: -75px !important;
  top: -5px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-sunshine {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-tease {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-highheels {
  width: 100px !important;
  height: 65px !important;
  right: -105px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-stockings, .mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-bemine, .mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-makelovenotwar {
  width: 100px !important;
  height: 65px !important;
  right: -105px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-hooray {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-party {
  width: 65px !important;
  height: 55px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-showfeet {
  width: 90px !important;
  height: 65px !important;
  right: -95px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-showpussy {
  width: 50px !important;
  height: 60px !important;
  right: -55px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-eastersurprise, .mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-cakeandcunnilingus, .mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-wonderwoman {
  width: 65px !important;
  height: 60px !important;
  right: -70px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-thankyou, .mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-pizza, .mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-numberone, .mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-please, .mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-addicted, .mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-laborday02 {
  width: 65px !important;
  height: 60px !important;
  right: -70px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-caressass {
  width: 115px !important;
  height: 60px !important;
  right: -120px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-cheers {
  width: 115px !important;
  height: 60px !important;
  right: -120px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-asslick, .mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-threeeggs {
  width: 105px !important;
  height: 55px !important;
  right: -110px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-fingerass {
  width: 105px !important;
  height: 55px !important;
  right: -110px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-caressboobs {
  width: 115px !important;
  height: 60px !important;
  right: -120px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-sorry {
  right: -65px !important;
  width: 60px !important;
  height: 60px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-cuteasabutton {
  right: -65px !important;
  width: 60px !important;
  height: 60px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-missyou {
  width: 95px !important;
  height: 65px !important;
  right: -100px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-welcome {
  width: 85px !important;
  height: 65px !important;
  right: -90px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-bigtongue {
  right: -65px !important;
  width: 60px !important;
  height: 60px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-yellowtulip {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-doggystyle {
  width: 55px !important;
  height: 65px !important;
  right: -55px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-more {
  width: 120px !important;
  height: 65px !important;
  right: -125px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-asskiss {
  right: -65px !important;
  width: 60px !important;
  height: 60px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-cupcake {
  right: -65px !important;
  width: 60px !important;
  height: 60px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-adoreyou, .mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-drooling, .mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-boo, .mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-laborday01 {
  right: -65px !important;
  width: 60px !important;
  height: 60px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-pussylick {
  width: 115px !important;
  height: 60px !important;
  right: -120px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-fingerpussy, .mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-thankgoditsweekend, .mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-undies, .mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-hotinhere, .mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-bemyteddy, .mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-letsbefriends, .mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-saveaustralia {
  width: 115px !important;
  height: 60px !important;
  right: -120px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-sleepwell {
  width: 85px !important;
  height: 60px !important;
  right: -90px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-sexy {
  width: 75px !important;
  right: -80px !important;
  height: 60px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-sucknipples, .mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-promise {
  width: 115px !important;
  height: 60px !important;
  right: -120px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-fingerlick {
  width: 115px !important;
  height: 60px !important;
  right: -120px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-unicorn {
  width: 65px !important;
  height: 65px !important;
  right: -70px !important;
  top: -4px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-nopantyday {
  width: 115px !important;
  height: 60px !important;
  right: -120px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-july4th {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-july4thtrump {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-july4thfireworks {
  width: 85px !important;
  height: 55px !important;
  right: -85px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-july4throcketsam {
  width: 90px !important;
  height: 65px !important;
  right: -95px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-beer {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-stickerqueen {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-hurricaneirma {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-pirate-flag {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-pirate-talk {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-pirate-rum {
  width: 65px !important;
  height: 55px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-pirate-rum {
  width: 65px !important;
  height: 55px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-merrychristmas {
  width: 100px !important;
  height: 65px !important;
  right: -105px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-grinch {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-dancingsanta {
  width: 90px !important;
  height: 65px !important;
  right: -90px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-fatsanta {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-santacopter {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-rudolph {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-giftxmas {
  width: 100px !important;
  height: 75px !important;
  right: -105px !important;
  top: -15px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-happynewyear {
  width: 120px !important;
  height: 65px !important;
  right: -125px !important;
  top: -20px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-firecrackers {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-nychampagneboy {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-ghost {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-spider {
  width: 100px !important;
  height: 65px !important;
  right: -100px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-pumpkin {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-blackcat {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-trickortreat {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-happy-thanksgiving-1 {
  width: 85px !important;
  height: 65px !important;
  right: -85px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-happy-thanksgiving-2 {
  width: 85px !important;
  height: 65px !important;
  right: -85px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-happy-thanksgiving-3 {
  width: 85px !important;
  height: 65px !important;
  right: -85px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-happy-thanksgiving-4 {
  width: 85px !important;
  height: 65px !important;
  right: -85px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-steaknbj {
  width: 120px !important;
  height: 65px !important;
  right: -125px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-greenman {
  width: 85px !important;
  height: 65px !important;
  right: -85px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-goldpot {
  width: 85px !important;
  height: 65px !important;
  right: -85px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-clover {
  width: 85px !important;
  height: 65px !important;
  right: -85px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-stpatrick {
  width: 100px !important;
  height: 65px !important;
  right: -105px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-easter {
  width: 65px !important;
  height: 65px !important;
  right: -65px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-dancingchick, .mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-superhero {
  width: 85px !important;
  height: 65px !important;
  right: -85px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-jumpingrabbit {
  width: 100px !important;
  height: 65px !important;
  right: -105px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-charityjar {
  width: 85px !important;
  height: 65px !important;
  right: -90px !important;
  bottom: 0 !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-charityheart {
  width: 85px !important;
  height: 65px !important;
  right: -90px !important;
  bottom: 0 !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-charitymoney {
  width: 105px !important;
  height: 65px !important;
  right: -105px !important;
  bottom: 0 !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-valentinebox {
  width: 55px !important;
  height: 65px !important;
  right: -55px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-valentineheart {
  width: 55px !important;
  height: 65px !important;
  right: -55px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-valentinecat {
  width: 75px !important;
  height: 65px !important;
  right: -80px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-march8 {
  width: 60px !important;
  height: 60px !important;
  right: -60px !important;
  bottom: 0px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-mindblowing {
  width: 65px !important;
  height: 60px !important;
  right: -60px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-wiggleboobs {
  width: 115px !important;
  height: 60px !important;
  right: -115px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-box .sent-messages .text-wrapper .smiley-banana {
  width: 65px !important;
  height: 60px !important;
  right: -60px !important;
}
.mobile-live.desktop-live .shrink-stretch-container {
  right: 20px;
}
.mobile-live.desktop-live .screen-settings {
  visibility: visible;
  position: fixed;
  top: 5px;
  right: 15px;
}
@supports (-ms-ime-align: auto) {
  .mobile-live.desktop-live .screen-settings {
    position: -ms-device-fixed;
  }
}
.mobile-live.desktop-live .side-bar {
  padding-bottom: 15px !important;
}

body.tablet .chat-interface .chat .chat-container .chat-top .screen-settings {
  display: none;
}

.desktop-live .chat-interface .overlay .chat-bottom .btn-bar-chat .tip-col {
  min-width: 150px;
}

.navbar-fixed-top .navbar-nav li a {
  font-size: 18px;
}

.grid-nav li a {
  font-size: 16px;
}

a.info {
  font-size: 14px;
}

.grid-label {
  font-weight: bold;
}

.notifications-alert {
  line-height: 1px !important;
}

.mobile-live.desktop-live .modal-backdrop {
  display: none;
}
.mobile-live.desktop-live .chat-interface:not(.fullscreen-narrow) .flex-container {
  height: 400px;
}
.mobile-live.desktop-live .chat-interface:not(.fullscreen-narrow) .flex-container .stickers-dropdown {
  height: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mobile-live.desktop-live .chat-interface:not(.fullscreen-narrow) .stickers-container {
  height: 100%;
}
.mobile-live.desktop-live .chat-interface:not(.fullscreen-narrow) .stickers-container &gt; span {
  color: #fff;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-bottom .btn-bar-chat .stickers-info-block {
  line-height: 14px !important;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-bottom .btn-bar-chat .gif-col {
  max-width: calc(100% - 150px);
  float: right;
}
.mobile-live.desktop-live .chat-interface .overlay .chat-control .stickers-menu .stickers-dropdown-menu {
  padding: 0;
}
.mobile-live.desktop-live .flex-container .stickers-dropdown .sticker-dropdown-menu {
  right: 65px;
}
.mobile-live.desktop-live .inline-gif-item {
  display: none;
}
.mobile-live.desktop-live .gif-col {
  text-align: right;
}
.mobile-live.desktop-live .best-tip {
  display: none;
}
.mobile-live.desktop-live .top-row {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 100%;
}
.mobile-live.desktop-live .top-row .room-controls {
  margin-top: 0;
  width: 100%;
}
.mobile-live.desktop-live .top-row .room-controls .toggle-holder {
  position: absolute;
  top: -5px;
  right: 20px;
  z-index: 3;
  width: 100%;
}
.mobile-live.desktop-live .top-row .room-controls .toggle-holder .whisper-toggle-wrapper {
  position: absolute;
  right: 110px;
  top: 0;
}
.mobile-live.desktop-live .top-row .room-controls .screen-settings {
  position: initial;
  margin-left: 10px;
  margin-top: 1px;
  vertical-align: middle;
}
.mobile-live.desktop-live .top-row .model-name {
  display: none;
}
.mobile-live.desktop-live.tv-room .top-row .room-controls {
  margin-top: 60px;
}
.mobile-live.desktop-live.tv-room.adultprime-body .top-row .room-controls {
  margin-top: 90px;
}
.mobile-live.desktop-live .tip-wrapper {
  position: fixed;
  bottom: 13px;
  right: 335px;
  z-index: 4;
}
.mobile-live.desktop-live .tip-wrapper .bounty.has-bounty .bounty-info {
  position: fixed;
  top: 35px;
  right: 30px;
  width: 430px;
}
.mobile-live.desktop-live .tip-wrapper .bounty.has-bounty .bounty-info .status {
  float: left;
}
.mobile-live.desktop-live.guest .tip-holder .tip-container .custom-input,
.mobile-live.desktop-live.guest .tip-holder .tip-container form .tip-input span .tip-btn {
  height: 40px !important;
}

/* BIGSCREEN */
.bigscreen {
  margin: 0;
  max-width: 100%;
}
.bigscreen header, .bigscreen footer {
  display: none;
}
.bigscreen .bigscreen-logo {
  width: 250px;
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.bigscreen .container-fluid {
  padding: 0 5px;
}
.bigscreen .sticky-feedback-form {
  display: none;
}
.bigscreen #webcam {
  max-height: 100%;
}
.bigscreen .content-setting {
  height: 100vh;
  max-height: 100vh;
  overflow: hidden;
}
.bigscreen .btn-bar-live {
  position: absolute;
  left: 5px;
  bottom: 0px;
  width: calc(100% - 450px);
}
.bigscreen .btn-bar-chat .gif-container {
  max-width: 100%;
  max-width: calc(100% - 1px);
}
.bigscreen .bottom-side-commands {
  display: none;
}
.bigscreen .chat-interface .overlay {
  position: absolute;
  right: 5px;
  bottom: 0px;
  width: 450px;
  height: 400px;
}
.bigscreen .stickers-container {
  height: 350px;
}
.bigscreen .stickers-container .flex-container {
  height: 100%;
}
.bigscreen .chat-interface .sent-messages {
  height: 308px;
  max-height: initial;
}
.bigscreen .overlay .fade-down {
  -webkit-mask-image: -webkit-gradient(linear, left 65%, left top, from(#000), to(transparent));
}
.bigscreen .info-bottom {
  display: none;
}
.bigscreen .stickers-dropdown .sticker-dropdown-menu {
  bottom: 50px;
  width: calc(100% - 68px);
  right: 59px;
}
.bigscreen .related-models-block {
  position: absolute;
  right: 5px;
  top: 0px;
  width: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(100vh - 400px);
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bigscreen .related-models-block .bigscreen-related-thumb {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
}
.bigscreen .related-models-block .bigscreen-related-thumb:hover {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}
.bigscreen #h5live-webcam {
  height: initial !important;
}

/* ROULETTE */
body.roulette {
  max-width: 100%;
  padding: 0 5px;
  overflow: hidden;
}
body.roulette footer, body.roulette header, body.roulette .info-bottom {
  display: none;
}
body.roulette .roulette-nav {
  padding: 5px 0 3px 0;
  background-color: #222;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.roulette .roulette-nav .logo-holder {
  height: 45px;
  width: 250px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
body.roulette .roulette-nav .next-model-btn {
  display: inline-block;
  z-index: 1;
  vertical-align: middle;
}
body.roulette .roulette-nav .model-name {
  margin: 0;
  color: #fff;
  vertical-align: middle;
  line-height: 45px;
  display: inline-block;
}
body.roulette .container-fluid {
  padding: 0;
}
body.roulette .chat, body.roulette .chat-container {
  width: 100%;
  padding-left: 0;
  position: relative;
}
body.roulette .chat-container .chat-box {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
body.roulette .chat-container .chat-box .sent-messages {
  max-height: 95vh;
  height: 95vh;
  max-height: calc(100vh - 120px);
  height: calc(100vh - 120px);
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 5px;
  max-width: calc(100% - 128px);
}
body.roulette .chat-container .chat-box .sent-messages .text-wrapper {
  clear: both;
}
body.roulette .chat-interface .live-stream {
  padding: 5px 5px 5px 0;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
body.roulette .chat-interface .live-stream .content-setting {
  background: #222;
  position: relative;
  overflow: hidden;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
body.roulette .chat-interface .live-stream .content-setting .content {
  left: 50%;
  right: initial;
  top: 50%;
  bottom: initial;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
body.roulette .chat-interface .live-stream .content-setting .content video#h5live-webcam {
  height: initial !important;
}
body.roulette .chat-interface .live-stream .content-setting .content #webcam {
  height: 100% !important;
}
body.roulette .chat-interface .live-stream .content-setting .content #rtc-webcam {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
body.roulette .chat-interface .live-stream .content-setting .content #rtc-webcam video {
  width: 100%;
}
body.roulette .chat-interface .live-stream .content-setting .rtc-webcam-trigger-container {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  width: 310px;
}
body.roulette .chat-interface .live-stream .content-setting .rtc-webcam-trigger-container #rtc-webcam-trigger {
  display: block;
}
body.roulette .chat-interface .live-stream .content-setting .rtc-webcam-trigger-container .error-message {
  color: #fff;
}
body.roulette .chat-interface .live-stream .content-setting .rtc-webcam-trigger-container .start-cam-message {
  color: #fff;
}
body.roulette .chat-interface .live-stream .content-setting .iframe-container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
body.roulette .chat-interface .live-stream .content-setting .iframe-container .roulette-iframe {
  width: 100%;
  width: calc(100% + 1px);
  height: 100%;
  height: calc(100% + 1px);
  margin-top: -1px;
  margin-right: -1px;
  outline: 0;
  border: 0;
}
body.roulette .height31 {
  height: 50px;
  line-height: 38px;
}
body.roulette #loadingSign-webcam {
  display: none;
}
body.roulette .related-models-block {
  position: absolute;
  right: 0px;
  bottom: 5px;
  max-height: calc(100vh - 60px);
  top: initial;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  width: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
body.roulette .related-models-block .bigscreen-related-thumb {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
}
body.roulette .related-models-block .bigscreen-related-thumb:hover {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}

/* SPINNERS LANDER */
body.casino-lander {
  width: 100%;
}
body.casino-lander .guest-counter-container {
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #d5a51e 30%, #f7c327 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #fff 0%, #FFFFAC 8%, #D1B464 25%, #bd7f0d 62.5%, #c58727 100%);
  border-radius: 10px;
  padding: 6px;
  position: absolute;
  top: 0px;
  right: initial;
  left: -160px;
  width: 150px;
  height: 80px;
}
body.casino-lander .guest-counter-container .guest-counter-wrapper {
  background-color: #222;
  color: #f7ba15;
  font-weight: bold;
  font-size: 34px;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 8px;
  line-height: 18px;
}
body.casino-lander .guest-counter-container .guest-counter-wrapper .info {
  font-size: 14px;
}
body.casino-lander .guest-counter-container .guest-counter-wrapper .guest-counter {
  line-height: 40px;
}
body.casino-lander .casino-shuffle-btn .guest-counter {
  display: inline;
  vertical-align: middle;
  font-size: 32px;
}
body.casino-lander .alert-container {
  display: none;
}

body.hotornot {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background-image: url("/new/images/bg_hotornot.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  body.hotornot {
    background-image: none;
  }
}
body.hotornot footer, body.hotornot header, body.hotornot .info-bottom {
  display: none;
}
body.hotornot .footer-spacer {
  padding-bottom: 0;
}
body.hotornot .hotornot-wrapper {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  background: #f2f2f2;
  padding: 20px;
}
body.hotornot .hotornot-wrapper .description-wrapper {
  border-bottom: 1px solid #ccc;
  text-align: center;
}
body.hotornot .hotornot-wrapper .description-wrapper h1 {
  font-size: 58px;
  font-weight: bold;
}
body.hotornot .hotornot-wrapper .description-wrapper h1 span.not {
  text-decoration: line-through;
}
body.hotornot .hotornot-wrapper .description-wrapper h1 span.hot {
  color: #ff4d4d;
}
body.hotornot .hotornot-wrapper .description-wrapper .info {
  font-weight: bold;
  font-size: 22px;
}
body.hotornot .hotornot-wrapper .description-wrapper .info span {
  text-decoration: underline;
  color: #29a403;
}
body.hotornot .hotornot-wrapper .item-wrapper .item {
  position: relative;
}
body.hotornot .hotornot-wrapper .item-wrapper .item .broadcaster-thumbnail {
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-position: center center;
}
body.hotornot .hotornot-wrapper .item-wrapper .item .buttons {
  position: absolute;
  bottom: 10px;
  left: 0px;
  width: 100%;
  padding: 10px 0;
  background-color: rgba(255, 255, 255, 0.6);
}
body.hotornot .hotornot-wrapper .item-wrapper .item .buttons .like {
  color: #fff;
  background-color: #ff0000;
  font-size: 34px;
  padding: 15px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: block;
  line-height: 44px;
  margin: 0 auto;
  opacity: 0.7;
}
body.hotornot .hotornot-wrapper .item-wrapper .item .buttons .like:hover {
  opacity: 1;
}
body.hotornot .hotornot-wrapper .item-wrapper .item .buttons .dislike {
  color: #fff;
  background-color: #222;
  font-size: 34px;
  padding: 15px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: block;
  line-height: 40px;
  margin: 0 auto;
  opacity: 0.7;
}
body.hotornot .hotornot-wrapper .item-wrapper .item .buttons .dislike:hover {
  opacity: 1;
}
body.hotornot .hotornot-wrapper .item-wrapper .item .buttons .position {
  color: #222;
  background-color: #ccc;
  font-size: 22px;
  padding: 15px 0;
  text-align: center;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: block;
  line-height: 44px;
  margin: 0 auto;
  opacity: 0.7;
}
body.hotornot .hotornot-wrapper .item-wrapper .item .buttons .position .current {
  font-size: 30px;
  font-weight: bold;
}
body.hotornot .signup-thanks {
  color: #29a403;
  font-weight: bold;
  text-align: center;
}

body.survey {
  width: 100%;
  max-width: 100%;
  margin: 0;
  background-image: url("/new/images/bg_survey.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
@media (max-width: 767px) {
  body.survey {
    background-image: none;
  }
}
body.survey footer, body.survey header, body.survey .info-bottom {
  display: none;
}
body.survey .footer-spacer {
  padding-bottom: 10px;
  padding-top: 10px;
}
@media (max-width: 767px) {
  body.survey .footer-spacer {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
body.survey .survey-wrapper {
  width: 500px;
  max-width: 100%;
  margin: 0 auto;
  background: #f2f2f2;
  padding: 20px;
}
body.survey .survey-wrapper .description-wrapper {
  border-bottom: 1px solid #ccc;
  text-align: center;
}
body.survey .survey-wrapper .description-wrapper h1 {
  font-size: 58px;
  font-weight: bold;
}
body.survey .survey-wrapper .description-wrapper .info {
  font-weight: bold;
  font-size: 22px;
}
body.survey .survey-wrapper .description-wrapper .info span {
  text-decoration: underline;
  color: #29a403;
}
body.survey .survey-wrapper .survey-row .question {
  font-weight: bold;
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 5px;
}
body.survey .survey-wrapper .survey-row .answer-input {
  border-radius: 6px;
  width: 100%;
  padding: 12px;
  border-style: ridge;
}
body.survey .survey-wrapper .survey-row .radio-answers .radio-option, body.survey .survey-wrapper .survey-row .radio-answers .checkbox-option, body.survey .survey-wrapper .survey-row .checkbox-answers .radio-option, body.survey .survey-wrapper .survey-row .checkbox-answers .checkbox-option {
  margin: 0;
  display: inline-block;
  margin-right: 15px;
}
body.survey .survey-wrapper .survey-row .radio-answers .radio-option input:checked + label:before, body.survey .survey-wrapper .survey-row .radio-answers .checkbox-option input:checked + label:before, body.survey .survey-wrapper .survey-row .checkbox-answers .radio-option input:checked + label:before, body.survey .survey-wrapper .survey-row .checkbox-answers .checkbox-option input:checked + label:before {
  background-color: #31c4fb;
  border-color: #31c4fb;
}
@media (max-width: 767px) {
  body.survey .survey-wrapper .survey-row .radio-answers .radio-option, body.survey .survey-wrapper .survey-row .radio-answers .checkbox-option, body.survey .survey-wrapper .survey-row .checkbox-answers .radio-option, body.survey .survey-wrapper .survey-row .checkbox-answers .checkbox-option {
    display: block;
    margin-top: 5px;
  }
}
body.survey .survey-wrapper .survey-row .radio-answers .radio-option input, body.survey .survey-wrapper .survey-row .radio-answers .checkbox-option input, body.survey .survey-wrapper .survey-row .checkbox-answers .radio-option input, body.survey .survey-wrapper .survey-row .checkbox-answers .checkbox-option input {
  display: none;
}
body.survey .survey-wrapper .survey-row .radio-answers .radio-option label, body.survey .survey-wrapper .survey-row .radio-answers .checkbox-option label, body.survey .survey-wrapper .survey-row .checkbox-answers .radio-option label, body.survey .survey-wrapper .survey-row .checkbox-answers .checkbox-option label {
  vertical-align: middle;
  margin: 0px;
  font-weight: normal;
  position: relative;
}
body.survey .survey-wrapper .survey-row .radio-answers .radio-option label:before, body.survey .survey-wrapper .survey-row .radio-answers .checkbox-option label:before, body.survey .survey-wrapper .survey-row .checkbox-answers .radio-option label:before, body.survey .survey-wrapper .survey-row .checkbox-answers .checkbox-option label:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  border: 1px solid #cccccc;
  border-radius: 3px;
  vertical-align: middle;
  background-color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.11s ease-in-out;
  transition: all 0.11s ease-in-out;
  margin-top: -2px;
}
body.survey .survey-wrapper .survey-row .radio-answers .radio-option label:after, body.survey .survey-wrapper .survey-row .radio-answers .checkbox-option label:after, body.survey .survey-wrapper .survey-row .checkbox-answers .radio-option label:after, body.survey .survey-wrapper .survey-row .checkbox-answers .checkbox-option label:after {
  color: #fff;
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left: 2px;
  top: 0px;
}
body.survey .survey-wrapper .survey-row .radio-answers .radio-option label:hover, body.survey .survey-wrapper .survey-row .radio-answers .radio-option input:hover, body.survey .survey-wrapper .survey-row .radio-answers .checkbox-option label:hover, body.survey .survey-wrapper .survey-row .radio-answers .checkbox-option input:hover, body.survey .survey-wrapper .survey-row .checkbox-answers .radio-option label:hover, body.survey .survey-wrapper .survey-row .checkbox-answers .radio-option input:hover, body.survey .survey-wrapper .survey-row .checkbox-answers .checkbox-option label:hover, body.survey .survey-wrapper .survey-row .checkbox-answers .checkbox-option input:hover {
  cursor: pointer;
}
body.survey .signup-thanks {
  color: #29a403;
  font-weight: bold;
  text-align: center;
}

body.idealgasm-lander {
  background-color: #fff !important;
  max-width: 100%;
  overflow-x: hidden;
}
body.idealgasm-lander .global-footer {
  left: 0;
  right: 0;
  margin: 0;
}
body.idealgasm-lander .row.gutter-20 {
  margin-left: 0;
  margin-right: 0;
}
body.idealgasm-lander .info-bottom {
  display: none;
}
body.idealgasm-lander .sites-container {
  margin-left: -8px;
  margin-right: -8px;
}
body.idealgasm-lander .container-fluid.footer-spacer {
  padding-bottom: 260px;
}
body.idealgasm-lander .container-fluid.footer-spacer &gt; br {
  display: none;
}
body.idealgasm-lander .extlanding-block-container {
  position: relative;
}
body.idealgasm-lander .extlanding-block-container .extlanding-block {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
body.idealgasm-lander .extlanding-block-container:hover .extlanding-block {
  -webkit-filter: brightness(85%);
          filter: brightness(85%);
}
body.idealgasm-lander .extlanding-block-container .text-wrapper {
  position: absolute;
  font-weight: bold;
  bottom: 15px;
  left: 15px;
  width: 90%;
  color: #fff !important;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}
body.idealgasm-lander .extlanding-block-container .text-wrapper .text-small {
  font-size: 25px;
  margin: 0;
  letter-spacing: -1px;
}
body.idealgasm-lander .extlanding-block-container .text-wrapper .text-large {
  font-size: 50px;
  line-height: 40px;
  letter-spacing: -2px;
  margin: 0;
}
body.idealgasm-lander .extlanding-banner {
  position: relative;
  background: transparent;
  margin-top: 5px;
  padding-top: 80vh;
  padding-top: calc(100vh - 150px);
}
body.idealgasm-lander .extlanding-banner::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: center center;
  padding-top: 80vh;
  padding-top: calc(100vh - 150px);
  width: 99vw;
  width: calc(100vw - 20px);
  background-repeat: no-repeat;
  top: 0px;
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
}
body.idealgasm-lander .extlanding-banner .signupform-container {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  max-width: 350px;
  background-color: #fff;
  color: #222;
  padding: 20px 10px;
}
body.idealgasm-lander .extlanding-benefits {
  padding: 10px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
body.idealgasm-lander .extlanding-benefits .benefit {
  display: block;
}
body.idealgasm-lander .benefit-img {
  margin: 0 auto;
  max-width: 75%;
}
body.idealgasm-lander .extlanding-notice {
  background-color: #31c4fb;
  color: #fff !important;
  font-size: 24px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
}
body.idealgasm-lander .extlanding-notice::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 0px;
  width: 99vw;
  width: calc(100vw - 20px);
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  background-color: #31c4fb;
  z-index: -1;
  height: 100%;
}
body.idealgasm-lander .extlanding-notice span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
body.idealgasm-lander .devices-container .items {
  font-weight: bold;
  letter-spacing: -1px;
  margin: 30px 0;
}
body.idealgasm-lander .extlanding-signup-row {
  position: relative;
}
body.idealgasm-lander .extlanding-signup-row .indicator-left {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  z-index: -1;
}
body.idealgasm-lander .extlanding-signup-row .indicator-right {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  z-index: -1;
}
body.idealgasm-lander .hidden-mobile-portrait {
  display: none;
}
@media (max-width: 991px) {
  body.idealgasm-lander .extlanding-block-container .text-wrapper .text-large {
    font-size: 38px;
    line-height: 28px;
  }
  body.idealgasm-lander .extlanding-block-container .text-wrapper .text-small {
    font-size: 16px;
  }
  body.idealgasm-lander .extlanding-banner::before {
    width: 100%;
  }
  body.idealgasm-lander .extlanding-signup-row .indicator-left, body.idealgasm-lander .extlanding-signup-row .indicator-right {
    display: none;
  }
}
@media (max-width: 850px) {
  body.idealgasm-lander .extlanding-notice {
    font-size: 14px;
  }
  body.idealgasm-lander .extlanding-banner {
    padding-top: 0px;
  }
  body.idealgasm-lander .extlanding-banner::before {
    position: initial;
    padding: 0;
  }
  body.idealgasm-lander .extlanding-banner .signupform-container {
    position: initial;
    max-width: 100%;
    -webkit-transform: none;
            transform: none;
  }
}
@media (max-width: 850px) and (orientation: landscape) {
  body.idealgasm-lander .signupform-container.hidden-mobile-landscape {
    display: none;
  }
  body.idealgasm-lander .signupform-container.hidden-mobile-portrait {
    display: block;
    padding: 0;
  }
  body.idealgasm-lander .signupform-container.hidden-mobile-portrait .form-container {
    margin-top: 40px;
    margin-right: 20px;
  }
}
body.idealgasm-lander .stats-block-container {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}
body.idealgasm-lander .stats-block-container .statbox {
  width: 100px;
  height: 100px;
  color: #fff;
  display: inline-block;
  text-shadow: none;
  vertical-align: middle;
  margin-top: 5px;
  display: block;
  padding-top: 5px;
  text-align: center;
}
body.idealgasm-lander .stats-block-container .statbox .stat.big {
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  margin-top: 14px;
  letter-spacing: -1px;
}
body.idealgasm-lander .stats-block-container .statbox .stat.small {
  font-size: 18px;
  letter-spacing: -1px;
  line-height: 18px;
}
body.idealgasm-lander .stats-block-container .statbox.green {
  background-color: #2bc75b;
}
body.idealgasm-lander .stats-block-container .statbox.red {
  background-color: #fb5555;
}
body.idealgasm-lander .stats-block-container .statbox.orange {
  background-color: #ff9235;
}
body.idealgasm-lander .stats-block-container .statbox.blue {
  background-color: #4ecbfb;
}
body.idealgasm-lander .stats-block-container .statbox.pink {
  background-color: #ff7db2;
}

.ratio-16-9:before {
  padding-top: 56.25%;
  content: "";
  display: block;
}

.ratio-4-3:before {
  padding-top: 75%;
  content: "";
  display: block;
}

.ratio-2-3:before {
  padding-top: 150%;
  content: "";
  display: block;
}

@media (min-width: 768px) and (max-width: 991px) and (orientation: portrait) {
  .chat-container .chat-wrapper {
    max-width: 100%;
    display: block;
  }
  .chat-container .stickers-container {
    display: none;
  }
}
body.mobile-live.desktop-live .chat-container {
  width: 100%;
}

body:not(.tablet) .chat-container .chat-wrapper {
  width: 100%;
  max-width: calc(100% - 60px);
  display: inline-block;
  vertical-align: top;
}

body:not(.phone) .gifs-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tablet-stickers-col .stickers-dropdown {
  max-width: calc(100% - 60px);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  overflow: hidden;
}

body.tablet .gif-container {
  max-width: 100%;
}
body.tablet .gif-col {
  text-align: right;
}
body.tablet .inline-gif-item {
  display: none;
}
body.tablet .best-tip {
  margin-top: 5px;
}
body.tablet .btn-bar-chat {
  position: relative;
}
body.tablet .tablet-stickers-col {
  position: initial;
}
body.tablet .stickers-dropdown {
  display: block;
}
body.tablet .stickers-dropdown .stickers-dropdown-btn {
  float: right;
  width: 35px;
  float: right;
  height: 35px;
  text-align: center;
}
body.tablet .stickers-dropdown .sticker-dropdown-menu {
  right: 0px;
  width: 100%;
  top: initial;
}

body.phone.mobile-live .chat-interface .side-bar {
  max-height: 0px;
}

#rtc-webcam-local video {
  width: 100%;
}

.hangup-container {
  display: none !important;
}

body.mobile-live.facecam .chat-interface .side-bar .top-side-commands .side-commands:not(.facecam-commands) {
  display: none;
}
body.mobile-live.facecam #friendControlsWrapper {
  display: none !important;
}
body.mobile-live.facecam #rtc-webcam-local {
  width: 120px !important;
  top: 40px !important;
}
body.mobile-live.facecam .hangup-container {
  display: inline-block;
  float: left;
  margin-left: 5px;
}
body.mobile-live.facecam .hangup-container a {
  padding: 0 10px;
  display: block;
}
body.mobile-live.facecam .hangup-container a i {
  -webkit-transform: rotatez(135deg);
          transform: rotatez(135deg);
  font-size: 34px;
  color: #f22;
}

.site-side-bar {
  background-size: contain;
  background-repeat: repeat-y;
  position: fixed;
  height: 100vh;
  top: 30px;
  width: 3%;
  pointer-events: none;
}
.site-side-bar.site-side-bar-left {
  left: 0px;
}
.site-side-bar.site-side-bar-right {
  right: 0px;
}
@media (max-width: 1350px) {
  .site-side-bar {
    display: none;
  }
}

.new-feature-info {
  position: absolute;
  bottom: 100%;
  left: 0;
  z-index: 100;
  width: 120px;
  pointer-events: none;
}

@media (max-width: 1199px) {
  .grid-nav .navbar-nav &gt; li &gt; a {
    margin-right: 3px;
  }
}
body.jp .navbar-fixed-top .navbar-nav li a {
  font-size: 14px;
}
body.jp .grid-nav .navbar-nav &gt; li &gt; a:not(.dice-roll) {
  padding: 6px 9px;
  font-size: 14px;
}
body.jp .info-bottom h4 {
  font-size: 14px;
}

.grid-nav .navbar-nav &gt; li &gt; a {
  height: 30px;
}

body.mobile-live:not(.desktop-live) .whisper-toggle-wrapper.mobile-whisper-toggle-wrapper .toggle.off .toggle-group {
  width: calc(200% - 20px);
  left: calc(-100% + 20px) !important;
}
body.mobile-live:not(.desktop-live) .whisper-toggle-wrapper.mobile-whisper-toggle-wrapper .toggle .toggle-group {
  width: calc(200% - 20px);
}
body.mobile-live:not(.desktop-live) .whisper-toggle-wrapper.mobile-whisper-toggle-wrapper .toggle .toggle-group span.toggle-handle {
  width: 20px;
}
body.mobile-live:not(.desktop-live) .whisper-toggle-wrapper.mobile-whisper-toggle-wrapper .toggle .toggle-group .toggle-on, body.mobile-live:not(.desktop-live) .whisper-toggle-wrapper.mobile-whisper-toggle-wrapper .toggle .toggle-group .toggle-off {
  font-size: 10px;
  line-height: 20px;
}
body.mobile-live:not(.desktop-live) .whisper-toggle-wrapper.mobile-whisper-toggle-wrapper .toggle-off.btn-xs, body.mobile-live:not(.desktop-live) .whisper-toggle-wrapper.mobile-whisper-toggle-wrapper .btn-group-xs &gt; .toggle-off.btn {
  padding-left: 10px;
}

body.tv-room .chat-interface .chat .chat-container .chat-bottom .chat-box {
  padding: 0;
}
body.tv-room.mobile-live header {
  visibility: visible;
}
@media (max-width: 991px) and (min-width: 768px) {
  body.tv-room .chat-box .sent-messages {
    min-height: 40vh;
    max-height: 40vh !important;
  }
}
@media (max-width: 1199px) and (min-width: 992px) and (orientation: landscape) {
  body.tv-room .chat-box .sent-messages {
    min-height: 35vh;
    max-height: 35vh;
  }
}
body.tv-room.mobile-live .chat-interface .content-setting .content #webcam video.vjs-tech {
  width: 100% !important;
  position: absolute !important;
}
body.tv-room.mobile-live .chat-interface .content-setting .content #webcam {
  height: initial !important;
  margin-top: 40px;
}
body.tv-room.mobile-live .chat-interface .overlay .fade-down {
  -webkit-mask-image: none;
}
body.tv-room.mobile-live .chat-interface .chat-box .sent-messages {
  max-height: 40vh !important;
}
body.tv-room.mobile-live .chat-interface .hidden-on-focus {
  display: none !important;
}
body.tv-room.mobile-live .chat-interface .overlay .chat-control .custom-input {
  width: calc(100vw - 48px) !important;
}
body.tv-room.mobile-live .chat-interface .overlay .chat-control .chat-input .send {
  display: inline-block !important;
}
body.tv-room .chat-container .whisper-toggle-wrapper {
  display: none !important;
}
body.tv-room .devices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  body.tv-room .devices {
    display: block;
  }
  body.tv-room .devices .device {
    max-width: 30%;
    width: 30%;
    margin: 10px 1%;
  }
}
@media (max-width: 767px) {
  body.tv-room .devices .device {
    width: 45%;
    max-width: 45%;
    margin: 10px 2%;
  }
}
body.tv-room .devices .device {
  display: inline-block;
}
body.tv-room .devices .device img {
  max-height: 30px;
  margin: 0 auto;
}
body.tv-room:not(.dark) .devices {
  -webkit-filter: invert(75%);
          filter: invert(75%);
}
@media (max-width: 767px) and (orientation: landscape) {
  body.tv-room .chat-interface .overlay .chat-container {
    display: none !important;
  }
  body.tv-room .passion-info {
    display: none;
  }
}
body.tv-room.mobile-live.desktop-live header a.current-balance-btn {
  position: initial;
  line-height: 50px;
}
body.tv-room.mobile-live.desktop-live .chat-interface .live-stream #webcam-container .content {
  overflow-y: hidden;
}
body.tv-room.phone .vjs-big-play-button {
  display: none;
}

.simple-signup-text {
  max-width: 100%;
  margin: 0 auto;
}
.simple-signup-text .small-text {
  font-size: 20px;
  color: #ffa500;
  margin-left: -15px;
  letter-spacing: -1px;
}
.simple-signup-text .big-text {
  font-size: 32px;
  line-height: 28px;
  color: #848484;
  margin-top: 0;
  font-weight: bold;
  letter-spacing: -2px;
}
.simple-signup-text .big-text span {
  color: #ffa500;
}
.simple-signup-text .shield-container {
  position: relative;
  display: inline-block;
}
.simple-signup-text .shield-container .shield-icon {
  max-width: 40px;
  position: absolute;
  right: -25px;
  bottom: 20px;
}

.selfie-container #selfie-video {
  width: 100%;
  max-width: 100%;
  display: block;
  -o-object-fit: fill;
     object-fit: fill;
  margin: 0 auto;
  background-color: #222;
}
.selfie-container .selfie-output {
  max-width: 100%;
  margin: 0 auto;
}
.selfie-container .selfie-output img {
  width: 100%;
  height: 100%;
}
.selfie-container .disclaimer-note {
  color: #a7a7a7;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 11px;
  text-align: center;
}
.selfie-container .modal-dialog {
  width: 700px;
  max-width: 95%;
}

#middleView-webcam {
  display: none;
}

.halloween-title {
  position: relative;
  background-color: transparent;
  padding-left: 40px;
}
.halloween-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  z-index: -1;
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/title-icons/halloween-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: -8px;
  left: 0px;
}

.worldcup-title {
  position: relative;
  background-color: transparent;
  padding-left: 35px;
}
.worldcup-title::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  z-index: -1;
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/title-icons/worldcup-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: -3px;
  left: 0px;
}

.thanksgiving-title {
  position: relative;
  background-color: transparent;
  padding-left: 40px;
}
.thanksgiving-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  z-index: -1;
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/title-icons/thanksgiving-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: -8px;
  left: 0px;
}

.xmas-title {
  position: relative;
  background-color: transparent;
  padding-left: 40px;
}
.xmas-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  z-index: -1;
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/title-icons/xmas-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: -8px;
  left: 0px;
}

.generic-chaticon-title {
  position: relative;
  background-color: transparent;
  padding-left: 40px;
}
.generic-chaticon-title::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  z-index: -1;
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/title-icons/chat-icon.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  top: -8px;
  left: 0px;
}

.wl-banner {
  display: none;
  position: relative;
  background: transparent;
  margin-top: 5px;
  padding-top: 17%;
}
.wl-banner::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: center center;
  padding-top: 17%;
  width: 99vw;
  width: calc(100vw - 20px);
  background-repeat: no-repeat;
  top: 0px;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}

.event-banner {
  position: relative;
  background: transparent;
  margin-top: 5px;
  padding-top: 10%;
}
.event-banner::before {
  position: absolute;
  content: "";
  background-size: cover;
  background-position: center center;
  padding-top: 10%;
  width: 99vw;
  width: calc(100vw - 20px);
  background-repeat: no-repeat;
  top: 0px;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}
.event-banner .close-event-banner {
  color: #fff !important;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
  z-index: 1;
  bottom: 20px;
  right: 0px;
}
.event-banner .close-event-banner:hover {
  color: #b3b3b3 !important;
}

.rotating-btn {
  display: inline-block;
  height: 50px;
  font-size: 18px;
  margin: 0 10px;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.rotating-btn .default-state, .rotating-btn .active-state {
  position: relative;
  display: block;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  background: #63b9ff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  padding: 12px 48px;
  font-weight: bold;
  min-width: 175px;
}
.rotating-btn:hover .default-state {
  -webkit-transform: translateZ(25px);
          transform: translateZ(25px);
}
.rotating-btn .active-state {
  background: #1797ff;
  color: #fff;
  -webkit-transform: rotateX(-90deg) translateZ(-25px);
          transform: rotateX(-90deg) translateZ(-25px);
}
.rotating-btn:hover, .rotating-btn:active, .rotating-btn:focus {
  text-decoration: none;
  outline: 0;
  -webkit-transform: rotateX(90deg);
          transform: rotateX(90deg);
}
.rotating-btn.big {
  height: 72px;
  font-size: 34px;
}
.rotating-btn.big:hover .default-state {
  -webkit-transform: translateZ(36px);
          transform: translateZ(36px);
}
.rotating-btn.big .active-state {
  -webkit-transform: rotateX(-90deg) translateZ(-36px);
          transform: rotateX(-90deg) translateZ(-36px);
}

body.tablet .rotating-btn .active-state, body.phone .rotating-btn .active-state {
  display: none;
}
body.tablet .rotating-btn:hover, body.tablet .rotating-btn:active, body.tablet .rotating-btn:focus, body.phone .rotating-btn:hover, body.phone .rotating-btn:active, body.phone .rotating-btn:focus {
  -webkit-transform: none;
          transform: none;
}
body.tablet .rotating-btn:hover .default-state, body.tablet .rotating-btn:active .default-state, body.tablet .rotating-btn:focus .default-state, body.phone .rotating-btn:hover .default-state, body.phone .rotating-btn:active .default-state, body.phone .rotating-btn:focus .default-state {
  -webkit-transform: none;
          transform: none;
}

body.full-background {
  max-width: 100%;
  margin: 0;
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/background/bg_join_default.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 50px;
}
body.full-background .info-bottom {
  display: none;
}
body.full-background .jp ul li {
  font-size: 13px;
}
@media (min-width: 768px) {
  body.full-background .global-footer {
    padding-bottom: 0 !important;
    margin: 0;
    left: 0;
    right: 0;
  }
}
@media (max-width: 991px) {
  body.full-background {
    background-image: none !important;
  }
}

#signup-form .form-group label:not(.instant-verify-label), #login-form-main .form-group label:not(.instant-verify-label) {
  display: inline-block;
  width: 115px;
  text-align: right;
  padding-right: 10px;
  font-size: 16px;
}
#signup-form .form-group .form-control, #login-form-main .form-group .form-control {
  display: inline-block;
  border-radius: 0;
  border: none;
  padding: 6px 0;
  background-color: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
  color: inherit;
  width: 90%;
  width: calc(100% - 120px);
  border-bottom: 1px solid #ccc;
}
#signup-form .form-group .form-control::-webkit-input-placeholder, #login-form-main .form-group .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #b4b4b4 !important;
  opacity: 1;
}
#signup-form .form-group .form-control::-moz-placeholder, #login-form-main .form-group .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #b4b4b4 !important;
  opacity: 1;
}
#signup-form .form-group .form-control:-ms-input-placeholder, #login-form-main .form-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #b4b4b4 !important;
  opacity: 1;
}
#signup-form .form-group .form-control::-ms-input-placeholder, #login-form-main .form-group .form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #b4b4b4 !important;
  opacity: 1;
}
#signup-form .form-group .form-control::placeholder, #login-form-main .form-group .form-control::placeholder { /* Most modern browsers support this now. */
  color: #b4b4b4 !important;
  opacity: 1;
}

body .color-danger {
  color: #df1c13 !important;
}
body .color-danger:hover {
  color: #b31109 !important;
}

form.message-search-form {
  margin-top: 55px;
}
form.message-search-form .form-group {
  margin-bottom: 0px;
  padding-left: 35px;
  position: relative;
}
form.message-search-form .form-group .form-control {
  background: inherit;
  border-radius: 0;
  border-color: transparent;
  border-bottom-color: #ccc;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: inherit;
  height: 16px;
}
form.message-search-form .form-group .form-control::-webkit-input-placeholder {
  color: #ccc;
}
form.message-search-form .form-group .form-control::-webkit-input-placeholder, form.message-search-form .form-group .form-control:-moz-placeholder, form.message-search-form .form-group .form-control::-moz-placeholder, form.message-search-form .form-group .form-control:-ms-input-placeholder, form.message-search-form .form-group .form-control::-ms-input-placeholder, form.message-search-form .form-group .form-control::placeholder {
  color: #ccc;
}
form.message-search-form .glyphicon-search {
  position: absolute;
  margin-top: 7px;
  margin-left: 7px;
  top: 0px;
  left: 0px;
  padding: 0px;
  background-color: transparent;
  color: inherit !important;
}

.details-popover {
  color: #222;
  pointer-events: auto;
  width: 200px;
}
.details-popover .popover-title {
  font-weight: bold;
  font-size: 12px;
}
.details-popover .popover-content {
  font-size: 11px;
}

body a.video-thumb-btn {
  border-radius: 0;
  color: #fff !important;
  border: 2px solid #fff !important;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 24px;
  text-transform: uppercase;
  padding: 10px 20px;
  font-weight: bold;
}
body a.video-thumb-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

body .advanced-search-container {
  position: relative;
  display: inline-block;
}
body .advanced-search-container .advanced-search-box {
  font-size: 36px;
  border-radius: 12px;
  padding: 12px 100px 12px 36px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(150, 150, 150, 0.5);
  background-color: transparent;
  -webkit-appearance: none;
}
body .advanced-search-container .advanced-search-submit-btn {
  color: #fff;
  font-size: 36px;
  padding: 13px 25px;
  border-radius: 0px 12px 12px 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
body .advanced-search-container .advanced-search-submit-btn span.fa.fa-search {
  font-size: 36px;
}
@media (max-width: 991px) {
  body .advanced-search-container .advanced-search-submit-btn {
    padding: 7px 20px;
    font-size: 22px;
  }
  body .advanced-search-container .advanced-search-submit-btn span.fa.fa-search {
    font-size: 22px;
  }
  body .advanced-search-container .advanced-search-box {
    font-size: 22px;
    padding: 6px 100px 6px 18px;
  }
}

.menu-selection.advanced-menu-selection .categories-list {
  min-height: 180px;
}

.nav li .grid-style-container {
  text-align: right;
  height: 30px;
  line-height: 30px;
  padding: 0px 0px 0px 5px;
  margin-left: 10px;
  border-left: 1px solid rgba(180, 180, 180, 0.5);
}
.nav li .grid-style-container a.grid-style-btn {
  padding: 0px 1px;
  font-size: 22px;
  opacity: 0.4;
  display: inline-block;
}
.nav li .grid-style-container a.grid-style-btn:first-child {
  padding: 0px;
}
.nav li .grid-style-container a.grid-style-btn:not(.active):hover {
  opacity: 0.7;
}
.nav li .grid-style-container a.grid-style-btn.active {
  opacity: 1;
}
.nav li .grid-style-container a.grid-style-btn span {
  font-size: 26px;
  line-height: 30px;
}

@media (min-width: 1200px) {
  .row.grid-style-row.grid-large &gt; [class*=" col-lg"] {
    width: 25%;
  }
  .row.grid-style-row.grid-small &gt; [class*=" col-lg"] {
    width: 12.5%;
  }
  .row.grid-style-row.adjustable-grid-row.grid-small &gt; [class*=" col-lg"]:nth-last-child(-n+4) {
    display: none;
  }
  .grid-style-row.grid-small .model-wrapper .model-tag .model-price {
    font-size: 10px;
  }
  .grid-style-row.grid-small .model-wrapper .model-tag .model-details p {
    font-size: 12px;
  }
  .grid-style-row.grid-small .model-wrapper .model-tag .model-details p .name-marker {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 50%;
    max-width: calc(100% - 70px);
    text-indent: 0px;
  }
  .grid-style-row.grid-small .model-wrapper .model-tag .model-details p .status-marker i {
    font-size: 12px;
  }
  .grid-style-row.grid-small .overlay-wrapper .hd-icon, .grid-style-row.grid-small .details-popover-icon {
    display: none;
  }
  .grid-style-row.grid-small .bottom-stick a.main-grid-btn {
    font-size: 14px;
  }
  .grid-style-row.grid-small .bottom-stick a.main-grid-btn:not(.full-width) {
    max-width: 60%;
  }
  .grid-style-row.grid-small .bio-btn, .grid-style-row.grid-small .btn-plan-date {
    font-size: 18px;
    padding: 0 2px;
    margin: 0 2px;
    text-align: center;
  }
  .grid-style-row.grid-small .bio-btn i, .grid-style-row.grid-small .btn-plan-date i {
    width: auto;
    height: auto;
  }
}
.snapchat-btn {
  background-color: #ffe700;
  color: #000 !important;
  font-weight: bold;
  border-radius: 0;
  padding: 10px 30px;
}
.snapchat-btn:hover, .snapchat-btn:focus {
  background-color: #ebd500;
}

.snapchat-icon {
  max-width: 30px;
}

.snapchat-image {
  max-width: 80px;
  max-height: 80px;
}

.snapchat-text {
  font-size: 20px;
  font-weight: bold;
  padding-left: 80px;
  position: relative;
}
.snapchat-text::before {
  content: "";
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/design/snapchat-img.png");
  background-position: center center;
  background-size: contain;
  width: 60px;
  height: 60px;
  position: absolute;
  left: 10px;
  top: -2px;
}

#modalSnapchatForm .modal-dialog, [id^=modalSnapchatForm-] .modal-dialog {
  width: 350px;
  max-width: 100%;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
}
#modalSnapchatForm .modal-content, [id^=modalSnapchatForm-] .modal-content {
  border-radius: 25px;
  overflow: hidden;
}
#modalSnapchatForm .snapchat-selection, [id^=modalSnapchatForm-] .snapchat-selection {
  height: auto;
  line-height: 42px;
  text-align: left;
  border: 2px solid #8fcc74;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-weight: bold;
}
#modalSnapchatForm .snapchat-selection.active, [id^=modalSnapchatForm-] .snapchat-selection.active {
  border-color: #84bd51;
  background-color: #8fcc74;
  color: #fff;
}

tr.admin-row &gt; td {
  background: rgba(255, 255, 0, 0.3);
}

tr.snapchat-row &gt; td {
  background: rgba(255, 178, 0, 0.4);
}

.volume-control-wrapper {
  position: absolute;
  left: 35px;
  top: 11px;
  height: 22px;
  width: 80px;
  z-index: 1;
}
.volume-control-wrapper input.volume-control {
  -webkit-appearance: none;
  color: rgb(196, 196, 196);
  cursor: default;
  padding: initial;
  border: initial;
  margin: 2px;
  background: transparent;
  width: 100%;
  height: 100%;
  opacity: 0.15;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.volume-control-wrapper input.volume-control:hover {
  opacity: 1;
}
.volume-control-wrapper input.volume-control::-webkit-slider-runnable-track {
  position: relative;
  height: 3px;
  background-color: #8d8d8d;
}
.volume-control-wrapper input.volume-control::-moz-range-track {
  position: relative;
  height: 3px;
  background-color: #8d8d8d;
}
.volume-control-wrapper input.volume-control::-ms-track {
  position: relative;
  height: 3px;
  background-color: #8d8d8d;
}
.volume-control-wrapper input.volume-control::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}
@supports (-ms-ime-align: auto) {
  .volume-control-wrapper input.volume-control::-webkit-slider-thumb {
    cursor: pointer;
    position: initial;
    top: initial;
    -webkit-transform: none;
            transform: none;
  }
}
.volume-control-wrapper input.volume-control::-moz-range-thumb {
  appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.abcRioButton {
  text-align: center;
  margin-top: 5px !important;
  border: 1px solid #e7e7e7;
  border-radius: 5px !important;
  width: 100% !important;
}
.abcRioButton:not(:hover) {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.abcRioButton .abcRioButtonIcon {
  display: inline-block;
  float: none;
  vertical-align: middle;
}
.abcRioButton .abcRioButtonContents {
  vertical-align: middle;
  display: inline-block;
}

.google-btn-wrapper.squared .abcRioButton {
  border-radius: 0 !important;
}

.advent-container {
  width: 950px;
  margin: 0 auto;
  max-width: 100%;
}
.advent-container .advent-item-wrapper {
  max-width: 150px;
  margin: 0 auto;
  border-radius: 20px;
  border: 5px solid rgb(255, 0, 0);
  overflow: hidden;
  position: relative;
}
.advent-container .advent-item-wrapper.missed, .advent-container .advent-item-wrapper.collected {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}
.advent-container .advent-item-wrapper.collected {
  border: 5px solid rgb(0, 151, 1);
}
.advent-container .advent-item-wrapper.collected.today {
  -webkit-filter: none;
          filter: none;
}
.advent-container .advent-item-wrapper.upcoming {
  border: 5px solid rgb(141, 141, 141);
}
.advent-container .advent-item-wrapper.current {
  border: 5px solid rgb(255, 255, 0);
  -webkit-animation-name: knock;
  animation-name: knock;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.advent-container .prize-stamp {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  width: 100%;
  text-align: center;
  position: absolute;
  background: #fff;
  padding: 10px 5px;
  left: 0px;
  bottom: 0;
  border-top: 1px dashed #b4b4b4;
  color: #000;
  margin: 0;
}

body.portalbody .portal-ma-content .portal-title-h1 {
  font-size: 28px;
  line-height: 24px;
  font-weight: bold;
}
body.portalbody.phone .portal-ma-content .portal-title-h1 {
  font-size: 16px;
}

body.portalbody.desktop .portal-ma-content {
  margin-left: auto;
  width: 100%;
}
body.portalbody.desktop .portal-ma-content .channels-menu {
  width: 750px;
  left: -200px;
}
body.portalbody.desktop .portal-ma-content .channels-menu ul {
  width: 100%;
}
body.portalbody.desktop .portal-ma-content .channels-menu .portal-item, body.portalbody.desktop .portal-ma-content .channels-menu .premium-item {
  width: 33%;
  font-weight: normal;
}
body.portalbody.desktop .portal-ma-navigation.desktop {
  width: 100%;
  position: initial;
  height: auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: initial;
  padding-top: 10px;
  border-bottom: 1px solid rgba(157, 157, 157, 0.3);
}
body.portalbody.desktop .portal-ma-navigation.desktop .portal-menu .portal-logo-holder {
  display: inline-block;
  width: 200px;
  margin-top: 0;
  vertical-align: middle;
}
body.portalbody.desktop .portal-ma-navigation.desktop .portal-menu form {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
}
body.portalbody.desktop .portal-ma-navigation.desktop .portal-menu ul {
  display: inline-block;
}
body.portalbody.desktop .portal-ma-navigation.desktop .portal-menu ul li {
  display: inline-block;
  border-bottom: none;
  padding-left: 0;
  position: relative;
  border-radius: 5px;
}
body.portalbody.desktop .portal-ma-navigation.desktop .portal-menu ul li:not(.active):hover {
  font-weight: normal;
}
body.portalbody.desktop .portal-ma-navigation.desktop .portal-menu ul li a {
  padding-left: 25px;
}
body.portalbody.desktop.guest .portal-ma-navigation .portal-menu {
  padding-bottom: 0;
}
@media (min-width: 1350px) {
  body.portalbody.desktop .portal-content-wrapper {
    max-width: 94%;
    margin: 0 auto;
  }
}

.signup-delimiter {
  text-align: center;
}
.signup-delimiter span.dash {
  display: inline-block;
  height: 1px;
  background-color: rgba(173, 173, 173, 0.3);
  width: 30%;
  vertical-align: middle;
}
.signup-delimiter span.optional-text {
  display: inline-block;
  padding: 0 15px;
  vertical-align: middle;
}

body:not(.desktop-live) .bounty-holder.ticket-pending {
  position: absolute;
  right: 5px;
  top: -55px;
  min-width: 125px;
}

body.desktop-live.mobile-live .bounty-holder.ticket-pending {
  position: fixed;
  top: 40px;
  right: 30px;
  max-width: 430px;
}
body.desktop-live.mobile-live .bounty-holder.ticket-pending .bounty-info {
  position: initial !important;
}
body.desktop-live.mobile-live .bounty-holder.ticket-pending .bounty-tip-container {
  width: 250px;
  float: right;
}
body.desktop-live.mobile-live .bounty-holder.ticket-pending .bounty.has-bounty .bounty-info .status {
  float: right;
}

@media (max-width: 991px) and (min-width: 768px) {
  body.tablet .bounty-holder.ticket-pending {
    top: 45px;
  }
  body.tablet .bounty-holder.ticket-pending .bounty.has-bounty {
    background-color: transparent;
  }
  body.tablet .bounty-holder.ticket-pending .bounty.has-bounty .bounty-info {
    top: 5px !important;
    right: 135px;
  }
}
.brb-mode {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  pointer-events: none;
}

.brb-filter {
  -webkit-filter: blur(30px);
          filter: blur(30px);
}

.brb-text {
  z-index: 2;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
  font-size: 36px;
  font-weight: bold;
  color: #fff !important;
  text-shadow: 1px 1px 2px #000;
  text-align: center;
  pointer-events: none;
}

body.games-list {
  background-image: url(/new/images/bg-games.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body.games-list .games-container {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
body.games-list .games-container .game-wrapper {
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #d5a51e 30%, #f7c327 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #fff 0%, #FFFFAC 8%, #D1B464 25%, #bd7f0d 62.5%, #c58727 100%);
  padding: 5px;
  border-radius: 5px;
}
body.games-list .games-container .game-wrapper:hover {
  -webkit-filter: brightness(80%);
          filter: brightness(80%);
}
body.games-list .games-container .game-name {
  color: #fff;
  text-shadow: 1px 2px 5px #222;
  font-weight: bold;
  font-size: 20px;
}
@media (max-width: 767px) {
  body.games-list .games-container .game-wrapper {
    padding: 5px;
  }
  body.games-list .games-container .game-name {
    font-size: 16px;
  }
}
body.games-list .row-blind-date {
  display: none;
}

.mt-30 {
  margin-top: 30px;
}

body.game-room .game-btn {
  border-radius: 0;
  font-weight: bold;
  font-size: 44px;
  padding: 0px;
  width: 470px;
}
body.game-room .game-btn.btn-success {
  -webkit-box-shadow: inset 8px 8px 20px rgba(255, 255, 255, 0.2), inset -8px -8px 20px rgba(0, 0, 0, 0.2), 0px 3px 12px rgba(0, 0, 0, 0.4);
          box-shadow: inset 8px 8px 20px rgba(255, 255, 255, 0.2), inset -8px -8px 20px rgba(0, 0, 0, 0.2), 0px 3px 12px rgba(0, 0, 0, 0.4);
  border-color: #419241;
}
body.game-room .game-btn.btn-danger {
  -webkit-box-shadow: inset 8px 8px 20px rgba(255, 255, 255, 0.2), inset -8px -8px 20px rgba(0, 0, 0, 0.2), 0px 3px 12px rgba(0, 0, 0, 0.4);
          box-shadow: inset 8px 8px 20px rgba(255, 255, 255, 0.2), inset -8px -8px 20px rgba(0, 0, 0, 0.2), 0px 3px 12px rgba(0, 0, 0, 0.4);
  border-color: #7b0d0d;
}
body.game-room .game-btn:hover {
  color: #fff !important;
}
body.game-room .game-btn.scratch-btn {
  font-size: 44px;
  line-height: 71px;
  width: 100%;
  margin-top: 0;
}
body.game-room .game-btn[disabled=disabled] {
  background-color: #b4b4b4;
  opacity: 1;
  border: 1px solid #b4b4b4;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.game-room .game-btn[disabled=disabled]:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: not-allowed;
  background-color: #b4b4b4;
}
body.game-room .game-win {
  position: fixed;
  left: 50%;
  top: 40%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 11;
  text-align: center;
  padding: 100px 10px; /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  pointer-events: none;
  width: 510px;
  max-width: 100%;
}
body.game-room .game-win h1 {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}
body.game-room .game-win h1.highlight {
  color: #ffc703;
}
body.game-room .game-win .hits {
  max-width: 50px;
  display: inline-block;
  margin: 0 5px;
  -webkit-filter: drop-shadow(2px 2px 3px #000);
          filter: drop-shadow(2px 2px 3px #000);
}
body.game-room .game-win .big-font {
  font-size: 80px;
}
body.game-room .game-win .jackpot {
  max-width: 100px;
  display: inline-block;
  margin: 0 5px;
}
body.game-room .game-win #winning-broadcaster {
  color: #fff;
  text-shadow: 2px 1px 1px #222;
  margin-top: 0px;
}
body.game-room .game-win #winning-broadcaster .winning-broadcaster-url {
  color: #ffc703;
  pointer-events: auto;
  text-decoration: underline;
}
body.game-room .game-win #winning-broadcaster .winning-broadcaster-url:hover {
  color: #e0e000;
}
body.game-room .jackpot-holder {
  width: 500px;
  margin: 10px auto;
  height: 100px;
  background-image: url("/new/images/jackpot.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
}
body.game-room .jackpot-holder .jackpot-value {
  position: absolute;
  right: 40px;
  top: 18px;
  font-size: 32px;
  font-weight: bold;
  color: #f7ba15;
}
body.game-room .jackpot-holder .jackpot-info {
  position: absolute;
  right: 40px;
  top: 55px;
  font-size: 12px;
  color: #ffe452;
}
@media (max-width: 767px) {
  body.game-room .game-btn {
    max-width: 310px;
    font-size: 28px;
  }
  body.game-room .game-btn.scratch-btn {
    font-size: 32px;
    max-width: 100%;
  }
  body.game-room .game-win {
    padding: 25px;
    width: 100%;
    top: 265px;
  }
  body.game-room .game-win h1 {
    font-size: 40px;
    margin: 0;
  }
  body.game-room .game-win .jackpot {
    max-width: 75px;
  }
  body.game-room .game-win .big-font {
    font-size: 60px;
  }
  body.game-room .game-win#outcome-4 {
    top: 290px;
  }
  body.game-room .game-win#outcome-3 img.hits {
    max-width: 30px;
  }
  body.game-room .jackpot-holder {
    width: 310px;
    margin: 0 auto;
  }
  body.game-room .jackpot-holder .jackpot-value {
    font-size: 18px;
    top: 30px;
    right: 15px;
  }
  body.game-room .jackpot-holder .jackpot-info {
    font-size: 11px;
    right: 15px;
    top: 50px;
  }
  body.game-room .footer-spacer {
    padding-top: 40px;
  }
}

.slotMachineNoTransition {
  -webkit-transition: none !important;
  transition: none !important;
}

.slotMachineBlurFast {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.slotMachineBlurMedium {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.slotMachineBlurSlow {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

.slotMachineBlurTurtle {
  -webkit-filter: blur(1px);
  filter: blur(1px);
}

.slotMachineGradient {
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(25%, rgb(0, 0, 0)), color-stop(75%, rgb(0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0)));
  -webkit-mask: url("data:image/svg+xml;utf8,&lt;svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='0' height='0'&gt;&lt;mask id='slotMachineFadeMask' maskUnits='objectBoundingBox' maskContentUnits='objectBoundingBox'&gt;&lt;linearGradient id='slotMachineFadeGradient' gradientUnits='objectBoundingBox' x='0' y='0'&gt;&lt;stop stop-color='white' stop-opacity='0' offset='0'&gt;&lt;/stop&gt;&lt;stop stop-color='white' stop-opacity='1' offset='0.25'&gt;&lt;/stop&gt;&lt;stop stop-color='white' stop-opacity='1' offset='0.75'&gt;&lt;/stop&gt;&lt;stop stop-color='white' stop-opacity='0' offset='1'&gt;&lt;/stop&gt;&lt;/linearGradient&gt;&lt;rect x='0' y='-1' width='1' height='1' transform='rotate(90)' fill='url(#slotMachineFadeMask)'&gt;&lt;/rect&gt;&lt;/mask&gt;&lt;/svg&gt;#slotMachineFadeMask");
  mask: url("data:image/svg+xml;utf8,&lt;svg version='1.1' xmlns='http://www.w3.org/2000/svg' width='0' height='0'&gt;&lt;mask id='slotMachineFadeMask' maskUnits='objectBoundingBox' maskContentUnits='objectBoundingBox'&gt;&lt;linearGradient id='slotMachineFadeGradient' gradientUnits='objectBoundingBox' x='0' y='0'&gt;&lt;stop stop-color='white' stop-opacity='0' offset='0'&gt;&lt;/stop&gt;&lt;stop stop-color='white' stop-opacity='1' offset='0.25'&gt;&lt;/stop&gt;&lt;stop stop-color='white' stop-opacity='1' offset='0.75'&gt;&lt;/stop&gt;&lt;stop stop-color='white' stop-opacity='0' offset='1'&gt;&lt;/stop&gt;&lt;/linearGradient&gt;&lt;rect x='0' y='-1' width='1' height='1' transform='rotate(90)' fill='url(#slotMachineFadeMask)'&gt;&lt;/rect&gt;&lt;/mask&gt;&lt;/svg&gt;#slotMachineFadeMask");
}

body.casino {
  background-image: url("/new/images/casino-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body.casino.butts {
  background-image: url("/new/images/casino-bg-butts.jpg");
}
body.casino.boobs {
  background-image: url("/new/images/casino-bg-boobs.jpg");
}
body.casino .row-blind-date, body.casino .sticky-feedback-form {
  display: none;
}
body.casino .slotMachine .slot {
  height: 150px;
  background-position-x: 55%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
body.casino #casino {
  text-align: center;
}
body.casino #casino .btn-group {
  width: 150px;
  display: block;
  margin: 50px auto 0 auto;
}
body.casino #casino .slots-info, body.casino #casino #casino .spin-info {
  color: #ffe452;
  max-width: 100%;
  text-shadow: 2px 2px 2px #000;
  margin-bottom: 5px;
  text-align: center;
}
body.casino #casino .content {
  position: relative;
}
body.casino #casino .content &gt; .slotmachine-holder {
  margin: 0 auto;
  padding: 15px;
  border-radius: 10px;
  width: 650px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #d5a51e 30%, #f7c327 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #FFFFFF 0%, #FFFFAC 8%, #D1B464 25%, #bd7f0d 62.5%, #c58727 100%);
}
body.casino #casino .content &gt; .overlay-shadows {
  width: 650px;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  height: 480px;
  padding: 15px;
  z-index: 1;
  pointer-events: none;
}
body.casino #casino .content &gt; .overlay-shadows &gt; div {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.casino #casino .content &gt; .overlay-shadows &gt; div .shadow {
  width: 200px;
  -webkit-box-shadow: inset 0px 160px 125px -35px rgba(0, 0, 0, 0.7), inset 0px -160px 125px -20px rgba(0, 0, 0, 0.7);
          box-shadow: inset 0px 160px 125px -35px rgba(0, 0, 0, 0.7), inset 0px -160px 125px -20px rgba(0, 0, 0, 0.7);
}
body.casino #casino .content:nth-child(1) {
  min-height: 580px;
}
body.casino #casino .reel-hold-btn-group {
  position: absolute;
  bottom: -10px;
  left: 0px;
  height: 40px;
  width: 100%;
  z-index: 10;
}
body.casino #casino .reel-hold-btn-group .hold-btn-holder {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 0 10px;
}
body.casino #casino .reel-hold-btn-group .hold-btn-holder .reel-hold-btn, body.casino #casino .reel-hold-btn-group .hold-btn-holder .reel-hold-btn:focus {
  font-weight: bold;
  font-size: 20px;
  border-radius: 0;
  padding: 6px 60px;
  color: #fff;
  background-color: #5cb85c;
  -webkit-box-shadow: inset 4px 4px 12px #409240, inset -4px -4px 12px #409240, 0px 2px 10px #000;
          box-shadow: inset 4px 4px 12px #409240, inset -4px -4px 12px #409240, 0px 2px 10px #000;
}
body.casino #casino .reel-hold-btn-group .hold-btn-holder .reel-hold-btn:hover, body.casino #casino .reel-hold-btn-group .hold-btn-holder .reel-hold-btn.selected {
  background-color: #ac2925;
  border-color: #761c19;
  -webkit-box-shadow: inset 4px 4px 12px #6d1b19, inset -4px -4px 12px #6d1b19, 0px 2px 10px #000;
          box-shadow: inset 4px 4px 12px #6d1b19, inset -4px -4px 12px #6d1b19, 0px 2px 10px #000;
}
body.casino #casino .reel-hold-btn-group .hold-btn-holder .reel-hold-btn[disabled=disabled], body.casino #casino .reel-hold-btn-group .hold-btn-holder .reel-hold-btn[disabled=disabled]:focus, body.casino #casino .reel-hold-btn-group .hold-btn-holder .reel-hold-btn[disabled=disabled]:active {
  pointer-events: none;
  opacity: 1;
  background-color: #b4b4b4;
  -webkit-box-shadow: none;
          box-shadow: none;
}
body.casino .slotMachine {
  width: 199px;
  height: 450px;
  padding-top: 150px;
  outline: 3px solid black;
  display: inline-block;
}
body.casino .slotMachine .slot .broadcaster-name {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  color: #fff;
  text-shadow: 2px 1px 2px #222;
  z-index: 1;
  margin-bottom: 5px;
  pointer-events: none;
}
body.casino .slotMachine .slot .slot-img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-height: 100%;
  border-bottom: 1px solid #ff0000;
}
body.casino .slotMachine.locked {
  outline: 3px solid #ac2925;
}
body.casino .slotMachine.locked .reel-hold {
  background-color: rgba(0, 0, 0, 0.05);
}
body.casino .casino-theme-select {
  position: absolute;
  top: 0px;
  right: -120px;
  width: 110px;
  height: 330px;
  text-align: center;
}
body.casino .casino-theme-select .theme-option {
  width: 85px;
  height: 85px;
  padding: 10px;
  margin: 15px auto;
  border-radius: 50%;
  background-color: #fece35;
  display: block;
  opacity: 0.6;
}
body.casino .casino-theme-select .theme-option.active, body.casino .casino-theme-select .theme-option:hover {
  opacity: 1;
}
body.casino .spinner-winners {
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #d5a51e 30%, #f7c327 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #fff 0%, #FFFFAC 8%, #D1B464 25%, #bd7f0d 62.5%, #c58727 100%);
  border-radius: 10px;
  padding: 6px;
  position: absolute;
  right: initial;
  width: 100%;
  height: 145px;
}
body.casino .spinner-winners .spinner-winners-wrapper {
  background: #222;
  color: #f7ba15;
  font-weight: bold;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  border-radius: 8px;
  line-height: 16px;
  padding-top: 5px;
}
body.casino .spinner-winners .spinner-winners-wrapper .info {
  margin-bottom: 10px;
  display: block;
}
body.casino .spinner-winners .spinner-winners-wrapper .winner-block a {
  color: #ffe452;
}
body.casino .spinner-winners .spinner-winners-wrapper .winner-block a:hover {
  color: #f7ba15;
}
@media (max-width: 767px) {
  body.casino #casino {
    padding-top: 0;
  }
  body.casino #casino .content &gt; .overlay-shadows {
    width: 310px;
    height: 230px;
  }
  body.casino #casino .content &gt; .overlay-shadows &gt; div .shadow {
    width: 88px;
    -webkit-box-shadow: inset 0px 66px 55px -15px rgba(0, 0, 0, 0.7), inset 0px -66px 55px -20px rgba(0, 0, 0, 0.7);
            box-shadow: inset 0px 66px 55px -15px rgba(0, 0, 0, 0.7), inset 0px -66px 55px -20px rgba(0, 0, 0, 0.7);
  }
  body.casino #casino .content &gt; .slotmachine-holder {
    width: 310px;
  }
  body.casino .slotMachine {
    height: 198px;
    width: 88px;
    padding-top: 66px;
  }
  body.casino .slotMachine .slot {
    height: 66px;
    width: 88px;
  }
  body.casino .slotMachine .slot .broadcaster-name {
    font-size: 12px;
    margin-bottom: 0px;
  }
  body.casino #casino .reel-hold-btn-group .hold-btn-holder .reel-hold-btn, body.casino #casino .reel-hold-btn-group .hold-btn-holder .reel-hold-btn:focus {
    padding: 6px 12px;
  }
  body.casino .slots-info {
    margin-top: 0px;
  }
}
@media (max-width: 991px) {
  body.casino .casino-theme-select {
    position: initial;
    width: 100%;
    height: 100px;
  }
  body.casino .casino-theme-select .theme-option {
    display: inline-block;
    margin: 5px;
  }
}

/* DICES */
.roll-dice-btn {
  width: 60px;
  height: 100%;
  padding: 0;
  border: 0;
  background-color: transparent;
  background-image: url("/new/images/dices-icon.png");
  background-size: cover;
  background-position: center center;
}
.roll-dice-btn:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%);
}

.roll-dice-message {
  vertical-align: middle;
  display: inline-block;
}

.dice-holder {
  max-height: 30px;
  overflow: hidden;
  vertical-align: middle;
  padding-left: 5px;
  display: inline-block;
}

.dice-container {
  height: 30px;
  width: 30px;
  border-radius: 10px;
  margin-right: 5px;
  background-color: #fff;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transform-origin: 0px 0px;
          transform-origin: 0px 0px;
}
.dice-container .dice {
  height: 60px;
  width: 60px;
  border-radius: 10px;
  background: -webkit-linear-gradient(135deg, rgb(249, 64, 64), rgb(156, 0, 17));
  -webkit-box-shadow: rgb(208, 65, 82) -1.59099px -1.59099px 3px 3px inset;
          box-shadow: rgb(208, 65, 82) -1.59099px -1.59099px 3px 3px inset;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.dice-container .dice .dice-indicator {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0px 0px 1px 1px #fff;
  box-shadow: inset 0px 0px 1px 1px #fff;
  background: -webkit-radial-gradient(8.53553px 8.53553px, circle cover, rgb(255, 255, 255), rgb(255, 255, 255), rgb(53, 53, 53));
}

body.wheel {
  background-image: url("/new/images/wheel-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  max-width: 100% !important;
}
body.wheel .row-blind-date, body.wheel .sticky-feedback-form {
  display: none;
}
body.wheel td.the_wheel {
  margin: 0;
  padding-top: 5px;
}
@media (max-width: 767px) {
  body.wheel td.the_wheel {
    display: block;
  }
}
body.wheel td.the_wheel canvas {
  background-color: #222;
  border-radius: 50%;
}
body.wheel .win-arrow {
  position: absolute;
  top: -25px;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
}
body.wheel .win-image {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-size: cover;
  background-position: center center;
}
body.wheel .win-image .win-text {
  text-shadow: 2px 2px 5px #222;
  font-weight: bold;
  color: #fff;
  font-size: 44px;
  margin-top: 80px;
}
body.wheel .win-image .error-text {
  color: red;
  padding-top: 40px;
  text-shadow: 1px 2px 5px #222;
}
body.wheel .win-image .error-text span {
  font-weight: bold;
  font-size: 48px;
}
body.wheel .win-image .lose-text {
  color: #be2828;
}
body.wheel .win-image .jackpot-text {
  color: #fece35;
  font-weight: bold;
}
body.wheel .win-image .jackpot-text span {
  font-size: 44px;
}
body.wheel .model-selection-list {
  position: relative;
  padding: 10px;
  margin-top: 10px;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 8px;
  margin-left: auto;
  margin-right: auto;
}
body.wheel .model-selection-list h3, body.wheel .model-selection-list p {
  margin-bottom: 0px;
}
body.wheel .model-selection-list .broadcaster-holder {
  width: calc(16.66% - 3px);
  display: inline-block;
  border: 2px solid black;
  position: relative;
}
body.wheel .model-selection-list .broadcaster-holder .broadcaster-img {
  width: 100%;
  padding-top: 75%;
  background-size: cover;
  background-position: center center;
}
body.wheel .model-selection-list .broadcaster-holder .broadcaster-name {
  display: block;
  color: #fff;
  font-size: 13px;
  text-shadow: 1px 2px 5px #000;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: rgba(0, 0, 0, 0.25);
  padding: 0 2px;
}
body.wheel .model-selection-list .broadcaster-holder .selected-broadcaster {
  visibility: hidden;
  outline: 3px solid #31b731;
  color: #31b731;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}
body.wheel .model-selection-list .broadcaster-holder.selected .selected-broadcaster {
  visibility: visible;
}
body.wheel .model-selection-list .broadcaster-holder:hover {
  cursor: pointer;
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
@media (max-width: 1199px) {
  body.wheel .model-selection-list {
    max-width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  body.wheel .model-selection-list .broadcaster-holder {
    width: calc(33% - 3px);
  }
}
body.wheel .model-selection-list .info {
  padding-left: 3px;
}
body.wheel .model-selection-list .info h3 {
  margin-top: 0;
  font-weight: bold;
}
body.wheel .model-selection-list .info h3 span {
  color: #fece35;
  font-weight: normal;
  font-size: 16px;
}
body.wheel .sticky-feedback-form, body.wheel .row-blind-date {
  display: none;
}
body.wheel .wheel-holder {
  margin-top: 20px;
}
@media (min-width: 1450px) {
  body.wheel .wheel-wrapper {
    float: right;
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  body.wheel .win-image {
    width: 100px;
    height: 100px;
  }
  body.wheel .win-image .win-text {
    font-size: 30px;
    margin-top: 35px;
  }
  body.wheel .win-image .lose-text, body.wheel .win-image .jackpot-text {
    font-size: 18px;
    margin-top: 10px;
  }
  body.wheel .win-image .jackpot-text span {
    font-size: 24px;
  }
  body.wheel .win-image .error-text {
    font-size: 14px;
    padding: 0 10px;
    margin-top: 15px;
  }
  body.wheel .win-image .error-text span {
    font-size: 26px;
  }
  body.wheel .win-arrow {
    top: -15px;
  }
}
body.wheel footer.global-footer {
  margin: 0;
  left: 0;
  right: 0;
  padding-bottom: 0 !important;
}

body.scratchcard {
  background-image: url("/new/images/Scratchcards_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body.scratchcard .sticky-feedback-form, body.scratchcard .row-blind-date {
  display: none;
}
@media (max-width: 767px) {
  body.scratchcard {
    background-position: center center;
  }
}
body.scratchcard .scratchers-container {
  max-width: 580px;
  margin: 0 auto;
}
body.scratchcard .card-title {
  font-weight: bold;
  font-size: 60px;
  text-align: center;
  margin-bottom: 15px;
  color: #fff;
  text-shadow: 2px 2px 5px #222;
}
body.scratchcard .initial-wrapper {
  margin: 0 auto;
}
body.scratchcard .initial-wrapper .tickets-img {
  margin-top: -20px;
  margin-bottom: 20px;
  -webkit-filter: drop-shadow(2px 2px 10px #222);
          filter: drop-shadow(2px 2px 10px #222);
}
@media (max-width: 767px) {
  body.scratchcard .initial-wrapper .tickets-img {
    margin-bottom: 30px;
  }
}
body.scratchcard .scratchcard {
  padding: 20px;
  border-radius: 6px;
  margin: 0px auto;
  -webkit-box-shadow: 2px 2px 10px #000;
          box-shadow: 2px 2px 10px #000;
  cursor: url("/new/images/coin-32.png"), auto;
  background: radial-gradient(ellipse farthest-corner at right bottom, #FEDB37 0%, #FDB931 8%, #d5a51e 30%, #f7c327 40%, transparent 80%), radial-gradient(ellipse farthest-corner at left top, #fff 0%, #FFFFAC 8%, #D1B464 25%, #bd7f0d 62.5%, #c58727 100%);
}
body.scratchcard .js-container {
  display: inline-block;
  margin: 5px;
  outline: 3px solid rgba(0, 0, 0, 0.3);
  overflow: hidden;
  position: relative;
  width: 160px;
  height: 120px;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
body.scratchcard .js-canvas {
  position: absolute;
  top: 0px;
  left: 0px;
}
@media (max-width: 767px) {
  body.scratchcard .js-container {
    width: 100px;
    height: 75px;
  }
  body.scratchcard .scratchcard {
    padding: 5px;
    max-width: 350px;
  }
  body.scratchcard .card-title {
    font-size: 40px;
  }
  body.scratchcard .initial-wrapper {
    max-width: 350px;
  }
}

body.poker {
  background-image: url("/new/images/background-poker.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  max-width: 100vw;
}
body.poker .sticky-feedback-form, body.poker .row-blind-date {
  display: none;
}
body.poker footer.global-footer {
  margin: 0;
  left: 0;
  right: 0;
  padding-bottom: 0 !important;
}
body.poker .poker-container {
  max-width: 750px;
  margin: 20px auto 0 auto;
}
body.poker .poker-container .info-table {
  padding: 5px;
  color: #fff;
  border-radius: 15px;
}
body.poker .poker-container .info-table .bordered-col {
  border-left: 1px solid #fff;
}
body.poker .poker-container .info-table .info-table-content {
  border-radius: 10px;
  padding: 10px;
}
body.poker .poker-container .info-table .info-table-content h2, body.poker .poker-container .info-table .info-table-content h3, body.poker .poker-container .info-table .info-table-content h4 {
  font-weight: bold;
  margin-top: 0;
}
body.poker .poker-container .info-table .info-table-content p {
  margin: 0;
}
body.poker .poker-container .info-table .info-table-content .payout-type {
  line-height: 22px;
}
body.poker .poker-container .info-table .info-table-content .payout-type.big-win {
  font-weight: bold;
}
body.poker .poker-container .info-table .info-table-content .payout-type.royal {
  color: #ffe452;
  font-size: 22px;
}
body.poker .poker-container .info-table .info-table-content .rules {
  font-size: 12px;
}
body.poker .poker-container .poker-table {
  background: #603813; /* fallback for old browsers */
  background: -webkit-gradient(linear, left top, right top, from(rgb(243, 226, 199)), color-stop(51%, rgb(182, 141, 76)), color-stop(51%, rgb(182, 141, 76)), to(rgb(233, 212, 179)));
  background: linear-gradient(to right, rgb(243, 226, 199) 0%, rgb(182, 141, 76) 51%, rgb(182, 141, 76) 51%, rgb(233, 212, 179) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 15px;
  border-radius: 200px;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  margin-top: 10px;
}
body.poker .poker-container .poker-table .poker-table-content {
  max-width: 100%;
  min-height: 350px;
  background-color: #469a20;
  background-image: url("/new/images/poker-table-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  padding: 90px 40px;
  border-radius: 200px;
}
body.poker .poker-container .poker-table .card, body.poker .poker-container .poker-table .card-initial {
  width: 110px;
  margin: 5px;
  position: relative;
}
body.poker .poker-container .poker-table .card {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
body.poker .poker-container .poker-table .card .hold-text {
  visibility: hidden;
  font-size: 14px;
  font-weight: bold;
  background-color: red;
  color: #fff;
  position: absolute;
  left: 50%;
  bottom: -7px;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  padding: 2px 4px;
  height: 22px;
  line-height: 20px;
  z-index: 2;
}
body.poker .poker-container .poker-table .card .broadcaster-image-container {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  padding: 11% 15%;
}
body.poker .poker-container .poker-table .card .broadcaster-image-container .broadcaster-image {
  outline: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 78px;
  height: 128px;
  background-size: cover;
  background-position: center center;
}
body.poker .poker-container .poker-table .card .card-img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
body.poker .poker-container .poker-table .card.hold {
  opacity: 0.8;
}
body.poker .poker-container .poker-table .card.hold .hold-text {
  visibility: visible;
}
body.poker .poker-container .poker-table .card.hold .card-img, body.poker .poker-container .poker-table .card.hold .broadcaster-image-container {
  top: -20px;
}
body.poker .poker-container .poker-table .hold-btn, body.poker .poker-container .poker-table .card-initial {
  display: inline-block;
}
body.poker .poker-container .poker-table .outcome-container {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  text-align: center;
  pointer-events: none;
  z-index: 3;
}
body.poker .poker-container .poker-table .outcome-container .outcome-content {
  font-size: 30px;
  color: #ffe452;
  text-transform: uppercase;
  font-weight: bold;
  text-shadow: 2px 2px 5px #222;
}
body.poker .poker-container .poker-table .outcome-container .outcome-content.royal-flush {
  color: #be2828;
  font-size: 40px;
}
body.poker .poker-container .poker-table .outcome-container .outcome-content span {
  display: block;
  line-height: 26px;
  color: #fff;
  font-size: 30px;
}
body.poker .poker-container .poker-table .outcome-container .draw-win-text {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  text-shadow: 2px 2px 5px #222;
}
body.poker .poker-container .game-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
body.poker .poker-container .game-controls .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 3px;
  max-width: 100%;
}
body.poker .poker-container .game-controls .btn#start-game-btn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0 auto;
  width: 50%;
}
@media (max-width: 767px) and (orientation: portrait) {
  body.poker .poker-container .game-controls .btn#start-game-btn {
    width: 100%;
  }
}
body.poker .poker-container .theme-container {
  text-align: center;
  margin: 20px auto;
  position: fixed;
  right: 20px;
  top: 60px;
}
body.poker .poker-container .theme-container .theme-option {
  width: 80px;
  height: 80px;
  padding: 10px;
  margin: 15px auto;
  border-radius: 50%;
  background-color: #fece35;
  display: block;
  opacity: 0.6;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
body.poker .poker-container .theme-container .theme-option.active, body.poker .poker-container .theme-container .theme-option:hover {
  opacity: 1;
}
body.poker .poker-container .theme-container .theme-option.active {
  opacity: 1;
}
@media (max-width: 767px) {
  body.poker .poker-container {
    max-width: 100%;
    margin: 5px auto 0 auto;
  }
  body.poker .poker-container .poker-table {
    border-radius: 15px;
    padding: 10px;
    margin-top: 5px;
  }
  body.poker .poker-container .poker-table .poker-table-content {
    border-radius: 10px;
    padding: 10px;
    min-height: unset;
  }
  body.poker .poker-container .poker-table .card, body.poker .poker-container .poker-table .card-initial {
    width: 90px;
  }
  body.poker .poker-container .poker-table .card.hold .card-img, body.poker .poker-container .poker-table .card.hold .broadcaster-image-container {
    top: 0px;
  }
  body.poker .poker-container .poker-table .card .broadcaster-image-container .broadcaster-image {
    width: 64px;
    height: 104px;
  }
  body.poker .poker-container .poker-table .card .hold-text {
    bottom: -12px;
  }
  body.poker .poker-container .poker-table .outcome-container { /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 75%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    top: 50%;
    bottom: initial;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
  }
  body.poker .poker-container .info-table {
    padding: 5px;
  }
}
@media (max-width: 1199px) {
  body.poker {
    background-position: center center;
  }
  body.poker .poker-container .theme-container {
    position: initial;
    max-width: 100%;
  }
  body.poker .poker-container .theme-container a.theme-option {
    display: inline-block;
    margin: 15px 5px;
    width: 60px;
    height: 60px;
  }
}

body.battle-room {
  background-image: url("/new/images/battle-background.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
body.battle-room .btn-battle {
  font-weight: bold;
  text-transform: uppercase;
  width: 500px;
  max-width: 100%;
  font-size: 32px;
}
body.battle-room .row-blind-date, body.battle-room .sticky-feedback-form {
  display: none;
}
body.battle-room .battle-text {
  color: #fff;
  padding: 15px;
  text-shadow: 1px 2px 2px #000;
  text-align: left;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
body.battle-room .battle-text .champion-name {
  color: #fff;
  width: 25%;
  display: inline-block;
}
body.battle-room .battle-text .champion {
  padding-left: 20px;
}
body.battle-room .battle-text .win-amount {
  color: #fde20f;
  font-weight: bold;
  display: inline-block;
}
body.battle-room .progressbar-container {
  height: 100%;
  height: calc(100% - 60px);
}
body.battle-room #progressBar {
  width: 40px;
  margin: 0px auto;
  height: 100%;
  background-color: #CBEA00;
  position: relative;
  border: 1px solid #222;
  border-radius: 5px;
  overflow: hidden;
}
body.battle-room #progressBar .text {
  line-height: 22px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #222;
  font-weight: bold;
  text-align: right;
  padding-bottom: 5px;
  position: absolute;
  left: 0;
  bottom: 0;
}
body.battle-room #progressBar .bar {
  height: 0;
  text-align: right;
  padding: 0 10px;
  width: 100%;
  background-color: #df6c67;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body.battle-room .iframe-container {
  position: relative;
  width: 100%;
  border: 1px solid #222;
  overflow: hidden;
}
body.battle-room .iframe-container .battle-iframe {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 3;
}
body.battle-room .outcome-container {
  z-index: 2;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
}
body.battle-room .outcome-container .win {
  width: 100%;
  height: 100%;
  background-image: url("/new/images/battle-win-transparent.gif");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.7;
}
body.battle-room .outcome-container .lose {
  width: 100%;
  height: 100%;
  background-image: url("/new/images/battle-loser.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  opacity: 0.7;
}
body.battle-room .quicktip-btn {
  padding: 10px 0;
}
body.battle-room .scoreboard-container {
  border-radius: 10px;
  font-weight: bold;
  max-width: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.6);
}
body.battle-room .scoreboard-container .scoreboard {
  color: #fff;
  border-radius: 8px;
}
body.battle-room .scoreboard-container .scoreboard .broadcasters-row {
  margin: 0;
}
body.battle-room .scoreboard-container .scoreboard .broadcasters-row .broadcaster-image {
  background-size: cover;
  vertical-align: middle;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 10px auto;
}
body.battle-room .scoreboard-container .scoreboard .broadcasters-row .broadcaster-name {
  font-size: 18px;
  line-height: 20px;
  vertical-align: middle;
}
body.battle-room .scoreboard-container .scoreboard .scoreboard-container .champion {
  padding-left: 25px;
}
body.battle-room .scoreboard-container .scoreboard .status-row {
  margin: 0;
}
body.battle-room .scoreboard-container .scoreboard .status-row .score .quantity {
  margin: 0;
  font-size: 56px;
  font-weight: bold;
  color: #fde20f;
}
body.battle-room .scoreboard-container .scoreboard .status-row .timer {
  line-height: 28px;
  font-weight: normal;
}
body.battle-room .scoreboard-container .scoreboard .status-row .timer .current {
  font-size: 32px;
}
body.battle-room .contestants-row {
  margin-top: 10px;
}
body.battle-room .vs-text {
  font-size: 20px;
  display: block;
}
body.battle-room .vs-text .vs-image {
  max-height: 100px;
  max-width: 100%;
  margin: 10px auto;
}
body.battle-room .nobattle {
  font-size: 54px;
  color: #fff;
  text-shadow: 4px 4px 5px #222;
  font-weight: bold;
  width: 100%;
  text-align: center;
}
body.battle-room .tie-text {
  margin-top: 10px;
  font-size: 100px;
  line-height: 60px;
  color: #fff;
  text-shadow: 4px 4px 5px #222;
  font-weight: bold;
  text-align: center;
}
body.battle-room .scoreboard-row {
  margin-top: 15px;
}
body.battle-room .tip-holder {
  margin-top: 10px;
}
@media (max-width: 767px) {
  body.battle-room .vs-text .vs-image {
    max-height: 25px;
    margin: 5px auto 0 auto;
  }
  body.battle-room .scoreboard-container .scoreboard .broadcasters-row .broadcaster-image {
    display: none;
  }
  body.battle-room .scoreboard-container .scoreboard .broadcasters-row .broadcaster-name {
    padding-top: 10px;
  }
  body.battle-room .scoreboard-container .scoreboard .status-row .score .quantity {
    font-size: 38px;
  }
  body.battle-room .scoreboard-container .scoreboard .status-row .timer {
    line-height: 16px;
    margin-top: 4px;
  }
  body.battle-room .scoreboard-container .scoreboard .status-row .timer .current {
    font-size: 16px;
  }
  body.battle-room .btn-battle {
    font-size: 20px;
  }
  body.battle-room .scoreboard-row {
    margin-top: -5px;
  }
  body.battle-room .nobattle {
    font-size: 32px;
    line-height: 30px;
  }
  body.battle-room .tie-text {
    font-size: 40px;
    margin-top: 0;
    line-height: 36px;
  }
  body.battle-room .tip-holder {
    margin-top: 5px;
  }
  body.battle-room .contestants-row {
    margin-top: 5px;
  }
}
@media (max-width: 767px) and (orientation: landscape) {
  body.battle-room .col-xs-custom {
    width: 50%;
  }
}

body.shooter-room {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
body.shooter-room.level-0 {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/shooter/level-0.jpg");
}
body.shooter-room.level-1 {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/shooter/level-1.jpg");
}
body.shooter-room.level-2 {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/shooter/level-2.jpg");
}
body.shooter-room.level-3 {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/shooter/level-3.jpg");
}
body.shooter-room.level-4 {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/shooter/level-4.jpg");
}
body.shooter-room.level-5 {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/shooter/level-5.jpg");
}
body.shooter-room .game-btn {
  font-weight: bold;
  font-size: 40px;
  border-radius: 20px;
  border: 5px solid #fff !important;
  padding: 15px 60px;
  text-transform: uppercase;
}
body.shooter-room .start-content {
  width: 100%;
  font-weight: bold;
  height: calc(100vh - 100px);
  max-height: 100vh;
  position: relative;
}
body.shooter-room .start-content .title {
  color: #fff;
  text-shadow: 1px 1px 3px #222;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 50px;
  position: absolute;
  left: 0px;
  top: 30%;
  width: 100%;
}
body.shooter-room .start-content .title .description {
  font-size: 40px;
}
body.shooter-room .shooter-wrapper {
  height: calc(100vh - 100px);
  max-height: 100vh;
  position: relative;
  cursor: crosshair;
}
body.shooter-room .shooter-wrapper .stats-container {
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translatex(-50%);
          transform: translatex(-50%);
  width: 300px;
  height: 150px;
  padding: 30px 10px 10px 10px;
  text-align: center;
  border-radius: 20px;
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/shooter/shooter-scoreboard.png");
  background-position: center center;
  background-size: cover;
}
body.shooter-room .shooter-wrapper .stats-container .score {
  font-size: 46px;
  font-weight: bold;
  color: #fff;
}
body.shooter-room .shooter-wrapper .stats-container .bullets {
  position: absolute;
  top: 22px;
  right: 20px;
  color: #fff;
}
body.shooter-room .shooter-wrapper .stats-container .bullets img {
  max-width: 30px;
  vertical-align: middle;
}
body.shooter-room .shooter-wrapper .stats-container .bullets span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
}
body.shooter-room .shooter-wrapper .stats-container .timer {
  background-color: #70c148;
  width: 250px;
  margin: 0 auto;
  height: 30px;
  position: relative;
  border-radius: 8px;
  overflow-x: hidden;
  display: block;
}
body.shooter-room .shooter-wrapper .stats-container .timer span {
  display: block;
  background: #940606;
  width: 100%;
  height: 30px;
  -webkit-animation: timer 30s linear;
          animation: timer 30s linear;
}
body.shooter-room .shooter-wrapper .stats-container .timer span:before {
  content: "TIME LEFT";
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 30px;
  font-size: 22px;
  color: #fff;
}
body.shooter-room .shooter-wrapper .stats-container .timer.finished span {
  -webkit-animation: none;
          animation: none;
}
body.shooter-room .shooter-wrapper .stats-container .current-level {
  position: absolute;
  top: 54px;
  right: 20px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
body.shooter-room .shooter-wrapper .gameover, body.shooter-room .shooter-wrapper .win {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 80px;
  color: white;
  font-weight: bold;
  text-align: center;
  text-indent: 0;
  display: none;
}
body.shooter-room .shooter-wrapper .gameover.active, body.shooter-room .shooter-wrapper .win.active {
  -webkit-animation: gameover 0.5s linear forwards;
          animation: gameover 0.5s linear forwards;
  display: block;
}
body.shooter-room .shooter-wrapper .input-circle {
  opacity: 0;
}
body.shooter-room .shooter-wrapper .input-circle ~ .target {
  opacity: 0;
  -webkit-transition: 0.3s cubic-bezier(0, 0.43, 1, 0);
  transition: 0.3s cubic-bezier(0, 0.43, 1, 0);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
body.shooter-room .shooter-wrapper[data-level="1"] .input-circle ~ .target {
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
}
body.shooter-room .shooter-wrapper[data-level="2"] .input-circle ~ .target {
  -webkit-animation-duration: 12.5s;
          animation-duration: 12.5s;
}
body.shooter-room .shooter-wrapper[data-level="3"] .input-circle ~ .target {
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}
body.shooter-room .shooter-wrapper[data-level="4"] .input-circle ~ .target {
  -webkit-animation-duration: 7.5s;
          animation-duration: 7.5s;
}
body.shooter-room .shooter-wrapper[data-level="5"] .input-circle ~ .target {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
body.shooter-room .shooter-wrapper .input-circle1:not(:checked) ~ .target1,
body.shooter-room .shooter-wrapper .input-circle2:not(:checked) ~ .target2,
body.shooter-room .shooter-wrapper .input-circle3:not(:checked) ~ .target3,
body.shooter-room .shooter-wrapper .input-circle4:not(:checked) ~ .target4,
body.shooter-room .shooter-wrapper .input-circle5:not(:checked) ~ .target5,
body.shooter-room .shooter-wrapper .input-circle6:not(:checked) ~ .target6,
body.shooter-room .shooter-wrapper .input-circle7:not(:checked) ~ .target7,
body.shooter-room .shooter-wrapper .input-circle8:not(:checked) ~ .target8,
body.shooter-room .shooter-wrapper .input-circle9:not(:checked) ~ .target9,
body.shooter-room .shooter-wrapper .input-circle10:not(:checked) ~ .target10 {
  opacity: 1;
}
body.shooter-room .shooter-wrapper .input-circle1:checked ~ .target1 span,
body.shooter-room .shooter-wrapper .input-circle2:checked ~ .target2 span,
body.shooter-room .shooter-wrapper .input-circle3:checked ~ .target3 span,
body.shooter-room .shooter-wrapper .input-circle4:checked ~ .target4 span,
body.shooter-room .shooter-wrapper .input-circle5:checked ~ .target5 span,
body.shooter-room .shooter-wrapper .input-circle6:checked ~ .target6 span,
body.shooter-room .shooter-wrapper .input-circle7:checked ~ .target7 span,
body.shooter-room .shooter-wrapper .input-circle8:checked ~ .target8 span,
body.shooter-room .shooter-wrapper .input-circle9:checked ~ .target9 span,
body.shooter-room .shooter-wrapper .input-circle10:checked ~ .target10 span {
  display: block;
}
body.shooter-room .shooter-wrapper .target {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #e9041e;
  background-size: cover;
  border-radius: 50%;
  color: white;
  line-height: 20px;
  text-align: center;
  margin-top: -20px;
  margin-left: 10px;
  width: 50px;
  height: 50px;
  background-position: center center;
  z-index: 499;
  cursor: crosshair;
  background-color: #fff;
}
body.shooter-room .shooter-wrapper .target:after, body.shooter-room .shooter-wrapper .target:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
}
body.shooter-room .shooter-wrapper .target.killed {
  pointer-events: none;
}
body.shooter-room .shooter-wrapper .target span {
  display: none;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 200%;
  height: 200%;
  background: transparent url("https://cdnstatic.imctransfer.com/static_01/live/shooter/kiss-1.gif") no-repeat;
  background-size: contain;
  background-position: center center;
}
body.shooter-room .shooter-wrapper .target span:before {
  content: "";
}
body.shooter-room .shooter-wrapper .target.target1 {
  top: 50px;
  -webkit-animation-delay: -1s !important;
          animation-delay: -1s !important;
  -webkit-transform: scale(1);
          transform: scale(1);
  z-index: 500;
  -webkit-animation-name: move-1;
          animation-name: move-1;
}
body.shooter-room .shooter-wrapper .target.target1 &gt; span {
  background: transparent url("https://cdnstatic.imctransfer.com/static_01/live/shooter/kiss-2.gif") no-repeat;
  background-size: cover;
}
body.shooter-room .shooter-wrapper .target.target2 {
  top: 100px;
  -webkit-animation-delay: -2s !important;
          animation-delay: -2s !important;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 501;
  -webkit-animation-name: move-2;
          animation-name: move-2;
}
body.shooter-room .shooter-wrapper .target.target2 &gt; span {
  background: transparent url("https://cdnstatic.imctransfer.com/static_01/live/shooter/heart.gif") no-repeat;
  background-size: cover;
}
body.shooter-room .shooter-wrapper .target.target3 {
  top: 200px;
  -webkit-animation-delay: -3s !important;
          animation-delay: -3s !important;
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
  z-index: 502;
  -webkit-animation-name: move-3;
          animation-name: move-3;
}
body.shooter-room .shooter-wrapper .target.target4 {
  top: 50px;
  -webkit-animation-delay: -4s !important;
          animation-delay: -4s !important;
  -webkit-transform: scale(1.6);
          transform: scale(1.6);
  z-index: 503;
  -webkit-animation-name: move-4;
          animation-name: move-4;
}
body.shooter-room .shooter-wrapper .target.target4 &gt; span {
  background: transparent url("https://cdnstatic.imctransfer.com/static_01/live/shooter/kiss-2.gif") no-repeat;
  background-size: cover;
}
body.shooter-room .shooter-wrapper .target.target5 {
  top: 100px;
  -webkit-animation-delay: -5s !important;
          animation-delay: -5s !important;
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
  z-index: 506;
  -webkit-animation-name: move-5;
          animation-name: move-5;
}
body.shooter-room .shooter-wrapper .target.target5 &gt; span {
  background: transparent url("https://cdnstatic.imctransfer.com/static_01/live/shooter/heart.gif") no-repeat;
  background-size: cover;
}
body.shooter-room .shooter-wrapper .target.target6 {
  top: 200px;
  -webkit-animation-delay: -6s !important;
          animation-delay: -6s !important;
  -webkit-transform: scale(2);
          transform: scale(2);
  z-index: 509;
  -webkit-animation-name: move-1;
          animation-name: move-1;
}
body.shooter-room .shooter-wrapper .target.target7 {
  top: 200px;
  -webkit-animation-delay: -7s !important;
          animation-delay: -7s !important;
  -webkit-transform: scale(2.1);
          transform: scale(2.1);
  z-index: 510;
  -webkit-animation-name: move-2;
          animation-name: move-2;
}
body.shooter-room .shooter-wrapper .target.target8 {
  top: 50px;
  -webkit-animation-delay: -8s !important;
          animation-delay: -8s !important;
  -webkit-transform: scale(1.7);
          transform: scale(1.7);
  z-index: 505;
  -webkit-animation-name: move-3;
          animation-name: move-3;
}
body.shooter-room .shooter-wrapper .target.target8 &gt; span {
  background: transparent url("https://cdnstatic.imctransfer.com/static_01/live/shooter/kiss-2.gif") no-repeat;
  background-size: cover;
}
body.shooter-room .shooter-wrapper .target.target9 {
  top: 60px;
  -webkit-animation-delay: -9s !important;
          animation-delay: -9s !important;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  z-index: 499;
  -webkit-animation-name: move-4;
          animation-name: move-4;
}
body.shooter-room .shooter-wrapper .target.target9 &gt; span {
  background: transparent url("https://cdnstatic.imctransfer.com/static_01/live/shooter/heart.gif") no-repeat;
  background-size: cover;
}
body.shooter-room .shooter-wrapper .target.target10 {
  top: 50px;
  -webkit-animation-delay: -10s !important;
          animation-delay: -10s !important;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  z-index: 501;
  -webkit-animation-name: move-5;
          animation-name: move-5;
}
@-webkit-keyframes move-1 {
  0% {
    left: 50%;
  }
  20% {
    top: 60%;
    left: 40%;
  }
  40% {
    top: 10%;
    left: 70%;
  }
  60% {
    top: 30%;
    left: 20%;
  }
  80% {
    top: 80%;
    left: 90%;
  }
  100% {
    top: 20%;
    left: 30%;
  }
}
@-webkit-keyframes move-2 {
  0% {
    left: 5%;
  }
  20% {
    top: 60%;
    left: 40%;
  }
  40% {
    top: 20%;
    left: 80%;
  }
  60% {
    top: 70%;
    left: 50%;
  }
  80% {
    top: 20%;
    left: 30%;
  }
  100% {
    top: 30%;
    left: 60%;
  }
}
@-webkit-keyframes move-3 {
  0% {
    left: 5%;
  }
  20% {
    top: 50%;
    left: 50%;
  }
  40% {
    top: 20%;
    left: 20%;
  }
  60% {
    top: 80%;
    left: 60%;
  }
  80% {
    top: 30%;
    left: 70%;
  }
  100% {
    top: 10%;
    left: 30%;
  }
}
@-webkit-keyframes move-4 {
  0% {
    left: 5%;
  }
  20% {
    top: 50%;
    left: 40%;
  }
  40% {
    top: 30%;
    left: 90%;
  }
  60% {
    top: 80%;
    left: 30%;
  }
  80% {
    top: 10%;
    left: 60%;
  }
  100% {
    top: 30%;
    left: 80%;
  }
}
@-webkit-keyframes move-5 {
  0% {
    left: 5%;
  }
  20% {
    top: 20%;
    left: 70%;
  }
  40% {
    top: 30%;
    left: 20%;
  }
  60% {
    top: 60%;
    left: 80%;
  }
  80% {
    top: 20%;
    left: 30%;
  }
  100% {
    top: 50%;
    left: 60%;
  }
}
@keyframes move-1 {
  0% {
    left: 50%;
  }
  20% {
    top: 60%;
    left: 40%;
  }
  40% {
    top: 10%;
    left: 70%;
  }
  60% {
    top: 30%;
    left: 20%;
  }
  80% {
    top: 80%;
    left: 90%;
  }
  100% {
    top: 20%;
    left: 30%;
  }
}
@keyframes move-2 {
  0% {
    left: 5%;
  }
  20% {
    top: 60%;
    left: 40%;
  }
  40% {
    top: 20%;
    left: 80%;
  }
  60% {
    top: 70%;
    left: 50%;
  }
  80% {
    top: 20%;
    left: 30%;
  }
  100% {
    top: 30%;
    left: 60%;
  }
}
@keyframes move-3 {
  0% {
    left: 5%;
  }
  20% {
    top: 50%;
    left: 50%;
  }
  40% {
    top: 20%;
    left: 20%;
  }
  60% {
    top: 80%;
    left: 60%;
  }
  80% {
    top: 30%;
    left: 70%;
  }
  100% {
    top: 10%;
    left: 30%;
  }
}
@keyframes move-4 {
  0% {
    left: 5%;
  }
  20% {
    top: 50%;
    left: 40%;
  }
  40% {
    top: 30%;
    left: 90%;
  }
  60% {
    top: 80%;
    left: 30%;
  }
  80% {
    top: 10%;
    left: 60%;
  }
  100% {
    top: 30%;
    left: 80%;
  }
}
@keyframes move-5 {
  0% {
    left: 5%;
  }
  20% {
    top: 20%;
    left: 70%;
  }
  40% {
    top: 30%;
    left: 20%;
  }
  60% {
    top: 60%;
    left: 80%;
  }
  80% {
    top: 20%;
    left: 30%;
  }
  100% {
    top: 50%;
    left: 60%;
  }
}
@-webkit-keyframes timer {
  0% {
    width: 0px;
  }
  100% {
    width: 250px;
  }
}
@keyframes timer {
  0% {
    width: 0px;
  }
  100% {
    width: 250px;
  }
}
@-webkit-keyframes gameover {
  0% {
    left: -5000px;
    bottom: 100%;
    padding-top: 0;
  }
  100% {
    left: 0px;
    padding-top: 200px;
  }
}
@keyframes gameover {
  0% {
    left: -5000px;
    bottom: 100%;
    padding-top: 0;
  }
  100% {
    left: 0px;
    padding-top: 200px;
  }
}
body.shooter-room.phone .info-bottom {
  display: none;
}
body.shooter-room.phone.level-1, body.shooter-room.phone.level-2, body.shooter-room.phone.level-3, body.shooter-room.phone.level-4, body.shooter-room.phone.level-5 {
  background-size: initial;
}
body.shooter-room.phone .alert-container {
  display: none;
}
body.shooter-room.phone .shooter-wrapper {
  max-height: 75vh;
}
body.shooter-room.phone .shooter-wrapper .gameover, body.shooter-room.phone .shooter-wrapper .win, body.shooter-room.phone .start-content .title {
  font-size: 3em;
}
body.shooter-room.phone .shooter-wrapper .gameover .level-1, body.shooter-room.phone .shooter-wrapper .gameover .level-2, body.shooter-room.phone .shooter-wrapper .gameover .level-3, body.shooter-room.phone .shooter-wrapper .gameover .level-4, body.shooter-room.phone .shooter-wrapper .gameover .level-5, body.shooter-room.phone .shooter-wrapper .win .level-1, body.shooter-room.phone .shooter-wrapper .win .level-2, body.shooter-room.phone .shooter-wrapper .win .level-3, body.shooter-room.phone .shooter-wrapper .win .level-4, body.shooter-room.phone .shooter-wrapper .win .level-5, body.shooter-room.phone .start-content .title .level-1, body.shooter-room.phone .start-content .title .level-2, body.shooter-room.phone .start-content .title .level-3, body.shooter-room.phone .start-content .title .level-4, body.shooter-room.phone .start-content .title .level-5 {
  font-size: 0.7em;
}
body.shooter-room.phone .start-content .title .description {
  font-size: 0.7em;
}
body.shooter-room.phone .game-btn {
  font-size: 0.5em;
  margin-top: 5px;
  width: 90%;
  max-width: 300px;
}
body.shooter-room.phone .footer-spacer {
  padding-bottom: 0;
}
body.shooter-room.phone footer.global-footer {
  display: none;
}
body.shooter-room.phone .shooter-wrapper .target {
  width: 35px;
  height: 35px;
}
body.shooter-room.phone .shooter-wrapper .stats-container {
  position: fixed;
  bottom: 5px;
  height: 90px;
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/shooter/shooter-scoreboard-short.png");
}
body.shooter-room.phone .shooter-wrapper .stats-container .current-level {
  top: 32px;
  left: 26px;
  font-size: 18px;
  right: initial;
}
body.shooter-room.phone .shooter-wrapper .stats-container .bullets {
  top: 32px;
  right: 26px;
}
body.shooter-room.phone .shooter-wrapper .stats-container .bullets img {
  max-width: 20px;
}
body.shooter-room.phone .shooter-wrapper .stats-container .bullets span {
  font-size: 18px;
}
body.shooter-room.phone .shooter-wrapper .stats-container .score {
  font-size: 22px;
}
body.shooter-room.phone .shooter-wrapper .stats-container .timer {
  height: 15px;
}
body.shooter-room.phone .shooter-wrapper .stats-container .timer span {
  height: 15px;
}
body.shooter-room.phone .shooter-wrapper .stats-container .timer span:before {
  line-height: 16px;
  font-size: 14px;
}
body.shooter-room.phone .shooter-wrapper .stats-container .shooter-wrapper .stats-container {
  bottom: -50px;
}
@media (orientation: landscape) {
  body.shooter-room.phone .shooter-wrapper .gameover, body.shooter-room.phone .shooter-wrapper .win {
    top: -70px;
  }
  body.shooter-room.phone .shooter-wrapper {
    max-height: 60vh;
  }
}

body.bubble-shooter {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/bubble/bubbles-background-dark.png");
  background-size: cover;
  background-position: center center;
}
@media (min-width: 1200px) {
  body.bubble-shooter .bubble-game-container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
body.bubble-shooter .bubble-game-container #bubble-game {
  display: block;
  margin: 10px auto;
  border-radius: 10px;
  border: 2px solid #303030;
}
body.bubble-shooter .tablet-note {
  color: #fff;
  text-align: center;
  text-shadow: 1px 1px 2px #000;
}
body.bubble-shooter .global-footer {
  display: none;
}
body.bubble-shooter .footer-spacer {
  padding-bottom: 0;
}

body.blackjack-room {
  background-image: url("https://cdnstatic.imctransfer.com/static_01/live/blackjack/bj_background.jpg");
  background-position: left top;
}
body.blackjack-room .buttonbox-container {
  height: 85px;
}
body.blackjack-room .buttonbox {
  width: 600px;
  max-width: 100%;
  /*background-color: #717171;*/
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 8px 8px 8px 8px;
}
body.blackjack-room .textupdates {
  width: 600px;
  max-width: 100%;
  height: 70px;
  background-color: #eaeaea;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 6px;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
body.blackjack-room #textUpdates .medium {
  font-size: 22px;
}
body.blackjack-room #textUpdates .medium.green {
  color: #007300;
}
body.blackjack-room #textUpdates .medium.red {
  color: #cc3b3b;
}
body.blackjack-room button.bet-btn {
  font-size: 18px;
  padding: 10px;
  font-weight: bold;
  width: 90px;
  height: 50px;
  color: #222;
  background-color: #ddd;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
body.blackjack-room button.bet-btn:hover {
  -webkit-filter: brightness(90%);
          filter: brightness(90%);
}
body.blackjack-room button#hit, body.blackjack-room button#stay {
  width: 135px;
  font-size: 32px;
  border: none;
  height: 50px;
}
body.blackjack-room.game-room .game-btn.btn-danger {
  -webkit-box-shadow: inset 2px 2px 10px rgba(255, 255, 255, 0.2), inset -2px -2px 10px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.4);
          box-shadow: inset 2px 2px 10px rgba(255, 255, 255, 0.2), inset -2px -2px 10px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.4);
  border-color: #9f3d3d;
}
body.blackjack-room.game-room .game-btn.btn-success {
  -webkit-box-shadow: inset 2px 2px 10px rgba(255, 255, 255, 0.2), inset -2px -2px 10px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.4);
          box-shadow: inset 2px 2px 10px rgba(255, 255, 255, 0.2), inset -2px -2px 10px rgba(0, 0, 0, 0.2), 0px 3px 6px rgba(0, 0, 0, 0.4);
  border-color: #419241;
}
body.blackjack-room .text-block {
  width: 600px;
  max-width: 100%;
  text-align: center;
  color: #fff;
  margin: 0 auto;
  font-weight: bold;
  text-shadow: 1px 1px 2px #000;
}
body.blackjack-room .player-hand {
  display: inline-block;
  max-width: 80px;
  margin: 0 3px;
}
body.blackjack-room #phand, body.blackjack-room #dhand {
  text-align: center;
}
body.blackjack-room #pcards, body.blackjack-room #dcards {
  min-height: 125px;
  text-align: center;
}
body.blackjack-room .table-container {
  background-color: green;
  padding: 20px;
  margin: 5px auto;
  width: 600px;
  max-width: 100%;
  color: #fff;
  font-weight: bold;
  border-radius: 5px;
  background-image: url("/new/images/poker-table-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
body.blackjack-room .big-text {
  font-weight: bold;
  margin: 0;
  line-height: 70px;
  color: #222;
}
body.blackjack-room .rules {
  color: #fff;
}

body:not(.theme-lightpink):not(.theme-darkgray):not(.theme-red):not(.theme-green):not(.theme-teal):not(.theme-purple):not(.theme-whiteredblack):not(.dark) .custom-search-visible input[type=search] {
  color: #484848;
  border-bottom: 1px solid #484848;
}
body:not(.theme-lightpink):not(.theme-darkgray):not(.theme-red):not(.theme-green):not(.theme-teal):not(.theme-purple):not(.theme-whiteredblack):not(.dark) form.custom-search .glyphicon-search {
  color: #484848 !important;
}
body:not(.theme-lightpink):not(.theme-darkgray):not(.theme-red):not(.theme-green):not(.theme-teal):not(.theme-purple):not(.theme-whiteredblack):not(.dark) .custom-search-visible input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #969696 !important;
}
body:not(.theme-lightpink):not(.theme-darkgray):not(.theme-red):not(.theme-green):not(.theme-teal):not(.theme-purple):not(.theme-whiteredblack):not(.dark) .custom-search-visible input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #969696 !important;
}
body:not(.theme-lightpink):not(.theme-darkgray):not(.theme-red):not(.theme-green):not(.theme-teal):not(.theme-purple):not(.theme-whiteredblack):not(.dark) .custom-search-visible input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #969696 !important;
}
body:not(.theme-lightpink):not(.theme-darkgray):not(.theme-red):not(.theme-green):not(.theme-teal):not(.theme-purple):not(.theme-whiteredblack):not(.dark) .custom-search-visible input::-ms-input-placeholder { /* Microsoft Edge */
  color: #969696 !important;
}
body:not(.theme-lightpink):not(.theme-darkgray):not(.theme-red):not(.theme-green):not(.theme-teal):not(.theme-purple):not(.theme-whiteredblack):not(.dark) .custom-search-visible input::placeholder { /* Most modern browsers support this now. */
  color: #969696 !important;
}
body:not(.theme-lightpink):not(.theme-darkgray):not(.theme-red):not(.theme-green):not(.theme-teal):not(.theme-purple):not(.theme-whiteredblack):not(.dark) .account-menu .form-control {
  color: inherit;
  border-bottom-color: #c5c5c5 !important;
}
body:not(.theme-lightpink):not(.theme-darkgray):not(.theme-red):not(.theme-green):not(.theme-teal):not(.theme-purple):not(.theme-whiteredblack):not(.dark) .account-menu input.form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
  color: #969696 !important;
}
body:not(.theme-lightpink):not(.theme-darkgray):not(.theme-red):not(.theme-green):not(.theme-teal):not(.theme-purple):not(.theme-whiteredblack):not(.dark) .account-menu input.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #969696 !important;
}
body:not(.theme-lightpink):not(.theme-darkgray):not(.theme-red):not(.theme-green):not(.theme-teal):not(.theme-purple):not(.theme-whiteredblack):not(.dark) .account-menu input.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #969696 !important;
}
body:not(.theme-lightpink):not(.theme-darkgray):not(.theme-red):not(.theme-green):not(.theme-teal):not(.theme-purple):not(.theme-whiteredblack):not(.dark) .account-menu input.form-control::-ms-input-placeholder { /* Microsoft Edge */
  color: #969696 !important;
}
body:not(.theme-lightpink):not(.theme-darkgray):not(.theme-red):not(.theme-green):not(.theme-teal):not(.theme-purple):not(.theme-whiteredblack):not(.dark) .account-menu input.form-control::placeholder { /* Most modern browsers support this now. */
  color: #969696 !important;
}/*# sourceMappingURL=nubiles.css.map */</pre></body></html>