
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #fefefe;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #fefefe;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

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

::-webkit-input-placeholder {
  color: #cacaca; }

:-ms-input-placeholder {
  color: #cacaca; }

::-ms-input-placeholder {
  color: #cacaca; }

::placeholder {
  color: #cacaca; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #fefefe; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #fefefe; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 0 0 0 0; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #fefefe;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.4375rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

.input-group .input-group-button {
  display: table-cell; }

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

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #fefefe;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #ec5840;
  background-color: #f9ecea; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #ec5840; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #ec5840; }
  .is-invalid-input:not(:focus)::-ms-input-placeholder {
    color: #ec5840; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #cacaca; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.5rem; }
  h2, .h2 {
    font-size: 2rem; }
  h3, .h3 {
    font-size: 1.5rem; }
  h4, .h4 {
    font-size: 1.3125rem; }
  h5, .h5 {
    font-size: 1.125rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #2199e8;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #fefefe;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #fefefe; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #fefefe; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

.row {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column, .columns, .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.row .column.row.row, .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0; }

.small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

.small-centered {
  margin-right: auto;
  margin-left: auto; }
  .small-centered, .small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0; }
  .small-uncentered, .small-uncentered:last-child:not(:first-child),
  .small-push-0,
  .small-push-0:last-child:not(:first-child),
  .small-pull-0,
  .small-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none; }
  .small-uncentered:last-child:not(:first-child),
  .small-push-0:last-child:not(:first-child),
  .small-pull-0:last-child:not(:first-child) {
    float: right; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .medium-uncentered, .medium-uncentered:last-child:not(:first-child),
    .medium-push-0,
    .medium-push-0:last-child:not(:first-child),
    .medium-pull-0,
    .medium-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .medium-uncentered:last-child:not(:first-child),
    .medium-push-0:last-child:not(:first-child),
    .medium-pull-0:last-child:not(:first-child) {
      float: right; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.33333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.66667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.28571%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-right: 0;
    margin-left: 0; }
    .large-uncentered, .large-uncentered:last-child:not(:first-child),
    .large-push-0,
    .large-push-0:last-child:not(:first-child),
    .large-pull-0,
    .large-pull-0:last-child:not(:first-child) {
      float: left;
      clear: none; }
    .large-uncentered:last-child:not(:first-child),
    .large-push-0:last-child:not(:first-child),
    .large-pull-0:last-child:not(:first-child) {
      float: right; } }

.column-block {
  margin-bottom: 1.25rem; }
  .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .column-block {
      margin-bottom: 1.875rem; }
      .column-block > :last-child {
        margin-bottom: 0; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #2199e8;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #1583cc;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #2199e8;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #147cc0;
      color: #fefefe; }
  .button.secondary {
    background-color: #777;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #fefefe; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button.warning {
    background-color: #ffae00;
    color: #fefefe; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button.alert {
    background-color: #ec5840;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #2199e8;
      color: #fefefe; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #2199e8;
        color: #fefefe; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #777;
        color: #fefefe; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #3adb76;
        color: #fefefe; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #ffae00;
        color: #fefefe; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #ec5840;
        color: #fefefe; }
  .button.hollow {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #2199e8;
        color: #2199e8; }
    .button.hollow.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #2199e8;
          color: #2199e8; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #777;
          color: #777; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #ec5840;
          color: #ec5840; }
  .button.clear {
    border: 1px solid #2199e8;
    color: #2199e8; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #2199e8;
        color: #2199e8; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #2199e8;
      color: #2199e8; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #2199e8;
          color: #2199e8; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #777;
          color: #777; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #157539;
        color: #157539; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #3adb76;
          color: #3adb76; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #805700;
        color: #805700; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #ffae00;
          color: #ffae00; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #ec5840;
          color: #ec5840; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after, .button.dropdown.clear::after {
    border-top-color: #2199e8; }
  .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
    border-top-color: #2199e8; }
  .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #777; }
  .button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
    border-top-color: #ec5840; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:last-child {
      width: calc(100% - 1px); }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #2199e8;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #147cc0;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #777;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #fefefe; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #fefefe; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #fefefe; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #fefefe; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  .button-group.stacked.expanded, .button-group.stacked-for-small.expanded, .button-group.stacked-for-medium.expanded {
    margin-right: -1px; }
    .button-group.stacked.expanded::before, .button-group.stacked.expanded::after, .button-group.stacked-for-small.expanded::before, .button-group.stacked-for-small.expanded::after, .button-group.stacked-for-medium.expanded::before, .button-group.stacked-for-medium.expanded::after {
      display: none; }
    .button-group.stacked.expanded .button:first-child:last-child, .button-group.stacked-for-small.expanded .button:first-child:last-child, .button-group.stacked-for-medium.expanded .button:first-child:last-child {
      width: calc(100% - 1px); }
    .button-group.stacked.expanded .button:first-child:nth-last-child(2), .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.stacked.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.stacked.expanded .button:first-child:nth-last-child(3), .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.stacked.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.stacked.expanded .button:first-child:nth-last-child(4), .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.stacked.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.stacked.expanded .button:first-child:nth-last-child(5), .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.stacked.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.stacked.expanded .button:first-child:nth-last-child(6), .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6), .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.stacked.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-small.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):last-child, .button-group.stacked-for-medium.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.99875em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }
  @media screen and (max-width: 63.99875em) {
    .button-group.stacked-for-medium.expanded {
      display: block; }
      .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0; } }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #2199e8;
  color: #fefefe; }
  .label.primary {
    background: #2199e8;
    color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca; }
  .progress.primary .progress-meter {
    background-color: #2199e8; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #2199e8; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #2199e8;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #1583cc; }
  .slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #2199e8; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f8f8f8;
    color: #fefefe; }
  tfoot {
    background: #f1f1f1;
    color: #fefefe; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

@media screen and (max-width: 63.99875em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f3f3f3; }

table.hover tfoot tr:hover {
  background-color: #ececec; }

table.hover tbody tr:hover {
  background-color: #f9f9f9; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ececec; }

.table-scroll {
  overflow-x: auto; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #2199e8;
  color: #fefefe; }
  .badge.primary {
    background: #2199e8;
    color: #fefefe; }
  .badge.secondary {
    background: #777;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #fefefe;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #2199e8; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    cursor: not-allowed; }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #fefefe; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    display: block;
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #fefefe; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #2199e8;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #fefefe; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #fefefe;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #fefefe transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #2199e8; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #fefefe;
  color: #fefefe; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #e6e6e6; }

.media-object {
  display: block;
  margin-bottom: 1rem; }
  .media-object img {
    max-width: none; }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 39.99875em) {
    .stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      display: block; }
      .stack-for-small .media-object-section img {
        width: 100%; } }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%;
  position: absolute; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #cacaca; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #2199e8; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1673b1; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #2199e8; }
    [data-whatinput='mouse'] .tabs-title > a {
      outline: 0; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #1468a0; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6;
      color: #2199e8; }

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #fefefe;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 4px solid #fefefe;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
          box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
            box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }
  a.thumbnail image {
    -webkit-box-shadow: none;
            box-shadow: none; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu li, .menu.horizontal li {
    display: inline-block; }
  .menu.vertical li {
    display: block; }
  .menu.expanded {
    display: table;
    width: 100%; }
    .menu.expanded > li {
      display: table-cell;
      vertical-align: middle; }
  .menu.simple li + li {
    margin-left: 1rem; }
  .menu.simple a {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal li {
      display: inline-block; }
    .menu.medium-vertical li {
      display: block; }
    .menu.medium-expanded {
      display: table;
      width: 100%; }
      .menu.medium-expanded > li {
        display: table-cell;
        vertical-align: middle; }
    .menu.medium-simple {
      display: table;
      width: 100%; }
      .menu.medium-simple > li {
        display: table-cell;
        vertical-align: middle; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal li {
      display: inline-block; }
    .menu.large-vertical li {
      display: block; }
    .menu.large-expanded {
      display: table;
      width: 100%; }
      .menu.large-expanded > li {
        display: table-cell;
        vertical-align: middle; }
    .menu.large-simple {
      display: table;
      width: 100%; }
      .menu.large-simple > li {
        display: table-cell;
        vertical-align: middle; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons img,
  .menu.icons i,
  .menu.icons svg {
    vertical-align: middle; }
    .menu.icons img + span,
    .menu.icons i + span,
    .menu.icons svg + span {
      vertical-align: middle; }
  .menu.icon-top img,
  .menu.icon-top i,
  .menu.icon-top svg, .menu.icon-right img,
  .menu.icon-right i,
  .menu.icon-right svg, .menu.icon-bottom img,
  .menu.icon-bottom i,
  .menu.icon-bottom svg, .menu.icon-left img,
  .menu.icon-left i,
  .menu.icon-left svg {
    vertical-align: middle; }
    .menu.icon-top img + span,
    .menu.icon-top i + span,
    .menu.icon-top svg + span, .menu.icon-right img + span,
    .menu.icon-right i + span,
    .menu.icon-right svg + span, .menu.icon-bottom img + span,
    .menu.icon-bottom i + span,
    .menu.icon-bottom svg + span, .menu.icon-left img + span,
    .menu.icon-left i + span,
    .menu.icon-left svg + span {
      vertical-align: middle; }
  .menu.icon-left li a img,
  .menu.icon-left li a i,
  .menu.icon-left li a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu.icon-right li a img,
  .menu.icon-right li a i,
  .menu.icon-right li a svg {
    margin-left: 0.25rem;
    display: inline-block; }
  .menu.icon-top li a {
    text-align: center; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-bottom li a {
    text-align: center; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      display: block;
      margin: 0.25rem auto 0; }
  .menu .is-active > a {
    background: #2199e8;
    color: #fefefe; }
  .menu .active > a {
    background: #2199e8;
    color: #fefefe; }
  .menu.align-left {
    text-align: left; }
  .menu.align-right {
    text-align: right; }
    .menu.align-right .submenu li {
      text-align: left; }
    .menu.align-right.vertical .submenu li {
      text-align: right; }
    .menu.align-right .nested {
      margin-right: 1rem;
      margin-left: 0; }
  .menu.align-center {
    text-align: center; }
    .menu.align-center .submenu li {
      text-align: left; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  text-align: center; }
  .menu-centered > .menu .submenu li {
    text-align: left; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
            box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
            box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fefefe;
    -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
            box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2199e8 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2199e8 transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2199e8;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2199e8;
  right: 1rem;
  left: auto; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2199e8 transparent transparent;
  right: auto;
  left: 1rem; }

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2199e8 transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #2199e8 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0; }

.dropdown.menu > li > a {
  padding: 0.7rem 1rem; }

.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #2199e8; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #2199e8 transparent transparent;
  right: auto;
  left: 5px; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #2199e8; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2199e8 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2199e8 transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2199e8; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #2199e8 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2199e8 transparent transparent;
    right: auto;
    left: 5px; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2199e8; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #2199e8 transparent transparent;
    right: auto;
    left: 5px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #2199e8; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
              box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #e6e6e6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
              box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px); }
  .off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
            transform: translateX(250px); }
  .position-left.is-transition-push {
    -webkit-box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
            box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px); }
  .off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
            transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px); }
  .position-right.is-transition-push {
    -webkit-box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
            box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-250px);
        -ms-transform: translateY(-250px);
            transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
        -ms-transform: translateY(250px);
            transform: translateY(250px); }
  .position-top.is-transition-push {
    -webkit-box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
            box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(250px);
        -ms-transform: translateY(250px);
            transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
        -ms-transform: translateY(-250px);
            transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    -webkit-box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
            box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

.off-canvas-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .off-canvas-content.has-transition-push {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 12;
    -webkit-transition: none;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    -webkit-transition: none;
    transition: none; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden; }
  html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll; }
  html.is-reveal-open body {
    overflow-y: hidden; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.99875em) {
    .reveal {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 100%;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

.title-bar {
  padding: 0.5rem;
  background: #fefefe;
  color: #fefefe; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #e6e6e6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.99875em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.99875em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

.top-bar-left {
  float: left; }

.top-bar-right {
  float: right; }

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

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

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

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }

.clearfix::after {
  clear: both; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }
/**
 * At-who
 */
.atwho-view {
    position:absolute;
    top: 0;
    left: 0;
    display: none;
    margin-top: 18px;
    background: white;
    color: black;
    border: 1px solid #DDD;
    border-radius: 3px;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    min-width: 120px;
    max-height: 200px;
    overflow: auto;
    z-index: 11110 !important;
}

.atwho-view .cur {
    background: #3366FF;
    color: white;
}
.atwho-view .cur small {
    color: white;
}
.atwho-view strong {
    color: #3366FF;
}
.atwho-view .cur strong {
    color: white;
    font:bold;
}
.atwho-view ul {
    /* width: 100px; */
    list-style:none;
    padding:0;
    margin:auto;
}
.atwho-view ul li {
    display: block;
    padding: 5px 10px;
    border-bottom: 1px solid #DDD;
    cursor: pointer;
    /* border-top: 1px solid #C8C8C8; */
}
.atwho-view small {
    font-size: smaller;
    color: #777;
    font-weight: normal;
}
/**
* AutoSuggest CSS - Version 1.2
*/
ul.as-selections {
  list-style-type: none;
  border-top: 1px solid #888;
  border-bottom: 1px solid #b6b6b6;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 4px 0 4px 4px;
  margin: 0;
  overflow: auto;
  background-color: #fff;
  box-shadow:inset 0 1px 2px #888;
  -webkit-box-shadow:inset 0 1px 2px #888;
  -moz-box-shadow:inset 0 1px 2px #888;
}

ul.as-selections.loading {
  background-color: #eee;
}

ul.as-selections li {
  float: left;
  margin: 1px 4px 1px 0;
}

ul.as-selections li.as-selection-item {
  color: #2b3840;
  font-size: 13px;
  font-family: "Lucida Grande", arial, sans-serif;
  text-shadow: 0 1px 1px #fff;
  background-color: #ddeefe;
  background-image: -moz-linear-gradient(top, #ddeefe, #bfe0f1);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ddeefe), to(#bfe0f1));
  border: 1px solid #acc3ec;
  border-top-color: #c0d9e9;
  padding: 2px 7px 2px 10px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  box-shadow: 0 1px 1px #e4edf2;
  -webkit-box-shadow: 0 1px 1px #e4edf2;
  -moz-box-shadow: 0 1px 1px #e4edf2;
}

ul.as-selections li.as-selection-item:last-child {
  margin-left: 30px;
}

ul.as-selections li.as-selection-item a.as-close {
  float: right;
  margin: 1px 0 0 7px;
  padding: 0 2px;
  cursor: pointer;
  color: #5491be;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 0 1px 1px #fff;
  -webkit-transition: color .1s ease-in;
}

ul.as-selections li.as-selection-item.blur {
  color: #666666;
  background-color: #f4f4f4;
  background-image: -moz-linear-gradient(top, #f4f4f4, #d5d5d5);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4f4f4), to(#d5d5d5));
  border-color: #bbb;
  border-top-color: #ccc;
  box-shadow: 0 1px 1px #e9e9e9;
  -webkit-box-shadow: 0 1px 1px #e9e9e9;
  -moz-box-shadow: 0 1px 1px #e9e9e9;
}

ul.as-selections li.as-selection-item.blur a.as-close {
  color: #999;
}

ul.as-selections li:hover.as-selection-item {
  color: #2b3840;
  background-color: #bbd4f1;
  background-image: -moz-linear-gradient(top, #bbd4f1, #a3c2e5);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bbd4f1), to(#a3c2e5));
  border-color: #6da0e0;
  border-top-color: #8bb7ed;
}

ul.as-selections li:hover.as-selection-item a.as-close {
  color: #4d70b0;
}

ul.as-selections li.as-selection-item.selected {
  border-color: #1f30e4;
}

ul.as-selections li.as-selection-item a:hover.as-close {
  color: #1b3c65;
}

ul.as-selections li.as-selection-item a:active.as-close {
  color: #4d70b0;
}

ul.as-selections li.as-original {
  margin-left: 0;
}

ul.as-selections li.as-original input {
  border: none;
  outline: none;
  font-size: 13px;
  width: 120px;
  height: 18px;
  padding-top: 3px;
}

ul.as-list {
  position: absolute;
  list-style-type: none;
  margin: -1rem 0 0 0;
  padding: 0;
  font-size: 14px;
  color: #000;
  font-family: "Lucida Grande", arial, sans-serif;
  background-color: #fff;
  background-color: rgba(255,255,255,0.95);
  z-index: 99;
  box-shadow: 0 2px 12px #222;
  -webkit-box-shadow: 0 2px 12px #222;
  -moz-box-shadow: 0 2px 12px #222;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

li.as-result-item, li.as-message {
  margin: 0 0 0 0;
  padding: 5px 12px;
  background-color: transparent;
  border: 1px solid #fff;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  list-style: none !important;
}

li:first-child.as-result-item {
  margin: 0;
}

li.as-message {
  margin: 0;
  cursor: default;
}

li.as-result-item.active {
  background-color: #3668d9;
  background-image: -moz-linear-gradient(top, rgb(110, 129, 245), rgb(62, 82, 242));
  background-image: -webkit-gradient(linear, 0% 0%, 0% 64%, from(rgb(110, 129, 245)), to(rgb(62, 82, 242)));
  border-color: #3342e8;
  color: #fff;
  text-shadow: 0 1px 2px #122042;
}

li.as-result-item em {
  font-style: normal;
  background: #444;
  padding: 0 2px;
  color: #fff;
}

li.as-result-item.active em {
  background: #253f7a;
  color: #fff;
}

/* Webkit Hacks  */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  ul.as-selections {
    border-top-width: 2px;
  }
  ul.as-selections li.as-selection-item {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  ul.as-selections li.as-selection-item a.as-close {
    margin-top: -1px;
  }
  ul.as-selections li.as-original input {
    height: 19px;
  }
}

/* Opera Hacks  */
@media all and (-webkit-min-device-pixel-ratio:10000), not all and (-webkit-min-device-pixel-ratio:0) {
  ul.as-list {
    border: 1px solid #888;
  }
  ul.as-selections li.as-selection-item a.as-close {
    margin-left: 4px;
    margin-top: 0;
  }
}

/* IE Hacks  */
ul.as-list {
  border: 1px solid #888\9;
}
ul.as-selections li.as-selection-item a.as-close {
  margin-left: 4px\9;
  margin-top: 0\9;
}

/* Firefox 3.0 Hacks */
ul.as-list,  x:-moz-any-link, x:default {
  border: 1px solid #888;
}
BODY:first-of-type ul.as-list, x:-moz-any-link, x:default { /* Target FF 3.5+ */
  border: none;
}


/* Fix for Socibd */
ul.as-selections li.as-original input {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin:0;
  padding:3px 0 0 0;
}
ul.as-selections li.as-original input[type="text"]:focus {
  background: transparent;
  border-color: transparent;
}
ul.as-selections li {
  list-style: none;
}
ul.as-selections li.as-original input {
  font-size: 0.875rem;
}
ul.as-selections {
  padding: 0.5rem;
  margin: 0 0 1rem 0;
  border: 1px solid #cccccc;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
ul.as-selections li.as-selection-item {
  padding-top: 0;
  padding-bottom: 0;
}
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  margin: 0 0 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
          clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(//cdn.socibd.com/s/global/images/chosen1.8/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(//cdn.socibd.com/s/global/images/chosen1.8/chosen-sprite.png) no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url(//cdn.socibd.com/s/global/images/chosen1.8/chosen-sprite.png) no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
          clip-path: inset(100% 100%);
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 0;
  padding: 0.5em;
  height: 2.3125rem;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #999;
  font-size: 0.875rem;
  font-family: sans-serif;
  line-height: 1.5;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 0.5em 20px 0.5em 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 9px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url(//cdn.socibd.com/s/global/images/chosen1.8/chosen-sprite.png) -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url(//cdn.socibd.com/s/global/images/chosen1.8/chosen-sprite.png) no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url(//cdn.socibd.com/s/global/images/chosen1.8/chosen-sprite@2x.png) !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */
/*
* datetime picker
*/
.xdsoft_datetimepicker{
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #FFFFFF;
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  color: #333333;
  display: block;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
  padding-left: 0px;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display:none;
}

.xdsoft_datetimepicker iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 210px;
    background: transparent;
    border:none;
}
/*For IE8 or lower*/
.xdsoft_datetimepicker button {
    border:none !important;
}

.xdsoft_noselect{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.xdsoft_noselect::selection { background: transparent; }
.xdsoft_noselect::-moz-selection { background: transparent; }
.xdsoft_datetimepicker.xdsoft_inline{
  display: inline-block;
  position: static;
  box-shadow: none;
}
.xdsoft_datetimepicker *{
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding:0px;
  margin:0px;
}
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker  .xdsoft_timepicker{
  display:none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker  .xdsoft_timepicker.active{
  display:block;
}
.xdsoft_datetimepicker .xdsoft_datepicker{
  width: 224px;
  float:left;
  margin-left:8px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker{
  width: 58px;
  float:left;
  text-align:center;
  margin-left:8px;
  margin-top:0px;
}
.xdsoft_datetimepicker  .xdsoft_datepicker.active+.xdsoft_timepicker{
  margin-top:8px;
  margin-bottom:3px
}
.xdsoft_datetimepicker  .xdsoft_mounthpicker{
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker  .xdsoft_prev, .xdsoft_datetimepicker  .xdsoft_next,.xdsoft_datetimepicker  .xdsoft_today_button{
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==');
}
.xdsoft_datetimepicker  .xdsoft_prev{
    float: left;
  background-position:-20px 0px;
}
.xdsoft_datetimepicker  .xdsoft_today_button{
    float: left;
  background-position:-70px 0px;
  margin-left:5px;
}

.xdsoft_datetimepicker  .xdsoft_next{
    float: right;
  background-position:0px 0px;
}
.xdsoft_datetimepicker  .xdsoft_next:active,.xdsoft_datetimepicker  .xdsoft_prev:active{
}
.xdsoft_datetimepicker  .xdsoft_next,.xdsoft_datetimepicker  .xdsoft_prev ,.xdsoft_datetimepicker  .xdsoft_today_button{
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_next{
  float:none;
  background-position:-40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left:14px;
  margin-top:7px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_prev{
  background-position:-40px 0px;
  margin-bottom:7px;
  margin-top:0px;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box{
  height:151px;
  overflow:hidden;
  border-bottom:1px solid #DDDDDD;
}
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div{
  background: #F5F5F5;
  border-top:1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-collapse:collapse;
  cursor:pointer;
  border-bottom-width:0px;
  height:25px;
  line-height:25px;
}

.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div > div:first-child{
 border-top-width:0px;
}
.xdsoft_datetimepicker  .xdsoft_today_button:hover,
.xdsoft_datetimepicker  .xdsoft_next:hover,
.xdsoft_datetimepicker  .xdsoft_prev:hover {
    opacity: 1;
}
.xdsoft_datetimepicker  .xdsoft_label{
  display: inline;
    position: relative;
    z-index: 9999;
    margin: 0;
    padding: 5px 3px;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    background-color: #fff;
  float:left;
  width:182px;
  text-align:center;
  cursor:pointer;
}
.xdsoft_datetimepicker  .xdsoft_label:hover{
  text-decoration:underline;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select{
  border:1px solid #ccc;
  position:absolute;
  display:block;
  right:0px;
  top:30px;
  z-index:101;
  display:none;
  background:#fff;
  max-height:160px;
  overflow-y:hidden;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select.xdsoft_monthselect{right:-7px;}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select.xdsoft_yearselect{right:2px;}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover{
  color: #fff;
    background: #ff8000;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select > div > .xdsoft_option{
  padding:2px 10px 2px 5px;
}
.xdsoft_datetimepicker  .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current{
  background: #33AAFF;
  box-shadow: #178FE5 0px 1px 3px 0px inset;
  color:#fff;
  font-weight: 700;
}
.xdsoft_datetimepicker  .xdsoft_month{
  width:90px;
  text-align:right;
}
.xdsoft_datetimepicker  .xdsoft_calendar{
  clear:both;
}
.xdsoft_datetimepicker  .xdsoft_year{
  width:56px;
}
.xdsoft_datetimepicker  .xdsoft_calendar table{
  border-collapse:collapse;
  width:100%;

}
.xdsoft_datetimepicker  .xdsoft_calendar td > div{
  padding-right:5px;
}
.xdsoft_datetimepicker  .xdsoft_calendar th{
  height: 25px;
}
.xdsoft_datetimepicker  .xdsoft_calendar td,.xdsoft_datetimepicker  .xdsoft_calendar th{
  width:14.2857142%;
  text-align:center;
  background: #F5F5F5;
  border:1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: right;
  padding:0px;
  border-collapse:collapse;
  cursor:pointer;
  height: 25px;
}
.xdsoft_datetimepicker  .xdsoft_calendar th{
  background: #F1F1F1;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_today{
  color:#33AAFF;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_current{
  background: #33AAFF;
  box-shadow: #178FE5 0px 1px 3px 0px inset;
  color:#fff;
  font-weight: 700;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker  .xdsoft_time_box >div >div.xdsoft_disabled{
  opacity:0.5;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled{
  opacity:0.2;
}
.xdsoft_datetimepicker  .xdsoft_calendar td:hover,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div:hover{
  color: #fff !important;
    background: #ff8000 !important;
    box-shadow: none !important;
}
.xdsoft_datetimepicker  .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker  .xdsoft_timepicker .xdsoft_time_box >div >div.xdsoft_disabled:hover{
  color: inherit  !important;
    background: inherit !important;
    box-shadow: inherit !important;
}
.xdsoft_datetimepicker  .xdsoft_calendar th{
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor:default;
}
.xdsoft_datetimepicker  .xdsoft_copyright{ color:#ccc !important; font-size:10px;clear:both;float:none;margin-left:8px;}
.xdsoft_datetimepicker  .xdsoft_copyright a{ color:#eee !important;}
.xdsoft_datetimepicker  .xdsoft_copyright a:hover{ color:#aaa !important;}


.xdsoft_time_box{
  position:relative;
  border:1px solid #ccc;
}
.xdsoft_scrollbar >.xdsoft_scroller{
  background:#ccc !important;
  height:20px;
  border-radius:3px;
}
.xdsoft_scrollbar{
  position:absolute;
  width:7px;
  width:7px;
  right:0px;
  top:0px;
  bottom:0px;
  cursor:pointer;
}
.xdsoft_scroller_box{
position:relative;
}
.fluidbox {
  outline: none;
  display: inline;
  /*display: inline-block;*/
}
.hidden {
  display: none;
}
.fluidbox-overlay {
  background-color: rgba(255,255,255,.85);
  cursor: pointer;
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: all .25s ease-in-out;
}
.fluidbox-wrap {
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  position: relative;
  transition: all .25s ease-in-out;
}
.fluidbox-ghost {
  background-size: 100% 100%;
  background-position: center center;
  position: absolute;
  transition: all .25s ease-in-out;
}
  .fluidbox-closed .fluidbox-ghost {
    -webkit-transition-property: top, left, opacity, -webkit-transform;
    -moz-transition-property: top, left, opacity, -moz-transform;
    -o-transition-property: top, left, opacity, -o-transform;
    transition-property: top, left, opacity, transform;
    transition-delay: 0, 0, .25s, 0;
  }
  .fluidbox-closed .fluidbox-wrap img {
    transition-property: opacity;
    transition-delay: .25s;
    transition-duration: 0s;
  }
@font-face {
  font-family: "iconfont";
  src: url(//cdn.socibd.com/s/global/font/iconfont.eot?v=1.1.56);
  src: url(//cdn.socibd.com/s/global/font/iconfont.eot?#iefix&v=1.1.56) format("embedded-opentype"),
    url(//cdn.socibd.com/s/global/font/iconfont.woff2?v=1.1.56) format("woff2"),
    url(//cdn.socibd.com/s/global/font/iconfont.woff?v=1.1.56) format("woff"),
    url(//cdn.socibd.com/s/global/font/iconfont.ttf?v=1.1.56) format("truetype"),
    url(//cdn.socibd.com/s/global/font/iconfont.svg?v=1.1.56#svgiconfont) format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 iconfont;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.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 > 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 #eeeeee;
  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;
}
/* Deprecated as of 4.4.0 */
.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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-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);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}


 .fa-verified:before {
	content: "\f101";
}
.fa-swirl-arrow-up:before {
	content: "\f102";
}
.fa-swirl-arrow-right:before {
	content: "\f103";
}
.fa-swirl-arrow-left:before {
	content: "\f104";
}
.fa-swirl-arrow-down:before {
	content: "\f105";
}
.fa-swirl-arrow-alt-up:before {
	content: "\f106";
}
.fa-swirl-arrow-alt-right:before {
	content: "\f107";
}
.fa-swirl-arrow-alt-left:before {
	content: "\f108";
}
.fa-swirl-arrow-alt-down:before {
	content: "\f109";
}
.fa-ribbon-arrow-up:before {
	content: "\f10a";
}
.fa-ribbon-arrow-right:before {
	content: "\f10b";
}
.fa-ribbon-arrow-left:before {
	content: "\f10c";
}
.fa-ribbon-arrow-down:before {
	content: "\f10d";
}
.fa-map-marker-o:before {
	content: "\f10e";
}
.fa-location-arrow-up:before {
	content: "\f10f";
}
.fa-location-arrow-right:before {
	content: "\f110";
}
.fa-location-arrow-left:before {
	content: "\f111";
}
.fa-location-arrow-down:before {
	content: "\f112";
}
.fa-leaf-o:before {
	content: "\f113";
}
.fa-fiction:before {
	content: "\f114";
}
.fa-eye2:before {
	content: "\f115";
}
.fa-eye-slash2:before {
	content: "\f116";
}
.fa-bars-right:before {
	content: "\f117";
}
.fa-bars-left:before {
	content: "\f118";
}
.fa-banner-arrow-up:before {
	content: "\f119";
}
.fa-banner-arrow-right:before {
	content: "\f11a";
}
.fa-banner-arrow-left:before {
	content: "\f11b";
}
.fa-banner-arrow-down:before {
	content: "\f11c";
}
.fa-banner-arrow-alt-up:before {
	content: "\f11d";
}
.fa-banner-arrow-alt-right:before {
	content: "\f11e";
}
.fa-banner-arrow-alt-left:before {
	content: "\f11f";
}
.fa-banner-arrow-alt-down:before {
	content: "\f120";
}
.fa-arrows-in:before {
	content: "\f121";
}
.fa-arrows-alt-in:before {
	content: "\f122";
}
.fa-archery-arrow-up:before {
	content: "\f123";
}
.fa-archery-arrow-right:before {
	content: "\f124";
}
.fa-archery-arrow-left:before {
	content: "\f125";
}
.fa-archery-arrow-down:before {
	content: "\f126";
}
.fa-address-book_ficons:before {
	content: "\f127";
}
.fa-500px:before {
	content: "\f128";
}
.fa-accessible-icon:before {
	content: "\f129";
}
.fa-accusoft:before {
	content: "\f12a";
}
.fa-address-book-o:before {
	content: "\f12b";
}
.fa-address-book:before {
	content: "\f12c";
}
.fa-address-card-o:before {
	content: "\f12d";
}
.fa-address-card:before {
	content: "\f12e";
}
.fa-adjust:before {
	content: "\f12f";
}
.fa-adn:before {
	content: "\f130";
}
.fa-adversal:before {
	content: "\f131";
}
.fa-affiliatetheme:before {
	content: "\f132";
}
.fa-algolia:before {
	content: "\f133";
}
.fa-align-center:before {
	content: "\f134";
}
.fa-align-justify:before {
	content: "\f135";
}
.fa-align-left:before {
	content: "\f136";
}
.fa-align-right:before {
	content: "\f137";
}
.fa-amazon-pay:before {
	content: "\f138";
}
.fa-amazon:before {
	content: "\f139";
}
.fa-ambulance:before {
	content: "\f13a";
}
.fa-american-sign-language-interpreting:before {
	content: "\f13b";
}
.fa-amilia:before {
	content: "\f13c";
}
.fa-anchor:before {
	content: "\f13d";
}
.fa-android:before {
	content: "\f13e";
}
.fa-angellist:before {
	content: "\f13f";
}
.fa-angle-double-down:before {
	content: "\f140";
}
.fa-angle-double-left:before {
	content: "\f141";
}
.fa-angle-double-right:before {
	content: "\f142";
}
.fa-angle-double-up:before {
	content: "\f143";
}
.fa-angle-down:before {
	content: "\f144";
}
.fa-angle-left:before {
	content: "\f145";
}
.fa-angle-right:before {
	content: "\f146";
}
.fa-angle-up:before {
	content: "\f147";
}
.fa-angrycreative:before {
	content: "\f148";
}
.fa-angular:before {
	content: "\f149";
}
.fa-app-store-ios:before {
	content: "\f14a";
}
.fa-app-store:before {
	content: "\f14b";
}
.fa-apper:before {
	content: "\f14c";
}
.fa-apple-pay:before {
	content: "\f14d";
}
.fa-apple:before {
	content: "\f14e";
}
.fa-archive:before {
	content: "\f14f";
}
.fa-area-chart:before {
	content: "\f150";
}
.fa-arrow-circle-down:before {
	content: "\f151";
}
.fa-arrow-circle-left:before {
	content: "\f152";
}
.fa-arrow-circle-o-down:before {
	content: "\f153";
}
.fa-arrow-circle-o-left:before {
	content: "\f154";
}
.fa-arrow-circle-o-right:before {
	content: "\f155";
}
.fa-arrow-circle-o-up:before {
	content: "\f156";
}
.fa-arrow-circle-right:before {
	content: "\f157";
}
.fa-arrow-circle-up:before {
	content: "\f158";
}
.fa-arrow-down:before {
	content: "\f159";
}
.fa-arrow-left:before {
	content: "\f15a";
}
.fa-arrow-right:before {
	content: "\f15b";
}
.fa-arrow-up:before {
	content: "\f15c";
}
.fa-arrows-alt:before {
	content: "\f15d";
}
.fa-arrows-h:before {
	content: "\f15e";
}
.fa-arrows-v:before {
	content: "\f15f";
}
.fa-arrows:before {
	content: "\f160";
}
.fa-asl-interpreting:before {
	content: "\f161";
}
.fa-assistive-listening-systems:before {
	content: "\f162";
}
.fa-asterisk:before {
	content: "\f163";
}
.fa-asymmetrik:before {
	content: "\f164";
}
.fa-at:before {
	content: "\f165";
}
.fa-audible:before {
	content: "\f166";
}
.fa-audio-description:before {
	content: "\f167";
}
.fa-automobile:before {
	content: "\f168";
}
.fa-autoprefixer:before {
	content: "\f169";
}
.fa-avianex:before {
	content: "\f16a";
}
.fa-aviato:before {
	content: "\f16b";
}
.fa-aws:before {
	content: "\f16c";
}
.fa-backward:before {
	content: "\f16d";
}
.fa-balance-scale:before {
	content: "\f16e";
}
.fa-ban:before {
	content: "\f16f";
}
.fa-bandcamp:before {
	content: "\f170";
}
.fa-bank:before {
	content: "\f171";
}
.fa-bar-chart-o:before {
	content: "\f172";
}
.fa-bar-chart:before {
	content: "\f173";
}
.fa-barcode:before {
	content: "\f174";
}
.fa-bars:before {
	content: "\f175";
}
.fa-bath:before {
	content: "\f176";
}
.fa-bathtub:before {
	content: "\f177";
}
.fa-battery-0:before {
	content: "\f178";
}
.fa-battery-1:before {
	content: "\f179";
}
.fa-battery-2:before {
	content: "\f17a";
}
.fa-battery-3:before {
	content: "\f17b";
}
.fa-battery-4:before {
	content: "\f17c";
}
.fa-battery-empty:before {
	content: "\f17d";
}
.fa-battery-full:before {
	content: "\f17e";
}
.fa-battery-half:before {
	content: "\f17f";
}
.fa-battery-quarter:before {
	content: "\f180";
}
.fa-battery-three-quarters:before {
	content: "\f181";
}
.fa-battery:before {
	content: "\f182";
}
.fa-bed:before {
	content: "\f183";
}
.fa-beer:before {
	content: "\f184";
}
.fa-behance-square:before {
	content: "\f185";
}
.fa-behance:before {
	content: "\f186";
}
.fa-bell-o:before {
	content: "\f187";
}
.fa-bell-slash-o:before {
	content: "\f188";
}
.fa-bell-slash:before {
	content: "\f189";
}
.fa-bell:before {
	content: "\f18a";
}
.fa-bicycle:before {
	content: "\f18b";
}
.fa-bimobject:before {
	content: "\f18c";
}
.fa-binoculars:before {
	content: "\f18d";
}
.fa-birthday-cake:before {
	content: "\f18e";
}
.fa-bitbucket-square:before {
	content: "\f18f";
}
.fa-bitbucket:before {
	content: "\f190";
}
.fa-bitcoin:before {
	content: "\f191";
}
.fa-bity:before {
	content: "\f192";
}
.fa-black-tie:before {
	content: "\f193";
}
.fa-blackberry:before {
	content: "\f194";
}
.fa-blind:before {
	content: "\f195";
}
.fa-blogger-b:before {
	content: "\f196";
}
.fa-blogger:before {
	content: "\f197";
}
.fa-bluetooth-b:before {
	content: "\f198";
}
.fa-bluetooth:before {
	content: "\f199";
}
.fa-bold:before {
	content: "\f19a";
}
.fa-bolt:before {
	content: "\f19b";
}
.fa-bomb:before {
	content: "\f19c";
}
.fa-book:before {
	content: "\f19d";
}
.fa-bookmark-o:before {
	content: "\f19e";
}
.fa-bookmark:before {
	content: "\f19f";
}
.fa-braille:before {
	content: "\f1a0";
}
.fa-briefcase:before {
	content: "\f1a1";
}
.fa-btc:before {
	content: "\f1a2";
}
.fa-bug:before {
	content: "\f1a3";
}
.fa-building-o:before {
	content: "\f1a4";
}
.fa-building:before {
	content: "\f1a5";
}
.fa-bullhorn:before {
	content: "\f1a6";
}
.fa-bullseye:before {
	content: "\f1a7";
}
.fa-buromobelexperte:before {
	content: "\f1a8";
}
.fa-bus:before {
	content: "\f1a9";
}
.fa-buysellads:before {
	content: "\f1aa";
}
.fa-cab:before {
	content: "\f1ab";
}
.fa-calculator:before {
	content: "\f1ac";
}
.fa-calendar-check-o:before {
	content: "\f1ad";
}
.fa-calendar-minus-o:before {
	content: "\f1ae";
}
.fa-calendar-o:before {
	content: "\f1af";
}
.fa-calendar-plus-o:before {
	content: "\f1b0";
}
.fa-calendar-times-o:before {
	content: "\f1b1";
}
.fa-calendar:before {
	content: "\f1b2";
}
.fa-camera-retro:before {
	content: "\f1b3";
}
.fa-camera:before {
	content: "\f1b4";
}
.fa-car:before {
	content: "\f1b5";
}
.fa-caret-down:before {
	content: "\f1b6";
}
.fa-caret-left:before {
	content: "\f1b7";
}
.fa-caret-right:before {
	content: "\f1b8";
}
.fa-caret-square-o-down:before {
	content: "\f1b9";
}
.fa-caret-square-o-left:before {
	content: "\f1ba";
}
.fa-caret-square-o-right:before {
	content: "\f1bb";
}
.fa-caret-square-o-up:before {
	content: "\f1bc";
}
.fa-caret-up:before {
	content: "\f1bd";
}
.fa-cart-arrow-down:before {
	content: "\f1be";
}
.fa-cart-plus:before {
	content: "\f1bf";
}
.fa-cc-amazon-pay:before {
	content: "\f1c0";
}
.fa-cc-amex:before {
	content: "\f1c1";
}
.fa-cc-apple-pay:before {
	content: "\f1c2";
}
.fa-cc-diners-club:before {
	content: "\f1c3";
}
.fa-cc-discover:before {
	content: "\f1c4";
}
.fa-cc-jcb:before {
	content: "\f1c5";
}
.fa-cc-mastercard:before {
	content: "\f1c6";
}
.fa-cc-paypal:before {
	content: "\f1c7";
}
.fa-cc-stripe:before {
	content: "\f1c8";
}
.fa-cc-visa:before {
	content: "\f1c9";
}
.fa-cc:before {
	content: "\f1ca";
}
.fa-centercode:before {
	content: "\f1cb";
}
.fa-certificate:before {
	content: "\f1cc";
}
.fa-chain-broken:before {
	content: "\f1cd";
}
.fa-chain:before {
	content: "\f1ce";
}
.fa-check-circle-o:before {
	content: "\f1cf";
}
.fa-check-circle:before {
	content: "\f1d0";
}
.fa-check-square-o:before {
	content: "\f1d1";
}
.fa-check-square:before {
	content: "\f1d2";
}
.fa-check:before {
	content: "\f1d3";
}
.fa-chevron-circle-down:before {
	content: "\f1d4";
}
.fa-chevron-circle-left:before {
	content: "\f1d5";
}
.fa-chevron-circle-right:before {
	content: "\f1d6";
}
.fa-chevron-circle-up:before {
	content: "\f1d7";
}
.fa-chevron-down:before {
	content: "\f1d8";
}
.fa-chevron-left:before {
	content: "\f1d9";
}
.fa-chevron-right:before {
	content: "\f1da";
}
.fa-chevron-up:before {
	content: "\f1db";
}
.fa-child:before {
	content: "\f1dc";
}
.fa-chrome:before {
	content: "\f1dd";
}
.fa-circle-o-notch:before {
	content: "\f1de";
}
.fa-circle-o:before {
	content: "\f1df";
}
.fa-circle-thin:before {
	content: "\f1e0";
}
.fa-circle:before {
	content: "\f1e1";
}
.fa-clipboard:before {
	content: "\f1e2";
}
.fa-clock-o:before {
	content: "\f1e3";
}
.fa-clone:before {
	content: "\f1e4";
}
.fa-close:before {
	content: "\f1e5";
}
.fa-cloud-download:before {
	content: "\f1e6";
}
.fa-cloud-upload:before {
	content: "\f1e7";
}
.fa-cloud:before {
	content: "\f1e8";
}
.fa-cloudscale:before {
	content: "\f1e9";
}
.fa-cloudsmith:before {
	content: "\f1ea";
}
.fa-cloudversify:before {
	content: "\f1eb";
}
.fa-cny:before {
	content: "\f1ec";
}
.fa-code-fork:before {
	content: "\f1ed";
}
.fa-code:before {
	content: "\f1ee";
}
.fa-codepen:before {
	content: "\f1ef";
}
.fa-codiepie:before {
	content: "\f1f0";
}
.fa-coffee:before {
	content: "\f1f1";
}
.fa-cog:before {
	content: "\f1f2";
}
.fa-cogs:before {
	content: "\f1f3";
}
.fa-columns:before {
	content: "\f1f4";
}
.fa-comment-o:before {
	content: "\f1f5";
}
.fa-comment:before {
	content: "\f1f6";
}
.fa-commenting-o:before {
	content: "\f1f7";
}
.fa-commenting:before {
	content: "\f1f8";
}
.fa-comments-o:before {
	content: "\f1f9";
}
.fa-comments:before {
	content: "\f1fa";
}
.fa-compass:before {
	content: "\f1fb";
}
.fa-compress:before {
	content: "\f1fc";
}
.fa-connectdevelop:before {
	content: "\f1fd";
}
.fa-contao:before {
	content: "\f1fe";
}
.fa-copy:before {
	content: "\f1ff";
}
.fa-copyright:before {
	content: "\f200";
}
.fa-cpanel:before {
	content: "\f201";
}
.fa-creative-commons:before {
	content: "\f202";
}
.fa-credit-card-alt:before {
	content: "\f203";
}
.fa-credit-card:before {
	content: "\f204";
}
.fa-crop:before {
	content: "\f205";
}
.fa-crosshairs:before {
	content: "\f206";
}
.fa-css3-alt:before {
	content: "\f207";
}
.fa-css3:before {
	content: "\f208";
}
.fa-cube:before {
	content: "\f209";
}
.fa-cubes:before {
	content: "\f20a";
}
.fa-cut:before {
	content: "\f20b";
}
.fa-cutlery:before {
	content: "\f20c";
}
.fa-cuttlefish:before {
	content: "\f20d";
}
.fa-d-and-d:before {
	content: "\f20e";
}
.fa-dashboard:before {
	content: "\f20f";
}
.fa-dashcube:before {
	content: "\f210";
}
.fa-database:before {
	content: "\f211";
}
.fa-deaf:before {
	content: "\f212";
}
.fa-deafness:before {
	content: "\f213";
}
.fa-dedent:before {
	content: "\f214";
}
.fa-delicious:before {
	content: "\f215";
}
.fa-deploydog:before {
	content: "\f216";
}
.fa-deskpro:before {
	content: "\f217";
}
.fa-desktop:before {
	content: "\f218";
}
.fa-deviantart:before {
	content: "\f219";
}
.fa-diamond:before {
	content: "\f21a";
}
.fa-digg:before {
	content: "\f21b";
}
.fa-digital-ocean:before {
	content: "\f21c";
}
.fa-discord:before {
	content: "\f21d";
}
.fa-discourse:before {
	content: "\f21e";
}
.fa-dochub:before {
	content: "\f21f";
}
.fa-docker:before {
	content: "\f220";
}
.fa-dollar:before {
	content: "\f221";
}
.fa-dot-circle-o:before {
	content: "\f222";
}
.fa-download:before {
	content: "\f223";
}
.fa-draft2digital:before {
	content: "\f224";
}
.fa-dribbble-square:before {
	content: "\f225";
}
.fa-dribbble:before {
	content: "\f226";
}
.fa-drivers-license-o:before {
	content: "\f227";
}
.fa-drivers-license:before {
	content: "\f228";
}
.fa-dropbox:before {
	content: "\f229";
}
.fa-drupal:before {
	content: "\f22a";
}
.fa-dyalog:before {
	content: "\f22b";
}
.fa-earlybirds:before {
	content: "\f22c";
}
.fa-edge:before {
	content: "\f22d";
}
.fa-edit:before {
	content: "\f22e";
}
.fa-eercast:before {
	content: "\f22f";
}
.fa-eject:before {
	content: "\f230";
}
.fa-ellipsis-h:before {
	content: "\f231";
}
.fa-ellipsis-v:before {
	content: "\f232";
}
.fa-ember:before {
	content: "\f233";
}
.fa-empire:before {
	content: "\f234";
}
.fa-envelope-o:before {
	content: "\f235";
}
.fa-envelope-open-o:before {
	content: "\f236";
}
.fa-envelope-open:before {
	content: "\f237";
}
.fa-envelope-square:before {
	content: "\f238";
}
.fa-envelope:before {
	content: "\f239";
}
.fa-envira:before {
	content: "\f23a";
}
.fa-eraser:before {
	content: "\f23b";
}
.fa-erlang:before {
	content: "\f23c";
}
.fa-ethereum:before {
	content: "\f23d";
}
.fa-etsy:before {
	content: "\f23e";
}
.fa-eur:before {
	content: "\f23f";
}
.fa-euro:before {
	content: "\f240";
}
.fa-exchange:before {
	content: "\f241";
}
.fa-exclamation-circle:before {
	content: "\f242";
}
.fa-exclamation-triangle:before {
	content: "\f243";
}
.fa-exclamation:before {
	content: "\f244";
}
.fa-expand:before {
	content: "\f245";
}
.fa-expeditedssl:before {
	content: "\f246";
}
.fa-external-link-square:before {
	content: "\f247";
}
.fa-external-link:before {
	content: "\f248";
}
.fa-eye-slash:before {
	content: "\f249";
}
.fa-eye:before {
	content: "\f24a";
}
.fa-eyedropper:before {
	content: "\f24b";
}
.fa-fa:before {
	content: "\f24c";
}
.fa-facebook-f:before {
	content: "\f24d";
}
.fa-facebook-messenger:before {
	content: "\f24e";
}
.fa-facebook-official:before {
	content: "\f24f";
}
.fa-facebook-square:before {
	content: "\f250";
}
.fa-facebook:before {
	content: "\f251";
}
.fa-fast-backward:before {
	content: "\f252";
}
.fa-fast-forward:before {
	content: "\f253";
}
.fa-fax:before {
	content: "\f254";
}
.fa-feed:before {
	content: "\f255";
}
.fa-female:before {
	content: "\f256";
}
.fa-fighter-jet:before {
	content: "\f257";
}
.fa-file-archive-o:before {
	content: "\f258";
}
.fa-file-audio-o:before {
	content: "\f259";
}
.fa-file-code-o:before {
	content: "\f25a";
}
.fa-file-excel-o:before {
	content: "\f25b";
}
.fa-file-image-o:before {
	content: "\f25c";
}
.fa-file-movie-o:before {
	content: "\f25d";
}
.fa-file-o:before {
	content: "\f25e";
}
.fa-file-pdf-o:before {
	content: "\f25f";
}
.fa-file-photo-o:before {
	content: "\f260";
}
.fa-file-picture-o:before {
	content: "\f261";
}
.fa-file-powerpoint-o:before {
	content: "\f262";
}
.fa-file-sound-o:before {
	content: "\f263";
}
.fa-file-text-o:before {
	content: "\f264";
}
.fa-file-text:before {
	content: "\f265";
}
.fa-file-video-o:before {
	content: "\f266";
}
.fa-file-word-o:before {
	content: "\f267";
}
.fa-file-zip-o:before {
	content: "\f268";
}
.fa-file:before {
	content: "\f269";
}
.fa-files-o:before {
	content: "\f26a";
}
.fa-film:before {
	content: "\f26b";
}
.fa-filter:before {
	content: "\f26c";
}
.fa-fire-extinguisher:before {
	content: "\f26d";
}
.fa-fire:before {
	content: "\f26e";
}
.fa-firefox:before {
	content: "\f26f";
}
.fa-first-order:before {
	content: "\f270";
}
.fa-firstdraft:before {
	content: "\f271";
}
.fa-flag-checkered:before {
	content: "\f272";
}
.fa-flag-o:before {
	content: "\f273";
}
.fa-flag:before {
	content: "\f274";
}
.fa-flash:before {
	content: "\f275";
}
.fa-flask:before {
	content: "\f276";
}
.fa-flickr:before {
	content: "\f277";
}
.fa-floppy-o:before {
	content: "\f278";
}
.fa-fly:before {
	content: "\f279";
}
.fa-folder-o:before {
	content: "\f27a";
}
.fa-folder-open-o:before {
	content: "\f27b";
}
.fa-folder-open:before {
	content: "\f27c";
}
.fa-folder:before {
	content: "\f27d";
}
.fa-font-awesome-alt:before {
	content: "\f27e";
}
.fa-font-awesome-flag:before {
	content: "\f27f";
}
.fa-font-awesome:before {
	content: "\f280";
}
.fa-font:before {
	content: "\f281";
}
.fa-fonticons-fi:before {
	content: "\f282";
}
.fa-fonticons:before {
	content: "\f283";
}
.fa-fort-awesome-alt:before {
	content: "\f284";
}
.fa-fort-awesome:before {
	content: "\f285";
}
.fa-forumbee:before {
	content: "\f286";
}
.fa-forward:before {
	content: "\f287";
}
.fa-foursquare:before {
	content: "\f288";
}
.fa-free-code-camp:before {
	content: "\f289";
}
.fa-freebsd:before {
	content: "\f28a";
}
.fa-frown-o:before {
	content: "\f28b";
}
.fa-futbol-o:before {
	content: "\f28c";
}
.fa-gamepad:before {
	content: "\f28d";
}
.fa-gavel:before {
	content: "\f28e";
}
.fa-gbp:before {
	content: "\f28f";
}
.fa-ge:before {
	content: "\f290";
}
.fa-gear:before {
	content: "\f291";
}
.fa-gears:before {
	content: "\f292";
}
.fa-genderless:before {
	content: "\f293";
}
.fa-get-pocket:before {
	content: "\f294";
}
.fa-gg-circle:before {
	content: "\f295";
}
.fa-gg:before {
	content: "\f296";
}
.fa-gift:before {
	content: "\f297";
}
.fa-git-square:before {
	content: "\f298";
}
.fa-git:before {
	content: "\f299";
}
.fa-github-alt:before {
	content: "\f29a";
}
.fa-github-square:before {
	content: "\f29b";
}
.fa-github:before {
	content: "\f29c";
}
.fa-gitkraken:before {
	content: "\f29d";
}
.fa-gitlab:before {
	content: "\f29e";
}
.fa-gitter:before {
	content: "\f29f";
}
.fa-gittip:before {
	content: "\f2a0";
}
.fa-glass:before {
	content: "\f2a1";
}
.fa-glide-g:before {
	content: "\f2a2";
}
.fa-glide:before {
	content: "\f2a3";
}
.fa-globe:before {
	content: "\f2a4";
}
.fa-gofore:before {
	content: "\f2a5";
}
.fa-goodreads-g:before {
	content: "\f2a6";
}
.fa-goodreads:before {
	content: "\f2a7";
}
.fa-google-drive:before {
	content: "\f2a8";
}
.fa-google-play:before {
	content: "\f2a9";
}
.fa-google-plus-circle:before {
	content: "\f2aa";
}
.fa-google-plus-g:before {
	content: "\f2ab";
}
.fa-google-plus-official:before {
	content: "\f2ac";
}
.fa-google-plus-square:before {
	content: "\f2ad";
}
.fa-google-plus:before {
	content: "\f2ae";
}
.fa-google-wallet:before {
	content: "\f2af";
}
.fa-google:before {
	content: "\f2b0";
}
.fa-graduation-cap:before {
	content: "\f2b1";
}
.fa-gratipay:before {
	content: "\f2b2";
}
.fa-grav:before {
	content: "\f2b3";
}
.fa-gripfire:before {
	content: "\f2b4";
}
.fa-group:before {
	content: "\f2b5";
}
.fa-grunt:before {
	content: "\f2b6";
}
.fa-gulp:before {
	content: "\f2b7";
}
.fa-h-square:before {
	content: "\f2b8";
}
.fa-hacker-news-square:before {
	content: "\f2b9";
}
.fa-hacker-news:before {
	content: "\f2ba";
}
.fa-hand-grab-o:before {
	content: "\f2bb";
}
.fa-hand-lizard-o:before {
	content: "\f2bc";
}
.fa-hand-o-down:before {
	content: "\f2bd";
}
.fa-hand-o-left:before {
	content: "\f2be";
}
.fa-hand-o-right:before {
	content: "\f2bf";
}
.fa-hand-o-up:before {
	content: "\f2c0";
}
.fa-hand-paper-o:before {
	content: "\f2c1";
}
.fa-hand-peace-o:before {
	content: "\f2c2";
}
.fa-hand-pointer-o:before {
	content: "\f2c3";
}
.fa-hand-rock-o:before {
	content: "\f2c4";
}
.fa-hand-scissors-o:before {
	content: "\f2c5";
}
.fa-hand-spock-o:before {
	content: "\f2c6";
}
.fa-hand-stop-o:before {
	content: "\f2c7";
}
.fa-handshake-o:before {
	content: "\f2c8";
}
.fa-hard-of-hearing:before {
	content: "\f2c9";
}
.fa-hashtag:before {
	content: "\f2ca";
}
.fa-hdd-o:before {
	content: "\f2cb";
}
.fa-header:before {
	content: "\f2cc";
}
.fa-headphones:before {
	content: "\f2cd";
}
.fa-heart-o:before {
	content: "\f2ce";
}
.fa-heart:before {
	content: "\f2cf";
}
.fa-heartbeat:before {
	content: "\f2d0";
}
.fa-hire-a-helper:before {
	content: "\f2d1";
}
.fa-history:before {
	content: "\f2d2";
}
.fa-home:before {
	content: "\f2d3";
}
.fa-hooli:before {
	content: "\f2d4";
}
.fa-hospital-o:before {
	content: "\f2d5";
}
.fa-hotel:before {
	content: "\f2d6";
}
.fa-hotjar:before {
	content: "\f2d7";
}
.fa-hourglass-1:before {
	content: "\f2d8";
}
.fa-hourglass-2:before {
	content: "\f2d9";
}
.fa-hourglass-3:before {
	content: "\f2da";
}
.fa-hourglass-end:before {
	content: "\f2db";
}
.fa-hourglass-half:before {
	content: "\f2dc";
}
.fa-hourglass-o:before {
	content: "\f2dd";
}
.fa-hourglass-start:before {
	content: "\f2de";
}
.fa-hourglass:before {
	content: "\f2df";
}
.fa-houzz:before {
	content: "\f2e0";
}
.fa-html5:before {
	content: "\f2e1";
}
.fa-hubspot:before {
	content: "\f2e2";
}
.fa-i-cursor:before {
	content: "\f2e3";
}
.fa-id-badge:before {
	content: "\f2e4";
}
.fa-id-card-o:before {
	content: "\f2e5";
}
.fa-id-card:before {
	content: "\f2e6";
}
.fa-ils:before {
	content: "\f2e7";
}
.fa-image:before {
	content: "\f2e8";
}
.fa-imdb:before {
	content: "\f2e9";
}
.fa-inbox:before {
	content: "\f2ea";
}
.fa-indent:before {
	content: "\f2eb";
}
.fa-industry:before {
	content: "\f2ec";
}
.fa-info-circle:before {
	content: "\f2ed";
}
.fa-info:before {
	content: "\f2ee";
}
.fa-inr:before {
	content: "\f2ef";
}
.fa-instagram:before {
	content: "\f2f0";
}
.fa-institution:before {
	content: "\f2f1";
}
.fa-internet-explorer:before {
	content: "\f2f2";
}
.fa-intersex:before {
	content: "\f2f3";
}
.fa-ioxhost:before {
	content: "\f2f4";
}
.fa-italic:before {
	content: "\f2f5";
}
.fa-itunes-note:before {
	content: "\f2f6";
}
.fa-itunes:before {
	content: "\f2f7";
}
.fa-jenkins:before {
	content: "\f2f8";
}
.fa-joget:before {
	content: "\f2f9";
}
.fa-joomla:before {
	content: "\f2fa";
}
.fa-jpy:before {
	content: "\f2fb";
}
.fa-js-square:before {
	content: "\f2fc";
}
.fa-js:before {
	content: "\f2fd";
}
.fa-jsfiddle:before {
	content: "\f2fe";
}
.fa-key:before {
	content: "\f2ff";
}
.fa-keyboard-o:before {
	content: "\f300";
}
.fa-keycdn:before {
	content: "\f301";
}
.fa-kickstarter-k:before {
	content: "\f302";
}
.fa-kickstarter:before {
	content: "\f303";
}
.fa-korvue:before {
	content: "\f304";
}
.fa-krw:before {
	content: "\f305";
}
.fa-language:before {
	content: "\f306";
}
.fa-laptop:before {
	content: "\f307";
}
.fa-laravel:before {
	content: "\f308";
}
.fa-lastfm-square:before {
	content: "\f309";
}
.fa-lastfm:before {
	content: "\f30a";
}
.fa-leaf:before {
	content: "\f30b";
}
.fa-leanpub:before {
	content: "\f30c";
}
.fa-legal:before {
	content: "\f30d";
}
.fa-lemon-o:before {
	content: "\f30e";
}
.fa-less:before {
	content: "\f30f";
}
.fa-level-down:before {
	content: "\f310";
}
.fa-level-up:before {
	content: "\f311";
}
.fa-life-bouy:before {
	content: "\f312";
}
.fa-life-buoy:before {
	content: "\f313";
}
.fa-life-ring:before {
	content: "\f314";
}
.fa-life-saver:before {
	content: "\f315";
}
.fa-lightbulb-o:before {
	content: "\f316";
}
.fa-line-chart:before {
	content: "\f317";
}
.fa-line:before {
	content: "\f318";
}
.fa-link:before {
	content: "\f319";
}
.fa-linkedin-in:before {
	content: "\f31a";
}
.fa-linkedin-square:before {
	content: "\f31b";
}
.fa-linkedin:before {
	content: "\f31c";
}
.fa-linode:before {
	content: "\f31d";
}
.fa-linux:before {
	content: "\f31e";
}
.fa-list-alt:before {
	content: "\f31f";
}
.fa-list-ol:before {
	content: "\f320";
}
.fa-list-ul:before {
	content: "\f321";
}
.fa-list:before {
	content: "\f322";
}
.fa-location-arrow:before {
	content: "\f323";
}
.fa-lock:before {
	content: "\f324";
}
.fa-long-arrow-down:before {
	content: "\f325";
}
.fa-long-arrow-left:before {
	content: "\f326";
}
.fa-long-arrow-right:before {
	content: "\f327";
}
.fa-long-arrow-up:before {
	content: "\f328";
}
.fa-low-vision:before {
	content: "\f329";
}
.fa-lyft:before {
	content: "\f32a";
}
.fa-magento:before {
	content: "\f32b";
}
.fa-magic:before {
	content: "\f32c";
}
.fa-magnet:before {
	content: "\f32d";
}
.fa-mail-forward:before {
	content: "\f32e";
}
.fa-mail-reply-all:before {
	content: "\f32f";
}
.fa-mail-reply:before {
	content: "\f330";
}
.fa-male:before {
	content: "\f331";
}
.fa-map-marker:before {
	content: "\f332";
}
.fa-map-o:before {
	content: "\f333";
}
.fa-map-pin:before {
	content: "\f334";
}
.fa-map-signs:before {
	content: "\f335";
}
.fa-map:before {
	content: "\f336";
}
.fa-mars-double:before {
	content: "\f337";
}
.fa-mars-stroke-h:before {
	content: "\f338";
}
.fa-mars-stroke-v:before {
	content: "\f339";
}
.fa-mars-stroke:before {
	content: "\f33a";
}
.fa-mars:before {
	content: "\f33b";
}
.fa-maxcdn:before {
	content: "\f33c";
}
.fa-meanpath:before {
	content: "\f33d";
}
.fa-medapps:before {
	content: "\f33e";
}
.fa-medium-m:before {
	content: "\f33f";
}
.fa-medium:before {
	content: "\f340";
}
.fa-medkit:before {
	content: "\f341";
}
.fa-medrt:before {
	content: "\f342";
}
.fa-meetup:before {
	content: "\f343";
}
.fa-meh-o:before {
	content: "\f344";
}
.fa-mercury:before {
	content: "\f345";
}
.fa-microchip:before {
	content: "\f346";
}
.fa-microphone-slash:before {
	content: "\f347";
}
.fa-microphone:before {
	content: "\f348";
}
.fa-microsoft:before {
	content: "\f349";
}
.fa-minus-circle:before {
	content: "\f34a";
}
.fa-minus-square-o:before {
	content: "\f34b";
}
.fa-minus-square:before {
	content: "\f34c";
}
.fa-minus:before {
	content: "\f34d";
}
.fa-mix:before {
	content: "\f34e";
}
.fa-mixcloud:before {
	content: "\f34f";
}
.fa-mizuni:before {
	content: "\f350";
}
.fa-mobile-phone:before {
	content: "\f351";
}
.fa-mobile:before {
	content: "\f352";
}
.fa-modx:before {
	content: "\f353";
}
.fa-monero:before {
	content: "\f354";
}
.fa-money:before {
	content: "\f355";
}
.fa-moon-o:before {
	content: "\f356";
}
.fa-mortar-board:before {
	content: "\f357";
}
.fa-motorcycle:before {
	content: "\f358";
}
.fa-mouse-pointer:before {
	content: "\f359";
}
.fa-music:before {
	content: "\f35a";
}
.fa-napster:before {
	content: "\f35b";
}
.fa-navicon:before {
	content: "\f35c";
}
.fa-neuter:before {
	content: "\f35d";
}
.fa-newspaper-o:before {
	content: "\f35e";
}
.fa-nintendo-switch:before {
	content: "\f35f";
}
.fa-node-js:before {
	content: "\f360";
}
.fa-node:before {
	content: "\f361";
}
.fa-npm:before {
	content: "\f362";
}
.fa-ns8:before {
	content: "\f363";
}
.fa-nutritionix:before {
	content: "\f364";
}
.fa-object-group:before {
	content: "\f365";
}
.fa-object-ungroup:before {
	content: "\f366";
}
.fa-odnoklassniki-square:before {
	content: "\f367";
}
.fa-odnoklassniki:before {
	content: "\f368";
}
.fa-opencart:before {
	content: "\f369";
}
.fa-openid:before {
	content: "\f36a";
}
.fa-opera:before {
	content: "\f36b";
}
.fa-optin-monster:before {
	content: "\f36c";
}
.fa-osi:before {
	content: "\f36d";
}
.fa-outdent:before {
	content: "\f36e";
}
.fa-page4:before {
	content: "\f36f";
}
.fa-pagelines:before {
	content: "\f370";
}
.fa-paint-brush:before {
	content: "\f371";
}
.fa-palfed:before {
	content: "\f372";
}
.fa-paper-plane-o:before {
	content: "\f373";
}
.fa-paper-plane:before {
	content: "\f374";
}
.fa-paperclip:before {
	content: "\f375";
}
.fa-paragraph:before {
	content: "\f376";
}
.fa-paste:before {
	content: "\f377";
}
.fa-patreon:before {
	content: "\f378";
}
.fa-pause-circle-o:before {
	content: "\f379";
}
.fa-pause-circle:before {
	content: "\f37a";
}
.fa-pause:before {
	content: "\f37b";
}
.fa-paw:before {
	content: "\f37c";
}
.fa-paypal:before {
	content: "\f37d";
}
.fa-pencil-square-o:before {
	content: "\f37e";
}
.fa-pencil-square:before {
	content: "\f37f";
}
.fa-pencil:before {
	content: "\f380";
}
.fa-percent:before {
	content: "\f381";
}
.fa-periscope:before {
	content: "\f382";
}
.fa-phabricator:before {
	content: "\f383";
}
.fa-phoenix-framework:before {
	content: "\f384";
}
.fa-phone-square:before {
	content: "\f385";
}
.fa-phone:before {
	content: "\f386";
}
.fa-photo:before {
	content: "\f387";
}
.fa-picture-o:before {
	content: "\f388";
}
.fa-pie-chart:before {
	content: "\f389";
}
.fa-pied-piper-alt:before {
	content: "\f38a";
}
.fa-pied-piper-pp:before {
	content: "\f38b";
}
.fa-pied-piper:before {
	content: "\f38c";
}
.fa-pinterest-p:before {
	content: "\f38d";
}
.fa-pinterest-square:before {
	content: "\f38e";
}
.fa-pinterest:before {
	content: "\f38f";
}
.fa-plane:before {
	content: "\f390";
}
.fa-play-circle-o:before {
	content: "\f391";
}
.fa-play-circle:before {
	content: "\f392";
}
.fa-play:before {
	content: "\f393";
}
.fa-playstation:before {
	content: "\f394";
}
.fa-plug:before {
	content: "\f395";
}
.fa-plus-circle:before {
	content: "\f396";
}
.fa-plus-square-o:before {
	content: "\f397";
}
.fa-plus-square:before {
	content: "\f398";
}
.fa-plus:before {
	content: "\f399";
}
.fa-podcast:before {
	content: "\f39a";
}
.fa-power-off:before {
	content: "\f39b";
}
.fa-print:before {
	content: "\f39c";
}
.fa-product-hunt:before {
	content: "\f39d";
}
.fa-pushed:before {
	content: "\f39e";
}
.fa-puzzle-piece:before {
	content: "\f39f";
}
.fa-python:before {
	content: "\f3a0";
}
.fa-qq:before {
	content: "\f3a1";
}
.fa-qrcode:before {
	content: "\f3a2";
}
.fa-question-circle-o:before {
	content: "\f3a3";
}
.fa-question-circle:before {
	content: "\f3a4";
}
.fa-question:before {
	content: "\f3a5";
}
.fa-quora:before {
	content: "\f3a6";
}
.fa-quote-left:before {
	content: "\f3a7";
}
.fa-quote-right:before {
	content: "\f3a8";
}
.fa-ra:before {
	content: "\f3a9";
}
.fa-random:before {
	content: "\f3aa";
}
.fa-ravelry:before {
	content: "\f3ab";
}
.fa-react:before {
	content: "\f3ac";
}
.fa-rebel:before {
	content: "\f3ad";
}
.fa-recycle:before {
	content: "\f3ae";
}
.fa-red-river:before {
	content: "\f3af";
}
.fa-reddit-alien:before {
	content: "\f3b0";
}
.fa-reddit-square:before {
	content: "\f3b1";
}
.fa-reddit:before {
	content: "\f3b2";
}
.fa-refresh:before {
	content: "\f3b3";
}
.fa-registered:before {
	content: "\f3b4";
}
.fa-remove:before {
	content: "\f3b5";
}
.fa-rendact:before {
	content: "\f3b6";
}
.fa-renren:before {
	content: "\f3b7";
}
.fa-reorder:before {
	content: "\f3b8";
}
.fa-repeat:before {
	content: "\f3b9";
}
.fa-reply-all:before {
	content: "\f3ba";
}
.fa-reply:before {
	content: "\f3bb";
}
.fa-replyd:before {
	content: "\f3bc";
}
.fa-resistance:before {
	content: "\f3bd";
}
.fa-resolving:before {
	content: "\f3be";
}
.fa-retweet:before {
	content: "\f3bf";
}
.fa-rmb:before {
	content: "\f3c0";
}
.fa-road:before {
	content: "\f3c1";
}
.fa-rocket:before {
	content: "\f3c2";
}
.fa-rocketchat:before {
	content: "\f3c3";
}
.fa-rockrms:before {
	content: "\f3c4";
}
.fa-rotate-left:before {
	content: "\f3c5";
}
.fa-rotate-right:before {
	content: "\f3c6";
}
.fa-rouble:before {
	content: "\f3c7";
}
.fa-rss-square:before {
	content: "\f3c8";
}
.fa-rss:before {
	content: "\f3c9";
}
.fa-rub:before {
	content: "\f3ca";
}
.fa-ruble:before {
	content: "\f3cb";
}
.fa-rupee:before {
	content: "\f3cc";
}
.fa-s15:before {
	content: "\f3cd";
}
.fa-safari:before {
	content: "\f3ce";
}
.fa-sass:before {
	content: "\f3cf";
}
.fa-save:before {
	content: "\f3d0";
}
.fa-schlix:before {
	content: "\f3d1";
}
.fa-scissors:before {
	content: "\f3d2";
}
.fa-scribd:before {
	content: "\f3d3";
}
.fa-search-minus:before {
	content: "\f3d4";
}
.fa-search-plus:before {
	content: "\f3d5";
}
.fa-search:before {
	content: "\f3d6";
}
.fa-searchengin:before {
	content: "\f3d7";
}
.fa-sellcast:before {
	content: "\f3d8";
}
.fa-sellsy:before {
	content: "\f3d9";
}
.fa-send-o:before {
	content: "\f3da";
}
.fa-send:before {
	content: "\f3db";
}
.fa-server:before {
	content: "\f3dc";
}
.fa-servicestack:before {
	content: "\f3dd";
}
.fa-share-alt-square:before {
	content: "\f3de";
}
.fa-share-alt:before {
	content: "\f3df";
}
.fa-share-square-o:before {
	content: "\f3e0";
}
.fa-share-square:before {
	content: "\f3e1";
}
.fa-share:before {
	content: "\f3e2";
}
.fa-shekel:before {
	content: "\f3e3";
}
.fa-sheqel:before {
	content: "\f3e4";
}
.fa-shield:before {
	content: "\f3e5";
}
.fa-ship:before {
	content: "\f3e6";
}
.fa-shirtsinbulk:before {
	content: "\f3e7";
}
.fa-shopping-bag:before {
	content: "\f3e8";
}
.fa-shopping-basket:before {
	content: "\f3e9";
}
.fa-shopping-cart:before {
	content: "\f3ea";
}
.fa-shower:before {
	content: "\f3eb";
}
.fa-sign-in:before {
	content: "\f3ec";
}
.fa-sign-language:before {
	content: "\f3ed";
}
.fa-sign-out:before {
	content: "\f3ee";
}
.fa-signal:before {
	content: "\f3ef";
}
.fa-signing:before {
	content: "\f3f0";
}
.fa-simplybuilt:before {
	content: "\f3f1";
}
.fa-sistrix:before {
	content: "\f3f2";
}
.fa-sitemap:before {
	content: "\f3f3";
}
.fa-skyatlas:before {
	content: "\f3f4";
}
.fa-skype:before {
	content: "\f3f5";
}
.fa-slack-hash:before {
	content: "\f3f6";
}
.fa-slack:before {
	content: "\f3f7";
}
.fa-sliders:before {
	content: "\f3f8";
}
.fa-slideshare:before {
	content: "\f3f9";
}
.fa-smile-o:before {
	content: "\f3fa";
}
.fa-snapchat-ghost:before {
	content: "\f3fb";
}
.fa-snapchat-square:before {
	content: "\f3fc";
}
.fa-snapchat:before {
	content: "\f3fd";
}
.fa-snowflake-o:before {
	content: "\f3fe";
}
.fa-soccer-ball-o:before {
	content: "\f3ff";
}
.fa-sort-alpha-asc:before {
	content: "\f400";
}
.fa-sort-alpha-desc:before {
	content: "\f401";
}
.fa-sort-amount-asc:before {
	content: "\f402";
}
.fa-sort-amount-desc:before {
	content: "\f403";
}
.fa-sort-asc:before {
	content: "\f404";
}
.fa-sort-desc:before {
	content: "\f405";
}
.fa-sort-down:before {
	content: "\f406";
}
.fa-sort-numeric-asc:before {
	content: "\f407";
}
.fa-sort-numeric-desc:before {
	content: "\f408";
}
.fa-sort-up:before {
	content: "\f409";
}
.fa-sort:before {
	content: "\f40a";
}
.fa-soundcloud:before {
	content: "\f40b";
}
.fa-space-shuttle:before {
	content: "\f40c";
}
.fa-speakap:before {
	content: "\f40d";
}
.fa-spinner:before {
	content: "\f40e";
}
.fa-spoon:before {
	content: "\f40f";
}
.fa-spotify:before {
	content: "\f410";
}
.fa-square-o:before {
	content: "\f411";
}
.fa-square:before {
	content: "\f412";
}
.fa-stack-exchange:before {
	content: "\f413";
}
.fa-stack-overflow:before {
	content: "\f414";
}
.fa-star-half-empty:before {
	content: "\f415";
}
.fa-star-half-full:before {
	content: "\f416";
}
.fa-star-half-o:before {
	content: "\f417";
}
.fa-star-half:before {
	content: "\f418";
}
.fa-star-o:before {
	content: "\f419";
}
.fa-star:before {
	content: "\f41a";
}
.fa-staylinked:before {
	content: "\f41b";
}
.fa-steam-square:before {
	content: "\f41c";
}
.fa-steam-symbol:before {
	content: "\f41d";
}
.fa-steam:before {
	content: "\f41e";
}
.fa-step-backward:before {
	content: "\f41f";
}
.fa-step-forward:before {
	content: "\f420";
}
.fa-stethoscope:before {
	content: "\f421";
}
.fa-sticker-mule:before {
	content: "\f422";
}
.fa-sticky-note-o:before {
	content: "\f423";
}
.fa-sticky-note:before {
	content: "\f424";
}
.fa-stop-circle-o:before {
	content: "\f425";
}
.fa-stop-circle:before {
	content: "\f426";
}
.fa-stop:before {
	content: "\f427";
}
.fa-strava:before {
	content: "\f428";
}
.fa-street-view:before {
	content: "\f429";
}
.fa-strikethrough:before {
	content: "\f42a";
}
.fa-stripe-s:before {
	content: "\f42b";
}
.fa-stripe:before {
	content: "\f42c";
}
.fa-studiovinari:before {
	content: "\f42d";
}
.fa-stumbleupon-circle:before {
	content: "\f42e";
}
.fa-stumbleupon:before {
	content: "\f42f";
}
.fa-subscript:before {
	content: "\f430";
}
.fa-subway:before {
	content: "\f431";
}
.fa-suitcase:before {
	content: "\f432";
}
.fa-sun-o:before {
	content: "\f433";
}
.fa-superpowers:before {
	content: "\f434";
}
.fa-superscript:before {
	content: "\f435";
}
.fa-supple:before {
	content: "\f436";
}
.fa-support:before {
	content: "\f437";
}
.fa-table:before {
	content: "\f438";
}
.fa-tablet:before {
	content: "\f439";
}
.fa-tachometer:before {
	content: "\f43a";
}
.fa-tag:before {
	content: "\f43b";
}
.fa-tags:before {
	content: "\f43c";
}
.fa-tasks:before {
	content: "\f43d";
}
.fa-taxi:before {
	content: "\f43e";
}
.fa-telegram-plane:before {
	content: "\f43f";
}
.fa-telegram:before {
	content: "\f440";
}
.fa-television:before {
	content: "\f441";
}
.fa-tencent-weibo:before {
	content: "\f442";
}
.fa-terminal:before {
	content: "\f443";
}
.fa-text-height:before {
	content: "\f444";
}
.fa-text-width:before {
	content: "\f445";
}
.fa-th-large:before {
	content: "\f446";
}
.fa-th-list:before {
	content: "\f447";
}
.fa-th:before {
	content: "\f448";
}
.fa-themeisle:before {
	content: "\f449";
}
.fa-thermometer-0:before {
	content: "\f44a";
}
.fa-thermometer-1:before {
	content: "\f44b";
}
.fa-thermometer-2:before {
	content: "\f44c";
}
.fa-thermometer-3:before {
	content: "\f44d";
}
.fa-thermometer-4:before {
	content: "\f44e";
}
.fa-thermometer-empty:before {
	content: "\f44f";
}
.fa-thermometer-full:before {
	content: "\f450";
}
.fa-thermometer-half:before {
	content: "\f451";
}
.fa-thermometer-quarter:before {
	content: "\f452";
}
.fa-thermometer-three-quarters:before {
	content: "\f453";
}
.fa-thermometer:before {
	content: "\f454";
}
.fa-thumb-tack:before {
	content: "\f455";
}
.fa-thumbs-down:before {
	content: "\f456";
}
.fa-thumbs-o-down:before {
	content: "\f457";
}
.fa-thumbs-o-up:before {
	content: "\f458";
}
.fa-thumbs-up:before {
	content: "\f459";
}
.fa-ticket:before {
	content: "\f45a";
}
.fa-times-circle-o:before {
	content: "\f45b";
}
.fa-times-circle:before {
	content: "\f45c";
}
.fa-times-rectangle-o:before {
	content: "\f45d";
}
.fa-times-rectangle:before {
	content: "\f45e";
}
.fa-times:before {
	content: "\f45f";
}
.fa-tint:before {
	content: "\f460";
}
.fa-toggle-down:before {
	content: "\f461";
}
.fa-toggle-left:before {
	content: "\f462";
}
.fa-toggle-off:before {
	content: "\f463";
}
.fa-toggle-on:before {
	content: "\f464";
}
.fa-toggle-right:before {
	content: "\f465";
}
.fa-toggle-up:before {
	content: "\f466";
}
.fa-trademark:before {
	content: "\f467";
}
.fa-train:before {
	content: "\f468";
}
.fa-transgender-alt:before {
	content: "\f469";
}
.fa-transgender:before {
	content: "\f46a";
}
.fa-trash-o:before {
	content: "\f46b";
}
.fa-trash:before {
	content: "\f46c";
}
.fa-tree:before {
	content: "\f46d";
}
.fa-trello:before {
	content: "\f46e";
}
.fa-tripadvisor:before {
	content: "\f46f";
}
.fa-trophy:before {
	content: "\f470";
}
.fa-truck:before {
	content: "\f471";
}
.fa-try:before {
	content: "\f472";
}
.fa-tty:before {
	content: "\f473";
}
.fa-tumblr-square:before {
	content: "\f474";
}
.fa-tumblr:before {
	content: "\f475";
}
.fa-turkish-lira:before {
	content: "\f476";
}
.fa-tv:before {
	content: "\f477";
}
.fa-twitch:before {
	content: "\f478";
}
.fa-twitter-square:before {
	content: "\f479";
}
.fa-twitter:before {
	content: "\f47a";
}
.fa-typo3:before {
	content: "\f47b";
}
.fa-uber:before {
	content: "\f47c";
}
.fa-uikit:before {
	content: "\f47d";
}
.fa-umbrella:before {
	content: "\f47e";
}
.fa-underline:before {
	content: "\f47f";
}
.fa-undo:before {
	content: "\f480";
}
.fa-uniregistry:before {
	content: "\f481";
}
.fa-universal-access:before {
	content: "\f482";
}
.fa-university:before {
	content: "\f483";
}
.fa-unlink:before {
	content: "\f484";
}
.fa-unlock-alt:before {
	content: "\f485";
}
.fa-unlock:before {
	content: "\f486";
}
.fa-unsorted:before {
	content: "\f487";
}
.fa-untappd:before {
	content: "\f488";
}
.fa-upload:before {
	content: "\f489";
}
.fa-usb:before {
	content: "\f48a";
}
.fa-usd:before {
	content: "\f48b";
}
.fa-user-circle-o:before {
	content: "\f48c";
}
.fa-user-circle:before {
	content: "\f48d";
}
.fa-user-md:before {
	content: "\f48e";
}
.fa-user-o:before {
	content: "\f48f";
}
.fa-user-plus:before {
	content: "\f490";
}
.fa-user-secret:before {
	content: "\f491";
}
.fa-user-times:before {
	content: "\f492";
}
.fa-user:before {
	content: "\f493";
}
.fa-users:before {
	content: "\f494";
}
.fa-ussunnah:before {
	content: "\f495";
}
.fa-vaadin:before {
	content: "\f496";
}
.fa-vcard-o:before {
	content: "\f497";
}
.fa-vcard:before {
	content: "\f498";
}
.fa-venus-double:before {
	content: "\f499";
}
.fa-venus-mars:before {
	content: "\f49a";
}
.fa-venus:before {
	content: "\f49b";
}
.fa-viacoin:before {
	content: "\f49c";
}
.fa-viadeo-square:before {
	content: "\f49d";
}
.fa-viadeo:before {
	content: "\f49e";
}
.fa-viber:before {
	content: "\f49f";
}
.fa-video-camera:before {
	content: "\f4a0";
}
.fa-vimeo-square:before {
	content: "\f4a1";
}
.fa-vimeo-v:before {
	content: "\f4a2";
}
.fa-vimeo:before {
	content: "\f4a3";
}
.fa-vine:before {
	content: "\f4a4";
}
.fa-vk:before {
	content: "\f4a5";
}
.fa-vnv:before {
	content: "\f4a6";
}
.fa-volume-control-phone:before {
	content: "\f4a7";
}
.fa-volume-down:before {
	content: "\f4a8";
}
.fa-volume-off:before {
	content: "\f4a9";
}
.fa-volume-up:before {
	content: "\f4aa";
}
.fa-vuejs:before {
	content: "\f4ab";
}
.fa-warning:before {
	content: "\f4ac";
}
.fa-wechat:before {
	content: "\f4ad";
}
.fa-weibo:before {
	content: "\f4ae";
}
.fa-weixin:before {
	content: "\f4af";
}
.fa-whatsapp-square:before {
	content: "\f4b0";
}
.fa-whatsapp:before {
	content: "\f4b1";
}
.fa-wheelchair-alt:before {
	content: "\f4b2";
}
.fa-wheelchair:before {
	content: "\f4b3";
}
.fa-whmcs:before {
	content: "\f4b4";
}
.fa-wifi:before {
	content: "\f4b5";
}
.fa-wikipedia-w:before {
	content: "\f4b6";
}
.fa-window-close-o:before {
	content: "\f4b7";
}
.fa-window-close:before {
	content: "\f4b8";
}
.fa-window-maximize:before {
	content: "\f4b9";
}
.fa-window-minimize:before {
	content: "\f4ba";
}
.fa-window-restore:before {
	content: "\f4bb";
}
.fa-windows:before {
	content: "\f4bc";
}
.fa-won:before {
	content: "\f4bd";
}
.fa-wordpress-simple:before {
	content: "\f4be";
}
.fa-wordpress:before {
	content: "\f4bf";
}
.fa-wpbeginner:before {
	content: "\f4c0";
}
.fa-wpexplorer:before {
	content: "\f4c1";
}
.fa-wpforms:before {
	content: "\f4c2";
}
.fa-wrench:before {
	content: "\f4c3";
}
.fa-xbox:before {
	content: "\f4c4";
}
.fa-xing-square:before {
	content: "\f4c5";
}
.fa-xing:before {
	content: "\f4c6";
}
.fa-y-combinator-square:before {
	content: "\f4c7";
}
.fa-y-combinator:before {
	content: "\f4c8";
}
.fa-yahoo:before {
	content: "\f4c9";
}
.fa-yandex-international:before {
	content: "\f4ca";
}
.fa-yandex:before {
	content: "\f4cb";
}
.fa-yc-square:before {
	content: "\f4cc";
}
.fa-yc:before {
	content: "\f4cd";
}
.fa-yelp:before {
	content: "\f4ce";
}
.fa-yen:before {
	content: "\f4cf";
}
.fa-yoast:before {
	content: "\f4d0";
}
.fa-youtube-play:before {
	content: "\f4d1";
}
.fa-youtube-square:before {
	content: "\f4d2";
}
.fa-youtube:before {
	content: "\f4d3";
}
/*
 * jQuery Dropdown: A simple dropdown plugin
 *
 * Contribute: https://github.com/claviska/jquery-dropdown
 *
 * @license: MIT license: http://opensource.org/licenses/MIT
 *
 */
.jq-dropdown{position:absolute;z-index:122;display:none;font-size: 0.875rem;}
.jq-dropdown .jq-dropdown-menu,.jq-dropdown .jq-dropdown-panel{
  min-width:12rem;max-width:25rem;list-style:none;
  background: #ffffff;
  border:solid 1px #cacaca;
  box-shadow:0 5px 10px #666;
  overflow:visible;
  padding: 0.5rem 0;
  margin:0;
}
.jq-dropdown .jq-dropdown-panel{padding: 0.75rem}
.jq-dropdown{margin-top: 0.5rem}
.jq-dropdown.jq-dropdown-tip:before{
  position:absolute;top:-6px;left:9px;content:'';border-left:7px solid transparent;
  border-right:7px solid transparent;border-bottom:7px solid #cacaca;display:inline-block}
.jq-dropdown.jq-dropdown-tip:after{
  position:absolute;top:-5px;left:10px;content:'';border-left:6px solid transparent;
  border-right:6px solid transparent;border-bottom:6px solid #ffffff;display:inline-block}
.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before{left:auto;right:9px}
.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:after{left:auto;right:10px}
.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu,.jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel{max-height:180px;overflow:auto}
.jq-dropdown .jq-dropdown-menu li{
  list-style:none;padding:0 0;margin:0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  display: block;
}
.jq-dropdown .jq-dropdown-menu label,.jq-dropdown .jq-dropdown-menu li>a{
  display:block;color:inherit;text-decoration:none;
  padding: 0.375rem 1rem;
  margin:0;white-space:nowrap;
  line-height: 1.5;
}
.jq-dropdown .jq-dropdown-menu label:hover,.jq-dropdown .jq-dropdown-menu li>a:hover {
  background-color: #f1f1f1;color:inherit;cursor:pointer}
.jq-dropdown .jq-dropdown-menu .jq-dropdown-divider{font-size:1px;border-top:solid 1px #e6e6e6;padding:0;margin:5px 0}
/*! jQuery UI - v1.10.3 - 2013-12-05
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.autocomplete.css, jquery.ui.datepicker.css, jquery.ui.menu.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Helvetica%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=dddddd&bgTextureHeader=highlight_soft&bgImgOpacityHeader=50&borderColorHeader=dddddd&fcHeader=444444&iconColorHeader=0073ea&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=dddddd&fcContent=444444&iconColorContent=ff0084&bgColorDefault=f6f6f6&bgTextureDefault=highlight_soft&bgImgOpacityDefault=100&borderColorDefault=dddddd&fcDefault=0073ea&iconColorDefault=666666&bgColorHover=0073ea&bgTextureHover=highlight_soft&bgImgOpacityHover=25&borderColorHover=0073ea&fcHover=ffffff&iconColorHover=ffffff&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=dddddd&fcActive=ff0084&iconColorActive=454545&bgColorHighlight=ffffff&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=cccccc&fcHighlight=444444&iconColorHighlight=0073ea&bgColorError=ffffff&bgTextureError=flat&bgImgOpacityError=55&borderColorError=ff0084&fcError=222222&iconColorError=ff0084&bgColorOverlay=eeeeee&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=60&thicknessShadow=4px&offsetTopShadow=-4px&offsetLeftShadow=-4px&cornerRadiusShadow=0px
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter:Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0; /* support: IE7 */
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1.1em;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Helvetica,Arial,sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff url(//cdn.socibd.com/s/global/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #444444;
}
.ui-widget-content a {
  color: #444444;
}
.ui-widget-header {
  border: 1px solid #dddddd;
  background: #dddddd url(//cdn.socibd.com/s/global/jquery-ui/images/ui-bg_highlight-soft_50_dddddd_1x100.png) 50% 50% repeat-x;
  color: #444444;
  font-weight: bold;
}
.ui-widget-header a {
  color: #444444;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #dddddd;
  background: #f6f6f6 url(//cdn.socibd.com/s/global/jquery-ui/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #0073ea;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #0073ea;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #0073ea;
  background: #0073ea url(//cdn.socibd.com/s/global/jquery-ui/images/ui-bg_highlight-soft_25_0073ea_1x100.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #ffffff;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #dddddd;
  background: #ffffff url(//cdn.socibd.com/s/global/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: bold;
  color: #ff0084;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ff0084;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #cccccc;
  background: #ffffff url(//cdn.socibd.com/s/global/jquery-ui/images/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x;
  color: #444444;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #444444;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #ff0084;
  background: #ffffff url(//cdn.socibd.com/s/global/jquery-ui/images/ui-bg_flat_55_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #222222;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #222222;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter:Alpha(Opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter:Alpha(Opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(//cdn.socibd.com/s/global/jquery-ui/images/ui-icons_ff0084_256x240.png);
}
.ui-widget-header .ui-icon {
  background-image: url(//cdn.socibd.com/s/global/jquery-ui/images/ui-icons_0073ea_256x240.png);
}
.ui-state-default .ui-icon {
  background-image: url(//cdn.socibd.com/s/global/jquery-ui/images/ui-icons_666666_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(//cdn.socibd.com/s/global/jquery-ui/images/ui-icons_ffffff_256x240.png);
}
.ui-state-active .ui-icon {
  background-image: url(//cdn.socibd.com/s/global/jquery-ui/images/ui-icons_454545_256x240.png);
}
.ui-state-highlight .ui-icon {
  background-image: url(//cdn.socibd.com/s/global/jquery-ui/images/ui-icons_0073ea_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(//cdn.socibd.com/s/global/jquery-ui/images/ui-icons_ff0084_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 2px;
}

/* Overlays */
.ui-widget-overlay {
  background: #eeeeee url(//cdn.socibd.com/s/global/jquery-ui/images/ui-bg_flat_0_eeeeee_40x100.png) 50% 50% repeat-x;
  opacity: .8;
  filter: Alpha(Opacity=80);
}
.ui-widget-shadow {
  margin: -4px 0 0 -4px;
  padding: 4px;
  background: #aaaaaa url(//cdn.socibd.com/s/global/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .6;
  filter: Alpha(Opacity=60);
  border-radius: 0px;
}

.ui-timepicker-wrapper {
  overflow-y: auto;
  height: 150px;
  width: 6.5em;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow:0 5px 10px rgba(0,0,0,0.2);
  box-shadow:0 5px 10px rgba(0,0,0,0.2);
  outline: none;
  z-index: 10001;
  margin: 0;
}

.ui-timepicker-wrapper.ui-timepicker-with-duration {
  width: 11em;
}

.ui-timepicker-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ui-timepicker-duration {
  margin-left: 5px; color: #888;
}

.ui-timepicker-list:hover .ui-timepicker-duration {
  color: #888;
}

.ui-timepicker-list li {
  padding: 3px 0 3px 5px;
  cursor: pointer;
  white-space: nowrap;
  color: #000;
  list-style: none;
  margin: 0;
}

.ui-timepicker-list:hover .ui-timepicker-selected {
  background: #fff; color: #000;
}

li.ui-timepicker-selected,
.ui-timepicker-list li:hover,
.ui-timepicker-list .ui-timepicker-selected:hover {
  background: #1980EC; color: #fff;
}

li.ui-timepicker-selected .ui-timepicker-duration,
.ui-timepicker-list li:hover .ui-timepicker-duration {
  color: #ccc;
}

.ui-timepicker-list li.ui-timepicker-disabled,
.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  color: #888;
  cursor: default;
}

.ui-timepicker-list li.ui-timepicker-disabled:hover,
.ui-timepicker-list li.ui-timepicker-selected.ui-timepicker-disabled {
  background: #f2f2f2;
}

/**
 * Nestable
 */

.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
  line-height: 20px; }

.dd-list { display: block; position: relative; margin: 0; padding: 0; list-style: none; }
.dd-list .dd-list { padding-left: 30px; }
.dd-collapsed .dd-list { display: none; }

.dd-item,
.dd-empty,
.dd-placeholder { display: block; position: relative; margin: 0; padding: 0; min-height: 20px; line-height: 2rem; }

.dd-handle {
  display: block; margin: 5px 0; padding: 5px 15px;
  color: #333; text-decoration: none; font-weight: bold;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box; -moz-box-sizing: border-box;
}

.dd-item > button {
  display: block;
  position: relative;
  cursor: pointer;
  color: #333;
  float: left; width: 25px; height: 2rem;
  margin: 5px 0 5px 30px;
  padding: 0; text-indent: 100%; white-space: nowrap;
  overflow: hidden; border: 0; background: transparent; font-size: 1rem; line-height: 1; text-align: center;
  font-weight: bold;
  background: none; }
.dd-item > button:before { content: '+'; display: block; position: absolute; width: 100%; text-align: center; text-indent: 0; }
.dd-item > button[data-action="collapse"]:before { content: '-'; }
.dd-item > button:hover {
  background: none;
  color: #333;
}
.dd-placeholder,
.dd-empty { margin: 5px 0; padding: 0; min-height: 30px; background: #f2fbff; border: 1px dashed #b6bcbf; box-sizing: border-box; -moz-box-sizing: border-box; }
.dd-empty { border: 1px dashed #bbb; min-height: 100px; background-color: #e5e5e5;
    background-image: -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                      -webkit-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:    -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                         -moz-linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-image:         linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff),
                              linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}

.dd-dragel { position: absolute; pointer-events: none; z-index: 9999; }
.dd-dragel > .dd-item .dd-handle { margin-top: 0; }
.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
            box-shadow: 2px 4px 6px 0 rgba(0,0,0,.1);
}

/**
 * Nestable Extras
 */

.nestable-lists { display: block; clear: both; padding: 30px 0; width: 100%; border: 0; border-top: 2px solid #ddd; border-bottom: 2px solid #ddd; }

#nestable-menu { padding: 0; margin: 20px 0; }

#nestable-output,
#nestable2-output { width: 100%; height: 7em; font-size: 0.75em; line-height: 1.333333em; font-family: Consolas, monospace; padding: 5px; box-sizing: border-box; -moz-box-sizing: border-box; }

#nestable2 .dd-handle {
    color: #fff;
    border: 1px solid #999;
    background: #bbb;
    background: -webkit-linear-gradient(top, #bbb 0%, #999 100%);
    background:    -moz-linear-gradient(top, #bbb 0%, #999 100%);
    background:         linear-gradient(top, #bbb 0%, #999 100%);
}
#nestable2 .dd-handle:hover { background: #bbb; }
#nestable2 .dd-item > button:before { color: #fff; }

.dd-hover > .dd-handle { background: #2ea8e5 !important; }

/**
 * Nestable Draggable Handles
 */

.dd3-content {
  display: block;
  margin-top: 1px;
  padding: 5px 20px 5px 40px;
  color: #333;
  background: #f2f2f2;
  line-height: 2rem;
}

.dd-dragel > .dd3-item > .dd3-content { margin: 0; }

.dd3-item > button { margin-left: 30px; }

.dd3-handle {
  cursor: pointer;
  width: 30px;
  border-left: 2px solid #e3e3e3;
  position: absolute;
  margin: 0; left: 0; top: 0;
  font-size: 0.75rem;
}
/*
    Redactor 3

    http://imperavi.com/redactor/

    Copyright (c) 2009-2018, Imperavi LLC.
    License: http://imperavi.com/redactor/license/
*/
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.redactor-animate-hide {
  display: none !important; }

.redactor-fadeIn {
  opacity: 0;
  animation: fadeIn .2s ease-in-out; }

.redactor-fadeOut {
  opacity: 1;
  animation: fadeOut .2s ease-in-out; }

@font-face {
  font-family: 'Redactor';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBkcAAAC8AAAAYGNtYXAXVtKwAAABHAAAAFRnYXNwAAAAEAAAAXAAAAAIZ2x5Zuxdz/8AAAF4AAAkQGhlYWQPMte3AAAluAAAADZoaGVhB7gD6wAAJfAAAAAkaG10eK4BD60AACYUAAAAuGxvY2GyjqiGAAAmzAAAAF5tYXhwADkBcwAAJywAAAAgbmFtZVDOJQoAACdMAAABknBvc3QAAwAAAAAo4AAAACAAAwP0AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpKQPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAOAAAAAoACAACAAIAAQAg6Sn//f//AAAAAAAg6QD//f//AAH/4xcEAAMAAQAAAAAAAAAAAAAAAQAB//8ADwABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAADAAAAgAQAAwAAEgAoADwAABMhMhYVMRUUBiMhIiY1MTU0NjMDITIWFTEVFAYjITgBMSImPQE0NjMxEyEyFhUxFRQGIzEhIiY1MTU0NjO7AooZIiIZ/XYZIiIZgAOKGSIiGfx2GCMiGYACihkiIhn9dhkiIhkDACIZChkiIhkKGSL/ACIZCRkiIhgKGSL/ACIZChkiIhkKGSIAAAADAAAAgAQAAwAAEwApAD4AABMhMhYVMRUUBiMhIiY1MTU0NjMxESEyFhUxFRQGIyE4ATEiJj0BNDYzMREhMhYVMRUUBiMxISImNTE1NDYzMTsCyhkiIhn9NhkiIhkDihkiIhn8dhgjIhkCyhkiIhn9NhkiIhkDACIZChkiIhkKGSL/ACIZCRkiIhgKGSL/ACIZChkiIhkKGSIAAAADAAAAgAQAAwAAEgAoADwAABMhMhYVMRUUBiMhIiY1MTU0NjMDITIWFTEVFAYjITgBMSImPQE0NjMxEyEyFhUxFRQGIzEhIiY1MTU0NjP7AsoZIiIZ/TYZIiIZwAOKGSIiGfx2GCMiGcACyhkiIhn9NhkiIhkDACIZChkiIhkKGSL/ACIZCRkiIhgKGSL/ACIZChkiIhkKGSIAAAADARkARwLnAwAAKwA0AFUAACU+ATU0JjUxNjQ1NCYvAT4BNzE8ATU0JicxLgEjKgEjMSIHETMyFjMyNjcHAzIVFCMiIzUzAzoBMzIWFyceARUcARU1HAEVFAYHFQ4BIyImIzMiJzUzAp8hJwEBSDcCJjABIRshUS0CBQI4iM8DBgMwWCQByWp3HxxGBwUJBRw0FgEQEhUSFjQcBAkEARcmQIAZSiwBBAEDBwM9XRABEEUrAQMBJj8WGBsG/U4BHxsBAhdPWqb+/w4OAQ4oFwIFAgECBQIZLA4BDQ8BA+MAAAIAwAAAA0ADgAAsADgAACUiJicxJwcOASM4ATkBKgEjIiYnNRE+ATM6ATMxIToBMzIWFzERDgEjKgEjMQERNz4BMzIWFzEXEQMACxMI2toIEwsBAgEYIgICIhgBAgECAAECARgiAgIiGAECAf5AmgcUCgsTCJsABwWOjgYGIBcBAxAYICEX/PAXIQMQ/ZhlBgYGBmUCaAAABQBAAAADwAOAABMAFwAnADcARwAAASEiBhUxERQWMzEhMjY1MRE0JiMRIREhBSEyFhUUBiMxISImNTQ2MxUhMhYVFAYjMSEiJjU0NjMVITIWFRQGIzEhIiY1NDYzA0D9gDVLSzUCgDVLSzX9gAKA/gABgBslJRv+gBslJRsBgBslJRv+gBslJRsBgBslJRv+gBslJRsDgEs1/YA1S0s1AoA1S/0AAoBAJRsbJSUbGyXAJRsbJSUbGyXAJRsbJSUbGyUAAAMAQAAAA8ADgAATABcAWQAAASEiBhUxERQWMzEhMjY1MRE0JiMRIREhAzEHDgEjOAE5ASoBIyImJzE0NjcxNyMwIjEiJicxNDY3MTc+ATM4ATkBOgEzMhYXMRQGBzEHMzAyMTIWFzEUBgcxA0D9gDVLSzUCgDVLSzX9gAKAiMAFEAkBAQEOFAIEBJTpAg4VAQQEwAUQCQEBAQ4UAgQElOkCDhUBBAQDgEs1/YA1S0s1AoA1S/0AAoD+reAGBxIOBQoErRIOBQoE4AYHEg4FCgStEg4FCgQAAAEAgAA8A4ADAQCDAAABIy4BJyMnLgEnFy4BJzUuATUwNDUxPAE1NDY3MT4BMzoBMzEeARcjHgEXIzcuASMqAQczKgEjIgYHMQ4BFRwBFTEcARUUFhc1HgEfAiEVIRceARUxHAEVFAYHMQ4BIyoBIzEuAScXLgEnFwceATM6ATMjMhYzMjY3MT4BNzEuAScXMwOA9BIoFwI5FSMRAQgOBQUFDw0NIxMCBAITJBECEB0NARscQiQHDgYBAgQCJkQaGR0PDRIxHQIv/p0BxAQJChIPESoYAQQBEyQRAhIhDgEiH0wpAgQDAQMHAyxOIB0iAQEIBwHTAYASHQsbChUNAQcSCgEKFw0BAQEBARQiDQsOAQYGBA4IURETARsYFz8lAQMBAQICHDUXARkmCwEWQAQOIREBAQEWJg4OEAEHBgEGEAsBVhUWAR0aF0QoFCYSAgAAAAACAEAAAAPAA4AAHQA9AAABBzMyFhUUBisBIiY1MTU0NjMyFhUxFTceARcVFDY/ASMiJjU0NjMxMzIWFTEVFAYjIiY1MTUHLgEnNTQGNwHA50cTGhoTsxMaGhMSG+YYIgYGeudHExoaE7MTGhoTEhvmGCIGBgYBQOYbEhMaGhOzExoaE0fnBSMXAQkP+uYbEhMaGhOzExoaE0fnBSMXAQkPBgAAAAMAQABAA8ADgAAbAB4AIgAAASMVMxEhETM1IyIGFTERFBYzMSEyNjUxETQmIwEHISczESMDQICA/YCAgDVLSzUCgDVLSzX+wIABAKpUVAKAgP7AAUCASzX+wDVLSzUBQDVLAQDaIP66AAAAAAMAQAAAA8ADgAADABcAHwAAATMnBwEhIgYVMREUFjMxITI2NTERNCYjAycjByMTMxMBuI1GRwGI/YA1S0s1AoA1S0s1sivIKHPoLuoBgdHRAf9LNf2ANUtLNQKANUv9QHNzAkD9wAAABAA/AMADvwL/AAcACgB5ALAAACUDIwMzNzMXJyM3AREwNDU0JicXLgEnMS4BJyMuASMqATkBOAExIgYHMwYHBgcGBxU+ATczPgEzMToBMzIWFzEeARUwFBUxFSMmIiMiBgczDgEVHAEVNRQwFRQWFyceARcxHgEXMx4BMzoBMzE4ATEyNjcjPgE3MRczJw4BDwEOAQcjMCIjIiYnMS4BJzEuASc1LgE1OAE5ATQwNTQ2NzE+ATcxPgE3Mz4BMzoBMzEzFQJA6i7pcynIK0mMRgKABgUBBQ8JChcNAQ0eDwECChMKAhMREBAPDA0fEQMOIBACBAIQHgwKC04DBwQfOBgBFBcEBAEECwcIEwoBCxoOAQIBEiIQAhMfDQE7Qg0eEQELGg4BAQEHDgYGCQQEBQICAQMCAwgGBg4IAQgUCwEBAVPAAj/9wXNzwNH+egEEAgEOGgwBDBMIBwwDBAQBAQIEAwQEBTsGCgQEBAsJChoPAgEhARIPDiwaAQICAQEBCxUKAQoRBwcLBAQFCAYIFg4zaAwWCAEGBwEDAgIGBAQIBQEECwUBAQcOBgYLBAUHAgMCQwAAAAAHAD8AQAPRA0AABwAKAA4AEgAWABoAHgAAJQMjAzM3MxcnIzclMxEjExcHJzcHFzcDNycHFyc3FwJA6i7pcynIK0mMRgHBQEAkLbUtrS21La0ttS2tLbUtwAI//cFzc8DR7/0AAvEttS21LbUt/dMttS21LbUtAAABAMAAQANAA0AAMgAAASEqASMiBgczDgEHMw4BBxUOARUcARUxFBYXNR4BFzEeARczHgEzOgEzMREzETMRMxEzA0D+YAIFAhgsFQIUJA8BDxYIBgcJBwgXDg4hEwEULRgCBAFcgFxoA0AHBgYUDAwdEQEPIhICBQITJBABER4MDRUHCAf+cwKr/VUCqwAAAAAC//EAswQEAtwABQALAAABLQEnCQEBDQEXCQEBn/8AAQBR/qMBXQEJAQD/AFABXf6jAQDIxk7+7P7rAdzIxk0BFAEUAAYAQABAA8ADQAADAB8AIgAlADgATAAAAREhEQU6ATMyFhcxDgEjKgEjMSoBIyImJzE+ATM6ATMHNxcxNxcBITIWFTEVFAYjISImNTE1NDYzESEyFhUxFRQGIzEhIiY1MTU0NjMBAAIA/qsBAgIVHgMDHhUCAgEBAwEVHwICHxUBAwFcTUh0bf22AwoZIiIZ/PYZIiIZAwoZIiIZ/PYZIiIZAoD+gAGAShwUFRsbFRQc9lBQgIACACIZChkiIhkKGSL9gCIZChkiIhkKGSIAAAAHAEAAgAPAAwAAEgApAD0AQQBeAGEAZAAAATMyFhUxFRQGKwEiJjUxNTQ2MxEzMhYVMRUUBiMxIzgBMSImPQE0NjMxASEyFhUxFRQGIzEhIiY1MTU0NjMDESERBTAyMzIWFzEOASMqATkBKgExIiYnMT4BMzAyMzEHNxcjNxcCu8oZIiIZyhkiIhnJGSIiGckYIyIZ/cADChkiIhn89hkiIhk7AcD+1gEBFB0BAR0UAQEBARQdAQEdFAEBUUNAA2hgAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiAgD+gAGAShwUFBwcFBQc9lBQgIAAAAAHAEAAgAPAAwAAEwAtAEEARQBaAF0AYAAAEzMyFhUxFRQGIzEjIiY1MTU0NjMRMzIWFTEVFDAxFAYjOAExIyImNTE1NDYzMREhMhYVMRUUBiMxISImNTE1NDYzAREhEQUwMjMyFhcxDgEjIiYnMT4BMzoBMwc3Fyc3F3vKGSIiGcoZIiIZyhkiIhnKGSIiGQMKGSIiGfz2GSIiGQGFAcD+1gEBFB0BAx0VFB0DAR0UAQEBUURABGVjAwAiGQoZIiIZChki/wAiGQkBGSIiGQoZIv8AIhkKGSIiGQoZIgIA/oABgEocFBQbGxQUHPZPUAGAgAAABAAAAAAEAAOAAAMAIAAjACYAABMRIREFOgEzMhYXMQ4BIyoBIzEqASMiJicxPgEzOgEzMQM3FzUbAQAEAP1UAQEBL0MBAUMvAQEBAQEBL0MBAUMvAQEBt5uR6NoDgPyAA4CsQS8vQUEvL0H9xbe7BAEn/tQAAAAABQAAAIAEAAMAABMAKgA+AEEARQAAEyEyFhUxFRQGIyEiJjUxNTQ2MzEBITIWFTEVFAYjMSE4ATEiJj0BNDYzMREhMhYVMRUUBiMxISImNTE1NDYzJwcRBzMVIzsDihkiIhn8dhkiIhkBwAHJGSIiGf43GCMiGQHKGSIiGf42GSIiGbvAgICAAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiIaEBQIBAAAAAAgDAAAADgAOAACQASQAAJTEqASMiJy4BJyYnNDc+ATc2MzIXHgEXFhUxBgcOAQcGIyoBIzU6ATMyNz4BNzY3MTQnLgEnJiMiBw4BBwYVFhceARcWMzoBMzECIAEDAUc/P14bHAExMHw5OREROTl8MDEBHBtePz9HAQMBAQIBNS8vRxQVASYlXisqCgoqK14lJgEVFEcvLzUBAgEAGxpdPj5HR2BfrTw8PDytX2BHRz4+XRobVRQURi4vNTVKSYUvLy8vhUlKNTUvLkYUFAAAAAEBswBIAowC9gADAAAlEyMDAhN5X3pIAq79UgABAAABgQQAAgAAFQAAEyEyFhUxFRQGIyE4ATEiJj0BNDYzMTsDihkiIhn8dhgjIhkCACIZCRkiIhgKGSIAAAAAAwAAAL8EAALBADgAPAB5AAAlIiYnFzUzHgE7ATIWMzI2PwEuASMqASMzDgEHNyM1PgE7ATI2MzIXHgEXFhcVBgcOAQcGIyImIzMBIRUhJw4BBzcjFQ4BFRQWFzEVMx4BMzI2NwczFQ4BKwEiBiMiJy4BJyYnNTY3PgE3NjMyFjMjMhYXJxUjLgEnIwLcKUshAj0TKxcBAwkEQF4IAQhfQAQJBAEYLBQCPSBKKAEDCQU2MTBKFxcEBBcXSjAxNgUJBAH+kQEl/ttJFywUAjwSExMSPBMrFxgsFAI9IEooAQMJBTYxMEoXFwQEFxdKMDE2BQkEASlLIQI9EysXAcAUEgFbCAoBVD4BP1QBCgkBWxEUARQURS8vNQE2Ly9FFBQBAUCA0wEKCQEpES0ZGi0RKAgKCgkBWxEUARQURS8vNQE2Ly9FFBQBFBIBWwkJAQAABQAaAIAEAAMAABIAKAA8AEYAdAAAASEyFhUxFRQGIyEiJjUxNTQ2MxEhMhYVMRUUBiMhOAExIiY9ATQ2MzERITIWFTEVFAYjMSEiJjUxNTQ2MwM1Iw4BByMVNxUTNSM3PgE3MTY0NTQmJzEuASMiBiMzMCIxIgYHMQ4BBzEXPgE7ATIVDgEHMQcVATsCihkiIhn9dhkiIhkCihkiIhn9dhgjIhkCihkiIhn9dhkiIhm2EA4kFAEvVVYvCg0CAQsJCxkOAgICAQEKFAgIDQQbBRUMAR8CCwlJAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiAQjlEBsKJxyl/oAkRw4gEgEBAQwWBwgJAQUGBA4JFgsOGhAbC2kMAAUAAACABAADAAATACoAPgBBAEUAABMhMhYVMRUUBiMhIiY1MTU0NjMxASEyFhUxFRQGIzEhOAExIiY9ATQ2MzERITIWFTEVFAYjMSEiJjUxNTQ2MyUXERUzFSM7A4oZIiIZ/HYZIiIZAcAByRkiIhn+NxgjIhkByhkiIhn+NhkiIhn+BcCAgAMAIhkKGSIiGQoZIv8AIhkJGSIiGAoZIv8AIhkKGSIiGQoZIiGhAUCAQAAAAAYAAP/ABAADwAAdADsAPwBDAEcASwAAASIHDgEHBhUUFx4BFxYzMjc+ATc2NTE0Jy4BJyYjESInLgEnJjU0Nz4BNzYzMhceARcWFTEUBw4BBwYjAyEVIREhFSEbARcDNxMXAwIAal1eiygoKCiLXl1qal1eiygoKCiLXl1qUEVGaR4eHh5pRkVQUEVGaR4eHh5pRkVQwAGA/oABgP6AQEo2SkpKN0sDwCgoi15dampdXosoKCgoi15dampdXosoKPyAHh5pRkVQUEVGaR4eHh5pRkVQUEVGaR4eAUBAAQBA/tsB5Rv+GxsB5Rr+GgAAAAUAAACABAADAAATADMASABoAH8AABMhMhYVMRUUBiMhIiY1MTU0NjMxATMyMDEyFhU4ATkBFRQwMRQGIzgBMSMiJjUxNTQ2MzEBITIWFTEVFAYjMSEiJjUxNTQ2MzEBMzIwMTIWFTgBOQEVFDAxFAYjOAExIyImNTE1NDYzMTsBMhYVMRUUBiMxIzgBMSImPQE0NjMxOwOKGSIiGfx2GSIiGQEACQEZIiIZChkiIhn/AAOKGSIiGfx2GSIiGQHACQEZIiIZChkiIhnACRkiIhkJGCMiGQMAIhkKGSIiGQoZIv8AIhkJARkiIhkKGSL/ACIZChkiIhkKGSIBACIZCQEZIiIZChkiIhkJGSIiGAoZIgAAAAEAwACAA0ADAABHAAA3MDIxMjY1OAE5ATU0NjMxIQcOARUUFjMyNjcxNz4BNTQmLwEuASMiBhUUFh8BITgBMSIHDgEHBhU4ATkBFTgBMRQWMzgBOQHoARAYXUMBB4QGBhgQCA8FyAYGBgbIBQ8IEBgGBoT++DIrLEETExcRgBcRoEJehAUOCRAYBwXIBQ8ICA8FyAYGFxEIDgaEExJCKywyoBEXAAAAAAIAQAAAA4ADgAAeADwAAAEHMzIWFRQGKwEiJjUxNTQ2MzIWFTEVNx4BFxUUNgcBNyMiJjU0NjsBMhYVMRUUBiMiJj0BBy4BJzU0BjcDgOdHExoaE7MTGhoTEhvmGCIGBgb8wOdHExoaE7MTGhoTEhvmGCIGBgYDQOYbEhMaGhOzExoaE0fnBSMXAQkPBv0A5hsSExoaE7MTGhoTR+cFIxcBCQ8GAAAAAAEAgAA+A38DQADGAAAlIiMHPgE3Iz4BNzU+AT8BPgE1PAE1MTwBNTQmJxcuAScjLgEnIy4BIyoBIzEqASMiBgc3DgEHMQ4BDwEOARUcARU1FDAxFBYXNR4BFyceAR8BHgEfASciKwEVMBQxFBYXMR4BMzoBOQEhNS4BJxUuAS8BLgEnNS4BNTwBOQE8ATU0NjcVPgE3MT4BNzM+ATMyFhcjHgEXIx4BHwEeARUcARUxMBQVFAYHNw4BBzUOAQ8BDgEHIxUhOgExMjY3MT4BNTA0OQE1AvYXFy0ZLBQBFCIPDhcIAQcJEA8BDikYARk6IAIgSSYBAgEBAgEmSSICIjwZGSgOAQ4PCQgIFw8BDyITARMsFwItFxaKBgYFDwgBAQEZFSYQER4MAQwVBwcICwoJHBERJxYBFjEZGjEYAxgoEQESGwkBCQsIBwEIFA0MHhEBECUVAQEZAQEJDgYFBqgFCRgPDyQUARQuGAMXNhwBAQEBAQEmRyACITcXFiMMDQ0ODQENJBcXNx8CH0YmAQIBAQEdNxoCGi8UARUkDwEOGAkBBkABCA4FBQaRBA8MAQ0eEQESKBcCFjEaAQEBAwEcNBgBFicPDxcICAgICAcYDw8mFgEXNBwBAwEBARoyGAMYKhIBEh4MAQsPBI8GBQUOCAFAAAAAAAIBFQAWA+kCnQALAD0AACUnNyMHJyMXBzM3FwU1Izc+ATc1PAE1NCYnIy4BIyoBIzMqASMiBgc3DgEPARc+ATcxPgEzMTIVDgEHMQcVAsy7q111al2dq2FygAGBj1IQFQMQDQEPJxUCBAIBAQEBEB0NAQwRBAEgBQ0ICBMLOQMSD3PI8OWhoeXwq6uwLYAWNB0BAQMBEyEMCw0IBwEHFAwBGgkNBQUGMxowE7AKAAAAAgEVAMgD6QONAAsAPQAAJSc3IwcnIxcHMzcXATUjNz4BNzU8ATU0JicjLgEjKgEjMTAiIyIGBzMOAQcVFz4BNzE+ATcxMhUOAQc1BxUCzLurXXVqXZ2rYXKAAYGPUhAVAxANARAoFgEDAQIBEB0NAQwRBCAEDQgIFAo5AhMPcsjw5aGh5fCrqwFQLYAWNB0BAQMBEyEMDQ4IBwYUDAEaCA4FBQUBMxsvFAGxCgAAAAAGAEAAQAPAAwAAAwAHAAsADwATABcAABMhFSElIRUhBSEVISUhFSEFIRUhJSEVIUABov5eAd4Bov5e/iIBov5eAd4Bov5e/iIBov5eAd4Bov5eAwDAwMBAwMDAQMDAwAACAIAAQQOAA0AALgBfAAABMhYVMBQVFAYHNQchMhYVFAYjIRceARUcATkBFAYjIiYnNScuATU0NjcxNz4BMwExFx4BFRQGBzEHDgEjMSImNTA0MTQ2NzE3IQYmNTQ2MyEnLgE1PAE5ATQ2MzIWFxUBEBQcCAYOAiwUHBwU/dQOBwccFAsRBmAGCAgGYAYRCwIAYAcHBwdgBhELFBwIBg791hQcHBQCLA4HBxwUCxEGA0AmGgEBDBYKARMmGhomEwkWDAEBGiYKCAGACRcNDBcKgAgL/m2ACRcNDBcKgAgKJRsBDRYJEwEmGhomEwkWDAEBGiYKCAEAAAQBAACAAwEDAAADAAcACwAPAAABJzcXFzcnBwMHFzc3FwcnASkp6ynDKuwpwynrKcMq7CkCACfZJtom2ib+pibaJ9kn2ScAAAIA0P/AAxADDgA5AD0AAAEcARUUFhcxHgEzMjYzIzoBMzI2NxU+ATU8ATUVESMRHAEVFAYHMQ4BIyoBIzEqASMiJjU0NjUxESMDNSEVARIfGx5LKgUKBQEDBwMsTR8cIVgUERIxGwIEAgEEAzVLAVhCAkABTAMHAylJGhgcAR0aARtIKgMGAwEBwP5GAQQCGy8SERRLNQIDAgG2/Lc4OAABAMAAgANAAwAANgAAJSImNTE1NCYjMSEXHgEVFAYjIiYnMScuATU0Nj8BPgEzMhYVFAYHMQchMhceARcWFTEVFAYjMQMYEBdeQv73hAYGGBAIDwXIBgYGBsgFDwgQGAYGhAEIMissQRMTFxGAFxGgQl6EBQ4JEBgHBcgFDwgIDwXIBgYXEQgOBoQTE0EsLDGgERcABgAAAIAEAAMAABIAKAA8AFAAcACEAAATITIWFTEVFAYjISImNTE1NDYzESEyFhUxFRQGIyE4ATEiJj0BNDYzMREhMhYVMRUUBiMxISImNTE1NDYzIzMyFhUxFRQGIzEjIiY1MTU0NjMRMzIwMTIWFTgBOQEVFDAxFAYjOAExIyImNTE1NDYzMREzMhYVMRUUBiMxIyImNTE1NDYz+wLKGSIiGf02GSIiGQLKGSIiGf02GCMiGQLKGSIiGf02GSIiGcAKGSIiGQoZIiIZCQEZIiIZChkiIhkKGSIiGQoZIiIZAwAiGQoZIiIZChki/wAiGQkZIiIYChki/wAiGQoZIiIZChkiIhkKGSIiGQoZIgEAIhkJARkiIhkKGSIBACIZChkiIhkKGSIAAAAAAwBeAE4DrwMdAKcBUgFwAAAlMzUjKgEjIiYnMS4BNTwBNTE0NzY1NjQ1NCYnFS4BJzE1PgE3MT4BNTwBJxU0JyY1PAE1NDY3MT4BMzIWMzEzNSMwIiMiBgczDgEHMQ4BDwEOARUcARU1FBcWFxYXFhUwFDEUBgcxDgEHMQ4BByMOASMqASMxFToBMzIWFyMeARcxHgEXFR4BFzEUBwYHBgcGFRwBFRQWFyceARcxHgEXMx4BMzoBMyMFMzoBMTI2NyM+ATcxPgE3MT4BNTQmNTE0JyYnJicmNTgBMTQ2NxU+ATcxPgE3NT4BMzAyMzE1KgExIiYnFy4BJzEuASc1LgE1OAE5ATQ3Njc2NzY3PAE1NCYnFS4BJzEuAS8BLgEjKgEjMSMVMzoBMzIWFzEeARUUBhUxFAcGFRwBFRQWFyMeARczFQ4BBzEOARUcARU1FBcWFRwBFRQGBzcOASMqASMxIxUlMzc2NzY3MxYXFh8BMyc3IwcGBwYHIyYnJi8BIxcBBC0TAQMCChIGBQYCAgEIBgcWDQ0WBwcHAQICBgUGEgoCAwETLQIBCxYKAQoQBgYKAgEDAwECAQEBAQECAgYEBAsGAQcQCAEBAQEBAQgRBwEHCwUDBgICAQECAQECAQEDBAEDCgYGEAkBCRYLAQIBAQHXLQEBDBYLAgoQBgcJAwMEAQEBAQIBAQIBAgYEBAsHBxAJAgEBAgkQCAEGCwUEBgIBAgECAQEBAQEEAwMJBwYQCQEJFgsBAQEtEwIDAQsRBwUGAQICBwcBCBUNAQ4VCAYHAgIFBgEHEQsBAwIT/mVcOgkJCAoDCwkKCjtgioJcNAgICAkDCwgJCTZgglE0CAcKFgwCBAIkISIoAgQDDx0NAQsPAwMDDwsMHRACBQIBKCIiJAEFAgwWCgYJATUDAwIKBwcSCQEMGg0BAgIBFxITEhESEhQBBgsFBgkEBQcDAwM6AwMDBwUECgUBBQsHFBESEhETExYBAgEOGwwBChIHBwkDAgMDAwIDCQcHEgoMGg4BAgEWExISERISFAYMBgEGCgQFBwIBAgM7AwMBAwcFBAoFAQQMBhUREhIRExMWAQIBDhoNAgsSBwYKAgECAzQIBwkXCwMEAiQhIigCBAMPHQ0KDwMDAw8LDB0QAgQDASgiISQCBAMMFgoBBwg0c2kSERIUFBIREmnj3WMQEBEUFBARD2TaAAAEAAAAQAQAA0AAIwA3AFwAXwAAASEiBw4BBwYVMREUFx4BFxYzMSEyNz4BNzY1MRE0Jy4BJyYjExQGIzEhIiY1MRE0NjMxITIWFTEFMQcOASMwIjkBKgEjIiYnMTU+ATM6ATMxMhYXIxceARUUBgcVJzcnAwD+ADUvLkYUFBQURi4vNQIANS8uRhQUFBRGLi81gEs1/gA1S0s1AgA1S/7pmgYNCAEBAgESGwICGxIBAgEIDgcBmgoNDQqACAsDQBQURi4vNf8ANS8uRhQUFBRGLi81AQA1Ly5GFBT+ADVLSzUBADVLSzWjVgMEGRKqEhkEBFUEEwwLEwQBHgUGAAAACgBAAAADwAOAAA8AJQAzAEEAUgBnAHgAjgCfALUAAAEjIiY1NDYzMTMyFhUUBiMnDgEjIiY1NDY3MTc+ATMyFhUUBgcxASImNTQ2MzIWFTEUBiM1IgYVFBYzMjY1MTQmIzUiJjUxNTQ2MzIWFTEVFAYjBycuATU0NjMyFh8BHgEVFAYjIiYnFxQGIzEjIiY1NDYzMTMyFhUHPgEzMhYVFAYHMQcOASMiJjU0NjcxJTIWFTEVFAYjIiY1MTU0NjM3Fx4BFRQGIyImJzEnLgE1NDYzMhYXA4hwFyEhF3AXISEXmggUCxchCAdQBxULFyEJB/7DRmJiRkZiYkYXISEXFyEhFxchIRcXISEX7k8HCSEXCxUHUAcIIRcLFAgOIRdwFyEhF3AXIQ4IFAsXIQgHUAcVCxchCQcBPRchIRcXISEX7k8HCCEXCxQHUAcIIRcLFAgBiCEXFyEhFxch1gcIIRcLFAhPBwkhFwsVB/5qYkZGYmJGRmLgIRcXISEXFyGoIRdwFyEhF3AXIUJQBxULFyEJB08IFAsXIQgHnhchIRcXISEXngcIIRcLFAhPBwkhFwsVBw4hF3AXISEXcBchQlAHFAsXIQgHTwgUCxchCAcAAAAAAQAAAAEAAIeeNh1fDzz1AAsEAAAAAADWD0mdAAAAANYPSZ3/8f/ABAQDwAAAAAgAAgAAAAAAAAABAAADwP/AAAAEAP/x//wEBAABAAAAAAAAAAAAAAAAAAAALgQAAAAAAAAAAAAAAAIAAAAEAAAABAAAAAQAAAAEAAEZBAAAwAQAAEAEAABABAAAgAQAAEAEAABABAAAQAQAAD8EAAA/BAAAwAQA//EEAABABAAAQAQAAEAEAAAABAAAAAQAAMAEAAGzBAAAAAQAAAAEAAAaBAAAAAQAAAAEAAAABAAAwAQAAEAEAACABAABFQQAARUEAABABAAAgAQAAQAEAADQBAAAwAQAAAAEAABeBAAAAAQAAEAAAAAAAAoAFAAeAGwAugEIAXgBxAImApIDPAOOA8QD+ATUBRAFWAV6BeIGYAbaBxYHcAfYB+YIBgiuCUAJmgoSCpwK8AtEDEAMmAzwDSANnA3ADhAOWg7wELYRNhIgAAAAAQAAAC4BcQAKAAAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAA4ArgABAAAAAAABAAgAAAABAAAAAAACAAcAaQABAAAAAAADAAgAOQABAAAAAAAEAAgAfgABAAAAAAAFAAsAGAABAAAAAAAGAAgAUQABAAAAAAAKABoAlgADAAEECQABABAACAADAAEECQACAA4AcAADAAEECQADABAAQQADAAEECQAEABAAhgADAAEECQAFABYAIwADAAEECQAGABAAWQADAAEECQAKADQAsFJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclZlcnNpb24gMS4wAFYAZQByAHMAaQBvAG4AIAAxAC4AMFJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AclJlZ3VsYXIAUgBlAGcAdQBsAGEAclJlZGFjdG9yAFIAZQBkAGEAYwB0AG8AckZvbnQgZ2VuZXJhdGVkIGJ5IEljb01vb24uAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgAAAAMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=") format("truetype");
  font-weight: normal;
  font-style: normal; }

[class^="re-icon-"], [class*=" re-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Redactor' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.re-icon-aligncenter:before {
  content: "\e900"; }

.re-icon-alignment:before,
.re-icon-alignleft:before {
  content: "\e901"; }

.re-icon-alignright:before {
  content: "\e902"; }

.re-icon-bold:before {
  content: "\e903"; }

.re-icon-bookmark:before {
  content: "\e904"; }

.re-icon-clips:before {
  content: "\e905"; }

.re-icon-codesnippets:before {
  content: "\e906"; }

.re-icon-deleted:before {
  content: "\e907"; }

.re-icon-expand:before {
  content: "\e908"; }

.re-icon-file:before {
  content: "\e909"; }

.re-icon-fontcolor:before {
  content: "\e90a"; }

.re-icon-fontfamily:before {
  content: "\e90b"; }

.re-icon-fontsize:before {
  content: "\e90c"; }

.re-icon-format:before {
  content: "\e90d"; }

.re-icon-html:before {
  content: "\e90e"; }

.re-icon-imagecenter:before {
  content: "\e90f"; }

.re-icon-imageleft:before {
  content: "\e910"; }

.re-icon-imageright:before {
  content: "\e911"; }

.re-icon-image:before {
  content: "\e912"; }

.re-icon-indent:before {
  content: "\e913"; }

.re-icon-inline:before {
  content: "\e914"; }

.re-icon-italic:before {
  content: "\e915"; }

.re-icon-line:before,
.re-icon-horizontalrule:before {
  content: "\e916"; }

.re-icon-link:before {
  content: "\e917"; }

.re-icon-ol:before,
.re-icon-ordered:before {
  content: "\e918"; }

.re-icon-outdent:before {
  content: "\e919"; }

.re-icon-properties:before {
  content: "\e91a"; }

.re-icon-readmore:before {
  content: "\e91b"; }

.re-icon-redo:before {
  content: "\e91c"; }

.re-icon-retract:before {
  content: "\e91d"; }

.re-icon-specialcharacters:before {
  content: "\e91e"; }

.re-icon-sub:before {
  content: "\e91f"; }

.re-icon-sup:before {
  content: "\e920"; }

.re-icon-table:before {
  content: "\e921"; }

.re-icon-textdirection:before {
  content: "\e922"; }

.re-icon-toggle:before {
  content: "\e923"; }

.re-icon-underline:before {
  content: "\e924"; }

.re-icon-undo:before {
  content: "\e925"; }

.re-icon-ul:before,
.re-icon-lists:before,
.re-icon-unordered:before {
  content: "\e926"; }

.re-icon-variable:before {
  content: "\e927"; }

.re-icon-video:before {
  content: "\e928"; }

.re-icon-widget:before {
  content: "\e929"; }

.redactor-box,
.redactor-box textarea {
  z-index: auto; }

.redactor-box {
  position: relative;
  box-sizing: border-box;
  margin-bottom: 16px !important; }
  .redactor-box.redactor-styles-on {
    margin: 0;
    padding: 0;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.075);
    border-radius: 3px;
    box-shadow: none; }
  .redactor-box.redactor-inline {
    position: static; }

.redactor-focus.redactor-styles-on,
.redactor-focus:focus.redactor-styles-on {
  border-color: #82b7ec !important; }

.redactor-over:hover.redactor-styles-on {
  border-color: #ee698a !important; }

.redactor-source-view,
.redactor-source-view.redactor-styles-on {
  border-color: #000 !important; }

.redactor-in {
  position: relative;
  overflow: auto;
  white-space: normal;
  box-sizing: border-box; }
  .redactor-in:focus {
    outline: none; }

.redactor-inline .redactor-in {
  overflow: hidden; }

.redactor-in *,
.redactor-read-only * {
  outline: none !important; }

.redactor-in h1:empty,
.redactor-in h2:empty,
.redactor-in h3:empty,
.redactor-in h4:empty,
.redactor-in h5:empty,
.redactor-in h6:empty,
.redactor-in p:empty,
.redactor-in blockquote:empty,
.redactor-in div[data-redactor-tag=br]:empty,
.redactor-in div[data-redactor-tag=tbr]:empty {
  min-height: 1.5em; }

.redactor-in div[data-redactor-tag=br],
.redactor-in div[data-redactor-tag=tbr] {
  margin-top: 0;
  margin-bottom: 0; }

.redactor-in strong:empty, .redactor-in b:empty, .redactor-in em:empty, .redactor-in i:empty, .redactor-in span:empty, .redactor-in sup:empty, .redactor-in sub:empty, .redactor-in u:empty, .redactor-in ins:empty {
  display: inline-block;
  min-width: 1px;
  min-height: 1rem; }

.redactor-in table {
  empty-cells: show; }

.redactor-in li figure {
  width: auto;
  display: inline-block;
  margin: 0;
  vertical-align: top; }

.redactor-in figcaption:focus,
.redactor-in figure code:focus,
.redactor-in figure pre:focus,
.redactor-in table td:focus,
.redactor-in table th:focus {
  outline: none; }

.redactor-in figure[data-redactor-type=line] {
  margin-top: 1em;
  padding: 6px 0;
  vertical-align: baseline; }
  .redactor-in figure[data-redactor-type=line] hr {
    margin: 0;
    height: 3px;
    border: none;
    background: rgba(0, 0, 0, 0.1); }

.redactor-script-tag {
  display: none !important; }

.redactor-component {
  position: relative; }

.redactor-component[data-redactor-type="widget"]:before,
.redactor-component[data-redactor-type="video"]:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  z-index: 1; }

.redactor-component[data-redactor-type=image],
.redactor-component[data-redactor-type=widget] {
  clear: both; }

.redactor-component[data-redactor-type=variable] {
  white-space: nowrap;
  background: rgba(0, 125, 255, 0.75);
  color: #fff;
  display: inline-block;
  padding: 3px 6px;
  line-height: 1;
  border-radius: 4px;
  cursor: pointer; }

.redactor-component-active {
  outline: 5px solid rgba(0, 125, 255, 0.5) !important; }

.redactor-component-active[data-redactor-type=image] {
  outline: none !important; }
  .redactor-component-active[data-redactor-type=image] img {
    outline: 5px solid rgba(0, 125, 255, 0.5) !important; }

.redactor-component-active[data-redactor-type=variable] {
  outline: none !important;
  background: #ee698a; }

.redactor-component-active[data-redactor-type=video] {
  outline: none !important; }
  .redactor-component-active[data-redactor-type=video] iframe {
    outline: 5px solid rgba(0, 125, 255, 0.5) !important; }

.redactor-blur.redactor-styles-on .redactor-component-active {
  outline: 5px solid #ddd !important; }
  .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] {
    outline: none !important; }
    .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=image] img {
      outline: 5px solid #ddd !important; }
  .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] {
    outline: none !important; }
    .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=video] iframe {
      outline: 5px solid #ddd !important; }
  .redactor-blur.redactor-styles-on .redactor-component-active[data-redactor-type=variable] {
    outline: none !important;
    background: #ddd; }

.redactor-component-caret {
  position: absolute;
  left: -9999px; }

.redactor-textnodes-wrapper {
  display: inline-block; }

#redactor-image-resizer {
  position: absolute;
  z-index: 1051;
  background-color: rgba(0, 125, 255, 0.9);
  width: 13px;
  height: 13px;
  border: 1px solid #fff;
  cursor: move;
  cursor: nwse-resize; }

.redactor-file-item {
  display: inline-block;
  line-height: 1;
  padding: 4px 12px;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, 0.2); }

.redactor-file-remover {
  margin-left: 2px;
  position: relative;
  right: -3px;
  display: inline-block;
  padding: 0 3px;
  cursor: pointer;
  opacity: .5; }
  .redactor-file-remover:hover {
    opacity: 1; }

#redactor-overlay {
  position: fixed;
  z-index: 1051;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(16, 16, 18, 0.3); }
  #redactor-overlay > .redactor-close {
    position: fixed;
    top: 1rem;
    right: 1rem; }

.redactor-source,
.redactor-source:hover,
.redactor-source:focus {
  text-align: left;
  box-sizing: border-box;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  width: 100%;
  display: block;
  margin: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: #252525;
  color: #ccc;
  font-size: 15px;
  outline: none;
  padding: 10px 18px 20px 18px;
  line-height: 1.5;
  resize: vertical; }

.redactor-box[dir="rtl"] .redactor-source {
  direction: ltr; }

.redactor-placeholder:before {
  position: absolute;
  content: attr(placeholder);
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal;
  cursor: text; }

.redactor-in figcaption[placeholder]:empty:before {
  content: attr(placeholder);
  color: rgba(0, 0, 0, 0.4);
  font-weight: normal; }

.redactor-in figcaption[placeholder]:empty:focus:before {
  content: ""; }

.redactor-statusbar {
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
  margin: 0;
  padding: 8px 10px;
  position: relative;
  overflow: hidden;
  list-style: none;
  background: #f8f8f8;
  box-sizing: border-box;
  border: none; }
  .redactor-statusbar li {
    float: left;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    padding: 0 10px;
    line-height: 16px;
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
  .redactor-statusbar li:last-child {
    border-right-color: transparent; }
  .redactor-statusbar a {
    color: rgba(0, 0, 0, 0.5);
    text-decoration: underline; }
  .redactor-statusbar a:hover {
    color: #f03c69;
    text-decoration: underline; }
  .redactor-statusbar:empty {
    display: none; }

.redactor-toolbar-wrapper {
  position: relative; }

.redactor-toolbar,
.redactor-air {
  z-index: 18;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  position: relative;
  margin: 0 !important;
  padding: 0;
  list-style: none !important;
  line-height: 1 !important;
  background: none;
  border: none;
  box-sizing: border-box; }

.redactor-box.redactor-styles-on .redactor-toolbar {
  padding: 18px 16px 0 16px; }

.redactor-toolbar a,
.redactor-air a {
  display: inline-block;
  box-sizing: border-box;
  font-size: 14px;
  text-align: center;
  padding: 10px 15px 9px 15px;
  cursor: pointer;
  outline: none;
  border: none;
  vertical-align: middle;
  text-decoration: none;
  zoom: 1;
  position: relative;
  color: rgba(0, 0, 0, 0.85);
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.97);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  margin-right: 5px;
  margin-bottom: 4px; }

.redactor-toolbar a.re-button-icon,
.redactor-air a.re-button-icon {
  font-size: 16px;
  /*padding: 9px 15px 6px 15px;*/
  padding: 6px 10px 4px 10px; }

.redactor-toolbar a:hover,
.redactor-air a:hover {
  outline: none;
  color: #fff;
  background: #449aef; }

.redactor-toolbar a.redactor-button-active {
  background: rgba(245, 245, 245, 0.95);
  color: rgba(0, 0, 0, 0.4); }

.redactor-toolbar a.redactor-button-disabled,
.redactor-air a.redactor-button-disabled {
  opacity: 0.3; }
  .redactor-toolbar a.redactor-button-disabled:hover,
  .redactor-air a.redactor-button-disabled:hover {
    color: #333;
    outline: none;
    background-color: transparent !important;
    cursor: default; }

.redactor-source-view .redactor-toolbar {
  background: #252525; }

.redactor-source-view .redactor-toolbar a {
  background: #000;
  color: #fff; }
  .redactor-source-view .redactor-toolbar a:hover {
    background: #449aef; }

.redactor-source-view .redactor-toolbar a.redactor-button-disabled:hover {
  color: #fff !important;
  background-color: #000 !important; }

.re-button-tooltip {
  display: none;
  position: absolute;
  white-space: nowrap;
  top: 0;
  z-index: 1052;
  background: rgba(0, 0, 0, 0.9);
  border-radius: 3px;
  padding: 5px 9px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  line-height: 1;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace; }
  .re-button-tooltip:after {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: none;
    border-bottom-color: rgba(0, 0, 0, 0.9);
    border-width: 4px;
    margin-left: -4px; }

.redactor-toolbar-wrapper-air {
  position: absolute;
  z-index: 100; }

.redactor-air {
  padding: 6px 3px 2px 8px;
  max-width: 576px;
  min-width: 200px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.97); }

.redactor-air a {
  background: rgba(37, 37, 37, 0.95);
  box-shadow: none;
  color: rgba(255, 255, 255, 0.9); }

.redactor-air a:hover {
  background: #3d79f2; }

.redactor-air a.redactor-button-active {
  background-color: rgba(255, 255, 255, 0.15);
  color: #fff; }

.redactor-air a.redactor-button-disabled:hover {
  color: #fff; }

.redactor-air-helper {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 1;
  font-size: 15px;
  color: #000;
  background: rgba(255, 255, 255, 0.85);
  border-bottom-left-radius: 4px;
  padding: 7px 10px 6px 10px;
  cursor: pointer; }
  .redactor-air-helper:hover {
    background: #fff; }

.redactor-voice-label {
  display: none; }

.redactor-context-toolbar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1051;
  background-color: rgba(0, 0, 0, 0.95);
  color: #555;
  border-radius: 4px;
  padding: 6px 18px 7px 18px;
  line-height: 1.5;
  font-family: Consolas, Menlo, Monaco, "Courier New", monospace; }
  .redactor-context-toolbar a {
    font-size: 12px;
    color: #ccc;
    text-decoration: none;
    display: inline-block;
    padding: 2px 0 1px 12px; }
  .redactor-context-toolbar a:first-child {
    padding-left: 0; }
  .redactor-context-toolbar a i {
    position: relative;
    top: 3px;
    font-size: 16px; }
  .redactor-context-toolbar a:before {
    content: '';
    padding-left: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.3); }
  .redactor-context-toolbar a:hover {
    color: #fff; }
  .redactor-context-toolbar a:first-child:before {
    padding-left: 0;
    border-left: none; }

.redactor-context-toolbar[dir="rtl"] a {
  padding: 2px 12px 1px 0; }

.redactor-context-toolbar[dir="rtl"] a:first-child {
  padding-right: 0; }

.redactor-context-toolbar[dir="rtl"] a:before {
  padding-left: 0px;
  padding-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  border-left: none; }

.redactor-context-toolbar[dir="rtl"] a:first-child:before {
  padding-right: 0;
  border-right: none; }

.redactor-dropdown {
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  display: none;
  position: absolute;
  z-index: 1051;
  background-color: #fff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  width: 264px;
  min-height: 40px;
  max-height: 250px;
  margin: 0;
  margin-top: -1px;
  overflow: auto;
  font-size: 15px;
  padding: 0; }
  .redactor-dropdown a span {
    display: inline-block;
    line-height: 1;
    padding: 2px 4px;
    border-radius: 3px; }
  .redactor-dropdown a {
    display: block;
    text-decoration: none;
    padding: 10px 8px;
    white-space: nowrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .redactor-dropdown a:last-child {
    border-bottom-color: transparent; }
  .redactor-dropdown a {
    color: #000; }
    .redactor-dropdown a:hover {
      color: #fff !important;
      background-color: #449aef !important; }
    .redactor-dropdown a.redactor-dropdown-item-disabled {
      color: rgba(0, 0, 0, 0.4);
      background: #fff; }

.redactor-dropdown-cells {
  margin: 10px auto; }
  .redactor-dropdown-cells a,
  .redactor-dropdown-cells span {
    float: left;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 14px; }

.redactor-dropdown-selector {
  display: flex;
  text-align: center; }
  .redactor-dropdown-selector span {
    flex-grow: 1;
    font-size: 12px;
    padding: 8px;
    cursor: pointer; }
    .redactor-dropdown-selector span:hover {
      background: #eee; }
    .redactor-dropdown-selector span.active {
      cursor: text;
      color: rgba(0, 0, 0, 0.3);
      background: #eee; }

.redactor-dropdown-format .redactor-dropdown-item-blockquote {
  color: rgba(0, 0, 0, 0.4);
  font-style: italic; }

.redactor-dropdown-format .redactor-dropdown-item-pre {
  font-family: monospace, sans-serif; }

.redactor-dropdown-format .redactor-dropdown-item-h1 {
  font-size: 40px;
  font-weight: bold;
  line-height: 32px; }

.redactor-dropdown-format .redactor-dropdown-item-h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 32px; }

.redactor-dropdown-format .redactor-dropdown-item-h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 24px; }

.redactor-dropdown-format .redactor-dropdown-item-h4 {
  font-size: 21px;
  font-weight: bold;
  line-height: 24px; }

.redactor-dropdown-format .redactor-dropdown-item-h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 24px; }

.redactor-dropdown-format .redactor-dropdown-item-h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24px; }

.redactor-modal-box {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 1051;
  font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
  line-height: 24px; }

.redactor-modal {
  position: relative;
  margin: 16px auto;
  padding: 0;
  background: #fff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.07), 0 2px 15px rgba(80, 80, 80, 0.25);
  border-radius: 3px;
  color: #000; }
  .redactor-modal form {
    margin: 0;
    padding: 0;
    box-sizing: border-box; }
  .redactor-modal input,
  .redactor-modal select,
  .redactor-modal textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    font-family: inherit;
    font-size: 16px;
    height: 40px;
    outline: none;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #cacfd4;
    border-radius: 0.1875em;
    box-shadow: none;
    padding: 0 .5em; }
  .redactor-modal textarea {
    padding: .5em;
    height: auto;
    line-height: 1.5;
    vertical-align: top; }
  .redactor-modal select {
    -webkit-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="12" viewBox="0 0 9 12"><path fill="rgba(0, 0, 0, .4);" d="M0.722,4.823L-0.01,4.1,4.134-.01,4.866,0.716Zm7.555,0L9.01,4.1,4.866-.01l-0.732.726ZM0.722,7.177L-0.01,7.9,4.134,12.01l0.732-.726Zm7.555,0L9.01,7.9,4.866,12.01l-0.732-.726Z"/></svg>');
    background-repeat: no-repeat;
    background-position: right .65em center;
    padding-right: 28px; }
  .redactor-modal select[multiple] {
    background-image: none;
    height: auto;
    padding: .5em .75em; }
  .redactor-modal input[type="file"] {
    width: auto;
    border: none;
    padding: 0;
    height: auto;
    background: none;
    box-shadow: none;
    display: inline-block; }
  .redactor-modal input[type="radio"],
  .redactor-modal input[type="checkbox"] {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0;
    vertical-align: middle;
    position: relative;
    bottom: 0.15rem;
    font-size: 115%;
    margin-right: 3px;
    margin-bottom: 0; }
  .redactor-modal .form-item {
    margin-bottom: 20px; }
  .redactor-modal .form-item:last-child {
    margin-bottom: 0; }
  .redactor-modal fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    padding: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .redactor-modal fieldset .form-item {
      margin-bottom: 12px; }
  .redactor-modal label {
    display: block;
    color: #555;
    margin-bottom: 0.25em;
    font-size: 14px; }
    .redactor-modal label .desc,
    .redactor-modal label .success,
    .redactor-modal label .error {
      text-transform: none;
      font-weight: normal; }
  .redactor-modal label.checkbox {
    font-size: 16px;
    line-height: 1.5;
    cursor: pointer;
    color: inherit; }
  .redactor-modal .form-checkboxes label.checkbox {
    display: inline-block;
    margin-right: 1em; }
  .redactor-modal input:hover,
  .redactor-modal textarea:hover,
  .redactor-modal select:hover {
    outline: none;
    background-color: #fff;
    border-color: #969fa9;
    box-shadow: none; }
  .redactor-modal input:focus,
  .redactor-modal textarea:focus,
  .redactor-modal select:focus {
    transition: all linear .2s;
    outline: none;
    background-color: #fff;
    border-color: rgba(0, 125, 255, 0.5);
    box-shadow: 0 0 3px rgba(0, 125, 255, 0.5); }
  .redactor-modal input.error,
  .redactor-modal textarea.error,
  .redactor-modal select.error {
    background-color: rgba(255, 50, 101, 0.1);
    border: 1px solid #ff7f9e; }
    .redactor-modal input.error:focus,
    .redactor-modal textarea.error:focus,
    .redactor-modal select.error:focus {
      border-color: #ff3265;
      box-shadow: 0 0 1px #ff3265; }
  .redactor-modal input.success,
  .redactor-modal textarea.success,
  .redactor-modal select.success {
    background-color: rgba(47, 196, 182, 0.1);
    border: 1px solid #65dacf; }
    .redactor-modal input.success:focus,
    .redactor-modal textarea.success:focus,
    .redactor-modal select.success:focus {
      border-color: #2fc4b6;
      box-shadow: 0 0 1px #2fc4b6; }
  .redactor-modal input:disabled, .redactor-modal input:disabled:hover, .redactor-modal input.disabled, .redactor-modal input.disabled:hover,
  .redactor-modal textarea:disabled,
  .redactor-modal textarea:disabled:hover,
  .redactor-modal textarea.disabled,
  .redactor-modal textarea.disabled:hover,
  .redactor-modal select:disabled,
  .redactor-modal select:disabled:hover,
  .redactor-modal select.disabled,
  .redactor-modal select.disabled:hover {
    resize: none;
    opacity: .6;
    cursor: default;
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid #cacfd4;
    box-shadow: none;
    background-color: #fff; }
  .redactor-modal .req {
    position: relative;
    top: 1px;
    font-weight: bold;
    color: #ff3265;
    font-size: 110%; }
  .redactor-modal .desc {
    color: rgba(51, 51, 51, 0.5);
    font-size: 12px; }
  .redactor-modal span.desc {
    margin-left: 0.25em; }
  .redactor-modal div.desc {
    margin-top: 0.25em; }
  .redactor-modal span.success,
  .redactor-modal span.error {
    font-size: 12px;
    margin-left: 0.25em; }
  .redactor-modal div.desc {
    margin-bottom: -0.5em; }
  .redactor-modal .redactor-close {
    position: absolute;
    top: 16px;
    right: 12px;
    font-size: 30px;
    line-height: 30px;
    padding: 0px 4px;
    color: #000;
    opacity: .3;
    cursor: pointer; }
    .redactor-modal .redactor-close:hover {
      opacity: 1; }
    .redactor-modal .redactor-close:before {
      content: '\00d7'; }
  .redactor-modal button {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    text-align: center;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    color: #007dff;
    background-color: #fff;
    border-radius: 3px;
    border: 2px solid #007dff;
    min-height: 40px;
    outline: none;
    padding: 0.5em 1.25em;
    cursor: pointer;
    line-height: 1.2;
    vertical-align: middle;
    -webkit-appearance: none; }
  .redactor-modal button:hover {
    outline: none;
    text-decoration: none;
    background: none;
    color: rgba(0, 125, 255, 0.6);
    border-color: rgba(0, 125, 255, 0.5); }
  .redactor-modal button.redactor-button-secondary {
    border-color: #2a2e34;
    color: #2a2e34; }
    .redactor-modal button.redactor-button-secondary:hover {
      color: rgba(42, 46, 52, 0.6);
      border-color: rgba(42, 46, 52, 0.5); }
  .redactor-modal button.redactor-button-danger,
  .redactor-modal button.redactor-button-unstyled {
    background: none;
    border-color: transparent;
    color: rgba(42, 46, 52, 0.6); }
    .redactor-modal button.redactor-button-danger:hover,
    .redactor-modal button.redactor-button-unstyled:hover {
      background: none;
      border-color: transparent;
      color: #ff3265;
      text-decoration: underline; }
  .redactor-modal .redactor-modal-group:after {
    content: "";
    display: table;
    clear: both; }
  .redactor-modal .redactor-modal-side {
    float: left;
    width: 30%;
    margin-right: 4%; }
    .redactor-modal .redactor-modal-side img {
      max-width: 100%;
      height: auto;
      display: block; }
  .redactor-modal .redactor-modal-area {
    float: left;
    width: 66%; }

.redactor-modal[dir="rtl"] .redactor-close {
  left: 12px;
  right: auto; }

.redactor-modal[dir="rtl"] textarea {
  direction: ltr;
  text-align: left; }

.redactor-modal[dir="rtl"] .redactor-modal-footer button.redactor-button-unstyled {
  float: left;
  margin-left: 0; }

.redactor-modal-header {
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
  .redactor-modal-header:empty {
    display: none; }

.redactor-modal-body {
  padding: 32px 48px;
  padding-bottom: 40px; }

.redactor-modal-footer {
  padding: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  overflow: hidden; }
  .redactor-modal-footer button {
    margin-right: 4px; }
  .redactor-modal-footer button.redactor-button-unstyled {
    margin-right: 0;
    float: right; }
  .redactor-modal-footer:empty {
    display: none; }

.redactor-modal-tabs {
  display: flex;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
  margin-bottom: 1em; }
  .redactor-modal-tabs a {
    font-size: 15px;
    padding: 2px 0;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.5);
    border-bottom: 2px solid transparent;
    margin-bottom: -2px;
    margin-right: 14px; }
  .redactor-modal-tabs a:hover {
    transition: all linear .2s; }
  .redactor-modal-tabs a:hover,
  .redactor-modal-tabs a.active {
    font-weight: 500;
    color: #007dff;
    border-bottom-color: #007dff; }

.redactor-styles {
  margin: 0;
  padding: 16px 18px;
  color: #333;
  /*font-family: "Trebuchet MS", "Helvetica Neue", Helvetica, Tahoma, sans-serif;*/
  font-size: 1em;
  line-height: 1.5;
  box-sizing: border-box; }
  .redactor-styles *,
  .redactor-styles *:before,
  .redactor-styles *:after {
    box-sizing: inherit; }
  .redactor-styles[dir="rtl"] {
    direction: rtl;
    unicode-bidi: embed; }
    .redactor-styles[dir="rtl"] ul li,
    .redactor-styles[dir="rtl"] ol li {
      text-align: right; }
    .redactor-styles[dir="rtl"] ul,
    .redactor-styles[dir="rtl"] ol,
    .redactor-styles[dir="rtl"] ul ul,
    .redactor-styles[dir="rtl"] ol ol,
    .redactor-styles[dir="rtl"] ul ol,
    .redactor-styles[dir="rtl"] ol ul {
      margin: 0 1.5em 0 0; }
    .redactor-styles[dir="rtl"] figcaption {
      text-align: right; }
  .redactor-styles ul[dir="rtl"],
  .redactor-styles ul[dir="rtl"] ul,
  .redactor-styles ul[dir="rtl"] ol,
  .redactor-styles ol[dir="rtl"],
  .redactor-styles ol[dir="rtl"] ul,
  .redactor-styles ol[dir="rtl"] ol {
    margin: 0 1.5em 0 0; }
  .redactor-styles ul[dir="rtl"] li,
  .redactor-styles ol[dir="rtl"] li {
    text-align: right; }
  .redactor-styles a,
  .redactor-styles a:hover {
    color: #3397ff; }
  .redactor-styles p,
  .redactor-styles dl,
  .redactor-styles blockquote,
  .redactor-styles hr,
  .redactor-styles pre,
  .redactor-styles table,
  .redactor-styles figure,
  .redactor-styles address {
    padding: 0;
    margin: 0;
    margin-bottom: 1em; }
  .redactor-styles ul,
  .redactor-styles ol {
    padding: 0; }
    .redactor-styles ul,
    .redactor-styles ul ul,
    .redactor-styles ul ol,
    .redactor-styles ol,
    .redactor-styles ol ul,
    .redactor-styles ol ol {
      margin: 0 0 0 1.5em; }
  .redactor-styles ul li,
  .redactor-styles ol li {
    text-align: left; }
  .redactor-styles ol ol li {
    list-style-type: lower-alpha; }
  .redactor-styles ol ol ol li {
    list-style-type: lower-roman; }
  .redactor-styles ul,
  .redactor-styles ol {
    margin-bottom: 1em; }
  .redactor-styles h1,
  .redactor-styles h2,
  .redactor-styles h3,
  .redactor-styles h4,
  .redactor-styles h5,
  .redactor-styles h6 {
    font-weight: bold;
    color: #111;
    text-rendering: optimizeLegibility;
    margin: 0;
    padding: 0;
    margin-bottom: 0.5em;
    line-height: 1.2; }
  .redactor-styles h1 {
    font-size: 2.0736em; }
  .redactor-styles h2 {
    font-size: 1.728em; }
  .redactor-styles h3 {
    font-size: 1.44em; }
  .redactor-styles h4 {
    font-size: 1.2em; }
  .redactor-styles h5 {
    font-size: 1em; }
  .redactor-styles h6 {
    font-size: 0.83333em;
    text-transform: uppercase;
    letter-spacing: .035em; }
  .redactor-styles blockquote {
    font-style: italic;
    color: rgba(0, 0, 0, 0.5);
    border: none; }
  .redactor-styles table {
    width: 100%; }
  .redactor-styles time, .redactor-styles small, .redactor-styles var, .redactor-styles code, .redactor-styles kbd, .redactor-styles mark {
    display: inline-block;
    font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
    font-size: 87.5%;
    line-height: 1;
    color: rgba(51, 51, 51, 0.9); }
  .redactor-styles var, .redactor-styles cite {
    opacity: .6; }
  .redactor-styles var {
    font-style: normal; }
  .redactor-styles dfn,
  .redactor-styles abbr {
    text-transform: uppercase; }
    .redactor-styles dfn[title],
    .redactor-styles abbr[title] {
      text-decoration: none;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.5);
      cursor: help; }
  .redactor-styles code, .redactor-styles kbd {
    position: relative;
    top: -1px;
    padding: 0.25em;
    padding-bottom: 0.2em;
    border-radius: 2px; }
  .redactor-styles code {
    background-color: #eff1f2; }
  .redactor-styles mark {
    border-radius: 2px;
    padding: 0.125em 0.25em;
    background-color: #fdb833; }
  .redactor-styles kbd {
    border: 1px solid #e5e7e9; }
  .redactor-styles sub,
  .redactor-styles sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .redactor-styles sub {
    bottom: -0.25em; }
  .redactor-styles sup {
    top: -0.5em; }
  .redactor-styles pre {
    font-family: Consolas, Menlo, Monaco, "Courier New", monospace;
    font-size: .9em; }
  .redactor-styles pre,
  .redactor-styles pre code {
    background-color: #f6f7f8;
    padding: 0;
    top: 0;
    display: block;
    line-height: 1.5;
    color: rgba(51, 51, 51, 0.85);
    overflow: none;
    white-space: pre-wrap; }
  .redactor-styles pre {
    padding: 1rem; }
  .redactor-styles table {
    border-collapse: collapse;
    max-width: 100%;
    width: 100%; }
    .redactor-styles table caption {
      text-transform: uppercase;
      padding: 0;
      color: rgba(0, 0, 0, 0.5);
      font-size: 11px; }
    .redactor-styles table th,
    .redactor-styles table td {
      border: 1px solid #eee;
      padding: 16px;
      padding-bottom: 15px; }
    .redactor-styles table tfoot th,
    .redactor-styles table tfoot td {
      color: rgba(0, 0, 0, 0.5); }
  .redactor-styles img,
  .redactor-styles video,
  .redactor-styles audio,
  .redactor-styles embed,
  .redactor-styles object {
    max-width: 100%; }
  .redactor-styles img,
  .redactor-styles video,
  .redactor-styles embed,
  .redactor-styles object {
    height: auto !important; }
  .redactor-styles img {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic; }
  .redactor-styles figcaption {
    display: block;
    opacity: .6;
    font-size: 12px;
    font-style: italic;
    text-align: left; }

.upload-redactor-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  border: 5px dashed rgba(0, 125, 255, 0.15);
  position: relative;
  width: 100%;
  min-height: 220px;
  background: #fff;
  cursor: pointer;
  overflow: hidden;
  text-align: center; }

.upload-redactor-placeholder {
  font-size: 15px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.3);
  font-style: italic; }

.upload-redactor-hover {
  background-color: rgba(0, 125, 255, 0.075); }

.upload-redactor-error {
  background-color: rgba(255, 50, 101, 0.075); }

.upload-redactor-box-hover {
  outline: 5px dashed rgba(0, 125, 255, 0.3); }

.upload-redactor-box-error {
  outline: 5px dashed rgba(255, 50, 101, 0.3); }

.redactor-structure h1, .redactor-structure h2, .redactor-structure h3, .redactor-structure h4, .redactor-structure h5, .redactor-structure h6, .redactor-structure div {
  position: relative; }
  .redactor-structure h1:before, .redactor-structure h2:before, .redactor-structure h3:before, .redactor-structure h4:before, .redactor-structure h5:before, .redactor-structure h6:before, .redactor-structure div:before {
    width: 24px;
    position: absolute;
    font-size: 10px;
    font-weight: normal;
    opacity: .5;
    left: -26px;
    top: 50%;
    margin-top: -7px;
    text-align: right; }

.redactor-structure h1:before {
  content: "h1"; }

.redactor-structure h2:before {
  content: "h2"; }

.redactor-structure h3:before {
  content: "h3"; }

.redactor-structure h4:before {
  content: "h4"; }

.redactor-structure h5:before {
  content: "h5"; }

.redactor-structure h6:before {
  content: "h6"; }

.redactor-structure div:before {
  content: "div"; }

#redactor-progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000000;
  height: 10px; }

#redactor-progress span {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #007dff;
  background-size: 40px 40px; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0; }
  to {
    background-position: 0 0; } }

@-o-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; } }

.redactor-box-fullscreen {
  z-index: 1051;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%; }

.redactor-box-fullscreen-target {
  position: absolute !important; }

.redactor-body-fullscreen .redactor-dropdown,
.redactor-body-fullscreen .redactor-context-toolbar {
  z-index: 1052; }

.redactor-body-fullscreen #redactor-overlay {
  z-index: 1098; }

.redactor-body-fullscreen #redactor-modal {
  z-index: 1099; }
#redactor-filemanager-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
#redactor-filemanager-list li {
    position: relative;
    line-height: 23px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
#redactor-filemanager-list li:last-child {
    border-bottom-color: transparent;
}
#redactor-filemanager-list a {
    text-decoration: none;
    display: block;
    color: #000;
    padding: 3px 0 2px 0;
    font-size: 15px;
}
#redactor-filemanager-list a:hover {
    background: #f8f8f8;
}
#redactor-filemanager-list span {
    font-family: monospace;
    font-size: 11px;
    color: #888;
}
#redactor-filemanager-list span.r-file-name {
    margin-left: 8px;
    top: -2px;
    position: relative;
}
#redactor-filemanager-list span.r-file-size {
    position: absolute;
    right: 10px;
    top: 6px;
}
#redactor-handle-list {
    font-family: "Trebuchet MS", 'Helvetica Neue', Helvetica, Tahoma, sans-serif;
    display: none;
    position: absolute;
    z-index: 1053;
    background-color: #fff;
    box-shadow: 0 4px 14px rgba(0, 0, 0, .2);
    border-radius: 2px;
    width: 264px;
    max-height: 250px;
    margin: 0;
    overflow: auto;
    font-size: 14px;
    padding: 0;
}
#redactor-handle-list a {
    display: block;
    text-decoration: none;
    padding: 10px 8px;
    white-space: nowrap;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
#redactor-handle-list a:hover {
    color: #fff !important;
    background-color: #449aef !important;
}
/***
Spectrum Colorpicker v1.8.0
https://github.com/bgrins/spectrum
Author: Brian Grinstead
License: MIT
***/

.sp-container {
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    *display: inline;
    *zoom: 1;
    /* https://github.com/bgrins/spectrum/issues/40 */
    z-index: 9999994;
    overflow: hidden;
}
.sp-container.sp-flat {
    position: relative;
}

/* Fix for * { box-sizing: border-box; } */
.sp-container,
.sp-container * {
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

/* http://ansciath.tumblr.com/post/7347495869/css-aspect-ratio */
.sp-top {
  position:relative;
  width: 100%;
  display:inline-block;
}
.sp-top-inner {
   position:absolute;
   top:0;
   left:0;
   bottom:0;
   right:0;
}
.sp-color {
    position: absolute;
    top:0;
    left:0;
    bottom:0;
    right:20%;
}
.sp-hue {
    position: absolute;
    top:0;
    right:0;
    bottom:0;
    left:84%;
    height: 100%;
}

.sp-clear-enabled .sp-hue {
    top:33px;
    height: 77.5%;
}

.sp-fill {
    padding-top: 80%;
}
.sp-sat, .sp-val {
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
}

.sp-alpha-enabled .sp-top {
    margin-bottom: 18px;
}
.sp-alpha-enabled .sp-alpha {
    display: block;
}
.sp-alpha-handle {
    position:absolute;
    top:-4px;
    bottom: -4px;
    width: 6px;
    left: 50%;
    cursor: pointer;
    border: 1px solid black;
    background: white;
    opacity: .8;
}
.sp-alpha {
    display: none;
    position: absolute;
    bottom: -14px;
    right: 0;
    left: 0;
    height: 8px;
}
.sp-alpha-inner {
    border: solid 1px #333;
}

.sp-clear {
    display: none;
}

.sp-clear.sp-clear-display {
    background-position: center;
}

.sp-clear-enabled .sp-clear {
    display: block;
    position:absolute;
    top:0px;
    right:0;
    bottom:0;
    left:84%;
    height: 28px;
}

/* Don't allow text selection */
.sp-container, .sp-replacer, .sp-preview, .sp-dragger, .sp-slider, .sp-alpha, .sp-clear, .sp-alpha-handle, .sp-container.sp-dragging .sp-input, .sp-container button  {
    -webkit-user-select:none;
    -moz-user-select: -moz-none;
    -o-user-select:none;
    user-select: none;
}

.sp-container.sp-input-disabled .sp-input-container {
    display: none;
}
.sp-container.sp-buttons-disabled .sp-button-container {
    display: none;
}
.sp-container.sp-palette-buttons-disabled .sp-palette-button-container {
    display: none;
}
.sp-palette-only .sp-picker-container {
    display: none;
}
.sp-palette-disabled .sp-palette-container {
    display: none;
}

.sp-initial-disabled .sp-initial {
    display: none;
}


/* Gradients for hue, saturation and value instead of images.  Not pretty... but it works */
.sp-sat {
    background-image: -webkit-gradient(linear,  0 0, 100% 0, from(#FFF), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(left, #FFF, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(left, #fff, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to right, #fff, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr=#FFFFFFFF, endColorstr=#00CC9A81)";
    filter : progid:DXImageTransform.Microsoft.gradient(GradientType = 1, startColorstr='#FFFFFFFF', endColorstr='#00CC9A81');
}
.sp-val {
    background-image: -webkit-gradient(linear, 0 100%, 0 0, from(#000000), to(rgba(204, 154, 129, 0)));
    background-image: -webkit-linear-gradient(bottom, #000000, rgba(204, 154, 129, 0));
    background-image: -moz-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -o-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: -ms-linear-gradient(bottom, #000, rgba(204, 154, 129, 0));
    background-image: linear-gradient(to top, #000, rgba(204, 154, 129, 0));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00CC9A81, endColorstr=#FF000000)";
    filter : progid:DXImageTransform.Microsoft.gradient(startColorstr='#00CC9A81', endColorstr='#FF000000');
}

.sp-hue {
    background: -moz-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -ms-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -o-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), color-stop(0.17, #ffff00), color-stop(0.33, #00ff00), color-stop(0.5, #00ffff), color-stop(0.67, #0000ff), color-stop(0.83, #ff00ff), to(#ff0000));
    background: -webkit-linear-gradient(top, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
    background: linear-gradient(to bottom, #ff0000 0%, #ffff00 17%, #00ff00 33%, #00ffff 50%, #0000ff 67%, #ff00ff 83%, #ff0000 100%);
}

/* IE filters do not support multiple color stops.
   Generate 6 divs, line them up, and do two color gradients for each.
   Yes, really.
 */
.sp-1 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#ffff00');
}
.sp-2 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff00', endColorstr='#00ff00');
}
.sp-3 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff00', endColorstr='#00ffff');
}
.sp-4 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffff', endColorstr='#0000ff');
}
.sp-5 {
    height:16%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0000ff', endColorstr='#ff00ff');
}
.sp-6 {
    height:17%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00ff', endColorstr='#ff0000');
}

.sp-hidden {
    display: none !important;
}

/* Clearfix hack */
.sp-cf:before, .sp-cf:after { content: ""; display: table; }
.sp-cf:after { clear: both; }
.sp-cf { *zoom: 1; }

/* Mobile devices, make hue slider bigger so it is easier to slide */
@media (max-device-width: 480px) {
    .sp-color { right: 40%; }
    .sp-hue { left: 63%; }
    .sp-fill { padding-top: 60%; }
}
.sp-dragger {
   border-radius: 5px;
   height: 5px;
   width: 5px;
   border: 1px solid #fff;
   background: #000;
   cursor: pointer;
   position:absolute;
   top:0;
   left: 0;
}
.sp-slider {
    position: absolute;
    top:0;
    cursor:pointer;
    height: 3px;
    left: -1px;
    right: -1px;
    border: 1px solid #000;
    background: white;
    opacity: .8;
}

/*
Theme authors:
Here are the basic themeable display options (colors, fonts, global widths).
See http://bgrins.github.io/spectrum/themes/ for instructions.
*/

.sp-container {
    border-radius: 0;
    background-color: #ECECEC;
    border: solid 1px #f0c49B;
    padding: 0;
}
.sp-container, .sp-container button, .sp-container input, .sp-color, .sp-hue, .sp-clear {
    font: normal 12px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.sp-top {
    margin-bottom: 3px;
}
.sp-color, .sp-hue, .sp-clear {
    border: solid 1px #666;
}

/* Input */
.sp-input-container {
    float:right;
    width: 100px;
    margin-bottom: 4px;
}
.sp-initial-disabled  .sp-input-container {
    width: 100%;
}
.sp-input {
   font-size: 12px !important;
   border: 1px inset;
   padding: 4px 5px;
   margin: 0;
   width: 100%;
   background:transparent;
   border-radius: 3px;
   color: #222;
}
.sp-input:focus  {
    border: 1px solid orange;
}
.sp-input.sp-validation-error {
    border: 1px solid red;
    background: #fdd;
}
.sp-picker-container , .sp-palette-container {
    float:left;
    position: relative;
    padding: 10px;
    padding-bottom: 300px;
    margin-bottom: -290px;
}
.sp-picker-container {
    width: 172px;
    border-left: solid 1px #fff;
}

/* Palettes */
.sp-palette-container {
    border-right: solid 1px #ccc;
}

.sp-palette-only .sp-palette-container {
    border: 0;
}

.sp-palette .sp-thumb-el {
    display: block;
    position:relative;
    float:left;
    width: 24px;
    height: 15px;
    margin: 3px;
    cursor: pointer;
    border:solid 2px transparent;
}
.sp-palette .sp-thumb-el:hover, .sp-palette .sp-thumb-el.sp-thumb-active {
    border-color: orange;
}
.sp-thumb-el {
    position:relative;
}

/* Initial */
.sp-initial {
    float: left;
    border: solid 1px #333;
}
.sp-initial span {
    width: 30px;
    height: 25px;
    border:none;
    display:block;
    float:left;
    margin:0;
}

.sp-initial .sp-clear-display {
    background-position: center;
}

/* Buttons */
.sp-palette-button-container,
.sp-button-container {
    float: right;
}

/* Replacer (the little preview div that shows up instead of the <input>) */
.sp-replacer {
    margin:0;
    overflow:hidden;
    cursor:pointer;
    padding: 4px;
    display:inline-block;
    *zoom: 1;
    *display: inline;
    border: solid 1px #91765d;
    background: #eee;
    color: #333;
    vertical-align: middle;
}
.sp-replacer:hover, .sp-replacer.sp-active {
    border-color: #F0C49B;
    color: #111;
}
.sp-replacer.sp-disabled {
    cursor:default;
    border-color: silver;
    color: silver;
}
.sp-dd {
    padding: 2px 0;
    height: 16px;
    line-height: 16px;
    float:left;
    font-size:10px;
}
.sp-preview {
    position:relative;
    width:25px;
    height: 20px;
    border: solid 1px #222;
    margin-right: 5px;
    float:left;
    z-index: 0;
}

.sp-palette {
    *width: 220px;
    max-width: 220px;
}
.sp-palette .sp-thumb-el {
    width:16px;
    height: 16px;
    margin:2px 1px;
    border: solid 1px #d0d0d0;
}

.sp-container {
    padding-bottom:0;
}


/* Buttons: http://hellohappy.org/css3-buttons/ */
.sp-container button {
  background-color: #eeeeee;
  background-image: -webkit-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -moz-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -ms-linear-gradient(top, #eeeeee, #cccccc);
  background-image: -o-linear-gradient(top, #eeeeee, #cccccc);
  background-image: linear-gradient(to bottom, #eeeeee, #cccccc);
  border: 1px solid #ccc;
  border-bottom: 1px solid #bbb;
  border-radius: 3px;
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 5px 4px;
  text-align: center;
  text-shadow: 0 1px 0 #eee;
  vertical-align: middle;
}
.sp-container button:hover {
    background-color: #dddddd;
    background-image: -webkit-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -moz-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -ms-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: -o-linear-gradient(top, #dddddd, #bbbbbb);
    background-image: linear-gradient(to bottom, #dddddd, #bbbbbb);
    border: 1px solid #bbb;
    border-bottom: 1px solid #999;
    cursor: pointer;
    text-shadow: 0 1px 0 #ddd;
}
.sp-container button:active {
    border: 1px solid #aaa;
    border-bottom: 1px solid #888;
    -webkit-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -moz-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -ms-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    -o-box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
    box-shadow: inset 0 0 5px 2px #aaaaaa, 0 1px 0 0 #eeeeee;
}
.sp-cancel {
    font-size: 11px;
    color: #d93f3f !important;
    margin:0;
    padding:2px;
    margin-right: 5px;
    vertical-align: middle;
    text-decoration:none;

}
.sp-cancel:hover {
    color: #d93f3f !important;
    text-decoration: underline;
}


.sp-palette span:hover, .sp-palette span.sp-thumb-active {
    border-color: #000;
}

.sp-preview, .sp-alpha, .sp-thumb-el {
    position:relative;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAIAAADZF8uwAAAAGUlEQVQYV2M4gwH+YwCGIasIUwhT25BVBADtzYNYrHvv4gAAAABJRU5ErkJggg==);
}
.sp-preview-inner, .sp-alpha-inner, .sp-thumb-inner {
    display:block;
    position:absolute;
    top:0;left:0;bottom:0;right:0;
}

.sp-palette .sp-thumb-inner {
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.sp-palette .sp-thumb-light.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIVJREFUeNpiYBhsgJFMffxAXABlN5JruT4Q3wfi/0DsT64h8UD8HmpIPCWG/KemIfOJCUB+Aoacx6EGBZyHBqI+WsDCwuQ9mhxeg2A210Ntfo8klk9sOMijaURm7yc1UP2RNCMbKE9ODK1HM6iegYLkfx8pligC9lCD7KmRof0ZhjQACDAAceovrtpVBRkAAAAASUVORK5CYII=);
}

.sp-palette .sp-thumb-dark.sp-thumb-active .sp-thumb-inner {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASCAYAAABWzo5XAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAadEVYdFNvZnR3YXJlAFBhaW50Lk5FVCB2My41LjEwMPRyoQAAAMdJREFUOE+tkgsNwzAMRMugEAahEAahEAZhEAqlEAZhEAohEAYh81X2dIm8fKpEspLGvudPOsUYpxE2BIJCroJmEW9qJ+MKaBFhEMNabSy9oIcIPwrB+afvAUFoK4H0tMaQ3XtlrggDhOVVMuT4E5MMG0FBbCEYzjYT7OxLEvIHQLY2zWwQ3D+9luyOQTfKDiFD3iUIfPk8VqrKjgAiSfGFPecrg6HN6m/iBcwiDAo7WiBeawa+Kwh7tZoSCGLMqwlSAzVDhoK+6vH4G0P5wdkAAAAASUVORK5CYII=);
}

.sp-clear-display {
    background-repeat:no-repeat;
    background-position: center;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAPcAAAAAAJmZmZ2dnZ6enqKioqOjo6SkpKWlpaampqenp6ioqKmpqaqqqqurq/Hx8fLy8vT09PX19ff39/j4+Pn5+fr6+vv7+wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAP8ALAAAAAAUABQAAAihAP9FoPCvoMGDBy08+EdhQAIJCCMybCDAAYUEARBAlFiQQoMABQhKUJBxY0SPICEYHBnggEmDKAuoPMjS5cGYMxHW3IiT478JJA8M/CjTZ0GgLRekNGpwAsYABHIypcAgQMsITDtWJYBR6NSqMico9cqR6tKfY7GeBCuVwlipDNmefAtTrkSzB1RaIAoXodsABiZAEFB06gIBWC1mLVgBa0AAOw==);
}
/**
 * Sticky
 */
.floating-scroll-sticky {
    z-index: 999;
}
.floating-scroll-sticky.floating-scroll-stick {
    position: fixed !important;
    top: 0;
    z-index: 999;
}
.floating-scroll-sticky.floating-scroll-stick.floating-scroll-stuck {
    position: absolute !important;
    top: auto;
    bottom: 0;
    z-index: 999;
}
.floating-scroll-bounding-box{
  position:relative !important;
}
/**
 * Tag Input
 */
div.tagsinput {
  border:1px solid #cccccc;
  background: #FFF;
  padding:2px;
  width:300px;
  height:100px;
  overflow-y: auto;
  margin-bottom: 0.8125rem;
}
div.tagsinput span.tag {
  border: 1px solid #d9d9d9;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  display: block;
  float: left;
  padding: 3px 5px;
  text-decoration:none;
  background: #f2f2f2;
  color: #333333;
  margin: 3px;
  font-size: 0.8125rem;
}
div.tagsinput span.tag a {
  font-weight: bold;
  color: #333333;
  text-decoration:none;
  font-size: 0.8125rem;
}
div.tagsinput input {
  width:80px;
  margin:0px;
  font-size: 0.8125rem;
  border:1px solid transparent;
  padding:5px;
  background: transparent;
  color: #000;
  outline:0px;
  margin-right:5px;
}
div.tagsinput div {
  display:block;
  float: left;
}
.tags_clear {
  clear: both;
  width: 100%;
  height: 0px;
}
.not_valid {
  background: #FBD8DB !important;
  color: #90111A !important;
}
/* This is the core CSS of Tooltipster */

/* GENERAL STRUCTURE RULES (do not edit this section) */

.tooltipster-base {
	/* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
	display: flex;
	pointer-events: none;
	/* this may be overriden in JS for fixed position origins */
	position: absolute;
}

.tooltipster-box {
	/* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
	flex: 1 1 auto;
}

.tooltipster-content {
	/* prevents an overflow if the user adds padding to the div */
	box-sizing: border-box;
	/* these make sure we'll be able to detect any overflow */
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
}

.tooltipster-ruler {
	/* these let us test the size of the tooltip without overflowing the window */
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
}

/* ANIMATIONS */

/* Open/close animations */

/* fade */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade.tooltipster-show {
	opacity: 1;
}

/* grow */

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow.tooltipster-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

/* swing */

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing.tooltipster-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

/* fall */

.tooltipster-fall {
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-fall.tooltipster-initial {
	top: 0 !important;
}
.tooltipster-fall.tooltipster-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0 !important;
	opacity: 0;
}

/* slide */

.tooltipster-slide {
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-initial {
	left: -40px !important;
}
.tooltipster-slide.tooltipster-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0 !important;
	opacity: 0;
}

/* Update animations */

/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */

/* fade */

@keyframes tooltipster-fading {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.tooltipster-update-fade {
	animation: tooltipster-fading 400ms;
}

/* rotate */

@keyframes tooltipster-rotating {
	25% {
		transform: rotate(-2deg);
	}
	75% {
		transform: rotate(2deg);
	}
	100% {
		transform: rotate(0);
	}
}

.tooltipster-update-rotate {
	animation: tooltipster-rotating 600ms;
}

/* scale */

@keyframes tooltipster-scaling {
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(1);
	}
}

.tooltipster-update-scale {
	animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 *
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */

/* .tooltipster-box */

.tooltipster-sidetip .tooltipster-box {
	background: #565656;
	border: 2px solid black;
	/*border-radius: 4px;*/
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
	margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
	margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
	margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
	margin-bottom: 8px;
}

/* .tooltipster-content */

.tooltipster-sidetip .tooltipster-content {
	color: white;
	line-height: 18px;
	/*padding: 6px 14px;*/
	/*padding-bottom: 4px;*/
	overflow: hidden;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */

.tooltipster-sidetip .tooltipster-arrow {
	overflow: hidden;
	position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
	height: 10px;
	/* half the width, for centering */
	margin-left: -10px;
	top: 0;
	width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	right: 0;
	/* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
	height: 20px;
	margin-top: -10px;
	left: 0;
	/* same as .tooltipster-left .tooltipster-arrow */
	top: 0;
	width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
	bottom: 0;
	height: 10px;
	margin-left: -10px;
	width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
	height: 0;
	position: absolute;
	width: 0;
}

/* .tooltipster-arrow-background */

.tooltipster-sidetip .tooltipster-arrow-background {
	border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
	border-bottom-color: #565656;
	left: 0px;
	top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
	border-left-color: #565656;
	left: -3px;
	top: 0px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
	border-right-color: #565656;
	left: 3px;
	top: 0px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
	border-top-color: #565656;
	left: 0px;
	top: -3px;
}

/* .tooltipster-arrow-border */

.tooltipster-sidetip .tooltipster-arrow-border {
	border: 10px solid transparent;
	left: 0;
	top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
	border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
	border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
	border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
	border-top-color: black;
}

/* tooltipster-arrow-uncropped */

.tooltipster-sidetip .tooltipster-arrow-uncropped {
	position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
	top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
	left: -10px;
}

.tooltipster-sidetip.tooltipster-borderless .tooltipster-box{
	font-size: 0.8125rem;
	padding: 0.25rem 0.5rem;
	border:none;background:#1b1b1b;background:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow{height:8px;margin-left:-8px;width:16px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow{height:16px;margin-left:0;margin-top:-8px;width:8px}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-background{display:none}.tooltipster-sidetip.tooltipster-borderless .tooltipster-arrow-border{border:8px solid transparent}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#1b1b1b;border-bottom-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-left .tooltipster-arrow-border{border-left-color:#1b1b1b;border-left-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-border{border-right-color:#1b1b1b;border-right-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-top .tooltipster-arrow-border{border-top-color:#1b1b1b;border-top-color:rgba(10,10,10,.9)}.tooltipster-sidetip.tooltipster-borderless.tooltipster-bottom .tooltipster-arrow-uncropped{top:-8px}.tooltipster-sidetip.tooltipster-borderless.tooltipster-right .tooltipster-arrow-uncropped{left:-8px}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-box{
  border:none;
  /*border-radius:5px;*/
  background:#fff;
  box-shadow:0 0 10px 6px rgba(0,0,0,.1);
  font-size: 0.875rem;
}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box{margin-top:6px;}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box{margin-right:6px;}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box{margin-left:6px;}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box{margin-bottom:6px;}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-content{color:#8d8d8d;}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow{height:6px;margin-left:-6px;width:12px;}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow{height:12px;margin-left:0;margin-top:-6px;width:6px;}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background{display:none;}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border{border:6px solid transparent;}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#fff;}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border{border-left-color:#fff;}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border{border-right-color:#fff;}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border{border-top-color:#fff;}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped{top:-6px;}
.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped{left:-6px;}
/*
  WebUploader
 */
.webuploader-container {
  position: relative;
  padding: 0 !important;
}
.webuploader-element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px,1px,1px,1px);
  margin: 0;
}
.webuploader-pick {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 0.5rem 1.25rem;
  text-align: center;
  overflow: hidden;
}
.webuploader-pick-disable {
  opacity: 0.6;
  pointer-events:none;
}
.webuploader-container label {
  margin: 0 !important;
}
/*-- Chart --*/
.c3 svg {
  font: 10px sans-serif; }

.c3 path, .c3 line {
  fill: none;
  stroke: #000; }

.c3 text {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.c3-legend-item-tile, .c3-xgrid-focus, .c3-ygrid, .c3-event-rect, .c3-bars path {
  shape-rendering: crispEdges; }

.c3-chart-arc path {
  stroke: #fff; }

.c3-chart-arc text {
  fill: #fff;
  font-size: 13px; }

/*-- Axis --*/
/*-- Grid --*/
.c3-grid line {
  stroke: #aaa; }

.c3-grid text {
  fill: #aaa; }

.c3-xgrid, .c3-ygrid {
  stroke-dasharray: 3 3; }

/*-- Text on Chart --*/
.c3-text.c3-empty {
  fill: #808080;
  font-size: 2em; }

/*-- Line --*/
.c3-line {
  stroke-width: 1px; }

/*-- Point --*/
.c3-circle._expanded_ {
  stroke-width: 1px;
  stroke: white; }

.c3-selected-circle {
  fill: white;
  stroke-width: 2px; }

/*-- Bar --*/
.c3-bar {
  stroke-width: 0; }

.c3-bar._expanded_ {
  fill-opacity: 0.75; }

/*-- Focus --*/
.c3-target.c3-focused {
  opacity: 1; }

.c3-target.c3-focused path.c3-line, .c3-target.c3-focused path.c3-step {
  stroke-width: 2px; }

.c3-target.c3-defocused {
  opacity: 0.3 !important; }

/*-- Region --*/
.c3-region {
  fill: steelblue;
  fill-opacity: 0.1; }

/*-- Brush --*/
.c3-brush .extent {
  fill-opacity: 0.1; }

/*-- Select - Drag --*/
/*-- Legend --*/
.c3-legend-item {
  font-size: 12px; }

.c3-legend-item-hidden {
  opacity: 0.15; }

.c3-legend-background {
  opacity: 0.75;
  fill: white;
  stroke: lightgray;
  stroke-width: 1; }

/*-- Tooltip --*/
.c3-tooltip-container {
  z-index: 10; }

.c3-tooltip {
  border-collapse: collapse;
  border-spacing: 0;
  background-color: #fff;
  empty-cells: show;
  -webkit-box-shadow: 7px 7px 12px -9px #777777;
  -moz-box-shadow: 7px 7px 12px -9px #777777;
  box-shadow: 7px 7px 12px -9px #777777;
  opacity: 0.9; }

.c3-tooltip tr {
  border: 1px solid #CCC; }

.c3-tooltip th {
  background-color: #aaa;
  font-size: 14px;
  padding: 2px 5px;
  text-align: left;
  color: #FFF; }

.c3-tooltip td {
  font-size: 13px;
  padding: 3px 6px;
  background-color: #fff;
  border-left: 1px dotted #999; }

.c3-tooltip td > span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 6px; }

.c3-tooltip td.value {
  text-align: right; }

/*-- Area --*/
.c3-area {
  stroke-width: 0;
  opacity: 0.2; }

/*-- Arc --*/
.c3-chart-arcs-title {
  dominant-baseline: middle;
  font-size: 1.3em; }

.c3-chart-arcs .c3-chart-arcs-background {
  fill: #e0e0e0;
  stroke: none; }

.c3-chart-arcs .c3-chart-arcs-gauge-unit {
  fill: #000;
  font-size: 16px; }

.c3-chart-arcs .c3-chart-arcs-gauge-max {
  fill: #777; }

.c3-chart-arcs .c3-chart-arcs-gauge-min {
  fill: #777; }

.c3-chart-arc .c3-gauge-value {
  fill: #000;
  /*  font-size: 28px !important;*/ }
/* perfect-scrollbar v0.7.1 */
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none; }
  @supports (-ms-overflow-style: none) {
    .ps {
      overflow: auto !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
      overflow: auto !important; } }
  .ps.ps--active-x > .ps__scrollbar-x-rail,
  .ps.ps--active-y > .ps__scrollbar-y-rail {
    display: block;
    background-color: transparent; }
  .ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps > .ps__scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    bottom: 0px;
    /* there must be 'bottom' for ps__scrollbar-x-rail */
    height: 15px; }
    .ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      bottom: 2px;
      /* there must be 'bottom' for ps__scrollbar-x */
      height: 6px; }
    .ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
      height: 11px; }
  .ps > .ps__scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
    right: 0;
    /* there must be 'right' for ps__scrollbar-y-rail */
    width: 15px; }
    .ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
      position: absolute;
      /* please don't change 'position' */
      background-color: #aaa;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      border-radius: 6px;
      -webkit-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, -webkit-border-radius .2s ease-in-out;
      -o-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      -moz-transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out;
      transition: background-color .2s linear, height .2s linear, width .2s ease-in-out, border-radius .2s ease-in-out, -webkit-border-radius .2s ease-in-out, -moz-border-radius .2s ease-in-out;
      right: 2px;
      /* there must be 'right' for ps__scrollbar-y */
      width: 6px; }
    .ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
      width: 11px; }
  .ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
      background-color: #999;
      height: 11px; }
  .ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
    background-color: #eee;
    opacity: 0.9; }
    .ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
      background-color: #999;
      width: 11px; }
  .ps:hover > .ps__scrollbar-x-rail,
  .ps:hover > .ps__scrollbar-y-rail {
    opacity: 0.6; }
  .ps:hover > .ps__scrollbar-x-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
      background-color: #999; }
  .ps:hover > .ps__scrollbar-y-rail:hover {
    background-color: #eee;
    opacity: 0.9; }
    .ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
      background-color: #999; }
/* CSS for jQuery More plugin v2.0.0. */
.more-hidden {
  display: none;
}
.more-link {
  margin-left: 1em;
  padding: 0.125em;
  font-size: 0.8125rem;
  text-decoration: none;
}
.more-link img {
  border: none;
}
.jssocials {
  font-size: 0.875rem;
}
.jssocials-shares {
  margin: 0.2em 0; }

.jssocials-shares * {
  box-sizing: border-box; }

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em 0.6em 0.3em 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }
  .jssocials-share-link.jssocials-share-link-count {
    padding-top: .2em; }
    .jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
      display: block;
      font-size: .6em;
      margin: 0 -.5em -.8em -.5em; }
  .jssocials-share-link.jssocials-share-no-count {
    padding-top: .5em; }
    .jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
      height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }
  .jssocials-share-count-box.jssocials-share-no-count {
    display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }
.jssocials-share-twitter .jssocials-share-link {
  background: #00aced; }
  .jssocials-share-twitter .jssocials-share-link:hover {
    background: #0087ba; }

.jssocials-share-facebook .jssocials-share-link {
  background: #3b5998; }
  .jssocials-share-facebook .jssocials-share-link:hover {
    background: #2d4373; }

.jssocials-share-googleplus .jssocials-share-link {
  background: #dd4b39; }
  .jssocials-share-googleplus .jssocials-share-link:hover {
    background: #c23321; }

.jssocials-share-linkedin .jssocials-share-link {
  background: #007bb6; }
  .jssocials-share-linkedin .jssocials-share-link:hover {
    background: #005983; }

.jssocials-share-pinterest .jssocials-share-link {
  background: #cb2027; }
  .jssocials-share-pinterest .jssocials-share-link:hover {
    background: #9f191f; }

.jssocials-share-reddit .jssocials-share-link {
  background: #5f99cf; }
  .jssocials-share-reddit .jssocials-share-link:hover {
    background: #3a80c1; }

.jssocials-share-tumblr .jssocials-share-link {
  background: #35465c; }
  .jssocials-share-tumblr .jssocials-share-link:hover {
    background: #222d3c; }

.jssocials-share-email .jssocials-share-link {
  background: #3490F3; }
  .jssocials-share-email .jssocials-share-link:hover {
    background: #0e76e6; }

.jssocials-share-stumbleupon .jssocials-share-link {
  background: #eb4823; }
  .jssocials-share-stumbleupon .jssocials-share-link:hover {
    background: #c93412; }

.jssocials-share-whatsapp .jssocials-share-link {
  background: #29a628; }
  .jssocials-share-whatsapp .jssocials-share-link:hover {
    background: #1f7d1e; }

.jssocials-share-telegram .jssocials-share-link {
  background: #2ca5e0; }
  .jssocials-share-telegram .jssocials-share-link:hover {
    background: #1c88bd; }

.jssocials-share-line .jssocials-share-link {
  background: #25af00; }
  .jssocials-share-line .jssocials-share-link:hover {
    background: #1a7c00; }

.jssocials-share-viber .jssocials-share-link {
  background: #7b519d; }
  .jssocials-share-viber .jssocials-share-link:hover {
    background: #61407b; }

.jssocials-share-pocket .jssocials-share-link {
  background: #ef4056; }
  .jssocials-share-pocket .jssocials-share-link:hover {
    background: #e9132e; }

.jssocials-share-messenger .jssocials-share-link {
  background: #0084ff; }
  .jssocials-share-messenger .jssocials-share-link:hover {
    background: #006acc; }

.jssocials-share-vkontakte .jssocials-share-link {
  background: #45668e; }
  .jssocials-share-vkontakte .jssocials-share-link:hover {
    background: #344d6c; }

.jssocials-share-link {
  padding: .5em .6em;
  color: #fff;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-link:hover, .jssocials-share-link:focus, .jssocials-share-link:active {
    color: #fff; }

.jssocials-share-count-box {
  position: relative;
  height: 2.5em;
  padding: 0 .3em;
  margin-left: 0.3em;
  background: #f5f5f5;
  -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
          transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box:hover {
    background: gainsboro; }
    .jssocials-share-count-box:hover:after {
      border-color: transparent gainsboro transparent transparent; }
  .jssocials-share-count-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.85em;
    left: -0.3em;
    width: 0;
    height: 0;
    border-width: 0.4em 0.4em 0.4em 0;
    border-style: solid;
    border-color: transparent #f5f5f5 transparent transparent;
    -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
            transform: rotate(360deg);
    -webkit-transition: background 200ms ease-in-out, border-color 200ms ease-in-out;
            transition: background 200ms ease-in-out, border-color 200ms ease-in-out; }
  .jssocials-share-count-box .jssocials-share-count {
    line-height: 2.5em;
    color: #444; }
  .jssocials-share-label {
    font-size: 0.8125rem;
  }
/**
 *
 * slippry v1.4.0 - Responsive content slider for jQuery
 * http://slippry.com
 *
 * Authors: Lukas Jakob Hafner - @saftsaak
 *          Thomas Hurd - @SeenNotHurd
 *
 * Copyright 2016, booncon oy - http://booncon.com
 *
 *
 * Released under the MIT license - http://opensource.org/licenses/MIT
 */
/* kenBurns animations, very basic */
@-webkit-keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); } }
@-o-keyframes left-right {
  0% {
    -o-transform: translateY(-20%) translateX(-10%);
       transform: translateY(-20%) translateX(-10%); }
  100% {
    -o-transform: translateY(0%) translateX(10%);
       transform: translateY(0%) translateX(10%); } }
@keyframes left-right {
  0% {
    -webkit-transform: translateY(-20%) translateX(-10%);
         -o-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); }
  100% {
    -webkit-transform: translateY(0%) translateX(10%);
         -o-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); } }
@-webkit-keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); } }
@-o-keyframes right-left {
  0% {
    -o-transform: translateY(0%) translateX(10%);
       transform: translateY(0%) translateX(10%); }
  100% {
    -o-transform: translateY(-20%) translateX(-10%);
       transform: translateY(-20%) translateX(-10%); } }
@keyframes right-left {
  0% {
    -webkit-transform: translateY(0%) translateX(10%);
         -o-transform: translateY(0%) translateX(10%);
            transform: translateY(0%) translateX(10%); }
  100% {
    -webkit-transform: translateY(-20%) translateX(-10%);
         -o-transform: translateY(-20%) translateX(-10%);
            transform: translateY(-20%) translateX(-10%); } }
/* added to the original element calling slippry */
.sy-box.sy-loading {
  background: url(//cdn.socibd.com/s/global/images/slippry/sy-loader.gif) 50% 50% no-repeat;
  -webkit-background-size: 32px 32px;
          background-size: 32px;
  min-height: 40px; }
  .sy-box.sy-loading .sy-slides-wrap, .sy-box.sy-loading .sy-pager {
    visibility: hidden; }

/* element that wraps the slides */
.sy-slides-wrap {
  position: relative;
  height: 100%;
  width: 100%; }
  .sy-slides-wrap:hover .sy-controls {
    display: block; }

/* element that crops the visible area to the slides */
.sy-slides-crop {
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden; }

/* list containing the slides */
.sy-list {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute; }
  .sy-list.horizontal {
    -webkit-transition: left ease;
         -o-transition: left ease;
            transition: left ease; }
  .sy-list.vertical {
    -webkit-transition: top ease;
         -o-transition: top ease;
            transition: top ease; }

/* single slide */
.sy-slide {
  position: absolute;
  width: 100%;
  z-index: 2; }
  .sy-slide.kenburns {
    width: 140%;
    left: -20%; }
    .sy-slide.kenburns.useCSS {
      -webkit-transition-property: opacity;
           -o-transition-property: opacity;
              transition-property: opacity; }
      .sy-slide.kenburns.useCSS.sy-ken:nth-child(1n) {
        -webkit-animation-name: left-right;
             -o-animation-name: left-right;
                animation-name: left-right;
        -webkit-animation-fill-mode: forwards;
             -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
      .sy-slide.kenburns.useCSS.sy-ken:nth-child(2n) {
        -webkit-animation-name: right-left;
             -o-animation-name: right-left;
                animation-name: right-left;
        -webkit-animation-fill-mode: forwards;
             -o-animation-fill-mode: forwards;
                animation-fill-mode: forwards; }
  .sy-slide.sy-active {
    z-index: 3; }
  .sy-slide > img {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
    border: 0; }
  .sy-slide > a {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%; }
    .sy-slide > a > img {
      margin: 0;
      padding: 0;
      display: block;
      width: 100%;
      border: 0; }

/* next/ prev buttons, with arrows and clickable area a lot larger than the visible buttons */
.sy-controls {
  display: none;
  list-style: none;
  height: 100%;
  width: 100%;
  position: absolute;
  padding: 0;
  margin: 0; }
  .sy-controls li {
    position: absolute;
    width: 10%;
    min-width: 4.2em;
    height: 100%;
    z-index: 33; }
    .sy-controls li.sy-prev {
      left: 0;
      top: 0; }
      .sy-controls li.sy-prev a:after {
        background-position: -5% 0; }
    .sy-controls li.sy-next {
      right: 0;
      top: 0; }
      .sy-controls li.sy-next a:after {
        background-position: 105% 0; }
    .sy-controls li a {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      text-indent: -9999px; }
      .sy-controls li a:link, .sy-controls li a:visited {
        opacity: 0.4; }
      .sy-controls li a:hover, .sy-controls li a:focus {
        opacity: 0.8;
        outline: none; }
      .sy-controls li a:after {
        content: "";
        background-image: url(//cdn.socibd.com/s/global/images/slippry/arrows.svg);
        background-repeat: no-repeat;
        -webkit-background-size: cover;
                background-size: cover;
        text-align: center;
        text-indent: 0;
        line-height: 2.8em;
        color: #111;
        font-weight: 800;
        position: absolute;
        background-color: #fff;
        width: 2.8em;
        height: 2.8em;
        left: 50%;
        top: 50%;
        margin-top: -1.4em;
        margin-left: -1.4em;
        border-radius: 50%; }
  @media only screen and (max-device-width: 600px) {
    .sy-controls {
      display: block; }
      .sy-controls li {
        min-width: 2.1em; }
        .sy-controls li a:after {
          width: 1.4em;
          height: 1.4em;
          margin-top: -0.7em;
          margin-left: -0.7em; } }

/* captions, styled fo the overlay variant */
.sy-caption-wrap {
  position: absolute;
  bottom: 2em;
  z-index: 12;
  left: 50%; }
  .sy-caption-wrap .sy-caption {
    position: relative;
    left: -50%;
    background-color: rgba(0, 0, 0, 0.54);
    color: #fff;
    padding: 0.4em 1em;
    border-radius: 1.2em; }
    .sy-caption-wrap .sy-caption a:link, .sy-caption-wrap .sy-caption a:visited {
      color: #e24b70;
      font-weight: 600;
      text-decoration: none; }
    .sy-caption-wrap .sy-caption a:hover, .sy-caption-wrap .sy-caption a:focus {
      text-decoration: underline; }
  @media only screen and (max-device-width: 600px), screen and (max-width: 600px) {
    .sy-caption-wrap {
      left: 0;
      bottom: 0.4em; }
      .sy-caption-wrap .sy-caption {
        left: 0;
        padding: 0.2em 0.4em;
        font-size: 0.92em;
        border-radius: 0; } }

/* pager bubbles */
.sy-pager {
  clear: both;
  display: block;
  width: 100%;
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
  text-align: center; }
  .sy-pager li {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    margin: 0 1em 0 0;
    border-radius: 50%; }
    .sy-pager li.sy-active a {
      background-color: #e24b70; }
    .sy-pager li a {
      width: 100%;
      height: 100%;
      display: block;
      background-color: #ccc;
      text-indent: -9999px;
      -webkit-background-size: 2em 2em;
              background-size: 2em;
      border-radius: 50%; }
      .sy-pager li a:link, .sy-pager li a:visited {
        opacity: 1.0; }
      .sy-pager li a:hover, .sy-pager li a:focus {
        opacity: 0.6; }

/* element to "keep/ fill" the space of the content, gets intrinsic height via js */
.sy-filler {
  width: 100%; }
  .sy-filler.ready {
    -webkit-transition: padding 600ms ease;
         -o-transition: padding 600ms ease;
            transition: padding 600ms ease; }
[data-emoji~=one] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=bamboo],
emoji[data-emoji~=bowtie],
emoji[data-emoji~=house],
emoji[data-emoji~=one],
emoji[data-emoji~=sunny],
emoji[data-emoji~=tw-1f004] {
    background-position: -7px -7px
}
[data-emoji~=two] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -38px 0 no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=gift_heart],
emoji[data-emoji~=house_with_garden],
emoji[data-emoji~=smile],
emoji[data-emoji~=tw-1f0cf],
emoji[data-emoji~=two],
emoji[data-emoji~=umbrella] {
    background-position: -45px -7px
}
[data-emoji~=three] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -76px 0 no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=cloud],
emoji[data-emoji~=dolls],
emoji[data-emoji~=laughing],
emoji[data-emoji~=school],
emoji[data-emoji~=three],
emoji[data-emoji~=tw-1f170] {
    background-position: -83px -7px
}
[data-emoji~=four] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -114px 0 no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=blush],
emoji[data-emoji~=four],
emoji[data-emoji~=office],
emoji[data-emoji~=school_satchel],
emoji[data-emoji~=snowflake],
emoji[data-emoji~=tw-1f171] {
    background-position: -121px -7px
}
[data-emoji~=five] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -152px 0 no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=five],
emoji[data-emoji~=mortar_board],
emoji[data-emoji~=post_office],
emoji[data-emoji~=smiley],
emoji[data-emoji~=snowman],
emoji[data-emoji~=tw-1f17e] {
    background-position: -159px -7px
}
[data-emoji~=six] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -190px 0 no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=flags],
emoji[data-emoji~=hospital],
emoji[data-emoji~=relaxed],
emoji[data-emoji~=six],
emoji[data-emoji~=tw-1f17f],
emoji[data-emoji~=zap] {
    background-position: -197px -7px
}
[data-emoji~=seven] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -228px 0 no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=bank],
emoji[data-emoji~=cyclone],
emoji[data-emoji~=fireworks],
emoji[data-emoji~=seven],
emoji[data-emoji~=smirk],
emoji[data-emoji~=tw-1f18e] {
    background-position: -235px -7px
}
[data-emoji~=eight] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -266px 0 no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=convenience_store],
emoji[data-emoji~=eight],
emoji[data-emoji~=foggy],
emoji[data-emoji~=heart_eyes],
emoji[data-emoji~=sparkler],
emoji[data-emoji~=tw-1f191] {
    background-position: -273px -7px
}
[data-emoji~=nine] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -304px 0 no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=kissing_heart],
emoji[data-emoji~=love_hotel],
emoji[data-emoji~=nine],
emoji[data-emoji~=ocean],
emoji[data-emoji~=tw-1f192],
emoji[data-emoji~=wind_chime] {
    background-position: -311px -7px
}
[data-emoji~=keycap_ten] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -342px 0 no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=cat],
emoji[data-emoji~=hotel],
emoji[data-emoji~=keycap_ten],
emoji[data-emoji~=kissing_closed_eyes],
emoji[data-emoji~=rice_scene],
emoji[data-emoji~=tw-1f193] {
    background-position: -349px -7px
}
[data-emoji~='1234'] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -380px 0 no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~='1234'],
emoji[data-emoji~=dog],
emoji[data-emoji~=flushed],
emoji[data-emoji~=jack_o_lantern],
emoji[data-emoji~=tw-1f194],
emoji[data-emoji~=wedding] {
    background-position: -387px -7px
}
[data-emoji~=zero] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -418px 0 no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=church],
emoji[data-emoji~=ghost],
emoji[data-emoji~=mouse],
emoji[data-emoji~=relieved],
emoji[data-emoji~=tw-1f195],
emoji[data-emoji~=zero] {
    background-position: -425px -7px
}
[data-emoji~=hash] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -456px 0 no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=department_store],
emoji[data-emoji~=hamster],
emoji[data-emoji~=hash],
emoji[data-emoji~=santa],
emoji[data-emoji~=satisfied],
emoji[data-emoji~=tw-1f196] {
    background-position: -463px -7px
}
[data-emoji~=symbols] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -494px 0 no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=christmas_tree],
emoji[data-emoji~=european_post_office],
emoji[data-emoji~=grin],
emoji[data-emoji~=rabbit],
emoji[data-emoji~=symbols],
emoji[data-emoji~=tw-1f197] {
    background-position: -501px -7px
}
[data-emoji~=arrow_backward] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -532px 0 no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=arrow_backward],
emoji[data-emoji~=city_sunrise],
emoji[data-emoji~=gift],
emoji[data-emoji~=tw-1f198],
emoji[data-emoji~=wink],
emoji[data-emoji~=wolf] {
    background-position: -539px -7px
}
[data-emoji~=arrow_down] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -570px 0 no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=arrow_down],
emoji[data-emoji~=bell],
emoji[data-emoji~=city_sunset],
emoji[data-emoji~=frog],
emoji[data-emoji~=stuck_out_tongue_winking_eye],
emoji[data-emoji~=tw-1f199] {
    background-position: -577px -7px
}
[data-emoji~=arrow_forward] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -608px 0 no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=arrow_forward],
emoji[data-emoji~=japanese_castle],
emoji[data-emoji~=no_bell],
emoji[data-emoji~=stuck_out_tongue_closed_eyes],
emoji[data-emoji~=tiger],
emoji[data-emoji~=tw-1f19a] {
    background-position: -615px -7px
}
[data-emoji~=arrow_left] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -646px 0 no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=arrow_left],
emoji[data-emoji~=european_castle],
emoji[data-emoji~=grinning],
emoji[data-emoji~=koala],
emoji[data-emoji~=tanabata_tree],
emoji[data-emoji~=tw-1f1e6] {
    background-position: -653px -7px
}
[data-emoji~=capital_abcd] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -684px 0 no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=bear],
emoji[data-emoji~=capital_abcd],
emoji[data-emoji~=kissing],
emoji[data-emoji~=tada],
emoji[data-emoji~=tent],
emoji[data-emoji~=tw-1f1e7] {
    background-position: -691px -7px
}
[data-emoji~=abcd] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -722px 0 no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=abcd],
emoji[data-emoji~=confetti_ball],
emoji[data-emoji~=factory],
emoji[data-emoji~=kissing_smiling_eyes],
emoji[data-emoji~=pig],
emoji[data-emoji~=tw-1f1e8-1f1f3] {
    background-position: -729px -7px
}
[data-emoji~=abc] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) 0 -36px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=abc],
emoji[data-emoji~=balloon],
emoji[data-emoji~=pig_nose],
emoji[data-emoji~=stuck_out_tongue],
emoji[data-emoji~=tokyo_tower],
emoji[data-emoji~=tw-1f1e8] {
    background-position: -7px -43px
}
[data-emoji~=arrow_lower_left] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -38px -36px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=arrow_lower_left],
emoji[data-emoji~=cow],
emoji[data-emoji~=crystal_ball],
emoji[data-emoji~=japan],
emoji[data-emoji~=sleeping],
emoji[data-emoji~=tw-1f1e9-1f1ea] {
    background-position: -45px -43px
}
[data-emoji~=arrow_lower_right] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -76px -36px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=arrow_lower_right],
emoji[data-emoji~=boar],
emoji[data-emoji~=cd],
emoji[data-emoji~=mount_fuji],
emoji[data-emoji~=tw-1f1e9],
emoji[data-emoji~=worried] {
    background-position: -83px -43px
}
[data-emoji~=arrow_right] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -114px -36px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=arrow_right],
emoji[data-emoji~=dvd],
emoji[data-emoji~=frowning],
emoji[data-emoji~=monkey_face],
emoji[data-emoji~=sunrise_over_mountains],
emoji[data-emoji~=tw-1f1ea-1f1f8] {
    background-position: -121px -43px
}
[data-emoji~=arrow_up] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -152px -36px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=anguished],
emoji[data-emoji~=arrow_up],
emoji[data-emoji~=floppy_disk],
emoji[data-emoji~=monkey],
emoji[data-emoji~=sunrise],
emoji[data-emoji~=tw-1f1ea] {
    background-position: -159px -43px
}
[data-emoji~=arrow_upper_left] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -190px -36px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=arrow_upper_left],
emoji[data-emoji~=camera],
emoji[data-emoji~=horse],
emoji[data-emoji~=open_mouth],
emoji[data-emoji~=stars],
emoji[data-emoji~=tw-1f1eb-1f1f7] {
    background-position: -197px -43px
}
[data-emoji~=arrow_upper_right] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -228px -36px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=arrow_upper_right],
emoji[data-emoji~=grimacing],
emoji[data-emoji~=racehorse],
emoji[data-emoji~=statue_of_liberty],
emoji[data-emoji~=tw-1f1eb],
emoji[data-emoji~=video_camera] {
    background-position: -235px -43px
}
[data-emoji~=arrow_double_down] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -266px -36px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=arrow_double_down],
emoji[data-emoji~=bridge_at_night],
emoji[data-emoji~=camel],
emoji[data-emoji~=confused],
emoji[data-emoji~=movie_camera],
emoji[data-emoji~=tw-1f1ec-1f1e7] {
    background-position: -273px -43px
}
[data-emoji~=arrow_double_up] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -304px -36px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=arrow_double_up],
emoji[data-emoji~=carousel_horse],
emoji[data-emoji~=computer],
emoji[data-emoji~=hushed],
emoji[data-emoji~=sheep],
emoji[data-emoji~=tw-1f1ec] {
    background-position: -311px -43px
}
[data-emoji~=arrow_down_small] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -342px -36px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=arrow_down_small],
emoji[data-emoji~=elephant],
emoji[data-emoji~=expressionless],
emoji[data-emoji~=rainbow],
emoji[data-emoji~=tv],
emoji[data-emoji~=tw-1f1ed] {
    background-position: -349px -43px
}
[data-emoji~=arrow_heading_down] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -380px -36px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=arrow_heading_down],
emoji[data-emoji~=ferris_wheel],
emoji[data-emoji~=iphone],
emoji[data-emoji~=panda_face],
emoji[data-emoji~=tw-1f1ee-1f1f9],
emoji[data-emoji~=unamused] {
    background-position: -387px -43px
}
[data-emoji~=arrow_heading_up] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -418px -36px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=arrow_heading_up],
emoji[data-emoji~=fountain],
emoji[data-emoji~=phone],
emoji[data-emoji~=snake],
emoji[data-emoji~=sweat_smile],
emoji[data-emoji~=tw-1f1ee] {
    background-position: -425px -43px
}
[data-emoji~=leftwards_arrow_with_hook] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -456px -36px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=bird],
emoji[data-emoji~=leftwards_arrow_with_hook],
emoji[data-emoji~=roller_coaster],
emoji[data-emoji~=sweat],
emoji[data-emoji~=telephone],
emoji[data-emoji~=tw-1f1ef-1f1f5] {
    background-position: -463px -43px
}
[data-emoji~=arrow_right_hook] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -494px -36px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=arrow_right_hook],
emoji[data-emoji~=baby_chick],
emoji[data-emoji~=disappointed_relieved],
emoji[data-emoji~=ship],
emoji[data-emoji~=telephone_receiver],
emoji[data-emoji~=tw-1f1ef] {
    background-position: -501px -43px
}
[data-emoji~=left_right_arrow] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -532px -36px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=hatched_chick],
emoji[data-emoji~=left_right_arrow],
emoji[data-emoji~=pager],
emoji[data-emoji~=speedboat],
emoji[data-emoji~=tw-1f1f0-1f1f7],
emoji[data-emoji~=weary] {
    background-position: -539px -43px
}
[data-emoji~=arrow_up_down] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -570px -36px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=arrow_up_down],
emoji[data-emoji~=boat],
emoji[data-emoji~=fax],
emoji[data-emoji~=hatching_chick],
emoji[data-emoji~=pensive],
emoji[data-emoji~=tw-1f1f0] {
    background-position: -577px -43px
}
[data-emoji~=arrow_up_small] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -608px -36px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=arrow_up_small],
emoji[data-emoji~=chicken],
emoji[data-emoji~=disappointed],
emoji[data-emoji~=minidisc],
emoji[data-emoji~=sailboat],
emoji[data-emoji~=tw-1f1f1] {
    background-position: -615px -43px
}
[data-emoji~=arrows_clockwise] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -646px -36px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=arrows_clockwise],
emoji[data-emoji~=confounded],
emoji[data-emoji~=penguin],
emoji[data-emoji~=rowboat],
emoji[data-emoji~=tw-1f1f2],
emoji[data-emoji~=vhs] {
    background-position: -653px -43px
}
[data-emoji~=arrows_counterclockwise] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -684px -36px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=anchor],
emoji[data-emoji~=arrows_counterclockwise],
emoji[data-emoji~=fearful],
emoji[data-emoji~=sound],
emoji[data-emoji~=turtle],
emoji[data-emoji~=tw-1f1f3] {
    background-position: -691px -43px
}
[data-emoji~=rewind] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -722px -36px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=bug],
emoji[data-emoji~=cold_sweat],
emoji[data-emoji~=rewind],
emoji[data-emoji~=rocket],
emoji[data-emoji~=speaker],
emoji[data-emoji~=tw-1f1f4] {
    background-position: -729px -43px
}
[data-emoji~=fast_forward] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) 0 -72px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=airplane],
emoji[data-emoji~=fast_forward],
emoji[data-emoji~=honeybee],
emoji[data-emoji~=mute],
emoji[data-emoji~=persevere],
emoji[data-emoji~=tw-1f1f5] {
    background-position: -7px -79px
}
[data-emoji~=information_source] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -38px -72px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=ant],
emoji[data-emoji~=cry],
emoji[data-emoji~=helicopter],
emoji[data-emoji~=information_source],
emoji[data-emoji~=loudspeaker],
emoji[data-emoji~=tw-1f1f6] {
    background-position: -45px -79px
}
[data-emoji~=ok] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -76px -72px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=beetle],
emoji[data-emoji~=mega],
emoji[data-emoji~=ok],
emoji[data-emoji~=sob],
emoji[data-emoji~=steam_locomotive],
emoji[data-emoji~=tw-1f1f7-1f1fa] {
    background-position: -83px -79px
}
[data-emoji~=twisted_rightwards_arrows] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -114px -72px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=hourglass],
emoji[data-emoji~=joy],
emoji[data-emoji~=snail],
emoji[data-emoji~=tram],
emoji[data-emoji~=tw-1f1f7],
emoji[data-emoji~=twisted_rightwards_arrows] {
    background-position: -121px -79px
}
[data-emoji~=repeat] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -152px -72px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=astonished],
emoji[data-emoji~=hourglass_flowing_sand],
emoji[data-emoji~=mountain_railway],
emoji[data-emoji~=octopus],
emoji[data-emoji~=repeat],
emoji[data-emoji~=tw-1f1f8] {
    background-position: -159px -79px
}
[data-emoji~=repeat_one] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -190px -72px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=alarm_clock],
emoji[data-emoji~=bike],
emoji[data-emoji~=repeat_one],
emoji[data-emoji~=scream],
emoji[data-emoji~=tropical_fish],
emoji[data-emoji~=tw-1f1f9] {
    background-position: -197px -79px
}
[data-emoji~=new] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -228px -72px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=aerial_tramway],
emoji[data-emoji~=fish],
emoji[data-emoji~=neckbeard],
emoji[data-emoji~=new],
emoji[data-emoji~=tw-1f1fa-1f1f8],
emoji[data-emoji~=watch] {
    background-position: -235px -79px
}
[data-emoji~=top] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -266px -72px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=radio],
emoji[data-emoji~=suspension_railway],
emoji[data-emoji~=tired_face],
emoji[data-emoji~=top],
emoji[data-emoji~=tw-1f1fa],
emoji[data-emoji~=whale] {
    background-position: -273px -79px
}
[data-emoji~=up] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -304px -72px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=angry],
emoji[data-emoji~=mountain_cableway],
emoji[data-emoji~=satellite],
emoji[data-emoji~=tw-1f1fb],
emoji[data-emoji~=up],
emoji[data-emoji~=whale2] {
    background-position: -311px -79px
}
[data-emoji~=cool] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -342px -72px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=cool],
emoji[data-emoji~=dolphin],
emoji[data-emoji~=loop],
emoji[data-emoji~=rage],
emoji[data-emoji~=tractor],
emoji[data-emoji~=tw-1f1fc] {
    background-position: -349px -79px
}
[data-emoji~=free] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -380px -72px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=blue_car],
emoji[data-emoji~=cow2],
emoji[data-emoji~=free],
emoji[data-emoji~=mag],
emoji[data-emoji~=triumph],
emoji[data-emoji~=tw-1f1fd] {
    background-position: -387px -79px
}
[data-emoji~=ng] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -418px -72px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=mag_right],
emoji[data-emoji~=ng],
emoji[data-emoji~=oncoming_automobile],
emoji[data-emoji~=ram],
emoji[data-emoji~=sleepy],
emoji[data-emoji~=tw-1f1fe] {
    background-position: -425px -79px
}
[data-emoji~=cinema] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -456px -72px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=car],
emoji[data-emoji~=cinema],
emoji[data-emoji~=rat],
emoji[data-emoji~=tw-1f1ff],
emoji[data-emoji~=unlock],
emoji[data-emoji~=yum] {
    background-position: -463px -79px
}
[data-emoji~=koko] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -494px -72px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=koko],
emoji[data-emoji~=lock],
emoji[data-emoji~=mask],
emoji[data-emoji~=red_car],
emoji[data-emoji~=tw-1f201],
emoji[data-emoji~=water_buffalo] {
    background-position: -501px -79px
}
[data-emoji~=signal_strength] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -532px -72px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=lock_with_ink_pen],
emoji[data-emoji~=signal_strength],
emoji[data-emoji~=sunglasses],
emoji[data-emoji~=taxi],
emoji[data-emoji~=tiger2],
emoji[data-emoji~=tw-1f202] {
    background-position: -539px -79px
}
[data-emoji~=u5272] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -570px -72px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=closed_lock_with_key],
emoji[data-emoji~=dizzy_face],
emoji[data-emoji~=oncoming_taxi],
emoji[data-emoji~=rabbit2],
emoji[data-emoji~=tw-1f21a],
emoji[data-emoji~=u5272] {
    background-position: -577px -79px
}
[data-emoji~=u5408] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -608px -72px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=articulated_lorry],
emoji[data-emoji~=dragon],
emoji[data-emoji~=imp],
emoji[data-emoji~=key],
emoji[data-emoji~=tw-1f22f],
emoji[data-emoji~=u5408] {
    background-position: -615px -79px
}
[data-emoji~=u55b6] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -646px -72px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=bulb],
emoji[data-emoji~=bus],
emoji[data-emoji~=goat],
emoji[data-emoji~=smiling_imp],
emoji[data-emoji~=tw-1f232],
emoji[data-emoji~=u55b6] {
    background-position: -653px -79px
}
[data-emoji~=u6307] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -684px -72px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=flashlight],
emoji[data-emoji~=neutral_face],
emoji[data-emoji~=oncoming_bus],
emoji[data-emoji~=rooster],
emoji[data-emoji~=tw-1f233],
emoji[data-emoji~=u6307] {
    background-position: -691px -79px
}
[data-emoji~=u6708] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -722px -72px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=dog2],
emoji[data-emoji~=high_brightness],
emoji[data-emoji~=no_mouth],
emoji[data-emoji~=rotating_light],
emoji[data-emoji~=tw-1f234],
emoji[data-emoji~=u6708] {
    background-position: -729px -79px
}
[data-emoji~=u6709] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) 0 -108px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=innocent],
emoji[data-emoji~=low_brightness],
emoji[data-emoji~=pig2],
emoji[data-emoji~=police_car],
emoji[data-emoji~=tw-1f235],
emoji[data-emoji~=u6709] {
    background-position: -7px -115px
}
[data-emoji~=u6e80] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -38px -108px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=alien],
emoji[data-emoji~=electric_plug],
emoji[data-emoji~=mouse2],
emoji[data-emoji~=oncoming_police_car],
emoji[data-emoji~=tw-1f236],
emoji[data-emoji~=u6e80] {
    background-position: -45px -115px
}
[data-emoji~=u7121] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -76px -108px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=battery],
emoji[data-emoji~=fire_engine],
emoji[data-emoji~=ox],
emoji[data-emoji~=tw-1f237],
emoji[data-emoji~=u7121],
emoji[data-emoji~=yellow_heart] {
    background-position: -83px -115px
}
[data-emoji~=u7533] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -114px -108px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=ambulance],
emoji[data-emoji~=blue_heart],
emoji[data-emoji~=calling],
emoji[data-emoji~=dragon_face],
emoji[data-emoji~=tw-1f238],
emoji[data-emoji~=u7533] {
    background-position: -121px -115px
}
[data-emoji~=u7a7a] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -152px -108px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=blowfish],
emoji[data-emoji~=email],
emoji[data-emoji~=minibus],
emoji[data-emoji~=purple_heart],
emoji[data-emoji~=tw-1f239],
emoji[data-emoji~=u7a7a] {
    background-position: -159px -115px
}
[data-emoji~=u7981] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -190px -108px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=crocodile],
emoji[data-emoji~=heart],
emoji[data-emoji~=mailbox],
emoji[data-emoji~=truck],
emoji[data-emoji~=tw-1f23a],
emoji[data-emoji~=u7981] {
    background-position: -197px -115px
}
[data-emoji~=sa] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -228px -108px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=dromedary_camel],
emoji[data-emoji~=green_heart],
emoji[data-emoji~=postbox],
emoji[data-emoji~=sa],
emoji[data-emoji~=train],
emoji[data-emoji~=tw-1f250] {
    background-position: -235px -115px
}
[data-emoji~=restroom] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -266px -108px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=bath],
emoji[data-emoji~=broken_heart],
emoji[data-emoji~=leopard],
emoji[data-emoji~=restroom],
emoji[data-emoji~=station],
emoji[data-emoji~=tw-1f251] {
    background-position: -273px -115px
}
[data-emoji~=mens] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -304px -108px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=bathtub],
emoji[data-emoji~=cat2],
emoji[data-emoji~=heartbeat],
emoji[data-emoji~=mens],
emoji[data-emoji~=train2],
emoji[data-emoji~=tw-1f300] {
    background-position: -311px -115px
}
[data-emoji~=womens] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -342px -108px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=bullettrain_front],
emoji[data-emoji~=heartpulse],
emoji[data-emoji~=poodle],
emoji[data-emoji~=shower],
emoji[data-emoji~=tw-1f301],
emoji[data-emoji~=womens] {
    background-position: -349px -115px
}
[data-emoji~=baby_symbol] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -380px -108px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=baby_symbol],
emoji[data-emoji~=bullettrain_side],
emoji[data-emoji~=paw_prints],
emoji[data-emoji~=toilet],
emoji[data-emoji~=tw-1f302],
emoji[data-emoji~=two_hearts] {
    background-position: -387px -115px
}
[data-emoji~=no_smoking] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -418px -108px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=bouquet],
emoji[data-emoji~=light_rail],
emoji[data-emoji~=no_smoking],
emoji[data-emoji~=revolving_hearts],
emoji[data-emoji~=tw-1f303],
emoji[data-emoji~=wrench] {
    background-position: -425px -115px
}
[data-emoji~=parking] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -456px -108px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=cherry_blossom],
emoji[data-emoji~=cupid],
emoji[data-emoji~=monorail],
emoji[data-emoji~=nut_and_bolt],
emoji[data-emoji~=parking],
emoji[data-emoji~=tw-1f304] {
    background-position: -463px -115px
}
[data-emoji~=wheelchair] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -494px -108px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=hammer],
emoji[data-emoji~=railway_car],
emoji[data-emoji~=sparkling_heart],
emoji[data-emoji~=tulip],
emoji[data-emoji~=tw-1f305],
emoji[data-emoji~=wheelchair] {
    background-position: -501px -115px
}
[data-emoji~=metro] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -532px -108px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=four_leaf_clover],
emoji[data-emoji~=metro],
emoji[data-emoji~=seat],
emoji[data-emoji~=sparkles],
emoji[data-emoji~=trolleybus],
emoji[data-emoji~=tw-1f306] {
    background-position: -539px -115px
}
[data-emoji~=baggage_claim] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -570px -108px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=baggage_claim],
emoji[data-emoji~=moneybag],
emoji[data-emoji~=rose],
emoji[data-emoji~=star],
emoji[data-emoji~=ticket],
emoji[data-emoji~=tw-1f307] {
    background-position: -577px -115px
}
[data-emoji~=accept] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -608px -108px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=accept],
emoji[data-emoji~=fuelpump],
emoji[data-emoji~=star2],
emoji[data-emoji~=sunflower],
emoji[data-emoji~=tw-1f308],
emoji[data-emoji~=yen] {
    background-position: -615px -115px
}
[data-emoji~=wc] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -646px -108px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=dizzy],
emoji[data-emoji~=dollar],
emoji[data-emoji~=hibiscus],
emoji[data-emoji~=tw-1f309],
emoji[data-emoji~=vertical_traffic_light],
emoji[data-emoji~=wc] {
    background-position: -653px -115px
}
[data-emoji~=potable_water] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -684px -108px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=boom],
emoji[data-emoji~=maple_leaf],
emoji[data-emoji~=potable_water],
emoji[data-emoji~=pound],
emoji[data-emoji~=traffic_light],
emoji[data-emoji~=tw-1f30a] {
    background-position: -691px -115px
}
[data-emoji~=put_litter_in_its_place] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -722px -108px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=collision],
emoji[data-emoji~=euro],
emoji[data-emoji~=leaves],
emoji[data-emoji~=put_litter_in_its_place],
emoji[data-emoji~=tw-1f30b],
emoji[data-emoji~=warning] {
    background-position: -729px -115px
}
[data-emoji~=secret] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) 0 -144px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=anger],
emoji[data-emoji~=construction],
emoji[data-emoji~=credit_card],
emoji[data-emoji~=fallen_leaf],
emoji[data-emoji~=secret],
emoji[data-emoji~=tw-1f30c] {
    background-position: -7px -151px
}
[data-emoji~=congratulations] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -38px -144px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=beginner],
emoji[data-emoji~=congratulations],
emoji[data-emoji~=exclamation],
emoji[data-emoji~=herb],
emoji[data-emoji~=money_with_wings],
emoji[data-emoji~=tw-1f30d] {
    background-position: -45px -151px
}
[data-emoji~='m'] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -76px -144px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~='m'],
emoji[data-emoji~=atm],
emoji[data-emoji~=e-mail],
emoji[data-emoji~=mushroom],
emoji[data-emoji~=question],
emoji[data-emoji~=tw-1f30e] {
    background-position: -83px -151px
}
[data-emoji~=passport_control] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -114px -144px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=cactus],
emoji[data-emoji~=grey_exclamation],
emoji[data-emoji~=inbox_tray],
emoji[data-emoji~=passport_control],
emoji[data-emoji~=slot_machine],
emoji[data-emoji~=tw-1f30f] {
    background-position: -121px -151px
}
[data-emoji~=left_luggage] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -152px -144px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=busstop],
emoji[data-emoji~=grey_question],
emoji[data-emoji~=left_luggage],
emoji[data-emoji~=outbox_tray],
emoji[data-emoji~=palm_tree],
emoji[data-emoji~=tw-1f310] {
    background-position: -159px -151px
}
[data-emoji~=customs] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -190px -144px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=barber],
emoji[data-emoji~=customs],
emoji[data-emoji~=envelope],
emoji[data-emoji~=evergreen_tree],
emoji[data-emoji~=tw-1f311],
emoji[data-emoji~=zzz] {
    background-position: -197px -151px
}
[data-emoji~=ideograph_advantage] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -228px -144px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=dash],
emoji[data-emoji~=deciduous_tree],
emoji[data-emoji~=hotsprings],
emoji[data-emoji~=ideograph_advantage],
emoji[data-emoji~=incoming_envelope],
emoji[data-emoji~=tw-1f312] {
    background-position: -235px -151px
}
[data-emoji~=cl] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -266px -144px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=checkered_flag],
emoji[data-emoji~=chestnut],
emoji[data-emoji~=cl],
emoji[data-emoji~=postal_horn],
emoji[data-emoji~=sweat_drops],
emoji[data-emoji~=tw-1f313] {
    background-position: -273px -151px
}
[data-emoji~=sos] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -304px -144px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=crossed_flags],
emoji[data-emoji~=mailbox_closed],
emoji[data-emoji~=notes],
emoji[data-emoji~=seedling],
emoji[data-emoji~=sos],
emoji[data-emoji~=tw-1f314] {
    background-position: -311px -151px
}
[data-emoji~=id] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -342px -144px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=blossom],
emoji[data-emoji~=id],
emoji[data-emoji~=izakaya_lantern],
emoji[data-emoji~=mailbox_with_mail],
emoji[data-emoji~=musical_note],
emoji[data-emoji~=tw-1f315] {
    background-position: -349px -151px
}
[data-emoji~=no_entry_sign] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -380px -144px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=ear_of_rice],
emoji[data-emoji~=fire],
emoji[data-emoji~=mailbox_with_no_mail],
emoji[data-emoji~=moyai],
emoji[data-emoji~=no_entry_sign],
emoji[data-emoji~=tw-1f316] {
    background-position: -387px -151px
}
[data-emoji~=underage] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -418px -144px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=circus_tent],
emoji[data-emoji~=hankey],
emoji[data-emoji~=package],
emoji[data-emoji~=shell],
emoji[data-emoji~=tw-1f317],
emoji[data-emoji~=underage] {
    background-position: -425px -151px
}
[data-emoji~=no_mobile_phones] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -456px -144px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=door],
emoji[data-emoji~=globe_with_meridians],
emoji[data-emoji~=no_mobile_phones],
emoji[data-emoji~=performing_arts],
emoji[data-emoji~=poop],
emoji[data-emoji~=tw-1f318] {
    background-position: -463px -151px
}
[data-emoji~=do_not_litter] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -494px -144px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=do_not_litter],
emoji[data-emoji~=round_pushpin],
emoji[data-emoji~=shit],
emoji[data-emoji~=smoking],
emoji[data-emoji~=sun_with_face],
emoji[data-emoji~=tw-1f319] {
    background-position: -501px -151px
}
[data-emoji~=non-potable_water] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -532px -144px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~='+1'],
emoji[data-emoji~=bomb],
emoji[data-emoji~=full_moon_with_face],
emoji[data-emoji~=non-potable_water],
emoji[data-emoji~=triangular_flag_on_post],
emoji[data-emoji~=tw-1f31a] {
    background-position: -539px -151px
}
[data-emoji~=no_bicycles] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -570px -144px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=gun],
emoji[data-emoji~=jp],
emoji[data-emoji~=new_moon_with_face],
emoji[data-emoji~=no_bicycles],
emoji[data-emoji~=thumbsup],
emoji[data-emoji~=tw-1f31b] {
    background-position: -577px -151px
}
[data-emoji~=no_pedestrians] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -608px -144px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~='-1'],
emoji[data-emoji~=hocho],
emoji[data-emoji~=kr],
emoji[data-emoji~=new_moon],
emoji[data-emoji~=no_pedestrians],
emoji[data-emoji~=tw-1f31c] {
    background-position: -615px -151px
}
[data-emoji~=children_crossing] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -646px -144px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=children_crossing],
emoji[data-emoji~=cn],
emoji[data-emoji~=pill],
emoji[data-emoji~=thumbsdown],
emoji[data-emoji~=tw-1f31d],
emoji[data-emoji~=waxing_crescent_moon] {
    background-position: -653px -151px
}
[data-emoji~=no_entry] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -684px -144px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=first_quarter_moon],
emoji[data-emoji~=no_entry],
emoji[data-emoji~=ok_hand],
emoji[data-emoji~=syringe],
emoji[data-emoji~=tw-1f31e],
emoji[data-emoji~=us] {
    background-position: -691px -151px
}
[data-emoji~=eight_spoked_asterisk] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -722px -144px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=eight_spoked_asterisk],
emoji[data-emoji~=fr],
emoji[data-emoji~=page_facing_up],
emoji[data-emoji~=punch],
emoji[data-emoji~=tw-1f31f],
emoji[data-emoji~=waxing_gibbous_moon] {
    background-position: -729px -151px
}
[data-emoji~=sparkle] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) 0 -180px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=es],
emoji[data-emoji~=facepunch],
emoji[data-emoji~=full_moon],
emoji[data-emoji~=page_with_curl],
emoji[data-emoji~=sparkle],
emoji[data-emoji~=tw-1f320] {
    background-position: -7px -187px
}
[data-emoji~=eight_pointed_black_star] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -38px -180px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=bookmark_tabs],
emoji[data-emoji~=eight_pointed_black_star],
emoji[data-emoji~=fist],
emoji[data-emoji~=it],
emoji[data-emoji~=tw-1f330],
emoji[data-emoji~=waning_gibbous_moon] {
    background-position: -45px -187px
}
[data-emoji~=heart_decoration] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -76px -180px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~='v'],
emoji[data-emoji~=bar_chart],
emoji[data-emoji~=heart_decoration],
emoji[data-emoji~=last_quarter_moon],
emoji[data-emoji~=ru],
emoji[data-emoji~=tw-1f331] {
    background-position: -83px -187px
}
[data-emoji~=vs] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -114px -180px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=chart_with_upwards_trend],
emoji[data-emoji~=gb],
emoji[data-emoji~=tw-1f332],
emoji[data-emoji~=vs],
emoji[data-emoji~=waning_crescent_moon],
emoji[data-emoji~=wave] {
    background-position: -121px -187px
}
[data-emoji~=vibration_mode] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -152px -180px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=chart_with_downwards_trend],
emoji[data-emoji~=hand],
emoji[data-emoji~=last_quarter_moon_with_face],
emoji[data-emoji~=tw-1f333],
emoji[data-emoji~=uk],
emoji[data-emoji~=vibration_mode] {
    background-position: -159px -187px
}
[data-emoji~=mobile_phone_off] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -190px -180px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=de],
emoji[data-emoji~=first_quarter_moon_with_face],
emoji[data-emoji~=mobile_phone_off],
emoji[data-emoji~=raised_hand],
emoji[data-emoji~=scroll],
emoji[data-emoji~=tw-1f334] {
    background-position: -197px -187px
}
[data-emoji~=chart] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -228px -180px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=chart],
emoji[data-emoji~=clipboard],
emoji[data-emoji~=moon],
emoji[data-emoji~=open_hands],
emoji[data-emoji~=tw-1f335] {
    background-position: -235px -187px
}
[data-emoji~=currency_exchange] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -266px -180px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=calendar],
emoji[data-emoji~=currency_exchange],
emoji[data-emoji~=earth_africa],
emoji[data-emoji~=point_up],
emoji[data-emoji~=tw-1f337] {
    background-position: -273px -187px
}
[data-emoji~=aries] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -304px -180px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=aries],
emoji[data-emoji~=date],
emoji[data-emoji~=earth_americas],
emoji[data-emoji~=point_down],
emoji[data-emoji~=tw-1f338] {
    background-position: -311px -187px
}
[data-emoji~=taurus] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -342px -180px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=card_index],
emoji[data-emoji~=earth_asia],
emoji[data-emoji~=point_left],
emoji[data-emoji~=taurus],
emoji[data-emoji~=tw-1f339] {
    background-position: -349px -187px
}
[data-emoji~=gemini] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -380px -180px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=file_folder],
emoji[data-emoji~=gemini],
emoji[data-emoji~=point_right],
emoji[data-emoji~=tw-1f33a],
emoji[data-emoji~=volcano] {
    background-position: -387px -187px
}
[data-emoji~=cancer] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -418px -180px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=cancer],
emoji[data-emoji~=milky_way],
emoji[data-emoji~=open_file_folder],
emoji[data-emoji~=raised_hands],
emoji[data-emoji~=tw-1f33b] {
    background-position: -425px -187px
}
[data-emoji~=leo] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -456px -180px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=leo],
emoji[data-emoji~=partly_sunny],
emoji[data-emoji~=pray],
emoji[data-emoji~=scissors],
emoji[data-emoji~=tw-1f33c] {
    background-position: -463px -187px
}
[data-emoji~=virgo] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -494px -180px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=octocat],
emoji[data-emoji~=point_up_2],
emoji[data-emoji~=pushpin],
emoji[data-emoji~=tw-1f33d],
emoji[data-emoji~=virgo] {
    background-position: -501px -187px
}
[data-emoji~=libra] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -532px -180px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=clap],
emoji[data-emoji~=libra],
emoji[data-emoji~=paperclip],
emoji[data-emoji~=squirrel],
emoji[data-emoji~=tw-1f33e] {
    background-position: -539px -187px
}
[data-emoji~=scorpius] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -570px -180px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=black_nib],
emoji[data-emoji~=muscle],
emoji[data-emoji~=scorpius],
emoji[data-emoji~=tw-1f33f] {
    background-position: -577px -187px
}
[data-emoji~=sagittarius] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -608px -180px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=metal],
emoji[data-emoji~=pencil2],
emoji[data-emoji~=sagittarius],
emoji[data-emoji~=tw-1f340] {
    background-position: -615px -187px
}
[data-emoji~=capricorn] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -646px -180px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=capricorn],
emoji[data-emoji~=fu],
emoji[data-emoji~=straight_ruler],
emoji[data-emoji~=tw-1f341] {
    background-position: -653px -187px
}
[data-emoji~=aquarius] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -684px -180px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=aquarius],
emoji[data-emoji~=triangular_ruler],
emoji[data-emoji~=tw-1f342],
emoji[data-emoji~=walking] {
    background-position: -691px -187px
}
[data-emoji~=pisces] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -722px -180px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=closed_book],
emoji[data-emoji~=pisces],
emoji[data-emoji~=runner],
emoji[data-emoji~=tw-1f343] {
    background-position: -729px -187px
}
[data-emoji~=ophiuchus] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) 0 -216px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=green_book],
emoji[data-emoji~=ophiuchus],
emoji[data-emoji~=running],
emoji[data-emoji~=tw-1f344] {
    background-position: -7px -223px
}
[data-emoji~=six_pointed_star] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -38px -216px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=blue_book],
emoji[data-emoji~=couple],
emoji[data-emoji~=six_pointed_star],
emoji[data-emoji~=tw-1f345] {
    background-position: -45px -223px
}
[data-emoji~=negative_squared_cross_mark] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -76px -216px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=family],
emoji[data-emoji~=negative_squared_cross_mark],
emoji[data-emoji~=orange_book],
emoji[data-emoji~=tw-1f346] {
    background-position: -83px -223px
}
[data-emoji~='a'] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -114px -216px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~='a'],
emoji[data-emoji~=notebook],
emoji[data-emoji~=tw-1f347],
emoji[data-emoji~=two_men_holding_hands] {
    background-position: -121px -223px
}
[data-emoji~='b'] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -152px -216px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~='b'],
emoji[data-emoji~=notebook_with_decorative_cover],
emoji[data-emoji~=tw-1f348],
emoji[data-emoji~=two_women_holding_hands] {
    background-position: -159px -223px
}
[data-emoji~=ab] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -190px -216px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=ab],
emoji[data-emoji~=dancer],
emoji[data-emoji~=ledger],
emoji[data-emoji~=tw-1f349] {
    background-position: -197px -223px
}
[data-emoji~=o2] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -228px -216px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=books],
emoji[data-emoji~=dancers],
emoji[data-emoji~=o2],
emoji[data-emoji~=tw-1f34a] {
    background-position: -235px -223px
}
[data-emoji~=diamond_shape_with_a_dot_inside] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -266px -216px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=bookmark],
emoji[data-emoji~=diamond_shape_with_a_dot_inside],
emoji[data-emoji~=ok_woman],
emoji[data-emoji~=tw-1f34b] {
    background-position: -273px -223px
}
[data-emoji~=recycle] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -304px -216px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=name_badge],
emoji[data-emoji~=no_good],
emoji[data-emoji~=recycle],
emoji[data-emoji~=tw-1f34c] {
    background-position: -311px -223px
}
[data-emoji~=end] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -342px -216px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=end],
emoji[data-emoji~=information_desk_person],
emoji[data-emoji~=microscope],
emoji[data-emoji~=tw-1f34d] {
    background-position: -349px -223px
}
[data-emoji~=back] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -380px -216px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=back],
emoji[data-emoji~=raising_hand],
emoji[data-emoji~=telescope],
emoji[data-emoji~=tw-1f34e] {
    background-position: -387px -223px
}
[data-emoji~=on] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -418px -216px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=bride_with_veil],
emoji[data-emoji~=newspaper],
emoji[data-emoji~=on],
emoji[data-emoji~=tw-1f34f] {
    background-position: -425px -223px
}
[data-emoji~=soon] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -456px -216px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=football],
emoji[data-emoji~=person_with_pouting_face],
emoji[data-emoji~=soon],
emoji[data-emoji~=tw-1f350] {
    background-position: -463px -223px
}
[data-emoji~=clock1] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -494px -216px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=basketball],
emoji[data-emoji~=clock1],
emoji[data-emoji~=person_frowning],
emoji[data-emoji~=tw-1f351] {
    background-position: -501px -223px
}
[data-emoji~=clock130] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -532px -216px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=bow],
emoji[data-emoji~=clock130],
emoji[data-emoji~=soccer],
emoji[data-emoji~=tw-1f352] {
    background-position: -539px -223px
}
[data-emoji~=clock10] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -570px -216px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=baseball],
emoji[data-emoji~=clock10],
emoji[data-emoji~=couplekiss],
emoji[data-emoji~=tw-1f353] {
    background-position: -577px -223px
}
[data-emoji~=clock1030] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -608px -216px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=clock1030],
emoji[data-emoji~=couple_with_heart],
emoji[data-emoji~=tennis],
emoji[data-emoji~=tw-1f354] {
    background-position: -615px -223px
}
[data-emoji~=clock11] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -646px -216px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~='8ball'],
emoji[data-emoji~=clock11],
emoji[data-emoji~=massage],
emoji[data-emoji~=tw-1f355] {
    background-position: -653px -223px
}
[data-emoji~=clock1130] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -684px -216px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=clock1130],
emoji[data-emoji~=haircut],
emoji[data-emoji~=rugby_football],
emoji[data-emoji~=tw-1f356] {
    background-position: -691px -223px
}
[data-emoji~=clock12] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -722px -216px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=bowling],
emoji[data-emoji~=clock12],
emoji[data-emoji~=nail_care],
emoji[data-emoji~=tw-1f357] {
    background-position: -729px -223px
}
[data-emoji~=clock1230] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) 0 -252px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=boy],
emoji[data-emoji~=clock1230],
emoji[data-emoji~=golf],
emoji[data-emoji~=tw-1f358] {
    background-position: -7px -259px
}
[data-emoji~=clock2] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -38px -252px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=clock2],
emoji[data-emoji~=girl],
emoji[data-emoji~=mountain_bicyclist],
emoji[data-emoji~=tw-1f359] {
    background-position: -45px -259px
}
[data-emoji~=clock230] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -76px -252px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=bicyclist],
emoji[data-emoji~=clock230],
emoji[data-emoji~=tw-1f35a],
emoji[data-emoji~=woman] {
    background-position: -83px -259px
}
[data-emoji~=clock3] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -114px -252px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=clock3],
emoji[data-emoji~=horse_racing],
emoji[data-emoji~=man],
emoji[data-emoji~=tw-1f35b] {
    background-position: -121px -259px
}
[data-emoji~=clock330] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -152px -252px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=baby],
emoji[data-emoji~=clock330],
emoji[data-emoji~=snowboarder],
emoji[data-emoji~=tw-1f35c] {
    background-position: -159px -259px
}
[data-emoji~=clock4] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -190px -252px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=clock4],
emoji[data-emoji~=older_woman],
emoji[data-emoji~=swimmer],
emoji[data-emoji~=tw-1f35d] {
    background-position: -197px -259px
}
[data-emoji~=clock430] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -228px -252px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=clock430],
emoji[data-emoji~=older_man],
emoji[data-emoji~=surfer],
emoji[data-emoji~=tw-1f35e] {
    background-position: -235px -259px
}
[data-emoji~=clock5] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -266px -252px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=clock5],
emoji[data-emoji~=person_with_blond_hair],
emoji[data-emoji~=ski],
emoji[data-emoji~=tw-1f35f] {
    background-position: -273px -259px
}
[data-emoji~=clock530] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -304px -252px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=clock530],
emoji[data-emoji~=man_with_gua_pi_mao],
emoji[data-emoji~=spades],
emoji[data-emoji~=tw-1f360] {
    background-position: -311px -259px
}
[data-emoji~=clock6] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -342px -252px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=clock6],
emoji[data-emoji~=hearts],
emoji[data-emoji~=man_with_turban],
emoji[data-emoji~=tw-1f361] {
    background-position: -349px -259px
}
[data-emoji~=clock630] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -380px -252px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=clock630],
emoji[data-emoji~=clubs],
emoji[data-emoji~=construction_worker],
emoji[data-emoji~=tw-1f362] {
    background-position: -387px -259px
}
[data-emoji~=clock7] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -418px -252px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=clock7],
emoji[data-emoji~=cop],
emoji[data-emoji~=diamonds],
emoji[data-emoji~=tw-1f363] {
    background-position: -425px -259px
}
[data-emoji~=clock730] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -456px -252px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=angel],
emoji[data-emoji~=clock730],
emoji[data-emoji~=gem],
emoji[data-emoji~=tw-1f364] {
    background-position: -463px -259px
}
[data-emoji~=clock8] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -494px -252px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=clock8],
emoji[data-emoji~=princess],
emoji[data-emoji~=ring],
emoji[data-emoji~=tw-1f365] {
    background-position: -501px -259px
}
[data-emoji~=clock830] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -532px -252px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=clock830],
emoji[data-emoji~=smiley_cat],
emoji[data-emoji~=trophy],
emoji[data-emoji~=tw-1f366] {
    background-position: -539px -259px
}
[data-emoji~=clock9] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -570px -252px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=clock9],
emoji[data-emoji~=musical_score],
emoji[data-emoji~=smile_cat],
emoji[data-emoji~=tw-1f367] {
    background-position: -577px -259px
}
[data-emoji~=clock930] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -608px -252px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=clock930],
emoji[data-emoji~=heart_eyes_cat],
emoji[data-emoji~=musical_keyboard],
emoji[data-emoji~=tw-1f368] {
    background-position: -615px -259px
}
[data-emoji~=heavy_dollar_sign] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -646px -252px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=heavy_dollar_sign],
emoji[data-emoji~=kissing_cat],
emoji[data-emoji~=tw-1f369],
emoji[data-emoji~=violin] {
    background-position: -653px -259px
}
[data-emoji~=copyright] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -684px -252px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=copyright],
emoji[data-emoji~=smirk_cat],
emoji[data-emoji~=space_invader],
emoji[data-emoji~=tw-1f36a] {
    background-position: -691px -259px
}
[data-emoji~=registered] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -722px -252px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=registered],
emoji[data-emoji~=scream_cat],
emoji[data-emoji~=tw-1f36b],
emoji[data-emoji~=video_game] {
    background-position: -729px -259px
}
[data-emoji~=tm] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) 0 -288px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=black_joker],
emoji[data-emoji~=crying_cat_face],
emoji[data-emoji~=tm],
emoji[data-emoji~=tw-1f36c] {
    background-position: -7px -295px
}
[data-emoji~='x'] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -38px -288px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~='x'],
emoji[data-emoji~=flower_playing_cards],
emoji[data-emoji~=joy_cat],
emoji[data-emoji~=tw-1f36d] {
    background-position: -45px -295px
}
[data-emoji~=heavy_exclamation_mark] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -76px -288px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=game_die],
emoji[data-emoji~=heavy_exclamation_mark],
emoji[data-emoji~=pouting_cat],
emoji[data-emoji~=tw-1f36e] {
    background-position: -83px -295px
}
[data-emoji~=bangbang] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -114px -288px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=bangbang],
emoji[data-emoji~=dart],
emoji[data-emoji~=japanese_ogre],
emoji[data-emoji~=tw-1f36f] {
    background-position: -121px -295px
}
[data-emoji~=interrobang] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -152px -288px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=interrobang],
emoji[data-emoji~=japanese_goblin],
emoji[data-emoji~=mahjong],
emoji[data-emoji~=tw-1f370] {
    background-position: -159px -295px
}
[data-emoji~='o'] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -190px -288px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~='o'],
emoji[data-emoji~=clapper],
emoji[data-emoji~=see_no_evil],
emoji[data-emoji~=tw-1f371] {
    background-position: -197px -295px
}
[data-emoji~=heavy_multiplication_x] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -228px -288px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=hear_no_evil],
emoji[data-emoji~=heavy_multiplication_x],
emoji[data-emoji~=memo],
emoji[data-emoji~=tw-1f372] {
    background-position: -235px -295px
}
[data-emoji~=heavy_plus_sign] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -266px -288px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=heavy_plus_sign],
emoji[data-emoji~=pencil],
emoji[data-emoji~=speak_no_evil],
emoji[data-emoji~=tw-1f373] {
    background-position: -273px -295px
}
[data-emoji~=heavy_minus_sign] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -304px -288px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=book],
emoji[data-emoji~=guardsman],
emoji[data-emoji~=heavy_minus_sign],
emoji[data-emoji~=tw-1f374] {
    background-position: -311px -295px
}
[data-emoji~=heavy_division_sign] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -342px -288px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=art],
emoji[data-emoji~=heavy_division_sign],
emoji[data-emoji~=skull],
emoji[data-emoji~=tw-1f375] {
    background-position: -349px -295px
}
[data-emoji~=white_flower] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -380px -288px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=feet],
emoji[data-emoji~=microphone],
emoji[data-emoji~=tw-1f376],
emoji[data-emoji~=white_flower] {
    background-position: -387px -295px
}
[data-emoji~='100'] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -418px -288px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~='100'],
emoji[data-emoji~=headphones],
emoji[data-emoji~=lips],
emoji[data-emoji~=tw-1f377] {
    background-position: -425px -295px
}
[data-emoji~=heavy_check_mark] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -456px -288px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=heavy_check_mark],
emoji[data-emoji~=kiss],
emoji[data-emoji~=trumpet],
emoji[data-emoji~=tw-1f378] {
    background-position: -463px -295px
}
[data-emoji~=ballot_box_with_check] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -494px -288px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=ballot_box_with_check],
emoji[data-emoji~=droplet],
emoji[data-emoji~=saxophone],
emoji[data-emoji~=tw-1f379] {
    background-position: -501px -295px
}
[data-emoji~=radio_button] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -532px -288px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=ear],
emoji[data-emoji~=guitar],
emoji[data-emoji~=radio_button],
emoji[data-emoji~=tw-1f37a] {
    background-position: -539px -295px
}
[data-emoji~=link] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -570px -288px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=eyes],
emoji[data-emoji~=link],
emoji[data-emoji~=shoe],
emoji[data-emoji~=tw-1f37b] {
    background-position: -577px -295px
}
[data-emoji~=curly_loop] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -608px -288px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=curly_loop],
emoji[data-emoji~=nose],
emoji[data-emoji~=sandal],
emoji[data-emoji~=tw-1f37c] {
    background-position: -615px -295px
}
[data-emoji~=wavy_dash] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -646px -288px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=high_heel],
emoji[data-emoji~=tongue],
emoji[data-emoji~=tw-1f380],
emoji[data-emoji~=wavy_dash] {
    background-position: -653px -295px
}
[data-emoji~=part_alternation_mark] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -684px -288px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=lipstick],
emoji[data-emoji~=love_letter],
emoji[data-emoji~=part_alternation_mark],
emoji[data-emoji~=tw-1f381] {
    background-position: -691px -295px
}
[data-emoji~=trident] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -722px -288px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=boot],
emoji[data-emoji~=bust_in_silhouette],
emoji[data-emoji~=trident],
emoji[data-emoji~=tw-1f382] {
    background-position: -729px -295px
}
[data-emoji~=black_small_square] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) 0 -324px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=black_small_square],
emoji[data-emoji~=busts_in_silhouette],
emoji[data-emoji~=shirt],
emoji[data-emoji~=tw-1f383] {
    background-position: -7px -331px
}
[data-emoji~=white_small_square] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -38px -324px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=speech_balloon],
emoji[data-emoji~=tshirt],
emoji[data-emoji~=tw-1f384],
emoji[data-emoji~=white_small_square] {
    background-position: -45px -331px
}
[data-emoji~=black_medium_small_square] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -76px -324px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=black_medium_small_square],
emoji[data-emoji~=necktie],
emoji[data-emoji~=thought_balloon],
emoji[data-emoji~=tw-1f385] {
    background-position: -83px -331px
}
[data-emoji~=white_medium_small_square] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -114px -324px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=feelsgood],
emoji[data-emoji~=tw-1f386],
emoji[data-emoji~=white_medium_small_square],
emoji[data-emoji~=womans_clothes] {
    background-position: -121px -331px
}
[data-emoji~=black_medium_square] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -152px -324px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=black_medium_square],
emoji[data-emoji~=dress],
emoji[data-emoji~=finnadie],
emoji[data-emoji~=tw-1f387] {
    background-position: -159px -331px
}
[data-emoji~=white_medium_square] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -190px -324px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=goberserk],
emoji[data-emoji~=running_shirt_with_sash],
emoji[data-emoji~=tw-1f388],
emoji[data-emoji~=white_medium_square] {
    background-position: -197px -331px
}
[data-emoji~=black_large_square] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -228px -324px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=black_large_square],
emoji[data-emoji~=godmode],
emoji[data-emoji~=jeans],
emoji[data-emoji~=tw-1f389] {
    background-position: -235px -331px
}
[data-emoji~=white_large_square] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -266px -324px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=hurtrealbad],
emoji[data-emoji~=kimono],
emoji[data-emoji~=tw-1f38a],
emoji[data-emoji~=white_large_square] {
    background-position: -273px -331px
}
[data-emoji~=white_check_mark] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -304px -324px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=bikini],
emoji[data-emoji~=rage1],
emoji[data-emoji~=tw-1f38b],
emoji[data-emoji~=white_check_mark] {
    background-position: -311px -331px
}
[data-emoji~=black_square_button] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -342px -324px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=black_square_button],
emoji[data-emoji~=rage2],
emoji[data-emoji~=ribbon],
emoji[data-emoji~=tw-1f38c] {
    background-position: -349px -331px
}
[data-emoji~=white_square_button] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -380px -324px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=rage3],
emoji[data-emoji~=tophat],
emoji[data-emoji~=tw-1f38d],
emoji[data-emoji~=white_square_button] {
    background-position: -387px -331px
}
[data-emoji~=black_circle] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -418px -324px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=black_circle],
emoji[data-emoji~=crown],
emoji[data-emoji~=rage4],
emoji[data-emoji~=tw-1f38e] {
    background-position: -425px -331px
}
[data-emoji~=white_circle] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -456px -324px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=suspect],
emoji[data-emoji~=tw-1f38f],
emoji[data-emoji~=white_circle],
emoji[data-emoji~=womans_hat] {
    background-position: -463px -331px
}
[data-emoji~=red_circle] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -494px -324px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=mans_shoe],
emoji[data-emoji~=red_circle],
emoji[data-emoji~=trollface],
emoji[data-emoji~=tw-1f390] {
    background-position: -501px -331px
}
[data-emoji~=large_blue_circle] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -532px -324px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=closed_umbrella],
emoji[data-emoji~=large_blue_circle],
emoji[data-emoji~=tw-1f391] {
    background-position: -539px -331px
}
[data-emoji~=large_blue_diamond] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -570px -324px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=briefcase],
emoji[data-emoji~=large_blue_diamond],
emoji[data-emoji~=tw-1f392] {
    background-position: -577px -331px
}
[data-emoji~=large_orange_diamond] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -608px -324px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=handbag],
emoji[data-emoji~=large_orange_diamond],
emoji[data-emoji~=tw-1f393] {
    background-position: -615px -331px
}
[data-emoji~=small_blue_diamond] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -646px -324px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=pouch],
emoji[data-emoji~=small_blue_diamond],
emoji[data-emoji~=tw-1f3a0] {
    background-position: -653px -331px
}
[data-emoji~=small_orange_diamond] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -684px -324px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=purse],
emoji[data-emoji~=small_orange_diamond],
emoji[data-emoji~=tw-1f3a1] {
    background-position: -691px -331px
}
[data-emoji~=small_red_triangle] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -722px -324px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=eyeglasses],
emoji[data-emoji~=small_red_triangle],
emoji[data-emoji~=tw-1f3a2] {
    background-position: -729px -331px
}
[data-emoji~=small_red_triangle_down] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) 0 -360px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=fishing_pole_and_fish],
emoji[data-emoji~=small_red_triangle_down],
emoji[data-emoji~=tw-1f3a3] {
    background-position: -7px -367px
}
[data-emoji~=shipit] {
    background: url(//cdn.socibd.com/s/global/emoji/symbol.png) -38px -360px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=coffee],
emoji[data-emoji~=shipit],
emoji[data-emoji~=tw-1f3a4] {
    background-position: -45px -367px
}
[data-emoji~=sunny] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=umbrella] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -38px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=cloud] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -76px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=snowflake] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -114px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=snowman] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -152px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=zap] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -190px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=cyclone] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -228px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=foggy] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -266px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=ocean] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -304px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=cat] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -342px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=dog] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -380px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=mouse] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -418px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=hamster] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -456px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=rabbit] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -494px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=wolf] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -532px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=frog] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -570px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=tiger] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -608px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=koala] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -646px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=bear] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -684px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=pig] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -722px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=pig_nose] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) 0 -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=cow] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -38px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=boar] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -76px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=monkey_face] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -114px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=monkey] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -152px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=horse] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -190px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=racehorse] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -228px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=camel] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -266px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=sheep] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -304px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=elephant] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -342px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=panda_face] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -380px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=snake] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -418px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=bird] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -456px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=baby_chick] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -494px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=hatched_chick] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -532px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=hatching_chick] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -570px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=chicken] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -608px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=penguin] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -646px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=turtle] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -684px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=bug] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -722px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=honeybee] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) 0 -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=ant] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -38px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=beetle] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -76px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=snail] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -114px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=octopus] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -152px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=tropical_fish] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -190px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=fish] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -228px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=whale] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -266px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=whale2] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -304px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=dolphin] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -342px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=cow2] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -380px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=ram] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -418px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=rat] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -456px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=water_buffalo] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -494px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=tiger2] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -532px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=rabbit2] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -570px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=dragon] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -608px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=goat] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -646px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=rooster] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -684px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=dog2] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -722px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=pig2] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) 0 -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=mouse2] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -38px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=ox] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -76px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=dragon_face] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -114px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=blowfish] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -152px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=crocodile] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -190px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=dromedary_camel] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -228px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=leopard] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -266px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=cat2] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -304px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=poodle] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -342px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=paw_prints] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -380px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=bouquet] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -418px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=cherry_blossom] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -456px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=tulip] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -494px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=four_leaf_clover] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -532px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=rose] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -570px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=sunflower] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -608px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=hibiscus] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -646px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=maple_leaf] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -684px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=leaves] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -722px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=fallen_leaf] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) 0 -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=herb] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -38px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=mushroom] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -76px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=cactus] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -114px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=palm_tree] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -152px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=evergreen_tree] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -190px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=deciduous_tree] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -228px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=chestnut] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -266px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=seedling] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -304px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=blossom] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -342px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=ear_of_rice] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -380px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=shell] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -418px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=globe_with_meridians] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -456px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=sun_with_face] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -494px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=full_moon_with_face] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -532px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=new_moon_with_face] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -570px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=new_moon] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -608px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=waxing_crescent_moon] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -646px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=first_quarter_moon] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -684px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=waxing_gibbous_moon] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -722px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=full_moon] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) 0 -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=waning_gibbous_moon] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -38px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=last_quarter_moon] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -76px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=waning_crescent_moon] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -114px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=last_quarter_moon_with_face] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -152px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=first_quarter_moon_with_face] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -190px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=moon] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -228px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=earth_africa] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -266px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=earth_americas] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -304px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=earth_asia] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -342px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=volcano] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -380px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=milky_way] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -418px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=partly_sunny] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -456px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=octocat] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -494px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=squirrel] {
    background: url(//cdn.socibd.com/s/global/emoji/nature.png) -532px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=bamboo] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=gift_heart] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -38px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=dolls] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -76px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=school_satchel] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -114px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=mortar_board] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -152px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=flags] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -190px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=fireworks] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -228px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=sparkler] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -266px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=wind_chime] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -304px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=rice_scene] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -342px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=jack_o_lantern] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -380px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=ghost] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -418px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=santa] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -456px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=christmas_tree] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -494px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=gift] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -532px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=bell] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -570px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=no_bell] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -608px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=tanabata_tree] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -646px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=tada] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -684px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=confetti_ball] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -722px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=balloon] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) 0 -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=crystal_ball] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -38px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=cd] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -76px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=dvd] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -114px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=floppy_disk] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -152px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=camera] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -190px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=video_camera] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -228px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=movie_camera] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -266px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=computer] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -304px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=tv] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -342px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=iphone] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -380px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=phone] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -418px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=telephone] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -456px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=telephone_receiver] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -494px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=pager] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -532px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=fax] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -570px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=minidisc] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -608px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=vhs] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -646px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=sound] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -684px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=speaker] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -722px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=mute] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) 0 -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=loudspeaker] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -38px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=mega] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -76px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=hourglass] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -114px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=hourglass_flowing_sand] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -152px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=alarm_clock] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -190px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=watch] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -228px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=radio] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -266px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=satellite] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -304px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=loop] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -342px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=mag] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -380px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=mag_right] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -418px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=unlock] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -456px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=lock] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -494px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=lock_with_ink_pen] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -532px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=closed_lock_with_key] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -570px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=key] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -608px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=bulb] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -646px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=flashlight] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -684px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=high_brightness] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -722px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=low_brightness] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) 0 -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=electric_plug] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -38px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=battery] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -76px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=calling] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -114px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=email] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -152px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=mailbox] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -190px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=postbox] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -228px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=bath] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -266px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=bathtub] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -304px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=shower] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -342px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=toilet] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -380px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=wrench] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -418px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=nut_and_bolt] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -456px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=hammer] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -494px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=seat] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -532px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=moneybag] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -570px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=yen] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -608px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=dollar] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -646px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=pound] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -684px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=euro] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -722px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=credit_card] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) 0 -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=money_with_wings] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -38px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=e-mail] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -76px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=inbox_tray] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -114px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=outbox_tray] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -152px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=envelope] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -190px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=incoming_envelope] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -228px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=postal_horn] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -266px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=mailbox_closed] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -304px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=mailbox_with_mail] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -342px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=mailbox_with_no_mail] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -380px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=package] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -418px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=door] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -456px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=smoking] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -494px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=bomb] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -532px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=gun] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -570px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=hocho] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -608px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=pill] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -646px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=syringe] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -684px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=page_facing_up] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -722px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=page_with_curl] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) 0 -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=bookmark_tabs] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -38px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=bar_chart] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -76px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=chart_with_upwards_trend] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -114px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=chart_with_downwards_trend] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -152px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=scroll] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -190px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=clipboard] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -228px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=calendar] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -266px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=date] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -304px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=card_index] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -342px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=file_folder] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -380px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=open_file_folder] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -418px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=scissors] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -456px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=pushpin] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -494px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=paperclip] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -532px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=black_nib] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -570px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=pencil2] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -608px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=straight_ruler] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -646px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=triangular_ruler] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -684px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=closed_book] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -722px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=green_book] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) 0 -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=blue_book] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -38px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=orange_book] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -76px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=notebook] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -114px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=notebook_with_decorative_cover] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -152px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=ledger] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -190px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=books] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -228px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=bookmark] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -266px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=name_badge] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -304px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=microscope] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -342px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=telescope] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -380px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=newspaper] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -418px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=football] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -456px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=basketball] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -494px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=soccer] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -532px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=baseball] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -570px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=tennis] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -608px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~='8ball'] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -646px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=rugby_football] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -684px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=bowling] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -722px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=golf] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) 0 -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=mountain_bicyclist] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -38px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=bicyclist] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -76px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=horse_racing] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -114px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=snowboarder] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -152px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=swimmer] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -190px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=surfer] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -228px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=ski] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -266px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=spades] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -304px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=hearts] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -342px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=clubs] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -380px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=diamonds] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -418px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=gem] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -456px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=ring] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -494px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=trophy] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -532px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=musical_score] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -570px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=musical_keyboard] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -608px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=violin] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -646px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=space_invader] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -684px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=video_game] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -722px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=black_joker] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) 0 -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=flower_playing_cards] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -38px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=game_die] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -76px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=dart] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -114px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=mahjong] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -152px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=clapper] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -190px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=memo] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -228px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=pencil] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -266px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=book] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -304px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=art] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -342px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=microphone] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -380px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=headphones] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -418px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=trumpet] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -456px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=saxophone] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -494px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=guitar] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -532px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=shoe] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -570px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=sandal] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -608px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=high_heel] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -646px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=lipstick] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -684px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=boot] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -722px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=shirt] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) 0 -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=tshirt] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -38px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=necktie] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -76px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=womans_clothes] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -114px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=dress] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -152px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=running_shirt_with_sash] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -190px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=jeans] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -228px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=kimono] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -266px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=bikini] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -304px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=ribbon] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -342px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=tophat] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -380px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=crown] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -418px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=womans_hat] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -456px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=mans_shoe] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -494px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=closed_umbrella] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -532px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=briefcase] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -570px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=handbag] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -608px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=pouch] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -646px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=purse] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -684px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=eyeglasses] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -722px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=fishing_pole_and_fish] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) 0 -360px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=coffee] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -38px -360px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=tea] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -76px -360px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=tea],
emoji[data-emoji~=tw-1f3a5] {
    background-position: -83px -367px
}
[data-emoji~=sake] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -114px -360px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=sake],
emoji[data-emoji~=tw-1f3a6] {
    background-position: -121px -367px
}
[data-emoji~=baby_bottle] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -152px -360px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=baby_bottle],
emoji[data-emoji~=tw-1f3a7] {
    background-position: -159px -367px
}
[data-emoji~=beer] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -190px -360px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=beer],
emoji[data-emoji~=tw-1f3a8] {
    background-position: -197px -367px
}
[data-emoji~=beers] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -228px -360px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=beers],
emoji[data-emoji~=tw-1f3a9] {
    background-position: -235px -367px
}
[data-emoji~=cocktail] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -266px -360px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=cocktail],
emoji[data-emoji~=tw-1f3aa] {
    background-position: -273px -367px
}
[data-emoji~=tropical_drink] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -304px -360px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=tropical_drink],
emoji[data-emoji~=tw-1f3ab] {
    background-position: -311px -367px
}
[data-emoji~=wine_glass] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -342px -360px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=tw-1f3ac],
emoji[data-emoji~=wine_glass] {
    background-position: -349px -367px
}
[data-emoji~=fork_and_knife] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -380px -360px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=fork_and_knife],
emoji[data-emoji~=tw-1f3ad] {
    background-position: -387px -367px
}
[data-emoji~=pizza] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -418px -360px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=pizza],
emoji[data-emoji~=tw-1f3ae] {
    background-position: -425px -367px
}
[data-emoji~=hamburger] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -456px -360px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=hamburger],
emoji[data-emoji~=tw-1f3af] {
    background-position: -463px -367px
}
[data-emoji~=fries] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -494px -360px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=fries],
emoji[data-emoji~=tw-1f3b0] {
    background-position: -501px -367px
}
[data-emoji~=poultry_leg] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -532px -360px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=poultry_leg],
emoji[data-emoji~=tw-1f3b1] {
    background-position: -539px -367px
}
[data-emoji~=meat_on_bone] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -570px -360px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=meat_on_bone],
emoji[data-emoji~=tw-1f3b2] {
    background-position: -577px -367px
}
[data-emoji~=spaghetti] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -608px -360px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=spaghetti],
emoji[data-emoji~=tw-1f3b3] {
    background-position: -615px -367px
}
[data-emoji~=curry] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -646px -360px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=curry],
emoji[data-emoji~=tw-1f3b4] {
    background-position: -653px -367px
}
[data-emoji~=fried_shrimp] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -684px -360px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=fried_shrimp],
emoji[data-emoji~=tw-1f3b5] {
    background-position: -691px -367px
}
[data-emoji~=bento] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -722px -360px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=bento],
emoji[data-emoji~=tw-1f3b6] {
    background-position: -729px -367px
}
[data-emoji~=sushi] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) 0 -396px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=sushi],
emoji[data-emoji~=tw-1f3b7] {
    background-position: -7px -403px
}
[data-emoji~=fish_cake] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -38px -396px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=fish_cake],
emoji[data-emoji~=tw-1f3b8] {
    background-position: -45px -403px
}
[data-emoji~=rice_ball] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -76px -396px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=rice_ball],
emoji[data-emoji~=tw-1f3b9] {
    background-position: -83px -403px
}
[data-emoji~=rice_cracker] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -114px -396px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=rice_cracker],
emoji[data-emoji~=tw-1f3ba] {
    background-position: -121px -403px
}
[data-emoji~=rice] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -152px -396px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=rice],
emoji[data-emoji~=tw-1f3bb] {
    background-position: -159px -403px
}
[data-emoji~=ramen] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -190px -396px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=ramen],
emoji[data-emoji~=tw-1f3bc] {
    background-position: -197px -403px
}
[data-emoji~=stew] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -228px -396px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=stew],
emoji[data-emoji~=tw-1f3bd] {
    background-position: -235px -403px
}
[data-emoji~=oden] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -266px -396px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=oden],
emoji[data-emoji~=tw-1f3be] {
    background-position: -273px -403px
}
[data-emoji~=dango] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -304px -396px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=dango],
emoji[data-emoji~=tw-1f3bf] {
    background-position: -311px -403px
}
[data-emoji~=egg] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -342px -396px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=egg],
emoji[data-emoji~=tw-1f3c0] {
    background-position: -349px -403px
}
[data-emoji~=bread] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -380px -396px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=bread],
emoji[data-emoji~=tw-1f3c1] {
    background-position: -387px -403px
}
[data-emoji~=doughnut] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -418px -396px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=doughnut],
emoji[data-emoji~=tw-1f3c2] {
    background-position: -425px -403px
}
[data-emoji~=custard] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -456px -396px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=custard],
emoji[data-emoji~=tw-1f3c3] {
    background-position: -463px -403px
}
[data-emoji~=icecream] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -494px -396px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=icecream],
emoji[data-emoji~=tw-1f3c4] {
    background-position: -501px -403px
}
[data-emoji~=ice_cream] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -532px -396px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=ice_cream],
emoji[data-emoji~=tw-1f3c6] {
    background-position: -539px -403px
}
[data-emoji~=shaved_ice] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -570px -396px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=shaved_ice],
emoji[data-emoji~=tw-1f3c7] {
    background-position: -577px -403px
}
[data-emoji~=birthday] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -608px -396px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=birthday],
emoji[data-emoji~=tw-1f3c8] {
    background-position: -615px -403px
}
[data-emoji~=cake] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -646px -396px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=cake],
emoji[data-emoji~=tw-1f3c9] {
    background-position: -653px -403px
}
[data-emoji~=cookie] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -684px -396px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=cookie],
emoji[data-emoji~=tw-1f3ca] {
    background-position: -691px -403px
}
[data-emoji~=chocolate_bar] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -722px -396px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=chocolate_bar],
emoji[data-emoji~=tw-1f3e0] {
    background-position: -729px -403px
}
[data-emoji~=candy] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) 0 -432px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=candy],
emoji[data-emoji~=tw-1f3e1] {
    background-position: -7px -439px
}
[data-emoji~=lollipop] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -38px -432px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=lollipop],
emoji[data-emoji~=tw-1f3e2] {
    background-position: -45px -439px
}
[data-emoji~=honey_pot] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -76px -432px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=honey_pot],
emoji[data-emoji~=tw-1f3e3] {
    background-position: -83px -439px
}
[data-emoji~=apple] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -114px -432px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=apple],
emoji[data-emoji~=tw-1f3e4] {
    background-position: -121px -439px
}
[data-emoji~=green_apple] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -152px -432px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=green_apple],
emoji[data-emoji~=tw-1f3e5] {
    background-position: -159px -439px
}
[data-emoji~=tangerine] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -190px -432px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=tangerine],
emoji[data-emoji~=tw-1f3e6] {
    background-position: -197px -439px
}
[data-emoji~=lemon] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -228px -432px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=lemon],
emoji[data-emoji~=tw-1f3e7] {
    background-position: -235px -439px
}
[data-emoji~=cherries] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -266px -432px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=cherries],
emoji[data-emoji~=tw-1f3e8] {
    background-position: -273px -439px
}
[data-emoji~=grapes] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -304px -432px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=grapes],
emoji[data-emoji~=tw-1f3e9] {
    background-position: -311px -439px
}
[data-emoji~=watermelon] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -342px -432px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=tw-1f3ea],
emoji[data-emoji~=watermelon] {
    background-position: -349px -439px
}
[data-emoji~=strawberry] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -380px -432px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=strawberry],
emoji[data-emoji~=tw-1f3eb] {
    background-position: -387px -439px
}
[data-emoji~=peach] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -418px -432px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=peach],
emoji[data-emoji~=tw-1f3ec] {
    background-position: -425px -439px
}
[data-emoji~=melon] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -456px -432px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=melon],
emoji[data-emoji~=tw-1f3ed] {
    background-position: -463px -439px
}
[data-emoji~=banana] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -494px -432px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=banana],
emoji[data-emoji~=tw-1f3ee] {
    background-position: -501px -439px
}
[data-emoji~=pear] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -532px -432px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=pear],
emoji[data-emoji~=tw-1f3ef] {
    background-position: -539px -439px
}
[data-emoji~=pineapple] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -570px -432px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=pineapple],
emoji[data-emoji~=tw-1f3f0] {
    background-position: -577px -439px
}
[data-emoji~=sweet_potato] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -608px -432px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=sweet_potato],
emoji[data-emoji~=tw-1f400] {
    background-position: -615px -439px
}
[data-emoji~=eggplant] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -646px -432px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=eggplant],
emoji[data-emoji~=tw-1f401] {
    background-position: -653px -439px
}
[data-emoji~=tomato] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -684px -432px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=tomato],
emoji[data-emoji~=tw-1f402] {
    background-position: -691px -439px
}
[data-emoji~=corn] {
    background: url(//cdn.socibd.com/s/global/emoji/object.png) -722px -432px no-repeat rgba(0, 0, 0, 0)
}
emoji[data-emoji~=corn],
emoji[data-emoji~=tw-1f403] {
    background-position: -729px -439px
}
[data-emoji~=bowtie] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=smile] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -38px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=laughing] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -76px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=blush] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -114px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=smiley] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -152px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=relaxed] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -190px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=smirk] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -228px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=heart_eyes] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -266px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=kissing_heart] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -304px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=kissing_closed_eyes] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -342px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=flushed] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -380px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=relieved] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -418px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=satisfied] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -456px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=grin] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -494px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=wink] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -532px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=stuck_out_tongue_winking_eye] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -570px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=stuck_out_tongue_closed_eyes] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -608px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=grinning] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -646px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=kissing] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -684px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=kissing_smiling_eyes] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -722px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=stuck_out_tongue] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) 0 -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=sleeping] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -38px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=worried] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -76px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=frowning] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -114px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=anguished] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -152px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=open_mouth] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -190px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=grimacing] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -228px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=confused] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -266px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=hushed] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -304px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=expressionless] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -342px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=unamused] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -380px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=sweat_smile] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -418px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=sweat] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -456px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=disappointed_relieved] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -494px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=weary] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -532px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=pensive] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -570px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=disappointed] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -608px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=confounded] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -646px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=fearful] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -684px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=cold_sweat] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -722px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=persevere] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) 0 -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=cry] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -38px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=sob] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -76px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=joy] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -114px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=astonished] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -152px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=scream] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -190px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=neckbeard] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -228px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=tired_face] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -266px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=angry] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -304px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=rage] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -342px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=triumph] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -380px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=sleepy] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -418px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=yum] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -456px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=mask] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -494px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=sunglasses] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -532px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=dizzy_face] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -570px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=imp] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -608px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=smiling_imp] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -646px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=neutral_face] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -684px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=no_mouth] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -722px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=innocent] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) 0 -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=alien] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -38px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=yellow_heart] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -76px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=blue_heart] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -114px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=purple_heart] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -152px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=heart] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -190px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=green_heart] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -228px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=broken_heart] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -266px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=heartbeat] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -304px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=heartpulse] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -342px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=two_hearts] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -380px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=revolving_hearts] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -418px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=cupid] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -456px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=sparkling_heart] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -494px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=sparkles] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -532px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=star] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -570px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=star2] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -608px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=dizzy] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -646px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=boom] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -684px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=collision] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -722px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=anger] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) 0 -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=exclamation] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -38px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=question] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -76px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=grey_exclamation] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -114px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=grey_question] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -152px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=zzz] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -190px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=dash] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -228px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=sweat_drops] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -266px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=notes] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -304px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=musical_note] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -342px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=fire] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -380px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=hankey] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -418px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=poop] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -456px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=shit] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -494px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~='+1'] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -532px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=thumbsup] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -570px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~='-1'] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -608px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=thumbsdown] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -646px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=ok_hand] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -684px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=punch] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -722px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=facepunch] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) 0 -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=fist] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -38px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~='v'] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -76px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=wave] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -114px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=hand] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -152px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=raised_hand] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -190px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=open_hands] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -228px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=point_up] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -266px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=point_down] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -304px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=point_left] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -342px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=point_right] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -380px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=raised_hands] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -418px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=pray] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -456px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=point_up_2] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -494px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=clap] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -532px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=muscle] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -570px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=metal] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -608px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=fu] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -646px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=walking] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -684px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=runner] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -722px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=running] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) 0 -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=couple] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -38px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=family] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -76px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=two_men_holding_hands] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -114px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=two_women_holding_hands] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -152px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=dancer] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -190px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=dancers] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -228px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=ok_woman] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -266px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=no_good] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -304px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=information_desk_person] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -342px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=raising_hand] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -380px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=bride_with_veil] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -418px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=person_with_pouting_face] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -456px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=person_frowning] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -494px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=bow] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -532px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=couplekiss] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -570px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=couple_with_heart] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -608px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=massage] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -646px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=haircut] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -684px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=nail_care] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -722px -216px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=boy] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) 0 -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=girl] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -38px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=woman] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -76px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=man] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -114px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=baby] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -152px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=older_woman] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -190px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=older_man] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -228px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=person_with_blond_hair] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -266px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=man_with_gua_pi_mao] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -304px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=man_with_turban] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -342px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=construction_worker] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -380px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=cop] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -418px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=angel] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -456px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=princess] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -494px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=smiley_cat] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -532px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=smile_cat] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -570px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=heart_eyes_cat] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -608px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=kissing_cat] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -646px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=smirk_cat] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -684px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=scream_cat] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -722px -252px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=crying_cat_face] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) 0 -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=joy_cat] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -38px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=pouting_cat] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -76px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=japanese_ogre] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -114px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=japanese_goblin] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -152px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=see_no_evil] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -190px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=hear_no_evil] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -228px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=speak_no_evil] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -266px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=guardsman] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -304px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=skull] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -342px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=feet] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -380px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=lips] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -418px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=kiss] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -456px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=droplet] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -494px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=ear] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -532px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=eyes] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -570px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=nose] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -608px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=tongue] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -646px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=love_letter] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -684px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=bust_in_silhouette] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -722px -288px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=busts_in_silhouette] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) 0 -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=speech_balloon] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -38px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=thought_balloon] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -76px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=feelsgood] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -114px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=finnadie] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -152px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=goberserk] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -190px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=godmode] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -228px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=hurtrealbad] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -266px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=rage1] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -304px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=rage2] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -342px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=rage3] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -380px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=rage4] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -418px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=suspect] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -456px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=trollface] {
    background: url(//cdn.socibd.com/s/global/emoji/people.png) -494px -324px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=house] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=house_with_garden] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -38px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=school] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -76px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=office] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -114px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=post_office] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -152px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=hospital] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -190px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=bank] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -228px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=convenience_store] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -266px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=love_hotel] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -304px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=hotel] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -342px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=wedding] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -380px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=church] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -418px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=department_store] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -456px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=european_post_office] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -494px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=city_sunrise] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -532px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=city_sunset] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -570px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=japanese_castle] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -608px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=european_castle] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -646px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=tent] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -684px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=factory] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -722px 0 no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=tokyo_tower] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) 0 -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=japan] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -38px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=mount_fuji] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -76px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=sunrise_over_mountains] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -114px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=sunrise] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -152px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=stars] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -190px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=statue_of_liberty] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -228px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=bridge_at_night] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -266px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=carousel_horse] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -304px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=rainbow] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -342px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=ferris_wheel] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -380px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=fountain] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -418px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=roller_coaster] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -456px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=ship] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -494px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=speedboat] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -532px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=boat] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -570px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=sailboat] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -608px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=rowboat] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -646px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=anchor] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -684px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=rocket] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -722px -36px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=airplane] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) 0 -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=helicopter] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -38px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=steam_locomotive] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -76px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=tram] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -114px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=mountain_railway] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -152px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=bike] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -190px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=aerial_tramway] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -228px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=suspension_railway] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -266px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=mountain_cableway] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -304px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=tractor] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -342px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=blue_car] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -380px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=oncoming_automobile] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -418px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=car] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -456px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=red_car] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -494px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=taxi] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -532px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=oncoming_taxi] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -570px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=articulated_lorry] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -608px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=bus] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -646px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=oncoming_bus] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -684px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=rotating_light] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -722px -72px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=police_car] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) 0 -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=oncoming_police_car] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -38px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=fire_engine] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -76px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=ambulance] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -114px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=minibus] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -152px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=truck] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -190px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=train] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -228px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=station] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -266px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=train2] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -304px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=bullettrain_front] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -342px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=bullettrain_side] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -380px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=light_rail] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -418px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=monorail] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -456px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=railway_car] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -494px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=trolleybus] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -532px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=ticket] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -570px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=fuelpump] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -608px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=vertical_traffic_light] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -646px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=traffic_light] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -684px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=warning] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -722px -108px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=construction] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) 0 -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=beginner] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -38px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=atm] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -76px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=slot_machine] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -114px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=busstop] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -152px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=barber] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -190px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=hotsprings] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -228px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=checkered_flag] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -266px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=crossed_flags] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -304px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=izakaya_lantern] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -342px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=moyai] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -380px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=circus_tent] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -418px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=performing_arts] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -456px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=round_pushpin] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -494px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=triangular_flag_on_post] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -532px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=jp] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -570px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=kr] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -608px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=cn] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -646px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=us] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -684px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=fr] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -722px -144px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=es] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) 0 -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=it] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -38px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=ru] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -76px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=gb] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -114px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=uk] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -152px -180px no-repeat rgba(0, 0, 0, 0)
}
[data-emoji~=de] {
    background: url(//cdn.socibd.com/s/global/emoji/place.png) -190px -180px no-repeat rgba(0, 0, 0, 0)
}
/* foundation fix */
.row .row {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }
  @media screen and (min-width: 40em) {
    .row .row {
      margin-left: -0.5rem;
      margin-right: -0.5rem; } }
.column, .columns {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }
  @media screen and (min-width: 40em) {
    .column, .columns {
      padding-left: 0.5rem;
      padding-right: 0.5rem; } }
#container {
  padding-top: 1rem;
  font-size: 0.875rem;
}
.theme-simple-page {
  font-size: 0.875rem;
}
.theme-simple-page .callout {
  z-index: 55;
}
.success.callout, .alert.callout {
  font-size: 0.875rem;
  margin: 0;
}
.success.callout {
  background-color: #43AC6A;
  border-color: #3a945b;
  color: #FFFFFF;
}
.alert.callout {
  background-color: #f04124;
  border-color: #de2d0f;
  color: #FFFFFF;
}
#footer-container, #footer-section {
  font-size: 0.8125rem;
}
#footer-container {
  padding: 1rem;
}
#footer-container p {
  margin: 0;
}
#footer-navigation ul {
  list-style: none;
  margin: 0;
}
#footer-navigation ul li {
  display: inline;
  padding-left: 1rem;
}
#footer-container #back-to-top {
  display: none;
  position: fixed;
  right: 1rem;
  bottom: 4.0625rem;
  z-index: 100;
  padding: 0;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
  border-radius: 25px;
}
.form-actions {
  margin: 0.625rem;
}
.form-actions .float-left .button {
  margin: 0 0.5rem 0 0;
}
.form-actions .float-right .button {
  margin: 0 0 0 0.5rem;
}
.rucaptcha-image {
  width: 7.5rem;
}
/* Form Fix */
form #recaptcha_response_field {
  display: inline;
}
.site-new-guide-notice {
  font-size: 1rem;
  text-align: center;
}
.site-new-guide-notice h3 {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
.site-new-guide-notice i {
  display: block;
  font-size: 5rem;
  color: #ff4c4c;
  margin-bottom: 0.625rem;
}

#site-init-modules {
  list-style: none;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
}
#site-init-modules li {
  width: 45%;
  display: inline-block;
}
#site-init-modules label {
  display: inline-block;
  font-size: 0.9375rem;
}
#site-init-modules li input[type="checkbox"] {
  margin-bottom: 0.5rem;
}

#site-init-themes {
  list-style: none;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  max-height: 320px;
  overflow: auto;
}
#site-init-themes li {
  width: 48%;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 5px;
}
#site-init-themes li .theme-i-thumb {
  height: 150px;
  background-size: cover;
  cursor: pointer;
  position: relative;
}
#site-init-themes li.selected .theme-i-thumb {
  border: 2px solid rgba(40, 167, 69, 0.8);
}
#site-init-themes li .theme-checked-icon {
  position: absolute;
  font-size: 30px;
  color: rgba(40, 167, 69, 0.8);
  z-index: 5;
  width: 100%;
  top: 51px;
  text-align: center;
  display: none;
}
#site-init-themes li.selected .theme-checked-icon {
  display: block;
}
#site-init-themes li .theme-i-info h4 {
  font-size: 1rem;
  text-align: center;
  line-height: 2rem;
}
.off-canvas.position-left {
  background: #ffffff;
}
#site-nav-small-screen a {
  color: #333;
}
#site-nav-small-screen .active > a {
  background-color: transparent;
  color: #2281ce;
  font-weight: bold;
}
/* fix color picker */
.sp-replacer, .sp-replacer:hover, .sp-replacer.sp-active {
  border: none;
}
.sp-dd {
  display: none;
}
.sp-replacer {
  padding: 0;
  background: none;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.sp-preview {
  border: none;
  margin: 0;
  height: 19px;
  width: 38px;
}
.sp-preview-inner {
  border-radius: inherit;
  -webkit-box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.1);
}
.sp-container {
  border: 1px solid #c0c0c0;
  background: #ffffff;
  -webkit-box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15);
  box-shadow: 0 0 0 1px rgba(63,63,68,0.05), 0 1px 3px 0 rgba(63,63,68,0.15);
}
.sp-color, .sp-hue, .sp-clear {
  border: none;
}
.sp-color {
  right: 15%;
}
.sp-clear-enabled .sp-hue {
  top: 0;
  height: 100%;
  left: auto;
}
.sp-clear-enabled .sp-clear {
  display: none !important;
}
.sp-input {
  height: 35px;
  font-size: 14px !important;
}
.sp-hue.sp-hue {
  width: 19px;
}
.sp-slider {
  opacity: 1;
  height: 6px;
  border: 1px solid #c3cfd8;
  width: 23px;
  border-radius: 3px;
  left: -3px;
}
.sp-dragger {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: transparent;
  -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.35);
  box-shadow: 0 1px 1px rgba(0,0,0,0.35);
}
.sp-top {
  margin-bottom: 6px;
}
.sp-input-container {
  margin-bottom: 0;
}
.sp-input:focus {
  border-color: #8a8a8a;
}
.sp-alpha-inner {
  border: none;
}
.sp-alpha-handle {
  border-radius: 3px;
  border: 1px solid #c3cfd8;
}
.sp-clear-display {
  background-image: none;
}
.off-canvas .close-button {
  z-index: 5;
  padding: 0.25rem 0.75rem;
}
figure {
  margin-bottom: 1rem;
}
h1:empty, h2:empty, h3:empty, h4:empty, h5:empty, h6:empty, p:empty, blockquote:empty {
  min-height: 1.5rem;
}
.top-nav-bar {
  width: 100%;
  top: 0;
  z-index: 120;
  margin-bottom: 0;
  box-shadow: 0 0px 2px 0 rgba(0,0,0,0.1), 0 1px 0 0 rgba(0,0,0,0.1);
  padding: 0 0.5rem;
}
.top-nav-bar .columns {
  padding: 0;
}
.top-nav-bar .menu > li > a {
  font-size: 0.875rem;
}
.top-nav-bar .menu > li > a > i {
  font-size: 1rem;
  vertical-align: middle;
}
#topbar-left-actions > li > a, #topbar-right-actions > li > a {
  padding: 0.625rem 0.5rem;
  line-height: 1.25rem;
}
/*#topbar-logo-image {
  padding: 0 0.5rem !important;
  line-height: 40px !important;
}
#topbar-logo-image > i, #topbar-logo-image > img {
  margin-right: 0;
  margin-left: 0.5rem;
}*/
#topbar-logo-image > i {
  margin-bottom: 0.125rem;
  font-size: 0.935rem;
}
#topbar-logo-image > img {
  max-width: 48px;
  max-height: 24px;
}
#top-profile-avatar {
  width: 20px;
  height: 20px;
  vertical-align: top;
  margin-right: 0.25rem;
}
#top-profile-avatar img {
  vertical-align: top;
}
.top-nav-bar .badge {
  border-radius: 0;
  min-width: auto;
  line-height: 0.625rem;
  vertical-align: middle;
}
.top-nav-bar li.search form {
  margin: 0 0 0 0.5rem;
  position: relative;
}
#topbar-left-actions li.search {
  position: relative;
  vertical-align: middle;
}
#top-bar-search-q {
  font-size: 0.8125rem;
  padding: 0.0625rem 2rem 0.0625rem 0.3125rem;
  height: 1.75rem;
  border-radius: 0.1875rem;
  margin-bottom: 0;
  width: 22rem;
  -webkit-appearance: none;
  display: block;
}
#top-bar-search-btn {
  position: absolute;
  right: 0.25rem;
}
#top-bar-search-btn a {
  color: #666666;
  padding: 0;
  line-height: 1.25rem;
  padding: 0.25rem 0.4375rem;
}
#top-bar-search-btn #search-box-waiting {
  padding: 0.375rem 0.5rem 0 0.5rem;
}
#search-box-container {
  width: 32rem;
  /*max-width: 100%;*/
  z-index: 79;
  position: absolute;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  top: 33px !important;
  left: 0.5rem !important;
  display: none;
  font-size: 0.875rem;
}
#search-box-container .time-ago {
  font-size: 0.8125rem;
}
#search-box-waiting {
  display: none;
}

.top-nav-bar .search-box-for {
  padding: 0.65rem 1rem;
}
.top-nav-bar #search-box-list {
  list-style: none;
  margin: 0;
  padding-bottom: 0.5rem;
  padding-right: 2.5rem;
}
.top-nav-bar #search-box-list li {
  padding: 0.35rem 0.875rem 0.35rem 0.875rem;
  display: block;
}
.top-nav-bar #search-box-container a {
  padding: 0;
  line-height: 1.5;
}
.top-nav-bar .search-box-avatar {
  position: absolute;
  width: 48px;
  height: 48px;
  text-align: center;
  overflow: hidden;
}
.top-nav-bar .search-box-avatar a {
  display: block;
}
.top-nav-bar .search-box-avatar i {
  line-height: 48px;
  font-size: 1.5rem;
}
.top-nav-bar .search-box-content {
  padding-left: 58px;
  min-height: 48px;
}
.top-nav-bar .search-box-content em {
  font-style: normal;
}
.top-nav-bar .search-box-content > a {
  font-weight: bold;
}
.top-nav-bar .search-box-content .search-box-item-body-user {
  font-size: 0.8125rem;
}
.top-nav-bar #search-box-group-switcher {
  position: absolute;
  top: 0.5rem;
  right: 0.625rem;
  font-size: 0.8125rem;
}
.top-nav-bar #search-box-group-switcher input {
  margin-left: 0.5rem;
}
.top-nav-bar #search-box-group-switcher label {
  margin: 0;
  padding-left: 0.25rem;
  line-height: 1.5rem;
  cursor: pointer;
}
.top-nav-bar #search-box-group-switcher .switch-candy {
  min-height: 1.5rem;
}
.top-nav-bar #search-box-context-menu {
  list-style: none;
  margin: 2.625rem 0.25rem 0.5rem 0;
  padding-bottom: 0.25rem;
  float: right;
}
.top-nav-bar #search-box-context-menu li {
  margin-top: 0.325rem;
  margin-bottom: 0.325rem;
  display: block;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.top-nav-bar #search-box-context-menu li.active {
  margin-left: -1px;
  border-left: 1px solid transparent;
}
.top-nav-bar #search-box-context-menu li.active a {
  background-color: transparent;
}
.top-nav-bar #search-box-context-menu li a {
  line-height: 2rem;
  width: 2rem;
  display: block;
  font-size: 1rem;
  text-align: center;
  padding: 0;
}
.top-nav-bar .search-box-avatar-video {
  width: 48px;
  height: 48px;
  background-size: cover;
  background-position: center top;
}
/* fix issue for small screen devices */
#conversations-drop.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before{
  right:89px;
}
#conversations-drop.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:after {
  right: 90px;
}
#friendship-requests-drop.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before{
  right:54px;
}
#friendship-requests-drop.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:after {
  right: 55px;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .top-nav-bar li.search input {
    width: 15rem;
  }
  .top-nav-bar li.search #top-bar-search-btn {
    margin-left: 13.75rem;
  }
}
@media only screen and (max-width: 40em) {
  #topbar-left-actions > li > a, #topbar-right-actions > li > a {
    padding: 0.625rem 0.375rem;
  }
}
/* fix top bar */
/*.top-nav-bar {
  position: fixed;
  width: 100%;
  z-index: 5;
}
body > header {
  padding-top: 1.875rem;
}*/
.entity-collection-item {
  position: relative;
  line-height: 0;
  display: inline-block;
  width: -webkit-calc((100% - 55px) / 3);
  width: -moz-calc((100% - 55px) / 3);
  width: calc((100% - 55px) / 3);
  height: 0;
  margin: 0 7px 4.75rem 7px;
  vertical-align: top;
  padding-bottom: -webkit-calc((100% - 55px) / 5);
  padding-bottom: -moz-calc((100% - 55px) / 5);
  padding-bottom: calc((100% - 55px) / 5);
  -webkit-transition: margin 0.2s ease-in-out,position 0.2s ease-in-out;
  -moz-transition: margin 0.2s ease-in-out,position 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out,position 0.2s ease-in-out;
}
.entity-collection-item:hover {
  -webkit-box-shadow: 0px 1px 1rem rgba(0,0,0,0.08);
  box-shadow: 0px 1px 1rem rgba(0,0,0,0.08);
}
.entity-collection-item-p {
  position: absolute;
  width: 100%;
  height: 100%;
  border-bottom: none !important;
  border-top: none !important;
  text-align: center;
}
.entity-collection-item-p > a > div {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.entity-collection-item-p i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1.0625rem;
  margin-top: -1rem;
  font-size: 2rem;
}
.entity-collection-item-btm {
  position: absolute;
  bottom: -3.375rem;
  width: 100%;
  padding: 0.375rem 0.25rem;
  line-height: 1.4;
  font-size: 1rem;
  text-align: center;
  height: 3.375rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.entity-collection-item-btm span {
  font-size: 0.8125rem;
  display: block;
  margin: 0 auto;
}

.entity-list-filters {
  margin-bottom: 0.75rem;
}
.entity-action-btn {
  margin: 0;
  font-size: 0.8125rem;
}
.entity-categories-wapper a {
  margin: 0.25rem 0.25rem 0.25rem 0;
  display: inline-block;
  cursor: pointer;
  padding: 0.5rem 0.625rem;
}
.entity-header {
  margin-bottom: 1.25em;
}
.entity-header h1 {
  font-size: 1.5rem;
  margin-bottom: 0.375rem;
  word-break: break-word;
}
.entity-footer {
  overflow: auto;
  margin-top: 1rem;
  padding-bottom: 0.5rem;
}
.entity-footer .button {
  margin: 0;
  padding: 0.375rem 1rem;
}
.entity-footer > span {
  display: inline-block;
  margin-right: 0.5rem;
}
.entity-footer > ul {
  float: right;
  margin: 0;
  list-style: none;
  line-height: 1.75rem;
}
.entity-footer > ul li {
  float: left;
  margin: 0;
  padding-right: 0.5em;
  padding-left: 0.5em;
  font-size: 0.8125rem;
}
.entity-footer .dropdown:before {
  border-width: 0.375rem !important;
}
.entity-meta {
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
}
.entity-meta .label {
  margin: 0 0.125rem;
}
.entity-load-action {
  text-align: center;
}
/* Entity Owner List */
.e-o-list-item {
  position: relative;
  line-height: 0;
  display: inline-block;
  width: -webkit-calc((100% - 55px) / 3);
  width: -moz-calc((100% - 55px) / 3);
  width: calc((100% - 55px) / 3);
  height: 0;
  margin: 0 7px 1.5rem 7px;
  vertical-align: top;
  padding-bottom: -webkit-calc((100% - 55px) / 4.3333);
  padding-bottom: -moz-calc((100% - 55px) / 4.3333);
  padding-bottom: calc((100% - 55px) / 4.3333);
  -webkit-transition: margin 0.2s ease-in-out,position 0.2s ease-in-out;
  -moz-transition: margin 0.2s ease-in-out,position 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out,position 0.2s ease-in-out;
  overflow: hidden;
}
.e-o-list-item-w {
  position: absolute;
  width: 100%;
  height: 100%;
}
.e-o-list-item-w > a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 2;
}
.e-o-list-item:hover {
  -webkit-box-shadow: 0px 1px 1rem rgba(0,0,0,0.08);
  box-shadow: 0px 1px 1rem rgba(0,0,0,0.08);
}
.e-o-list-item > a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}
.e-o-list-item-p {
  position: relative;
  width: 100%;
  height: 45%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: none !important;
  border-top: none !important;
}
.e-o-list-item-p .avatar {
  background-color: transparent;
}
.e-o-list-item-p > a {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -24px;
  margin-left: -24px;
}
.e-o-list-item-btm {
  width: 100%;
  height: 55%;
  text-align: center;
  padding-top: 30px;
  border-top: none !important;
  line-height: 1.2;
}
.e-o-list-item-btm a {
  font-size: 1rem;
  z-index: 5;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  padding: 0 7px;
  margin-bottom: -4px;
}
.e-o-list-item-btm > span {
  font-size: 0.8125rem;
  display: block;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: -webkit-calc(100% - 20px);
  max-width: -moz-calc(100% - 20px);
  max-width: calc(100% - 20px);
}
@media only screen and (max-width: 40em) {
  .e-o-list-item-p > a {
    margin-bottom: -12px;
    margin-left: -12px;
  }
  .e-o-list-item-p > a .member-badge {
    display: none;
  }
  .e-o-list-item-p > a, .e-o-list-item-p > a span, .e-o-list-item-p > a svg {
    width: 24px;
    height: 24px;
  }
  .e-o-list-item-p > a text {
    font-size: 15px;
  }
  .e-o-list-item-btm {
    padding-top: 15px;
    line-height: 1.3;
  }
  .e-o-list-item-btm a {
    font-size: 0.875rem;
  }
  .entity-header h1 {
    font-size: 1.125rem;
  }
}
/* Entity Upload Page */
.entity-upload-meta {
  font-size: 0.8125rem;
  padding-bottom: 0.625rem;
  margin-bottom: 1rem;
}
#entity-uploader-my-btn {
  padding: 0.85em 1em;
  font-size: 0.8125rem;
  margin: 0;
  line-height: 1;
  vertical-align: middle;
}
.entity-upload-collection-btn {
  margin: 0 0.875rem 0 0.5rem;
  font-size: 0.8125rem !important;
  background-color: #fafafa !important;
  border: 1px solid #cacaca;
  color: #333 !important;
  padding: 0.75rem 0.625rem;
}
.entity-upload-collection-btn::after {
  border-color: #333 transparent transparent !important;
}
#entity-upload-category-btn {
  display: inline;
  width: 9rem;
  font-size: 0.8125rem;
  margin: 0;
  vertical-align: middle;
}
.entity-uploader-btn {
  width: 10rem;
  margin: 0.625rem auto;
}
.entity-uploader-btn .webuploader-pick {
  display: block;
  padding: 0.875rem 1em;
  font-size: 0.875rem;
  margin: 0;
  line-height: 1;
}
.entity-uploader-statusbar {
  padding-top: 0.5rem;
  margin-top: 1rem;
}
.entity-uploader-statusbar .button {
  margin: 0 0 0 1rem;
  font-size: 0.8125rem;
}
.entity-uploader-statusbar .e-u-sb-info {
  padding: 0.375rem 14rem 0.375rem 0;
}
.entity-uploader-statusbar .e-u-g-progress {
  width: 10rem;
  height: 20px;
  position: relative;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  position: relative;
  margin: 0 10px 0 0;
}
.entity-uploader-statusbar .e-u-g-progress span.percentage {
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}
.entity-uploader-statusbar .e-u-g-progress span.txt {
  position: relative;
  z-index: 10;
  line-height: 20px;
}
.entity-uploader-statusbar .entity-uploader-info {
  display: inline-block;
}
.entity-uploader-more-btn {
  display: inline-block;
  float: left;
}
.entity-upload-main .p-u-success {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 40px;
  width: 40px;
  z-index: 2;
  background: url(//cdn.socibd.com/s/global/images/common/success.png) no-repeat right bottom;
}
.entity-upload-main .e-u-i-progress {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 8px;
  overflow: hidden;
  z-index: 2;
  margin: 0;
  border-radius: 0;
  background: none;
  -webkit-box-shadow: 0 0 0;
}
.entity-upload-main .e-u-i-progress span {
  display: none;
  overflow: hidden;
  width: 0;
  height: 100%;
  background: #1483d8 url(//cdn.socibd.com/s/global/images/common/progress.png) repeat-x;
  -webit-transition: width 200ms linear;
  -moz-transition: width 200ms linear;
  -o-transition: width 200ms linear;
  -ms-transition: width 200ms linear;
  transition: width 200ms linear;
  -webkit-animation: progressmove 2s linear infinite;
  -moz-animation: progressmove 2s linear infinite;
  -o-animation: progressmove 2s linear infinite;
  -ms-animation: progressmove 2s linear infinite;
  animation: progressmove 2s linear infinite;
  -webkit-transform: translateZ(0);
}
.entity-uploader-more-btn .webuploader-pick {
  padding: 0.85em 1em;
  font-size: 0.8125rem;
  margin: 0;
  line-height: 1;
  vertical-align: middle;
}
.entity-upload-notice {
  text-align: center;
  margin-top: 5rem;
  font-size: 1rem;
}
#upload-queue-list {
  border: 3px dashed #e6e6e6;
  min-height: 15rem;
}
#upload-queue-list.filled {
  border: 3px dashed transparent;
}
#upload-queue-list.webuploader-dnd-over {
  border: 3px dashed #999999;
}
.entity-upload-c-q-waiting {
  position: absolute;
  right: 1.5rem;
  top: 1.25rem;
}
.entity-upload-c-q {
  padding: 0.5rem;
  height: 2.125rem;
  font-size: 0.8125rem;
}
.entity-upload-c-list {
  height: 8.5rem;
  margin: 0;
  list-style: none;
}
.entity-upload-c-list li {
  height: 41px;
  padding: 3px;
  position: relative;
  cursor: pointer;
}
.entity-upload-c-btns {
  text-align: center;
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
}
.entity-upload-c-btns .button {
  padding: 0.65rem 1.125rem;
  margin: 0;
}
.entity-upload-c-btns .button:last-child {
  margin-left: 0.5rem;
}
.entity-upload-c-i-cover {
  width: 35px;
  height: 35px;
  position: absolute;
  text-align: center;
}
.entity-upload-c-i-cover img {
  width: 35px;
  height: 35px;
}
.entity-upload-c-i-cover div {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.entity-upload-c-i-cover div i {
  font-size: 1rem;
}
.entity-upload-c-i-info {
  margin-left: 45px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* Entity manage */
.entity-manage-list input[type="checkbox"] {
  margin: 0;
}
.entity-manage-list table {
  width: 100%;
  border: 0;
}
.entity-manage-list table td {
  font-size: 0.8125rem;
  padding: 0.75rem 0.375rem;
}
.entity-manage-list table td label {
  font-size: 0.8125rem;
}
#entity-ids-select-all {
  margin-right: 0.875rem;
  height: 2.25rem;
  width: 2.625rem;
  padding: 0.625rem 0.875rem;
}
.entity-manage-search {
  float: right;
}
.entity-manage-search form {
  margin: 0;
}
.entity-manage-search input {
  font-size: 0.8125rem;
  margin: 0;
  height: 2rem;
}
.entity-manage-actions {
  margin-bottom: 0.75rem;
}
.entity-manage-actions .button-group {
  margin: 0;
}
.entity-manage-actions .button {
  padding: 0.625rem 1rem;
  margin: 0;
  font-size: 0.875rem;
}
.entity-manage-actions > .button {
  float: left;
}
.entity-manage-list-actions .button {
  margin: 0;
  padding: 0.375rem 0.625rem;
  display: none;
}
html.no-touch .entity-manage-list > table tr:hover .entity-manage-list-actions .button {
  display: inline-block;
}
html.touch .entity-manage-list > table tr .entity-manage-list-actions .button {
  display: inline-block;
}
.entity-manage-list-title {
  vertical-align: top;
  font-size: 0.875rem !important;
}
.entity-manage-list-title .label {
  padding: 0.25rem 0.5rem;
  margin-left: 0.25rem;
  cursor: pointer;
}
.entity-manage-list-btns {
  display: none;
}
.entity-manage-list-btns .button {
  padding: 0.25rem 0.75rem;
  margin: 0.125rem 0.5rem 0 0;
}
html.no-touch .entity-manage-list > table tr:hover .entity-manage-list-btns {
  display: block;
}
html.touch .entity-manage-list > table tr .entity-manage-list-btns {
  display: block;
}
.entity-manage-actions-group {
  padding: 0 0.625rem;
  margin-bottom: 1rem;
}
.entity-manage-actions-group .button {
  margin: 0;
  padding: 0.875rem 1.75rem;
}
.entity-action-box .button {
  margin: 0;
}
/* entity like */
.entity-like-container {
  display: inline-block;
}
.entity-like-container .button.disabled {
  cursor: pointer;
  pointer-events: auto;
}
.entity-like-container .button.disabled i {
/*  color: #f04124;*/
}
.entity-like-container .entity-like-action {
  display: inline-block;
}
.entity-like-container .entity-show-likers-btn {
  display: inline-block;
}
#entity-likers-list-all {
  max-height: 20rem;
  overflow: auto;
}
.entity-likers-list {
  margin-left: 0;
  list-style: none;
}
.entity-likers-list li {
  position: relative;
}
.entity-likers-list li > a {
  position: absolute;
}
.entity-likers-list li {
  font-size: 0.8125rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  list-style: none;
  margin: 0;
}
.entity-likers-list li .liker-content {
  line-height: 32px;
  margin-left: 42px;
  min-height: 32px;
}
.entity-likers-list li .liker-content .liker-react-icon {
  width: 24px;
  height: 24px;
}
#entity-reactors-container .sheet-header h3 {
  margin-bottom: 0.5rem;
}
#entity-reactors-container .nav-tabs li img {
  width: 20px;
  height: 20px;
  vertical-align: middle;
}
#entity-reactors-container .nav-tabs li span {
  line-height: 20px;
  vertical-align: middle;
  font-size: 0.75rem;
}
/* entity count box */
.entity-count-box {
  position: relative;
  padding: 3px 8px;
  margin-left: 3px;
  font-size: 0.875em;
}
.entity-count-box:after, .entity-count-box:before {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.entity-count-box:after {
  border-color: rgba(136, 183, 213, 0);
  border-width: 4px;
  top: 50%;
  margin-top: -4px;
}
.entity-count-box:before {
  border-color: rgba(194, 225, 245, 0);
  border-width: 5px;
  top: 50%;
  margin-top: -5px;
}
/*
* Search bar
*/
.entity-search-bar {
  overflow: auto;
  font-size: 0.8125rem;
  margin-bottom: 1.25rem;
}
#entity-search-btn {
  position: absolute;
  display: block;
  margin-left: 10.625rem;
  line-height: 2.3125rem;
  font-size: 1rem;
  padding: 0 0.5rem;
}
.entity-search-bar form > input[type="text"] {
  width: 12.5rem;
  padding: 2px 32px 2px 8px;
  float: left;
  margin: 0;
  font-size: 0.8125rem;
}
.entity-search-bar select {
  width: 130px;
  margin: 0;
  font-size: 0.8125rem;
}
.entity-not-found {
  font-size: 0.8125rem;
  padding: 1.5rem 0;
}
.entity-not-found-search {
  font-size: 0.8125rem;
  padding: 1rem 0;
}
.entity-no-permission {
  font-size: 0.8125rem;
  padding: 1.5rem 0;
}
/*
  Entity action page
*/
/*.action-page .columns {
  padding: 0.25rem 0.625rem;
}*/
.action-page form .collection_check_boxes {
  display: inline-block;
}
.action-page form div.select {
  display: inline;
}
.action-page form select.select {
  /*width: auto;*/
}
.action-page .has-tip {
  line-height: 2em;
  margin-left: 0.5em;
}
.form-featured-image-preview {
  display: block;
  margin-bottom: 0.5rem;
}
.form-featured-image-preview img {
  max-width: 200px;
  max-height: 250px;
}
/* Entity More */
.entity-more-loading {
  padding-top: 1.125rem;
  text-align: center;
}
.entity-more-loading .button {
  padding: 0.75rem 1.5rem;
  margin: 0;
  font-size: 0.8125rem;
}
/* Like */
.liked {
  color: #c00;
}

/* Lightbox Entity */
.entity-show-lightbox-page > .row {
  max-width: 62.5rem;
}
.entity-show-lightbox-page > .row > .columns {
  padding: 0;
  position: relative;
}
.entity-show-lightbox-page > .row > .columns > .sheet {
  margin-bottom: 0 !important;
}
#entity-lightbox-show-close-btn {
  cursor: pointer;
  width: 50px;
  height: 50px;
  background: #232424;
  color: #ccc;
  position: fixed;
  left: 50%;
  top: 60px;
  margin-left: 31.25rem;
  text-align: center;
  line-height: 50px;
  font-size: 1rem;
}
#entity-notification-btn, #entity-share-btn {
  margin-right: 0.5rem;
}
#entity-notification-drop p {
  margin-bottom: 0;
}
.entity-related-list .sheet-body ul {
  margin: 0;
  list-style: none;
}
.entity-related-list .sheet-body li {
  margin-bottom: 0.25rem;
}
/* Emoji panel */
.entity-comment-emoji-btn {
  vertical-align: top;
  font-size: 1.25rem;
  line-height: 2.125rem;
  display: inline-block;
  padding: 0 0.25rem;
  cursor: pointer;
}
#entity-comment-emoji-panel {
  position: absolute;
  z-index: 211;
  display: none;
  width: 450px;
  padding: 0 15px;
}
#entity-comment-emoji-panel > ul {
  display: inline-block;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
#entity-comment-emoji-panel > ul > li {
  font-size: 0.8125rem;
  float: left;
  width: 20%;
  padding: 0.625rem 0;
  cursor: pointer;
  text-align: center;
  border-bottom: 2px solid transparent;
}
#entity-comment-emoji-panel .emoji-block {
  font-size: 1.5rem;
  line-height: 2.25rem;
  display: inline-block;
  width: 40px;
  height: 38px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  text-align: center;
  vertical-align: top;
}
#entity-comment-emoji-panel [data-emoji=panel] {
  overflow-y: auto;
  max-height: 350px;
}
#entity-comment-emoji-panel [data-emoji-item] {
  display: none;
  padding-bottom: 1rem;
}
#entity-comment-emoji-panel [data-emoji-item].active {
  display: block;
}
/* GIF panel */
#entity-comment-gif-panel {
  position: absolute;
  z-index: 1052;
  display: none;
  width: 350px;
}
#e-c-f-p-main {
  padding: 5px 10px 15px 10px;
  height: 300px;
  overflow: auto;
}
#e-c-f-p-search {
  padding: 0.625rem;
}
#e-c-f-p-key {
  margin: 0;
  padding: 0.5rem;
  height: 2.125rem;
  box-shadow: none;
  font-size: 0.875rem;
}
#e-c-f-p-list {
  list-style: none;
  margin: 0;
}
#e-c-f-p-list li {
  margin-bottom: 0.5rem;
  text-align: center;
}
#e-c-f-p-list li:last-child {
  margin-bottom: 0;
}
#e-c-f-p-list img {
  max-height: 200px;
  cursor: pointer;
}
#e-c-f-p-loading {
  position: absolute;
  left: 0;
  top: 4rem;
  right: 0;
  display: none;
  text-align: center;
}
#e-c-f-p-powered {
  position: absolute;
  right: 15px;
  bottom: 5px;
}
#e-c-f-p-powered img {
  width: 55px;
}
#status-added-gif-modal, #status-added-gif-container {
  position: relative;
  display: none;
}
#status-added-gif-modal span, #status-added-gif-container span {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(0,0,0,0.4);
  color: #fff;
  text-align: center;
  width: 22px;
  height: 22px;
  cursor: pointer;
}
#status-added-gif-modal img, #status-added-gif-container img {
  max-height: 100px;
}
.entity-add-c-q-container {
  position: relative;
}
.entity-add-c-q-waiting {
  position: absolute;
  right: 0.75rem;
  top: 0.125rem;
  padding: 0.25rem 0.5rem;
}
.entity-submenu ul {
  list-style: none;
  overflow: auto;
  margin: 0 0 1rem 0;
}
.entity-submenu ul li {
  float: left;
  margin-right: 1.125rem;
}
.entity-submenu ul li:last-child {
  margin-right: 0;
}
.entity-submenu ul li h5 {
  font-size: 0.8125rem;
}
.entity-submenu-active h5 {
  font-weight: bold;
}
.category-tags {
  padding-right: 90px;
}
.category-tags.category-tabs-no-r {
  padding-right: 0;
}
.events-page .category-tags {
  padding-right: 180px;
}
.category-tags .label {
  border-radius: 20px;
  padding: 6px 16px;
  cursor: pointer;
  margin-bottom: 8px;
  margin-right: 6px;
}
.category-tags-more {
  padding: 6px !important;
}
.entity-list-filters .menu a {
  padding: 6px 16px;
}
.category-active {
  font-weight: bolder;
}
/*Small Screen Device*/
@media only screen and (max-width: 64em) {
  #entity-lightbox-show-close-btn {
    left: 100%;
    margin-left: -50px;
    top: 0;
    z-index: 5;
  }
  .entity-submenu ul li h5 {
    font-size: 0.75rem;
  }
}
#lightbox_entity_container {
  position: fixed;
  z-index: 9999;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(46,48,49,0.3);
}
#lightbox_entity_container {
  /*overflow: auto!important;*/
  -webkit-overflow-scrolling: touch!important;
}
#lightbox_entity_container > iframe {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
/* User Avatar */
.avatar {
  display: inline-block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  text-align: center;
  vertical-align: middle;
}
.avatar-180, .avatar-180 svg {
  width: 180px;
  height: 180px;
}
.avatar-96, .avatar-96 svg {
  width: 96px;
  height: 96px;
}
.avatar-64, .avatar-64 svg {
  width: 64px;
  height: 64px;
}
.avatar-48, .avatar-48 svg {
  width: 48px;
  height: 48px;
}
.avatar-32, .avatar-32 svg {
  width: 32px;
  height: 32px;
}
.avatar text { text-anchor: middle; }
.avatar-180 text { font-size: 105px; }
.avatar-96 text { font-size: 55px; }
.avatar-64 text { font-size: 40px; }
.avatar-48 text { font-size: 30px; }
.avatar-32 text { font-size: 20px; }

.avatar-180 i { font-size: 125px; line-height: 180px; }
.avatar-96 i { font-size: 65px; line-height: 96px; }
.avatar-64 i { font-size: 40px; line-height: 64px; }
.avatar-48 i { font-size: 30px; line-height: 48px; }
.avatar-32 i { font-size: 20px; line-height: 32px; }

/* Group Avatar */
.group-avatar {
  display: inline-block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  text-align: center;
  vertical-align: middle;
}
.group-avatar i {
  vertical-align: middle;
  display: inline-block;
}
.group-avatar-180 i { font-size: 120px; line-height: 180px; }
.group-avatar-96 i { font-size: 94px; line-height: 96px; }
.group-avatar-64 i { font-size: 45px; line-height: 64px; }
.group-avatar-48 i { font-size: 35px; line-height: 48px; }
.group-avatar-32 i { font-size: 21px; line-height: 32px; }
.group-avatar-180, .group-avatar-180 svg {
  width: 180px;
  height: 180px;
}
.group-avatar-64, .group-avatar-64 svg {
  width: 64px;
  height: 64px;
}
.group-avatar-48, .group-avatar-48 svg {
  width: 48px;
  height: 48px;
}
.group-avatar-32, .group-avatar-32 svg {
  width: 32px;
  height: 32px;
}
.group-avatar text { text-anchor: middle; }
.group-avatar-180 text { font-size: 105px; }
.group-avatar-96 text { font-size: 55px; }
.group-avatar-64 text { font-size: 40px; }
.group-avatar-48 text { font-size: 35px; }
.group-avatar-32 text { font-size: 20px; }

.video-avatar {
  width: 160px;
  height: 90px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.video-avatar i {
  font-size: 2rem;
}

.track-avatar {
  display: inline-block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  text-align: center;
  vertical-align: middle;
}
.track-avatar i {
  vertical-align: middle;
  display: inline-block;
}
.track-avatar-180 {
  width: 180px;
  height: 180px;
}
.track-avatar-96 {
  width: 96px;
  height: 96px;
}
.track-avatar-64 {
  width: 64px;
  height: 64px;
}
.track-avatar-48 {
  width: 48px;
  height: 48px;
}
.track-avatar-180 i { font-size: 55px; line-height: 180px; }
.track-avatar-96 i { font-size: 45px; line-height: 96px; }
.track-avatar-64 i { font-size: 34px; line-height: 64px; }
.track-avatar-48 i { font-size: 24px; line-height: 48px; }

.track-set-avatar {
  display: inline-block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  text-align: center;
  vertical-align: middle;
}
.track-set-avatar i {
  vertical-align: middle;
  display: inline-block;
}
.track-set-avatar-180 {
  width: 180px;
  height: 180px;
}
.track-set-avatar-96 {
  width: 96px;
  height: 96px;
}
.track-set-avatar-64 {
  width: 64px;
  height: 64px;
}
.track-set-avatar-48 {
  width: 48px;
  height: 48px;
}
.track-set-avatar-180 i { font-size: 55px; line-height: 180px; }
.track-set-avatar-96 i { font-size: 45px; line-height: 96px; }
.track-set-avatar-64 i { font-size: 34px; line-height: 64px; }
.track-set-avatar-48 i { font-size: 24px; line-height: 48px; }

/* Page Avatar */
.page-avatar {
  display: inline-block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  text-align: center;
  vertical-align: middle;
}
.page-avatar i {
  vertical-align: middle;
  display: inline-block;
}
.page-avatar-180 i { font-size: 120px; line-height: 180px; }
.page-avatar-96 i { font-size: 94px; line-height: 96px; }
.page-avatar-64 i { font-size: 45px; line-height: 64px; }
.page-avatar-48 i { font-size: 35px; line-height: 48px; }
.page-avatar-32 i { font-size: 21px; line-height: 32px; }
.page-avatar-180, .page-avatar-180 svg {
  width: 180px;
  height: 180px;
}
.page-avatar-96, .page-avatar-96 svg {
  width: 96px;
  height: 96px;
}
.page-avatar-64, .page-avatar-64 svg {
  width: 64px;
  height: 64px;
}
.page-avatar-48, .page-avatar-48 svg {
  width: 48px;
  height: 48px;
}
.page-avatar-32, .page-avatar-32 svg {
  width: 32px;
  height: 32px;
}
.page-avatar text { text-anchor: middle; }
.page-avatar-180 text { font-size: 105px; }
.page-avatar-96 text { font-size: 55px; }
.page-avatar-64 text { font-size: 40px; }
.page-avatar-48 text { font-size: 30px; }
.page-avatar-32 text { font-size: 20px; }

/* Hashtag Avatar */
.site-tag-avatar {
  display: inline-block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  text-align: center;
  vertical-align: middle;
}
.site-tag-avatar i {
  vertical-align: middle;
  display: inline-block;
}
.site-tag-avatar-180 {
  width: 180px;
  height: 180px;
}
.site-tag-avatar-64 {
  width: 64px;
  height: 64px;
}
.site-tag-avatar-48 {
  width: 48px;
  height: 48px;
}
.site-tag-avatar-180 i { font-size: 80px; line-height: 180px; }
.site-tag-avatar-64 i { font-size: 40px; line-height: 64px; }
.site-tag-avatar-48 i { font-size: 35px; line-height: 48px; }

/* Event Avatar */
.event-avatar {
  display: inline-block;
  width: 48px;
  height: 48px;
  overflow: hidden;
  position: relative;
  max-width: 100%;
  text-align: center;
  vertical-align: middle;
}
.event-avatar i {
  vertical-align: middle;
  display: inline-block;
}
.event-avatar-180 i { font-size: 120px; line-height: 180px; }
.event-avatar-96 i { font-size: 94px; line-height: 96px; }
.event-avatar-64 i { font-size: 45px; line-height: 64px; }
.event-avatar-48 i { font-size: 35px; line-height: 48px; }
.event-avatar-32 i { font-size: 21px; line-height: 32px; }
.event-avatar-180, .event-avatar-180 svg {
  width: 180px;
  height: 180px;
}
.event-avatar-96, .event-avatar-96 svg {
  width: 96px;
  height: 96px;
}
.event-avatar-64, .event-avatar-64 svg {
  width: 64px;
  height: 64px;
}
.event-avatar-48, .event-avatar-48 svg {
  width: 48px;
  height: 48px;
}
.event-avatar-32, .event-avatar-32 svg {
  width: 32px;
  height: 32px;
}
.event-avatar text { text-anchor: middle; }
.event-avatar-180 text { font-size: 105px; }
.event-avatar-96 text { font-size: 55px; }
.event-avatar-64 text { font-size: 40px; }
.event-avatar-48 text { font-size: 30px; }
.event-avatar-32 text { font-size: 20px; }

/* Rounded avatar */
.avatar, .group-avatar, .page-avatar, .site-tag-avatar {
  border-radius: 50%;
}

.avatar img, .group-avatar img, .page-avatar img, .site-tag-avatar img {
  width: 100%;
}

/* Topbar User Avatar */
#top-profile-avatar, #top-profile-avatar svg {
  width: 1.25rem;
  height: 1.25rem;
  vertical-align: middle;
}
#top-profile-avatar text {
  font-size: 11px;
}

/*Manage User Avatar*/
.manage-user-avatar-icon {
  width: 20px;
  height: 20px;
}
.manage-user-avatar-icon svg {
  width: 20px;
  height: 20px;
}
.manage-user-avatar-icon text { font-size: 11px; }

.manage-user-link {
  display: inline-block;
}
.modal {
  display: none;
}
.modal-spinner {
  display: none;
  width: 4rem;
  height: 4rem;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -2rem;
  margin-top: -2rem;
}
.modal .modal-spinner {
  color: #fff;
}
.modal-box {
  width: 35rem;
  box-shadow: 0px 3px 10px #000000;
  font-size: 0.875rem;
  padding: 0.625rem 0.875rem !important;
}
/*.modal-box .sheet-header:hover {
  cursor: move;
}*/
.modal-box .modal-actions {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.modal-box .modal-actions .float-right .button {
  margin: 0 0 0 0.75rem;
}
.modal-box .modal-actions .float-left .button {
  margin: 0 0.75rem 0 0;
}
.modal-box .sheet-body {
/*  overflow: auto;
  max-height: 400px;*/
}
.modal-box .sheet-body form {
  margin: 0;
}
.modal-box .modal-alert{
  color: #f04124;
  text-align: center;
}
.modal-box .sheet-body > .columns {
  padding-left: 0;
  padding-right: 0;
}
.modal-box .sheet-header .close-button {
  padding: 0.5rem 1rem;
  right: 0;
  top: 0;
}

/*Small Screen Device*/
@media only screen and (max-width: 40em) {
  .modal {
    left: 0 !important;
    margin-left: 0 !important;
    width: 100%;
  }
  .modal-box {
    width: 100%;
    max-width: 100%;
    padding: 0.25rem !important;
  }
  .modal-box .row {
    max-width: 100%;
  }
}

/*
* Modal Box
*/
.modal-action-alert p, .modal-action-notice p {
  color: #f04124;
  text-align: center;
  font-size: 1.25em;
  line-height: 1.5rem;
  margin-top: -1rem;
}
.modal-action-notice p {
  color: #43ac6a;
}
.sheet {
  padding: 0.625rem;
  margin-bottom: 1rem;
}
.sheet .row {
  margin: 0;
}
.sheet .sheet-header h3 {
  margin: 0 0.5rem 0.5rem 0.5rem;
  font-size: 1rem;
  display: inline-block;
}
.sheet.main-section {
  padding: 1.25rem;
}
.sheet.main-section > h1 {
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
}
.sheet.modal-box .sheet-header h3 {
  margin: 0.5rem 0.5rem 1.5rem 0.5rem;
}
.sheet object, .sheet embed, .sheet iframe {
  max-width: 100%;
}
/*Small Screen Device*/
@media only screen and (max-width: 40em) {
  .sheet.main-section {
    padding: 0.625rem !important;
    margin-bottom: 0.5rem !important;
  }
  .sheet.widget {
    padding: 0.625rem 0 !important;
    margin-bottom: 0.5rem !important;
  }
  .sheet.main-section > h1 {
    font-size: 1.125rem;
  }
}
ul.nav-tabs {
  margin-bottom: 1rem;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding-left: 15px;
  list-style: none;
  display: block;
}
ul.nav-tabs:after {
  clear: both;
}
ul.nav-tabs:before, ul.nav-tabs:after {
  display: table;
  line-height: 0;
  content: "";
}
ul.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
ul.nav-tabs > li > a {
  line-height: 20px;
  border: 1px solid transparent;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  display: block;
}
ul.nav-tabs > li.active > a {
  cursor: default;
}
ul.nav-tabs-big > li > a {
  line-height: 26px;
  border: 1px solid transparent;
  padding-right: 18px;
  padding-left: 18px;
  margin-right: 5px;
  font-size: 0.9375rem;
}
.nav-tabs-select {
  display: none;
}
/*Small Screen Device*/
@media only screen and (max-width: 40em) {
  ul.nav-tabs {
    display: none;
  }
  .nav-tabs-select {
    display: block;
  }
}
#slide-panel-container {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background: #333;
  z-index: 178;
  display: none;
  color: #fff;
}
/*#slide-panel-container a {
  color: #fff;
}*/
#slide-panel-container .redactor-toolbar li a {
  color: #333 !important;
}
#slide-panel-container .redactor-dropdown a {
  color: #000 !important;
}
#slide-panel-container .redactor-styles {
  color: #333 !important;
}
#slide-panel-container .redactor-styles a {
  color: #256bc9 !important;
}
#slide-panel-loading {
  text-align: center;
  padding: 2rem 0;
}
#slide-panel-inner-opacity {
  background: rgba(51,51,51,0.9);
  box-shadow: 0 -2px 1px -1px rgba(0,0,0,0.1);
  width: 100%;
  height: 2.25rem;
  margin-top: -2.25rem;
}
#slide-panel-inner {
  max-width: 48.5rem;
  margin: -2.25rem auto 0;
  position: relative;
}
.slide-panel-no-header {
  margin: 0 auto 0 !important;
}
#slide-panel-inner-body {
  max-height: 13.5rem;
  overflow: hidden;
  position: relative;
}
.slide-panel-no-header #slide-panel-inner-body {
  max-height: none;
}
#slide-panel-inner-header ul {
  list-style: none;
  margin: 0 auto;
  margin: 0 auto;
  width: 21rem;
  overflow: hidden;
}
#slide-panel-inner-header ul li {
  float: left;
  width: 7rem;
  text-align: center;
}
#slide-panel-inner-header ul li a {
  line-height: 2.25rem;
  display: block;
  color: #c8c8cc;
  font-size: 0.8125rem;
}
html.no-touch #slide-panel-inner-header ul li a:hover {
  color: #fff;
}
#slide-panel-inner-header ul li.active a {
  background: #333;
  color: #fff;
}
#slide-panel-inner-footer .button {
  padding: 0.625rem 1rem;
  margin: 0.5rem;
  width: 5.5rem;
}
.slide-panel-inner-submenu {
  list-style: none;
  margin: 0.5rem 0 0.625rem 0;
  text-align: center;
  font-size: 0.8125rem;
}
.slide-panel-inner-submenu li {
  display: inline;
  padding: 0.375rem 1.25rem;
  margin-right: 1rem;
  cursor: pointer;
}
.slide-panel-inner-submenu li.active, html.no-touch .slide-panel-inner-submenu li:hover {
  background: #444;
}
.slide-panel-inner-submenu li:last-child {
  margin-right: 0;
}
#slide-panel-inner-body #e-o-o-teplate-image-container h4 {
  font-size: 1rem;
  color: #fff;
}
.lightbox-container {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  z-index: 188;
}
#lightbox-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 999999px;
  background-color: white;
  opacity: 0.97;
}
.lightbox-warp {
  height: 100%;
  height: 100%;
  padding: 2rem;
  position: relative;
}
.lightbox-warp-box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 80px rgba(0,0,0,0.1);
  box-shadow: 0 2px 80px rgba(0,0,0,0.1);
}
/* For small box */
.lightbox-video-container .lightbox-warp, .lightbox-track-container .lightbox-warp {
  padding: 0;
}
.lightbox-video-container .lightbox-warp-box {
  position: absolute;
  width: 60rem;
  height: 30rem;
  left: 50%;
  top: 50%;
  margin-left: -30rem;
  margin-top: -15rem;
}
.lightbox-track-container .lightbox-warp-box {
  position: absolute;
  width: 64rem;
  height: 30rem;
  left: 50%;
  top: 50%;
  margin-left: -32rem;
  margin-top: -15rem;
}

#lightbox-close-btn {
  position: absolute;
  right: 0;
  top: -0.5rem;
  font-size: 2rem;
  width: 2.5rem;
  height: 2.5rem;
  vertical-align: middle;
  text-align: center;
  display: block;
  z-index: 5;
  color: #525558;
}
.lightbox-sidebar {
  position: absolute;
  right: 0;
  height: 100%;
  width: 18.75rem;
  background-color: #f7f8fa;
  z-index: 30;
}
.lightbox-main-warp {
  width: 100%;
  height: 100%;
  padding-right: 18.75rem;
}
.lightbox-main {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
  background: black;
}
#lightbox-loading {
  position: absolute;
  left: 50%;
  top: 50%;
  color: white;
  margin-left: -1rem;
  margin-top: -1rem;
  z-index: 20;
}
.lightbox-content {
  width: 100%;
  height: 100%;
  position: relative;
}

/* Photo */
#lightbox-photo-warp, #lightbox-video-warp, #lightbox-track-warp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.lightbox-track-container .lightbox-main {
  background-color: #f9f9f9 !important;
}
#lightbox-photo-warp img {
  position: relative;
  max-width: 100%;
  max-height: 100%;
  display: inline;
}
.lightbox-photo-prev {
  position: absolute;
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
  z-index: 5;
}
.lightbox-photo-prev span {
  position: absolute;
  left: 70px;
  top: 50%;
  margin-top: -24px;
  width: 27px;
  height: 47px;
}
.lightbox-photo-prev:hover span {
  background: url(//cdn.socibd.com/s/global/images/common/photo_arrow.png) 0 -47px;
}
.lightbox-photo-next {
  position: absolute;
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  z-index: 5;
}
.lightbox-photo-next span {
  position: absolute;
  right: 70px;
  top: 50%;
  margin-top: -24px;
  width: 27px;
  height: 47px;
}
.lightbox-photo-next:hover span {
  background: url(//cdn.socibd.com/s/global/images/common/photo_arrow.png) -26px -47px;
}
.lightbox-photo-prev-disabled:hover span, .lightbox-photo-next-disabled:hover span {
  display: none;
}
.lightbox-photo-prev-disabled, .lightbox-photo-next-disabled {
  cursor: default;
}
.lightbox-photo-original-btn {
  position: absolute;
  bottom: 0;
  left: auto;
  right: auto;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 0.8125rem;
  padding: 0.5rem 1rem;
  vertical-align: middle;
  color: #ddd;
  z-index: 10;
  display: none;
}
.lightbox-photo-original-btn:hover, .lightbox-photo-original-btn:active, .lightbox-photo-original-btn:visited, .lightbox-photo-original-btn:focus {
  color: #ddd;
}
#lightbox-photo-warp:hover .lightbox-photo-original-btn {
  display: inline-block;
}
#lightbox-info {
  background-color: #fff;
}
.lightbox-info-section {
  padding: 1.25rem;
  border-bottom: solid 1px #eeeff2;
  overflow: auto;
  color: #525558;
}
.lightbox-info-section a {
  position: relative;
  display: inline-block;
}
#lightbox-info-header .float-left:last-child {
  margin-left: 0.5rem;
}
#lightbox-info-header .float-left:last-child a {
  color: #525558;
  font-size: 1rem;
}
#lightbox-info-title h2 {
  margin: 0;
  font-size: 1.125rem;
  color: #525558;
  word-break: break-all;
}
#lightbox-like-btn {
  background: #ff4c4c;
  color: white;
  margin: 0 0.5rem 0 0;
  padding: 0.375rem 0.75rem;
}
.entity-lightbox-liked {
  background-color: rgba(255, 76, 76, 0.8) !important;
}
#lightbox-collection-btn {
  background-color: #f7f8fa;
  border-color: rgba(185,193,199,0.5);
  color: #71767a;
  margin: 0 0.5rem 0 0;
  padding: 0.375rem 0.75rem;
}
/* Track */
.lightbox-track-actions {
  text-align: center;
  margin-right: 0.5rem;
}
.lightbox-track-actions .track-play-btn {
  width: 40px;
  height: 40px;
  font-size: 0.875rem;
  margin: 0 auto;
}
.lightbox-track-actions .track-playbox-timing {
  font-size: 0.8125rem;
  width: 80px;
  max-width: 80px;
  overflow: hidden;
}
.lightbox-track-actions .track-play-btn i {
  padding: 11px 12px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  width: 36px;
  background-color: #2794ed;
  color: rgb(255, 255, 255);
}
#lightbox-track-warp .track-playbox .track-playbox-bottom-cover {
  background: rgba(255, 255, 255, 0.60) !important;
  border-top: 1px solid rgb(255, 255, 255) !important;
}
/* Comments */
#lightbox-comments {
  padding: 1.25rem;
}
#lightbox-comments a {
  color: #525558;
}
#lightbox-comments .time-ago {
  color: #b9c1c7;
}
.lightbox-comment-box {
  position: relative;
}
.lightbox-comment-add-avatar {
  position: absolute;
}
.lightbox-comment-add-avatar a span, .lightbox-comment-add-avatar a svg {
  width: 24px;
  height: 24px;
}
.lightbox-comment-add-avatar .member-badge-32, #lightbox-comment-list li > a .member-badge-32 {
  width: 12px;
  height: 12px;
}
.lightbox-comment-add-avatar a text {
  font-size: 14px;
  text-anchor: middle;
}
.lightbox-comment-add-btn {
  margin: 0;
  padding: 0.5rem 0.875rem !important;
  position: absolute;
  right: 0;
}
.lightbox-comment-add-body-wapper {
  margin-left: 32px;
}
.lightbox-comment-add-body {
  margin: 0 !important;
  padding: 0.25rem 0.5rem !important;
  height: 2rem;
  min-height: 2rem;
  font-size: 0.8125rem;
  resize: none;
  transition: none;
}
.lightbox-comment-add-notice, .lightbox-comment-reply {
  font-size: 0.75rem;
  color: #b9c1c7 !important;
}
.lightbox-comment-replies-more {
  font-size: 0.75rem;
}
.lightbox-comment-more {
  text-align: center;
  font-size: 0.8125rem;
}
.lightbox-comment-add-body-btn {
  position: absolute;
  right: 0;
  width: 1.5rem;
  line-height: 2rem;
  text-align: center;
  cursor: pointer;
}
.lightbox-comment-add-body-main {
  padding-right: 2rem;
}
.lightbox-comment-add-body-main > div {
  position: relative;
}
#lightbox-comment-list, .lightbox-comment-reply-list {
  margin: 0;
  list-style: none;
}
#lightbox-comment-list li, .lightbox-comment-reply-list li {
  margin: 0.625rem 0;
  font-size: 0.8125rem;
  position: relative;
}
#lightbox-comment-list li > a, .lightbox-comment-reply-list li > a {
  position: absolute;
  top: 2px;
}
#lightbox-comment-list li > a span, .lightbox-comment-reply-list li > a span, #lightbox-comment-list li > a svg, .lightbox-comment-reply-list li > a svg {
  width: 24px;
  height: 24px
}
#lightbox-comment-list li > a text, .lightbox-comment-reply-list li > a text {
  font-size: 14px;
  text-anchor: middle;
}
.lightbox-comment-item-header {
  font-size: 0.8125rem;
}
.lightbox-comment-item-header .comment-user {
  margin-right: 0.25rem;
}
.lightbox-comment-item-content {
  margin-left: 32px;
  min-height: 24px;
}
.lightbox-comment-item-main {
  border-radius: 0.5rem;
  padding: 0.375rem 0.625rem;
  background-color: #fff;
}
.lightbox-comment-item-footer {
  padding-left: 0.5rem;
  margin: 0.25rem 0;
}
.lightbox-comment-item-footer > div {
  display: inline-block;
  padding-right: 0.375rem;
}
.lightbox-comment-item-footer > div a {
  font-weight: bold;
  font-size: 0.75rem;
}
.lightbox-comment-item-footer > div .time-ago {
  font-size: 0.75rem;
}
.lightbox-comment-replies-more {
  padding-left: 0.5rem;
}
.lightbox-comment-photo img {
  width: 50px;
  height: 50px;
}
.lightbox-comment-reply-list .lightbox-comment-photo img {
  width: 35px;
  height: 35px;
}
@media only screen and (max-width: 40em) {
  .lightbox-sidebar {
    display: none;
  }
  .lightbox-main-warp {
    padding-right: 0;
  }
  #lightbox-track-warp .track-playbox {
    width: 220px;
  }
  #lightbox-video-warp .plyr {
    width: 400px;
  }
  .lightbox-photo-container .lightbox-warp {
    padding: 2rem 0;
  }
  .lightbox-photo-original-btn {
    display: inline-block;
  }
}
#masthead {
  padding: 1rem;
  overflow: hidden;
}
#site-name {
  margin: 0;
  padding: 1.5rem 1rem;
  font-weight: bold;
  display: table;
  width: 100%;
}
#site-name-inner {
  display: table-cell;
  vertical-align: middle;
}
#site-name a {
  display: inline-block;
  font-size: 2rem;
  word-break: break-word;
}
#site-logo {
  margin: 0;
  padding: 1.5rem 1rem;
  display: table;
  width: 100%;
}
#site-logo img {
  max-height: 15rem;
}
#site-logo-inner {
  display: table-cell;
  vertical-align: middle;
}
#site-logo a {
  display: inline-block;
}
#site-mobile-menu {
  margin: 0;
  position: fixed;
  right: 1rem;
  z-index: 100;
}
#site-profile-menu {
  position: relative;
  z-index: 2;
}
#site-profile-menu #site-mobile-menu {
  position: fixed;
  right: 0;
}
#site-profile-menu #site-nav {
  display: none;
}

@media only screen and (max-width: 40em) {
  #site-profile-menu #site-mobile-menu {
    left: 0;
    right: auto !important;
  }
}
/*
* Site Navigation
*/
#site-nav {
  padding: 0.625rem;
}
#site-nav ul {
  list-style: none;
  margin: 0;
  font-size: 1rem;
}
#site-nav > ul {
  margin-bottom: 0;
}
/*#site-nav .fa {
  font-size: 75%;
}*/
#site-nav > ul > li {
  float: left;
  position: relative;
}
#site-nav > ul > li a {
  padding: 8px 20px;
  display: block;
}
#site-nav li a {
  line-height: 1.5;
}
#site-nav > ul > li.active > a:before, #site-nav > ul > li:hover > a:before {
  position: absolute;
  content: '';
  width: 98%;
  border-radius: 1px;
  bottom: 0;
  left: 1%;
  height: 2px;
}
#site-nav > ul > li li {
  position: relative;
}
#site-nav ul ul {
  display: none;
  position: absolute;
  left: 0;
  float: left;
  min-width: 12rem;
  z-index: 999;
  -webkit-box-shadow: 0 0 0 1px rgba(69, 69, 69, 0.05), 0 1px 3px 0 rgba(69, 69, 69, 0.05);
  box-shadow: 0 0 0 1px rgba(69, 69, 69, 0.05), 0 1px 3px 0 rgba(69, 69, 69, 0.05);
}
#site-nav > ul ul {
  padding: 0.5rem 0;
}
#site-nav ul li:hover > ul {
  display: block;
}
#site-nav ul ul ul {
  left: 100%;
  top: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(69, 69, 69, 0.05), 0 1px 3px 0 rgba(69, 69, 69, 0.05);
  box-shadow: 0 0 0 1px rgba(69, 69, 69, 0.05), 0 1px 3px 0 rgba(69, 69, 69, 0.05);
}
/* off-canvas fix */
.off-canvas.position-left {
  height: 100%;
}
.off-canvas-content, .off-canvas-content {
  box-shadow: none;
}
#site-nav-small-screen ul {
  margin-left: 0.875rem;
}
#site-nav-small-screen {
  font-size: 0.875rem;
}
/* announcement */
#announcement-inner {
  padding: 1rem;
  font-size: 0.875rem;
}
.article-item {
  position: relative;
  margin-bottom: 1.375rem;
}
.article-item > a {
  position: absolute;
  display: block;
  width: 220px;
  height: 180px;
  background-size: cover !important;
  background-position: center center !important;
}
.article-item-photo {
  padding-left: 240px;
}
.article-item-content.article-item-photo {
  min-height: 190px;
}
.article-item-content h2 {
  font-size: 1.375rem;
  margin-bottom: 0.375rem;
}
.article-meta {
  margin-bottom: 0.25rem;
}
.article-item-more {
  padding: 0.5rem 0;
}
.article-item-more a {
  margin-right: 0.375rem;
}
.article-item-more .label {
  cursor: pointer;
}
.article-featured-label {
  border-style: solid;
  border-width: 0 45px 35px 0;
  float: right;
  height: 0px;
  width: 0px;
  transform: rotate(360deg);
  border-color: rgba(255, 255, 255, 0) #87d37c rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
.article-featured-text {
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  position: relative;
  right: -28px;
  top: -1px;
  white-space: nowrap;
  transform: rotate(40deg);
}
#article-featured-img-header {
  height: 18rem;
  background-size: cover;
  background-position: center center;
  margin: 0 !important;
  padding: 0 !important;
}
@media only screen and (max-width: 40em) {
  .article-item {
    margin-bottom: 0.5rem;
  }
  #article-featured-img-header {
    height: 8rem;
  }
}
.article-entry {
  padding-bottom: 0.625rem;
}
#article-nearby .columns {
  padding: 0;
  font-size: 0.8125rem;
}
#article-nearby .columns.text-right {
  padding-left: 0.5rem;
}
#article-nearby span {
  display: block;
}
.blog-post-item {
  position: relative;
  margin-bottom: 1.375rem;
}
.blog-post-item > a {
  position: absolute;
  display: block;
  width: 220px;
  height: 180px;
  background-size: cover !important;
  background-position: center center !important;
}
.blog-post-item-photo {
  padding-left: 240px;
}
.blog-post-item-content.blog-post-item-photo {
  min-height: 190px;
}
.blog-post-item-content h2 {
  font-size: 1.375rem;
  margin-bottom: 0.375rem;
  word-break: break-word;
}
.blog-post-meta {
  margin-bottom: 0.25rem;
}
.blog-post-item-more {
  padding: 0.5rem 0;
}
.blog-post-item-more a {
  margin-right: 0.375rem;
}
.blog-post-item-more .label {
  cursor: pointer;
  margin-bottom: 0.375rem;
}
.blog-featured-label {
  border-style: solid;
  border-width: 0 45px 35px 0;
  float: right;
  height: 0px;
  width: 0px;
  transform: rotate(360deg);
  border-color: rgba(255, 255, 255, 0) #87d37c rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
}
.blog-featured-text {
  color: #fff;
  font-size: 0.75rem;
  font-weight: bold;
  position: relative;
  right: -28px;
  top: -1px;
  white-space: nowrap;
  transform: rotate(40deg);
}
#blog-featured-img-header {
  height: 18rem;
  background-size: cover;
  background-position: center center;
  margin: 0 !important;
  padding: 0 !important;
}
@media only screen and (max-width: 40em) {
  .blog-post-item {
    margin-bottom: 0.5rem;
  }
  #blog-featured-img-header {
    height: 8rem;
  }
}
.blog-post-entry {
  padding-bottom: 0.625rem;
}
#blog-post-nearby .columns {
  padding: 0;
  font-size: 0.8125rem;
}
#blog-post-nearby .columns.text-right {
  padding-left: 0.5rem;
}
#blog-post-nearby span {
  display: block;
}
#blog-lightbox-show-cover {
  min-height: 250px;
  margin: -1.5rem -1.5rem 1.5rem -1.5rem;
  overflow: hidden;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
#blog-lightbox-show-cover img {
  min-width: auto;
  height: auto;
  min-height: 250px;
  _width: auto;
  _height: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
/* blog widget */
.widget-b-p-item {
  position: relative;
}
.widget-b-p-item h4 {
  font-size: 1rem;
  margin-bottom: 0.125rem;
}
.widget-b-p-item h4 a {
  display: block;
}
.widget-blog-list .widget-b-p-item {
  margin-bottom: 0.875rem;
}
.widget-b-p-meta {
  margin-bottom: 0.125rem;
  font-size: 0.8125rem;
}
.widget-b-p-item > a {
  position: absolute;
  top: 0.25rem;
  width: 100px;
  height: 70px;
  display: block;
  background-size: cover !important;
  background-position: center center !important;
}
.widget-b-p-item-photo {
  margin-left: 110px;
  min-height: 74px;
}

@media only screen and (max-width: 40em) {
  .blog-post-item > a {
    width: 100px;
    height: 80px;
  }
  .blog-post-item-content.blog-post-item-photo {
    min-height: 90px;
  }
  .blog-post-item-photo {
    padding-left: 115px;
  }
  .blog-post-item-content h2 {
    font-size: 1.125rem;
  }
}
/* Photo List */
.photo-list {
  margin-bottom: 1rem;
}
.photo-list-item {
  position: relative;
  line-height: 0;
  display: inline-block;
  width: -webkit-calc((100% - 55px) / 3);
  width: -moz-calc((100% - 55px) / 3);
  width: calc((100% - 55px) / 3);
  height: 0;
  margin: 0 7px 1rem 7px;
  background-color: black;
  overflow: hidden;
  vertical-align: top;
  padding-bottom: -webkit-calc((100% - 55px) / 3);
  padding-bottom: -moz-calc((100% - 55px) / 3);
  padding-bottom: calc((100% - 55px) / 3);
}
.photo-list-item-p {
  position: absolute;
  width: 100%;
  height: 100%;
}
.photo-list-item-thumb {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.photo-list-item-meta {
  position: absolute;
  overflow: hidden;
  white-space: nowrap;
  bottom: 0px;
  color: white;
  background: black;
  background: rgba(0,0,0,0.6);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.6)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
  width: 100%;
  height: 65px;
}
.photo-list-item-meta a {
  color: white;
  max-width: 100%;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  padding: 2px 8px;
}
.p-l-i-title {
  max-width: 100%;
  height: 22px;
  font-size: 1rem;
  line-height: 20px;
  font-weight: bold;
  position: absolute;
  white-space: word-wrap;
  text-overflow: ellipsis;
  top: 14px;
  padding: 0 6px;
}
.p-l-i-user {
  max-width: 100%;
  font-size: 0.8125rem;
  line-height: 15px;
  font-weight: normal;
  position: absolute;
  bottom: 6px;
  padding: 0 6px;
}
/* Photo Show */
.photo-header h1 {
  font-size: 1.875rem !important;
}
.photo-display-box {
  text-align: center;
  position: relative;
  min-height: 20rem;
}
.photo-click-prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 3;
  background: url(//cdn.socibd.com/s/global/pixel-comment.gif);
}
.photo-click-next {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 3;
  background: url(//cdn.socibd.com/s/global/pixel-comment.gif);
}
.photo-click-next span {
  position: absolute;
  right: 50px;
  top: 50%;
  margin-top: -85px;
  display: none;
}
.photo-click-prev span {
  position: absolute;
  left: 50px;
  top: 50%;
  margin-top: -85px;
  display: none;
}
.photo-click-prev:hover span, .photo-click-next:hover span {
  display: block;
}
.photo-click-prev-disabled:hover span, .photo-click-next-disabled:hover span {
  display: none;
}
.photo-click-prev-disabled, .photo-click-next-disabled {
  cursor: default;
}
.photo-show-original, .photo-add-album {
  background: #000;
  opacity: .7;
  filter: alpha(opacity=70);
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  position: absolute;
  height: 40px;
  overflow: hidden;
  display: none;
  z-index: 5;
}
.photo-show-original {
  top: 10px;
  right: 15px;
}
.photo-add-album {
  top: 10px;
  right: 70px;
}
.photo-display-box:hover .photo-show-original, .photo-display-box:hover .photo-add-album {
  display: block;
}
.photo-show-original i, .photo-add-album i{
  color: #fff;
  overflow: hidden;
  font-size: 1.75rem;
  line-height: 40px;
}
#photo-add-album-container .modal-box {
  width: 350px;
}
/* nearby photos */
.photo-nearby-list li {
  float: left;
  width: 70px;
  height: 70px;
  margin-right: 5px;
}
.photo-nearby-list li a {
  display: block;
}
.photo-nearby-list li img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  transition: all 0.15s ease-out 0s;
}
.photo-nearby-list li:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.jcarousel-container-horizontal {
  width: 100%;
  padding: 0.25rem 35px;
}
.jcarousel-clip-horizontal {
  width: 100%;
  height: 70px;
}
.jcarousel-clip {
  overflow: hidden;
}
.jcarousel-prev-horizontal {
  top: 0.25rem;
  left: 5px;
}
.jcarousel-prev-horizontal:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 10px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.jcarousel-next-horizontal {
  top: 0.25rem;
  right: 7px;
}
.jcarousel-prev-horizontal, .jcarousel-next-horizontal {
  position: absolute;
  width: 25px;
  height: 70px;
  cursor: pointer;
}
.jcarousel-prev-horizontal:hover, .jcarousel-next-horizontal:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.jcarousel-prev-disabled-horizontal:hover, .jcarousel-next-disabled-horizontal:hover {
  cursor: not-allowed;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.jcarousel-next-horizontal:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.photo-nearby h4, .photo-related-albums h4 {
  margin: 0.25rem;
  font-size: 1.125rem;
}
.photo-nearby, .photo-related-albums {
  margin-bottom: 1rem;
}
.photo-related-albums-list {
  list-style: none;
  margin: 0.5rem;
}
.photo-related-albums-list li {
  margin: 0.5rem 0;
}
.photo-related-albums-list li > a {
  position: absolute;
}
.photo-related-albums-list li > a img {
  width: 70px;
  height: 70px;
}
.photo-related-albums-list li .photo-related-album-meta {
  margin-left: 80px;
  min-height: 70px;
}
.photo-related-albums-list li span {
  font-size: 0.8125rem;
  display: block;
}
/* Photo Upload */
#photo-upload-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
}
#photo-upload-list li {
  width: 105px;
  height: 105px;
  background: url(//cdn.socibd.com/s/global/images/common/bg.png) no-repeat;
  text-align: center;
  margin: 0 6px 10px 0;
  position: relative;
  display: inline;
  float: left;
  overflow: hidden;
  font-size: 0.75rem;
}
#photo-upload-list li p {
  margin: 0;
}
#photo-upload-list li p.p-u-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  top: 5px;
  text-indent: 5px;
  text-align: left;
}
#photo-upload-list li p.p-u-img-wrap {
  position: relative;
  z-index: 2;
  line-height: 105px;
  vertical-align: middle;
  overflow: hidden;
  width: 105px;
  height: 105px;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webit-transition: 200ms ease-out;
  -moz-transition: 200ms ease-out;
  -o-transition: 200ms ease-out;
  -ms-transition: 200ms ease-out;
  transition: 200ms ease-out;
}
#photo-upload-list li p.p-u-error {
  background: #f43838;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 28px;
  line-height: 28px;
  width: 100%;
  z-index: 2;
}
#photo-upload-list li .p-u-file-panel {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80000000', endColorstr='#80000000')\0;
  background: rgba( 0, 0, 0, 0.5 );
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 2;
}
#photo-upload-list li .p-u-file-panel span {
  width: 24px;
  height: 24px;
  display: inline;
  float: right;
  overflow: hidden;
  margin: 5px 1px 1px;
  cursor: pointer;
  color: #fff;
  font-size: 1rem;
}
/* Photo list Grid */
.photo-grid-container {
  position: relative;
  margin: 0 0 1.25rem 0;
}
.photo-grid-container li .photo-grid-p a {
  display: block;
}
.photo-grid-container li {
  text-align: center;
  overflow: hidden;
}
.photo-grid-container li img {
  vertical-align: top;
}
.photo-grid-container li .photo-grid-meta {
  position: absolute;
  width: 100%;
  display: none;
  bottom: 0;
  height: 40px;
  padding: 15px 0.5rem 0 0.5rem;
  font-size: 0.8125rem;
  background: black;
  background: rgba(0,0,0,0.6);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.6)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
}
.photo-grid-container li .photo-grid-meta a {
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  color: white;
  max-width: 100%;
}
html.no-touch .photo-grid-container li:hover .photo-grid-meta {
  display: block;
}
html.touch .photo-grid-container li .photo-grid-meta {
  display: block;
}
.photo-grid-container li .photo-grid-like {
  position: absolute;
  height: 25px;
  overflow: hidden;
  top: 5px;
  right: 5px;
  text-decoration: none;
  display: none !important;
}
html.no-touch .photo-grid-container li:hover .photo-grid-like {
  display: block !important;
}
html.touch .photo-grid-container li .photo-grid-like {
  display: block !important;
}
.photo-grid-container li .photo-grid-like-bg {
  height: 25px;
  background: #000;
  opacity: .7;
  filter: alpha(opacity=70);
  width: 100%;
}
.photo-grid-container li .photo-grid-like-num {
  height: 25px;
  position: relative;
  margin-top: -25px;
  line-height: 25px;
  padding-left: 27px;
  padding-right: 2px;
  background: url(//cdn.socibd.com/s/global/images/common/photo_like.png) no-repeat;
  background-position: 0 0;
  -webkit-transition: background-position .2s;
  -moz-transition: background-position .2s;
  -ms-transition: background-position .2s;
  -o-transition: background-position .2s;
  transition: background-position .2s;
  color: #fff;
  overflow: hidden;
}
html.no-touch .photo-grid-container li .photo-grid-like:hover .photo-grid-like-num {
  background-position: 0 -25px;
}
.photo-grid-container li .photo-grid-like .photo-grid-like-num em {
  display: block;
  font-style: normal;
  font-size: 12px;
}
.photo-grid-container li .photo-grid-liked .photo-grid-like-num {
  background-position: 0 -25px;
}
.photo-grid-container li .photo-grid-liked .photo-grid-like-num em {
  color: #ed145b;
}
@media only screen and (max-width: 40em) {
  #photo-add-album-container .modal-box {
    width: auto;
  }
  .photo-show-original, .photo-add-album {
    display: block;
  }
}
#album-photos-list li .album-photo-remove, #album-photos-list li .album-photo-set-cover {
  background: #000;
  opacity: .7;
  filter: alpha(opacity=70);
  padding-left: 5px;
  padding-right: 5px;
  position: absolute;
  height: 22px;
  overflow: hidden;
  display: none !important;
}
html.no-touch #album-photos-list li:hover .album-photo-remove, html.no-touch #album-photos-list li:hover .album-photo-set-cover {
  display: block !important;
}
#album-photos-list li .album-photo-remove {
  top: 5px;
  left: 5px;
}
#album-photos-list li .album-photo-set-cover {
  top: 5px;
  left: 30px;
}
#album-photos-list li .album-photo-remove i, #album-photos-list li .album-photo-set-cover i {
  color: #fff;
  overflow: hidden;
  line-height: 22px;
}
.album-add-favorites-btn.disabled {
  cursor: pointer;
  pointer-events: auto;
}
/* Avatar */
.album-avatar {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: left;
  max-width: 100%;
  text-align: center;
}
.album-avatar-70 {
  width: 70px;
  height: 70px;
}
.album-avatar-70 i {
  font-size: 1.75rem;
  line-height: 70px;
}
.album-avatar-160 {
  width: 160px;
  height: 160px;
}
.album-avatar-160 i {
  font-size: 3rem;
  line-height: 160px;
}
/* List */
.video-list-item {
  position: relative;
  line-height: 0;
  display: inline-block;
  width: -webkit-calc((100% - 55px) / 3);
  width: -moz-calc((100% - 55px) / 3);
  width: calc((100% - 55px) / 3);
  height: 0;
  margin: 0 7px 5.25rem 7px;
  vertical-align: top;
  padding-bottom: -webkit-calc((100% - 55px) / 5.3333);
  padding-bottom: -moz-calc((100% - 55px) / 5.3333);
  padding-bottom: calc((100% - 55px) / 5.3333);
}
.video-list-item-p {
  position: absolute;
  width: 100%;
  height: 100%;
}
.video-list-item-thumb {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}
.video-list-item-meta {
  position: absolute;
  line-height: 1.5;
  bottom: -4rem;
  max-width: 100%;
}
.video-list-item-meta > span {
  display: block;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.8125rem;
}
.v-l-i-title {
  font-size: 0.875rem !important;
}
.video-list-item-duration {
  display: inline-block;
  position: absolute;
  line-height: 1.4;
  right: 1px;
  bottom: 1px;
  width: 2.5rem;
  background: black;
  opacity: .75;
  text-align: center;
  color: white;
  font-size: 0.75rem;
}
.watch-later-btn {
  font-size: 1rem;
  display: none;
  position: absolute;
  border-color: #d3d3d3;
  background: #f8f8f8;
  color: #333 !important;
  right: 2px;
  bottom: 2px;
  padding: 3px 5px;
}
html.no-touch .video-list-item:hover .video-list-item-duration {
  display: none;
}
html.no-touch .video-list-item:hover .watch-later-btn {
  display: inline-block;
}
/* Show */
.flex-video .plyr {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flex-video .plyr video {
  position: relative;
}
.videos-player-warp .columns {
  padding: 0;
}
.entity-video-player {
  margin-bottom: 0;
}
.entity-video-player > div {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  padding-bottom: 0 !important;
}
.video-nearby {
  padding-left: 1.25rem;
  position: relative;
}
.video-nearby-header {
  font-size: 1rem;
  padding-left: 1.25rem;
  height: 24px;
  margin-bottom: 6px;
}
.video-nearby-header a {
  display: block;
}
.video-nearby-list {
  list-style: none;
  margin: 0;
  position: relative;
}
.video-nearby-list li {
  margin-bottom: 0.75rem;
  position: relative;
  float: left;
  width: 100%;
}
.video-nearby-list li > a {
  position: absolute;
  width: 100px;
  height: 65px;
}
.v-n-l-content {
  padding-left: 110px;
  min-height: 65px;
}
.video-nearby-thumb {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
}
.v-n-l-title {
  max-width: 100%;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  line-height: 1.8;
}
.v-n-l-user, .v-n-l-views {
  display: block;
  font-size: 0.75rem;
}
.video-related-playlists h4 {
  font-size: 1.125rem;
  padding: 0 0.375rem;
  margin-bottom: 0.75rem;
}
.video-related-playlist-list {
  list-style: none;
  margin: 0 0.375rem;
}
.video-related-playlist-list li {
  margin-bottom: 0.625rem;
}
.video-related-playlist-list li > a {
  position: absolute;
  width: 100px;
  height: 65px;
}
.video-related-playlist-meta {
  padding-left: 110px;
  min-height: 65px;
}
.video-related-playlist-meta span {
  display: block;
  font-size: 0.75rem;
}
.v-r-p-l-thumb {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 65px;
  font-size: 1.5rem;
}
#video-add-playlist-container .modal-box {
  width: 350px;
}
#video-display-qr-container .modal-box {
  width: 400px;
}
/* Video Upload */
#video-upload-list {
  margin: 0;
  list-style: none;
  padding: 0;
}
#video-upload-list li {
  position: relative;
  margin-bottom: 1rem;
}
.v-u-p-info {
  position: relative;
}
.v-u-p-info > span {
  position: absolute;
  width: 160px;
  height: 90px;
  font-size: 1.75rem;
  line-height: 90px;
  text-align: center;
}
.v-u-p-meta {
  padding-left: 180px;
  min-height: 90px;
}
.v-u-p-meta h4 {
  font-size: 1.125rem;
  margin-bottom: 0;
}
.v-u-p-actions {
  display: none;
  margin-top: 0.375rem;
}
html.no-touch #video-upload-list li:hover .v-u-p-actions {
  display: block;
}
html.touch #video-upload-list li .v-u-p-actions {
  display: block;
}
.v-u-p-actions .button {
  margin: 0 0.625rem 0 0;
  padding: 0.5rem 0.875rem;
}
.v-u-p-error {
  color: #ec5840;
  font-size: 0.8125rem;
}
/* Video Manage */
.m-l-video-thumb {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 48px;
  width: 85px;
  line-height: 48px;
  font-size: 1.125rem;
  text-align: center;
}
/* Video Activity */
.activity-video-thumb {
  -webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.2);
}
@media only screen and (max-width: 40em) {
  #video-add-playlist-container .modal-box {
    width: auto;
  }
  #video-display-qr-container .modal-box {
    width: auto;
  }
  .video-nearby-list li {
    max-width: 286px;
  }
}
@media screen and (max-width: 64em) {
  .video-nearby {
    margin-top: 1rem;
  }
  .video-nearby-list li {
    max-width: 286px;
  }
}
/*Water Later*/
#watch-later-container {
  position: fixed;
  right: 1rem;
  bottom: 2.25rem;
  z-index: 60;
}
.watch-later-list {
  display: none;
  width: 260px;
  height: 360px;
  position: relative;
}
.watch-later-icon {
  cursor: pointer;
  padding-top: 5px;
  width: 45px;
  height: 45px;
  text-align: center;
  float: right;
}
.watch-later-icon i {
  font-size: 2.125rem;
}
.watch-later-bar {
  position: absolute;
  bottom: 0;
  height: 45px;
  background-color: #000;
  width: 100%;
}
.watch-later-hide {
  width: 45px;
  height: 45px;
  float: right;
  background-color: #2d2d2d;
  text-align: center;
  cursor: pointer;
}
.watch-later-hide i {
  font-size: 2.5rem;
  color: #ccc;
  line-height: 45px;
}
.watch-later-play {
  width: 75px;
  height: 45px;
  float: left;
  background-color: #2d2d2d;
  text-align: center;
  cursor: pointer;
  padding-top: 8px;
}
.watch-later-play i {
  font-size: 1.75rem;
}
.watch-later-main {
  height: 315px;
  border: 3px solid rgba(136, 136, 136, 0.3);
  border-bottom: 0;
  width: 100%;
}
.watch-later-main h4 {
  margin: 8px 16px;
  font-size: 1.25rem;
}
.watch-later-items-container {
  height: 267px;
  overflow: auto;
}
.watch-later-items {
  margin: 0;
  list-style: none;
}
.watch-later-items li {
  margin: 0 10px;
  font-size: 0.875rem;
  padding: 0.375rem;
}
.watch-later-items li a {
  font-size: 0.8125rem;
  margin-right: 2.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.watch-later-remove {
  display: none;
  width: 15px;
  font-size: 0.875rem;
  cursor: pointer;
  float: right;
  text-align: center;
  line-height: 17px;
}
html.no-touch .watch-later-items li:hover .watch-later-remove {
  display: inline-block;
}
.watch-later-added {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #090;
  width: 45px;
  z-index: 10;
  font-size: 1.5rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
  display: none;
}
#watch-later-load {
  height: 1px;
}
.watch-later-items-container {
  position: relative;
}
.watch-later-duration {
  font-size: 0.8125rem;
  float: right;
  display: inline-block;
}
.watch-later-items li:hover .watch-later-duration {
  display: none;
}
.playlist-list-item {
  width: 12.5rem;
  margin: 0 0.625rem 1.25rem 0.625rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-color: white;
  -webkit-transition: margin 0.2s ease-in-out,position 0.2s ease-in-out;
  -moz-transition: margin 0.2s ease-in-out,position 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out,position 0.2s ease-in-out;
  max-width: 40%;
}
.playlist-list-item:hover {
  -webkit-box-shadow: 0px 1px 1rem rgba(0,0,0,0.08);
  box-shadow: 0px 1px 1rem rgba(0,0,0,0.08);
}
.playlist-list-item > a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}
.playlist-list-item-p {
  position: relative;
  width: 100%;
  height: 113px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: none !important;
  border-top: none !important;
  text-align: center;
}
.playlist-list-item-p i {
  line-height: 113px;
  font-size: 2.5rem;
}
.playlist-list-item-btm {
  width: 100%;
  height: 55px;
  text-align: center;
  padding-top: 6px;
  border-top: none !important;
}
.playlist-list-item-btm a {
  font-size: 1rem;
  z-index: 5;
  position: relative;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  padding: 0 7px;
  margin-bottom: -4px;
}
.playlist-list-item-btm span {
  font-size: 0.8125rem;
  display: block;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: -webkit-calc(100% - 20px);
  max-width: -moz-calc(100% - 20px);
  max-width: calc(100% - 20px);
}
#playlist-videos-list {
  list-style: none;
  margin: 0;
}
#playlist-videos-list li {
  display: block;
  position: relative;
  padding: 0.5rem 0;
}
.video-grid-duration {
  position: absolute;
  right: 0;
  top: 0.5rem;
  font-size: 0.8125rem;
}
.video-grid-thumb {
  position: absolute;
  left: 0;
  top: 0.5rem;
  text-align: center;
}
.video-grid-thumb a {
  width: 80px;
  height: 45px;
  display: block;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.video-grid-thumb i {
  line-height: 45px;
  font-size: 1rem;
}
.video-grid-content {
  min-height: 55px;
  padding: 0 80px 0 95px;
  font-size: 0.8125rem;
}
.video-grid-content h3 {
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
  line-height: 1.3;
  font-weight: bold;
}
.video-grid-actions {
  position: absolute;
  right: 0;
  top: 0.5rem;
  z-index: 5;
  display: none;
}
.video-grid-actions a {
  border: 1px solid;
  padding: 0.25rem 0.375rem;
  margin-right: 0.25rem;
  display: inline-block;
  width: 2rem;
  text-align: center;
}
html.no-touch #playlist-videos-list li:hover .video-grid-actions {
  display: block;
}
html.touch #playlist-videos-list li .video-grid-actions {
  display: block;
}
.playlist-add-favorites-btn.disabled {
  cursor: pointer;
  pointer-events: auto;
}
/* Track List */
.track-list-item {
  margin-bottom: 2.5rem;
  position: relative;
}
.t-l-i-avatar {
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
}
.t-l-i-content {
  padding-left: 65px;
  min-height: 48px;
}
.t-l-i-title h2 {
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.t-l-i-user {
  font-size: 0.8125rem;
  margin-left: 50px;
}
.t-l-i-title {
  position: relative;
}
.t-l-i-title .track-play-btn {
  width: 40px;
  position: absolute;
  height: 40px;
  padding-top: 3px;
}
.t-l-i-title .track-play-btn i {
  padding: 11px 12px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  width: 36px;
}
.t-l-i-meta {
  overflow: hidden;
  font-size: 0.8125rem;
}
.t-l-i-meta ul {
  list-style: none;
  margin: 0;
}
.t-l-i-meta ul li {
  float: left;
  display: inline-block;
}
.t-l-i-meta .float-left li {
  margin-right: 0.625rem;
}
.t-l-i-meta .float-right li {
  margin-left: 0.625rem;
}
.t-l-i-meta .button {
  padding: 0.5rem 0.75rem;
  margin: 0;
}
.track-list-like-btn.disabled {
  cursor: pointer;
  pointer-events: auto;
}
#track-add-playlist-container .modal-box {
  width: 350px;
}
/* Track player */
.track-playbox {
  width: 600px;
  height: 60px;
  position: relative;
  margin: 0.5rem 0;
  cursor: pointer;
  max-width: 100%;
}
.track-show-playbox {
  width: 900px;
  height: 90px;
  margin: 1.5rem auto;
}
.track-playbox .track-playbox-bg {
  width: 100%;
  height: 59px;
  position: absolute;
  left: 0;
  z-index: 21;
}
.track-show-playbox .track-playbox-bg {
  height: 89px;
}
.track-playbox .track-playbox-position-bg {
  height: 59px;
  position: absolute;
  left: 0;
  z-index: 22;
  max-width: 100%;
}
.track-show-playbox .track-playbox-position-bg {
  height: 89px;
}
.track-playbox .track-playbox-hover-position-bg {
  height: 59px;
  position: absolute;
  left: 0;
  z-index: 23;
}
.track-show-playbox  .track-playbox-hover-position-bg {
  height: 89px;
}
.track-playbox .track-playbox-canvas {
  z-index: 24;
  position: absolute;
  left: 0;
  width: 100%;
  height: 60px;
}
.track-show-playbox .track-playbox-canvas {
  height: 90px;
}
.track-playbox .track-playbox-bottom-cover {
  z-index: 25;
  position: absolute;
  left: 0;
  top: 42px;
  height: 18px;
  width: 100%;
}
.track-show-playbox .track-playbox-bottom-cover {
  top: 63px;
  height: 27px;
}
.track-playbox .track-playbox-mask {
  z-index: 25;
  position: absolute;
  left: 0;
  width: 100%;
  height: 60px;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
}
.track-show-playbox .track-playbox-mask {
  height: 90px;
}
html.no-touch .track-playbox .track-playbox-mask:hover {
  background: transparent;
}
.track-playbox .track-playbox-mask.track-playbox-mask-playing {
  background: transparent;
}
.track-tooltip-box {
  position:absolute;
  border:1px solid #333;
  background-color:#161616;
  padding:5px;
  color:#fff;
  font-size: 12px;
  z-index: 99;
}
/* Track Show */
.track-header {
  padding-left: 70px;
  padding-right: 150px;
  margin-right: 3rem;
  position: relative;
}
.track-header .track-show-play-btn {
  width: 55px;
  position: absolute;
  height: 55px;
  margin-top: 5px;
}
.track-header .track-show-play-btn i {
  padding: 18px 19px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  width: 50px;
}
.track-show-duration {
  position: absolute;
  right: 0;
  top: 0;
}
.track-show-play-btn {
  position: absolute;
  left: 0;
  top: 0;
}
.track-related-playlists h4 {
  font-size: 1.125rem;
  padding: 0 0.375rem;
  margin-bottom: 0.75rem;
}
.track-related-playlist-list {
  list-style: none;
  margin: 0 0.375rem;
}
.track-related-playlist-list li {
  margin-bottom: 0.625rem;
}
.track-related-playlist-list li > a {
  position: absolute;
  width: 48px;
  height: 48px;
}
.track-related-playlist-meta {
  padding-left: 58px;
  min-height: 48px;
}
.track-related-playlist-meta a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.track-related-playlist-meta span {
  display: block;
  font-size: 0.75rem;
}
.t-r-p-l-thumb {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 48px;
  font-size: 1.25rem;
}
/* Track Upload */
#track-upload-list {
  margin: 0;
  list-style: none;
  padding: 0;
}
#track-upload-list li {
  position: relative;
  margin-bottom: 1rem;
}
.t-u-p-info {
  position: relative;
}
.t-u-p-info > span {
  position: absolute;
  width: 90px;
  height: 90px;
  font-size: 1.75rem;
  line-height: 90px;
  text-align: center;
}
.t-u-p-meta {
  padding-left: 110px;
  min-height: 90px;
}
.t-u-p-meta h4 {
  font-size: 1.125rem;
  margin-bottom: 0;
}
.t-u-p-actions {
  display: none;
  margin-top: 0.375rem;
}
html.no-touch #track-upload-list li:hover .t-u-p-actions {
  display: block;
}
html.touch #track-upload-list li .t-u-p-actions {
  display: block;
}
.t-u-p-actions .button {
  margin: 0 0.625rem 0 0;
  padding: 0.5rem 0.875rem;
}
.t-u-p-error {
  color: #ec5840;
  font-size: 0.8125rem;
}
/* Track Manage */
.m-l-track-thumb {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 1rem;
  text-align: center;
}
@media only screen and (max-width: 40em) {
  .track-header {
    padding-top: 1rem;
    padding-right: 0;
  }
  .track-header h1 {
    font-size: 1.125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #track-add-playlist-container .modal-box {
    width: auto;
  }
}
.track-set-list-item {
  width: 12.5rem;
  margin: 0 0.625rem 1.25rem 0.625rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-color: white;
  -webkit-transition: margin 0.2s ease-in-out,position 0.2s ease-in-out;
  -moz-transition: margin 0.2s ease-in-out,position 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out,position 0.2s ease-in-out;
  max-width: 40%;
}
html.no-touch .track-set-list-item:hover {
  -webkit-box-shadow: 0px 1px 1rem rgba(0,0,0,0.08);
  box-shadow: 0px 1px 1rem rgba(0,0,0,0.08);
}
.track-set-list-item > a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}
.track-set-list-item-p {
  position: relative;
  width: 100%;
  height: 113px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: none !important;
  border-top: none !important;
  text-align: center;
}
.track-set-list-item-p i {
  line-height: 113px;
  font-size: 2.5rem;
}
.track-set-list-item-btm {
  width: 100%;
  height: 55px;
  text-align: center;
  padding-top: 6px;
  border-top: none !important;
}
.track-set-list-item-btm a {
  font-size: 1rem;
  z-index: 5;
  position: relative;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  padding: 0 7px;
  margin-bottom: -4px;
}
.track-set-list-item-btm span {
  font-size: 0.8125rem;
  display: block;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: -webkit-calc(100% - 20px);
  max-width: -moz-calc(100% - 20px);
  max-width: calc(100% - 20px);
}
/* Show */
.track-set-header {
  padding-left: 70px;
  padding-right: 150px;
  margin-right: 3rem;
  position: relative;
}
.track-set-header-empty {
  padding-left: 0;
}
.track-set-header .track-set-show-play-btn {
  width: 55px;
  position: absolute;
  height: 55px;
  margin-top: 5px;
  left: 0;
  top: 0;
}
.track-set-header .track-set-show-play-btn i {
  padding: 18px 19px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  width: 50px;
}
.track-set-show-duration {
  position: absolute;
  right: 0;
  top: 0;
}
.track-set-tracks-list-title {
  font-size: 1rem;
  margin-bottom: 1rem;
}
#track-set-tracks-list {
  list-style: none;
  margin: 0;
  margin-bottom: 1.5rem;
  max-height: 450px;
  overflow: auto;
  position: relative;
}
.track-set-tracks-item {
  padding: 0.5rem 0.625rem;
}
.track-set-tracks-item .t-s-t-item-avatar {
  position: absolute;
  width: 48px;
  height: 48px;
}
.track-set-tracks-item .t-s-t-item-content {
  margin-left: 63px;
  min-height: 48px;
  margin-top: -5px;
}
.track-set-tracks-item .t-s-t-item-content > ul {
  list-style: none;
  margin: 0;
  overflow: auto;
  margin-top: 2px;
}
.track-set-tracks-item .t-s-t-item-content > ul li {
  margin-right: 0.5rem;
  font-size: 0.75rem;
  float: left;
}
.track-set-tracks-item .t-s-t-item-content > a {
  font-size: 0.75rem;
}
.track-set-tracks-item .t-s-t-item-content h2 {
  font-size: 1rem;
  font-weight: normal;
  margin: 0;
  padding-right: 5rem;
}
.track-set-tracks-list-title {
  font-size: 1rem;
  margin-bottom: 1rem;
}
.track-set-tracks-list-reorder {
  line-height: 1.875rem;
  margin-right: 0.25rem;
}
.t-s-t-item-actions {
  display: none;
}
.t-s-t-item-actions ul {
  margin: 0;
  list-style: none;
}
.t-s-t-item-actions ul li {
  float: left;
  margin-right: 0.875rem;
}
.t-s-t-item-actions ul li:last-child {
  margin-right: 0.5rem;
}
.t-s-t-item-actions ul li a {
  line-height: 4.25rem;
  display: block;
}
.t-s-t-item-a-play i{
  /*padding: 6px 7px;*/
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 10px;
  text-align: center;
  line-height: 24px;
}
.t-s-t-item-a-like, .t-s-t-item-a-playlist, .t-s-t-item-t-remove {
  padding-top: 2px;
}
.track-set-tracks-item.current-playing .t-s-t-item-actions {
  display: block;
}
html.no-touch .track-set-tracks-item:hover .t-s-t-item-actions {
  display: block;
}
html.touch .track-set-tracks-item .t-s-t-item-actions {
  display: block;
}
.track-set-add-favorites-btn.disabled {
  cursor: pointer;
  pointer-events: auto;
}
#track-set-tracks-warp {
  position: relative;
}
#track-set-tracks-warp > .entity-load-spinner {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 5;
}
@media only screen and (max-width: 40em) {
  .track-set-header {
    padding-top: 1rem;
    padding-right: 0;
  }
  .track-set-header h1 {
    font-size: 1.125rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.event-list-item {
  position: relative;
  padding-left: 116px;
  min-height: 100px;
  margin-bottom: 1.75rem;
}
.event-list-item > a {
  position: absolute;
  width: 100px;
  height: 100px;
  left: 0;
  top: 0;
}
.event-list-item-content h2 {
  font-size: 1.25rem;
  margin-bottom: 0.375rem;
  line-height: 1.3;
}
.event-list-item-content > div {
  line-height: 1.6;
}
.event-list-item-content i {
  width: 1rem;
  text-align: center;
  display: inline-block;
}
.event-list-item span.event-avatar-default, .current-event-cover span.event-avatar-default {
  width: 100px;
  height: 100px;
  display: block;
  padding-top: 25px;
  text-align: center;
}
.event-list-item span.event-avatar-default i, .current-event-cover span.event-avatar-default i {
  font-size: 3rem;
}
.e-l-day {
  position: relative;
  margin-bottom: 2rem;
}
.e-l-day-detail {
  padding-left: 5.25rem;
}
.e-l-time {
  position: absolute;
  width: 4rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 0.9375rem;
}
.e-l-time-month {
  padding-top: 0.125rem;
}
.e-l-time-day {
  font-size: 1.375rem;
  padding-bottom: 0.125rem;
}
.e-l-time-dayofweek {
  padding-top: 0.125rem;
}
/* Event Calendar */
.simple-calendar .calendar-heading {
  font-size: 1.375rem;
  text-align: center;
  padding-bottom: 1.5rem;
}
.simple-calendar .calendar-heading a {
  padding: 0 1rem;
}
.simple-calendar table {
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  border-collapse: collapse;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.simple-calendar tr {
  border-collapse: collapse;
}
.simple-calendar th {
  padding: 6px;
  border-collapse: collapse;
  border-top: 0px none rgb(51, 51, 51);
  box-sizing: border-box;
  text-align: left;
}
.simple-calendar td {
  padding: 6px;
  vertical-align: top;
  width: 14%;
  /*border: 1px solid #ddd;*/
  border-top-style: solid;
  border-top-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-style: solid;
  border-left-width: 1px;
}
.simple-calendar .day {
  height: 80px;
}
.simple-calendar .day > span {
  display: inline-block;
  margin-bottom: 0.25rem;
}
.simple-calendar .day > ul {
  list-style: none;
  margin: 0 0 0 0.9375rem;
}
.simple-calendar .day > ul li {
  padding-bottom: 0.5rem;
  line-height: 1.4;
}
.simple-calendar .day > ul li a {
  display: block;
}
.simple-calendar .wday-0 {}
.simple-calendar .wday-1 {}
.simple-calendar .wday-2 {}
.simple-calendar .wday-3 {}
.simple-calendar .wday-4 {}
.simple-calendar .wday-5 {}
.simple-calendar .wday-6 {}
.simple-calendar .past {}
.simple-calendar .future {}
.simple-calendar .start-date {}
.simple-calendar .current-month {}
.has-events {}

.event-tooltip-templates {
  display: none;
}
.simple-calendar tbody tr:nth-child(even) {
  background-color: transparent !important;
}
.e-t-t {
  width: 375px;
  font-size: 0.875rem;
}
.e-t-t-header, .e-t-t-body {
  padding: 0.875rem 1.25rem;
  line-height: 1.4;
}
.e-t-t-body {
  line-height: 1.5;
}
.e-t-t-header {
  font-size: 1rem;
  font-weight: 500;
}
.e-t-t-body span {
  display: block;
  margin-bottom: 0.25rem;
}
/* Event Show */
#event-cover {
  height: 250px;
  position: relative;
  overflow: hidden;
  margin-bottom: 1rem;
}
#event-cover-inner {
  position: absolute;
}
#event-cover-inner img {
  position: relative;
}
.event-details {
  list-style: none;
  margin: 0;
}
.event-details li {
  position: relative;
  overflow: auto;
  padding-left: 45px;
  min-height: 30px;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  line-height: 30px;
}
.event-details li > span {
  width: 35px;
  height: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.event-timing span {
  display: block;
}
.event-timing span:last-child {
  font-size: 0.875rem;
  line-height: 1.4;
}
.event-details-side h3 {
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
.event-upload-photo-btn, .event-rsvp-btn {
  margin-bottom: 0.625rem;
}
.event-rsvp-list ul {
  list-style: none;
  margin: 0 0.375rem;
}
.event-rsvp-list li {
  margin-bottom: 0.625rem;
  position: relative;
}
.event-rsvp-list li > a {
  position: absolute;
  left: 0;
  top: 0;
}
.e-r-l-content {
  padding-left: 58px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 48px;
}
.e-r-l-content > span {
  float: right;
}
.e-r-l-more .button {
  margin-bottom: 0.625rem;
}
#event-rsvp-list-all {
  max-height: 20rem;
  overflow: auto;
}
#event-cover-actions-container, #event-cover-reposition-container {
  position: absolute;
  z-index: 5;
  bottom: 5px;
  right: 7px;
  display: none;
}
#event-cover-actions-container .button, #event-cover-reposition-container .button {
  margin: 0;
  padding: 0.5rem 1rem;
  display: inline-block;
  margin-left: 3px;
  height: 1.875rem;
}
#event-cover:hover #event-cover-actions-container {
  display: inline-block;
}
#event-cover-inner > img.ui-state-disabled {
  opacity: 1 !important;
}
#event-photos-list {
  position: relative;
  list-style: none;
  margin: 0.875rem 0;
}
/* Event Form */
#event-form-gmaps-canvas {
  height: 250px;
  margin-bottom: 1rem;
}
.event-datetime-set .input {
  float: left;
}
.event-datetime-set input {
  width: auto;
  margin-right: 1rem;
}
#event_starts_time, #event_ends_time {
  width: 5.5rem;
}
#event_starts_date, #event_ends_date {
  width: 8.5rem;
}
#event_all_day, #event_public, #event_disable_rsvp {
  margin: 0;
  margin-top: 0.7rem;
}
.event_all_day label, .event_public label, .event_disable_rsvp label {
  margin-left: 2px !important;
}
.event_privacy span.radio {
  display: block;
}
#event-rsvp-select > span {
  display: block;
  padding-bottom: 0.5rem;
}
#event-rsvp-select ul {
  list-style: none;
  margin: 0;
}
#event-rsvp-select .event-rsvp-current {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
#event-rsvp-container .modal-box {
  width: 350px;
}
.event-cover-upload, .event-avatar-upload {
  position: relative;
}
.current-event-cover, .current-event-avatar {
  position: absolute;
  left: 0;
  top: 0;
}
.event-cover-settings, .event-avatar-settings {
  padding-left: 115px;
  min-height: 100px;
}
/* photos upload */
#event-photo-uploader .webuploader-pick {
  padding: 0.85em 1em;
  font-size: 0.9rem;
  line-height: 1;
}
#event-photo-uploading-list {
  list-style: none;
  margin: 0;
  max-height: 200px;
}
#event-photo-uploading-list li {
  float: left;
  width: 64px;
  height: 64px;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  position: relative;
}
#event-photo-uploading-list li .e-n-photo-delete {
  position: absolute;
  right: 2px;
  top: 0;
  padding: 0 0.375rem;
  background-color: rgba(204, 204, 204, 0.8);
  display: none;
  color: rgba(255, 0, 0, 0.6);
  z-index: 10;
}
#event-photo-uploading-list li:hover .e-n-photo-delete {
  display: block;
}
#event-photo-uploading-list li .e-n-photo-preview {
  width: 64px;
  height: 64px;
}
#event-photo-uploading-list li .e-n-photo-mask {
  position: absolute;
  width: 64px;
  height: 64px;
  left: 3px;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
#event-photo-uploading-list li .e-n-photo-mask-error {
  top: 0 !important;
  background-color: rgba(252, 81, 81, 0.7);
}
#event-broadcast-message-container ul {
  list-style: none;
  margin: 0.5rem 0 0 0;
}
@media only screen and (max-width: 40em) {
  #event-cover {
    height: 100px;
  }
  #event-rsvp-container .modal-box {
    width: auto;
  }
  .event-list-item {
    padding-left: 0;
  }
  .event-list-item > a {
    display: none;
  }
}
.forum-category-list {
  width: 100%;
  font-size: 0.875rem;
}
.forum-category-list tbody tr:nth-child(even) {
  background-color: transparent !important;
}
.forum-category-list thead, .forum-category-list tbody, .forum-category-list tfoot {
  border: none !important;
}
.forum-cate-title {
  padding: 1rem 0.625rem 1rem 1.25rem;
}
.forum-cate-title h2 {
  margin-bottom: 0.125rem;
  font-size: 1.25rem;
}
.forum-cate-description {
  font-size: 0.9375rem;
}
.forum-cate-description p {
  margin-bottom: 0 !important;
}
.forum-cate-last-post {
  width: 18%;
}
.forum-cate-topics, .forum-cate-posts {
  width: 8%;
  text-align: center;
}
.forum-topic-list {
  width: 100%;
  font-size: 0.8125rem;
}
.forum-topic-list tbody tr:nth-child(even) {
  background-color: transparent !important;
}
.forum-topic-list thead, .forum-topic-list tbody, .forum-topic-list tfoot {
  border: none !important;
}
.topic-list-title-warp {
  padding: 0.875rem 0.625rem;
}
.topic-list-title {
  margin-bottom: 0.25rem;
}
.topic-list-title h2 {
  margin-bottom: 0.25rem;
  font-size: 1.125rem;
  display: inline;
  line-height: 1.3;
}
.topic-list-title-warp > a {
  position: absolute;
}
.topic-list-content {
  margin-left: 60px;
  min-height: 48px;
}
.topic-list-excerpt {
  font-size: 0.875rem;
  max-height: 2.5rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0.125rem;
}
.topic-list-photos {
  margin-bottom: 0.25rem;
  margin-top: 0.5rem;
}
.topic-list-photos div {
  width: 8.125rem;
  height: 8.125rem;
  overflow: hidden;
  margin-right: 0.25rem;
  display: inline-block;
}
.topic-list-info a:hover {
  text-decoration: underline;
}
.topic-list-category {
  padding: 0.33333rem;
  margin-right: 0.25rem;
}
.forum-topic-list .topic-list-posts, .forum-topic-list .topic-list-views {
  text-align: center;
  width: 8%;
}
.forum-topic-list .topic-last-post-link span {
  cursor: pointer;
}
.featured-topic {
  color: #c00;
}
.forum-topic-meta span.forum-topic-last-post, .forum-topic-meta span.forum-topic-posts-count {
  margin-right: 0.6125rem;
  padding-right: 0.375rem;
}
.forum-topic-category {
  padding: 0.33333rem;
  margin-right: 0.25rem;
  margin-left: 0.375rem;
}
.forum-topic-meta {
  font-size: 0.8125rem;
}
/* Topic show */
.forum-topic-post-list {
  margin: 0;
  margin-bottom: 1.25rem;
}
.forum-topic-post-list > li {
  list-style: none;
  margin-left: 0;
  padding: 1rem 0;
}
.forum-topic-post-list > li > a {
  position: absolute;
}
.forum-topic-post-body {
  margin-left: 63px;
  min-height: 48px;
}
.forum-post-meta {
  overflow: auto;
}
.forum-post-actions {
  list-style: none;
  margin-bottom: 0;
}
.forum-post-actions li {
  display: inline-block;
  float: left;
  margin-left: 0.5rem;
  font-size: 0.8125rem;
}
.forum-post-actions li a {
  padding: 0 0.25rem;
  font-size: 0.8125rem;
}
.forum-topic-pagination {
  overflow: auto;
  padding: 0.25rem 0;
}
.forum-topic-pagination .button, .forum-topic-pagination .pagination {
  margin-bottom: 0;
}
.forum-post-info {
  margin-top: -0.125rem;
  margin-bottom: 0.5rem;
  font-size: 0.8125rem;
}
.forum-post-info .time-ago {
  float: right;
}
.forum-post-info > a {
  font-weight: bold;
}
.forum-post-link-display {
  position: absolute;
  z-index: 990;
  box-shadow: 1px 1px 5px #666;
  padding: 3px 7px 6px 7px;
  width: 300px;
  display: none;
}
.forum-post-link-display input {
  margin: 0;
}
/* Forum Post */
.new_forum_post .redactor-box {
  margin-bottom: 0.375rem;
}
.forum-post-new-btns {
  text-align: center;
}
.forum-post-new-btns .button {
  padding: 0.5rem 1rem;
  margin-bottom: 0.375rem;
}
.forum-post-new-btns .button:last-child {
  margin-left: 0.75rem;
}
#forum-post-quote-btn {
  position: absolute;
  z-index: 999;
  display: none;
  width: 120px;
  height: 40px;
  margin-left: -60px;
  margin-top: 0.5rem;
}
#forum-post-quote-btn i {
  font-size: 12px;
}
.forum-post-content {
  margin-bottom: 1rem;
}
.forum-topic-posts-reply {
  list-style: none;
  margin: 1.5rem 0 0 0;
}
.forum-topic-posts-reply > li {
  position: relative;
  padding: 0.5rem 0;
}
.forum-topic-posts-reply > li > a {
  position: absolute;
}
.forum-post-redirect {
  margin-left: 0.5rem;
}
.forum-topic-posts-parent {
  list-style: none;
  margin: 1.5rem 0 0 0;
}
.forum-topic-posts-parent > li {
  position: relative;
}
.forum-topic-posts-parent  > li > a {
  position: absolute;
}
.forum-post-likes-count {
  cursor: pointer;
  display: inline-block;
  padding: 0 0.25rem;
  font-size: 0.8125rem;
}

#forum-topic-sidebar {
  padding: 0 !important;
}
#forum-topic-sidebar .sheet-body {
  padding: 1rem;
}
#forum-topic-sidebar-share {
  font-size: 9px;
}
.forum-topic-sidebar-item {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}
#forum-topic-sidebar-share .jssocials-shares {
  margin: 0;
}
#forum-topic-sidebar-share .jssocials-share {
  margin: 0 3px 0 0;
}
#forum-topic-sidebar-share .jssocials-share-link {
  padding: 5px;
}
#entity-notification-drop-alt {
  text-align: left;
}
#entity-notification-drop-alt p {
  margin-bottom: 0;
}
.forum-topic-sidebar-btns .button {
  margin: 0 0.625rem 0 0;
}
.forum-topic-sidebar-btns #entity-share-btn {
  margin-right: 0;
}
#forum-topic-sidebar-like-btn {
  font-size: 3rem;
  width: 6rem;
  display: inline-block;
  padding: 0.75rem 0;
  line-height: 1.2;
}
#forum-topic-sidebar-like-btn.liked {
  color: #ff4c4c;
}
#forum-topic-sidebar-like-btn span {
  display: block;
  font-size: 0.875rem;
}
#forum-topic-sidebar-replies {
  display: block;
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 40em) {
  .topic-list-title h2 {
    font-size: 1rem;
  }
  .topic-list-title h2 {
    font-size: 0.875rem;
  }
  .topic-list-photos div {
    width: 55px;
    height: 55px;
    margin-right: 2px;
  }
  .forum-cate-last-post {
    width: 0;
  }
}
.forum-breadcrumb {
  list-style: none;
  margin: 0 0 1rem -0.5rem;
  padding: 0;
  font-size: 0.8125rem;
}
.forum-breadcrumb .fb-current-node {
  font-weight: bold;
}
.forum-breadcrumb>li {
  display: inline-block;
}
.forum-breadcrumb>li span {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.forum-breadcrumb>li+li:before {
    content: "/";
    padding: 0px;
}
.entity-list.member-list {
  margin-top: 1.5rem;
}
#member-list-search-warp {
  position: relative;
  padding: 0 0.7rem;
}
#member-list-search-key {
  width: 12.5rem;
  padding: 0.125rem 2rem 0.125rem 0.5rem;
  float: left;
  margin: 0;
  font-size: 0.8125rem;
  height: 2.1875rem;
}
#member-list-search-btn {
  position: absolute;
  display: block;
  margin-left: 10.625rem;
  color: #555;
  line-height: 2.3125rem;
  font-size: 1rem;
  padding: 0 0.5rem;
}
#members-adv-search-drop-c {
  width: 30rem;
}
#members-adv-search-drop {
  font-size: 0.8125rem;
}
#members-adv-search-drop ul {
  list-style: none;
  margin: 0;
  margin-bottom: 0.25rem;
}
#members-adv-search-drop select {
  padding: 0.325rem 1.25rem 0.325rem 0.5rem;
  width: auto;
  display: inline-block;
  height: 1.875rem;
  font-size: 0.8125rem;
  margin: 0;
  vertical-align: middle;
}
#members-adv-search-drop ul li {
  padding: 0.25rem 0.5rem;
  cursor: default;
}
#members-adv-search-drop input[type="text"] {
  float: none;
  display: inline-block;
  width: 15rem;
  font-size: 0.8125rem;
  padding: 0.25rem 0.5rem;
  height: 1.875rem;
  margin: 0;
  vertical-align: middle;
}
#members-adv-search-drop ul li > span {
  margin-right: 0.875rem;
  display: inline-block;
  width: 5rem;
  text-align: right;
  vertical-align: middle;
  word-break: break-all;
}
#members-serach-filter {
  margin: 0 0.7rem;
}
#members-serach-filter ul {
  list-style: none;
  margin: 0;
}
#members-serach-filter ul li:first-child {
  margin-left: 0;
}
#members-serach-filter ul li {
  font-size: 0.8125rem;
  float: left;
  margin-left: 0.5rem;
  padding: 0.25rem 0.5rem;
}
#members-serach-filter ul li a {
  font-size: 0.875rem;
  display: inline-block;
  margin-left: 0.5rem;
}
.member-online-status {
  width: 19px;
  color: #42b72a !important;
}
.member-online-status i {
  font-size: 0.625rem;
}
.tooltipster-sidetip.tooltipster-shadow {
  border: none !important;
  border-radius: 0;
}
.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
  padding: 0;
  font-size: 0.8125rem;
}
.profile-card-loading {
  padding: 1rem 2rem;
}
.profile-card-loading-err {
  padding: 1rem 2rem;
  font-style: italic;
}
.profile-card-container {
  width: 375px;
  height: 221px;
}
.profile-card-header {
  position: relative;
  width: 100%;
  height: 110px;
  padding-top: 12px;
  background-position: center top;
  background-repeat: repeat;
  background-size: cover;
}
.p-c-h-avatar {
  display: block;
  width: 48px;
  height: 48px;
  position: relative;
  margin: 0 auto;
}
.p-c-h-title {
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: 0;
  left: 0;
  text-shadow: 0 0 3px rgba(0,0,0,0.3);
  overflow: hidden;
  line-height: 1.4;
}
.p-c-h-title a, .p-c-h-title a:hover {
  color: #fff;
}
.p-c-h-title .member-verified-badge, .p-c-h-title .page-verified-badge {
  color: #fff !important;
}
.p-c-h-name {
  margin: 26px 0 0;
  font-size: 1rem;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 3px #333;
}
.p-c-h-subtitle {
  padding: 0 12px;
  margin: 3px 0 0;
  line-height: 1.2em;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 3px #333;
}
.profile-card-content {
  padding: 9px 0 16px;
  text-align: center;
}
.p-c-c-stats {
  margin: 0;
  list-style: none;
}
.p-c-c-stats li {
  display: inline-block;
  padding: 0 0.75rem;
}
.p-c-c-stats li:last-child {
  border-right: none;
}
.p-c-c-location {
  margin-top: 0.5rem;
  height: 1rem;
}
.p-c-c-actions {
  margin-top: 0.75rem;
}
.p-c-c-actions a {
  display: inline-block;
  min-width: 90px;
  margin-left: 10px;
  border: 1px solid;
  padding: 0.375rem 1rem;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
}
.p-c-c-actions a:first-child {
  margin-left: 0;
}
.p-c-c-actions a:hover {
  box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
}
.group-list-item {
  width: 12.5rem;
  margin: 0 0.625rem 1.5625rem 0.625rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
  background-color: white;
  -webkit-transition: margin 0.2s ease-in-out,position 0.2s ease-in-out;
  -moz-transition: margin 0.2s ease-in-out,position 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out,position 0.2s ease-in-out;
  max-width: 40%;
}
.group-list-item:hover {
  -webkit-box-shadow: 0px 1px 1rem rgba(0,0,0,0.08);
  box-shadow: 0px 1px 1rem rgba(0,0,0,0.08);
}
.group-list-item > a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}
.group-list-item-p {
  position: relative;
  width: 100%;
  height: 65px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  border-bottom: none !important;
  border-top: none !important;
  text-align: center;
}
.group-list-item-p .avatar {
  background-color: transparent;
}
.group-list-item-p > a {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-bottom: -24px;
  margin-left: -24px;
}
.group-list-item-btm {
  width: 100%;
  height: 79px;
  text-align: center;
  padding-top: 30px;
  border-top: none !important;
}
.group-list-item-btm a {
  font-size: 1rem;
  z-index: 5;
  position: relative;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 100%;
  padding: 0 7px;
  margin-bottom: -4px;
}
.group-list-item-btm span {
  font-size: 0.8125rem;
  display: block;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: -webkit-calc(100% - 20px);
  max-width: -moz-calc(100% - 20px);
  max-width: calc(100% - 20px);
}
/* Show */
.group-header .e-o-cover {
  height: 200px;
}
.groups-page .activity-owner-group {
  display: none !important;
}
.group-manager-nav h4 {
  font-size: 1.25rem;
  margin: 0.5rem 0 0.875rem 0;
}
.group-manager-nav ul li a {
  padding: 0.625rem 0 !important;
}
.group-dashboard-title {
  padding-bottom: 0.25rem;
  font-size: 1.25rem;
}
#group-dashboard-charts-actions {
  text-align: center;
  font-size: 0.875rem;
}
#group-dashboard-charts-actions > span {
  cursor: pointer;
  margin-right: 1.5rem;
  line-height: 2rem;
  display: inline-block;
}
#group-dashboard-charts-actions > span:last-child {
  margin-right: 0;
}
#group-manage-charts-display {
  min-height: 320px;
}
#group-manage-settings-invitation {
  position: relative;
}
#group-manage-settings-inv-input {
  padding-right: 1.75rem;
}
#group-manage-settings-inv-r {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0.5rem;
  line-height: 2.5rem;
}
.group-broadcast-message-content {
  height: 15rem;
  max-height: 15rem;
  overflow: auto;
  margin-bottom: 1rem;
}
.group-broadcast-message-edit-btn {
  margin-left: 0.5rem;
}
.group-broadcast-message-edit-btn, .group-broadcast-message-delete-btn {
  padding: 0 0.375rem;
}
.group-broadcast-message-delete-btn {
  display: none;
}
html.no-touch .group-broadcast-messages-list tr:hover .group-broadcast-message-delete-btn {
  display: inline-block;
}
html.touch .group-broadcast-messages-list tr .group-broadcast-message-delete-btn {
  display: inline-block;
}
.group-manage-member-avatar > img {
  width: 32px;
  height: 32px;
}
.group-manage-member-avatar svg {
  width: 32px;
  height: 32px;
  vertical-align: middle;
}
.group-manage-member-avatar text {
  text-anchor: middle;
}
.group-manage-header-btn {
  margin-bottom: 0;
}
.e-o-page {
  padding: 0;
}
.e-o-header {
  padding-bottom: 1rem;
}
.e-o-page > .row {
  margin: 0;
}
.e-o-body > .sheet {
  padding: 0.625rem 1.25rem;
}
#e-o-cover-upload .webuploader-pick {
  width: 2.8125rem;
  height: 2rem;
}
.e-o-cover {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.e-o-cover-inner {
  position: absolute;
  width: 100%;
}
.e-o-cover-inner > img {
  position: relative;
  width: 100%;
  opacity: 1 !important;
}
.e-o-meta {
  position: relative;
}
.e-o-meta-avatar {
  position: absolute;
  bottom: -1.875rem;
  left: 1.25rem;
  z-index: 5;
}
.e-o-meta-avatar a {
  display: block;
}
.e-o-meta-avatar .page-avatar, .e-o-meta-avatar .avatar, .e-o-meta-avatar .group-avatar, .e-o-meta-avatar .site-tag-avatar {
  display: block;
}
.e-o-meta-avatar .button {
  margin: 0;
  position: absolute;
  padding: 0.325rem 0.625rem;
  z-index: 5;
  display: none;
}
.e-o-meta-avatar #e-o-avatar-upload {
  bottom: 4px;
  right: 41px;
}
.e-o-meta-avatar #e-o-avatar-reset {
  bottom: 4px;
  right: 5px;
}
.e-o-meta-avatar:hover .button {
  display: inline-block;
}
#e-o-cover-actions-container .webuploader-container {
  height: 1.875rem;
  line-height: 1.25rem;
}
.e-o-meta-avatar .webuploader-container, .e-o-meta-avatar .webuploader-pick {
  width: 31px;
  height: 24px;
}
.e-o-meta-avatar .webuploader-pick, #e-o-cover-actions-container .webuploader-pick {
  padding: 0.325rem 0.625rem;
}
.e-o-meta-content {
  padding-left: 220px;
  position: absolute;
  bottom: 1rem;
  margin-right: 150px;
}
.e-o-meta-title-header {
  margin-bottom: 1rem;
}
.e-o-meta-title-header h2 {
  padding-left: 5px;
  margin: 0 0 0.375rem 0;
  color: rgb(255, 255, 255) !important;
  text-shadow: 0 1px 3px #111;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 2rem;
}
.e-o-meta-title-header h2 span {
  font-size: 0.875rem;
  display: inline-block;
  vertical-align: middle;
}
.e-o-meta-title-header h2 .member-verified-badge, .e-o-meta-title-header h2 .page-verified-badge {
  font-size: 1.5rem;
  color: rgb(255, 255, 255) !important;
}
.e-o-meta-actions > a {
  box-shadow: 0px 2px 1px rgba(0,0,0,.2);
  padding: 0.375rem 1rem;
  display: inline-block;
  margin-right: 0.375rem;
}
.e-o-nav-bar {
  box-shadow: 0 0px 2px 0 rgba(0,0,0,0.1), 0 1px 0 0 rgba(0,0,0,0.1);
}
.e-o-nav-bar-title {
  max-width: 200px;
  max-height: 2.875rem;
  overflow: hidden;
  float: left;
  padding-left: 20px;
  display: none;
}
.e-o-nav-bar-title > a {
  position: absolute;
  margin-top: 0.4375rem;
  display: block;
}
.e-o-nav-bar-title > a > span{
  width: 32px;
  height: 32px;
}
.e-o-nav-bar-title > span {
  margin-left: 2.5rem;
  display: block;
  line-height: 2.875rem;
}
.e-o-nav-bar > ul {
  list-style: none;
  margin: 0;
  padding: 0 1.25rem;
  padding-left: 220px;
  min-height: 2.875rem;
}
.e-o-nav-bar > ul > li {
  float: left;
  margin-bottom: -1px;
  padding-right: 0.75rem;
}
.e-o-nav-bar > ul > li a {
  padding: 0.625rem 1rem;
  display: block;
  font-size: 1rem;
  border-bottom: 2px solid transparent;
  -webkit-transition: border-color .5s;
}
.e-o-nav-bar > ul > li.current > a {
  padding: 0.625rem 1.5rem;
}
#e-o-tabs-more-list {
  position: absolute;
  z-index: 30;
  width: 12rem;
  margin: 0;
  list-style: none;
  display: none;
}
#e-o-tabs-more-btn {
  border-color: transparent !important;
}
.e-o-nav-bar > ul > li:hover ul {
  display: block !important;
}
.e-o-stats ul {
  list-style: none;
  margin: 0;
  /*overflow: auto;*/
}
.e-o-stats li {
  font-size: 1.125rem;
  width: 33%;
  text-align: center;
  float: left;
  line-height: 1.4;
}
.e-o-stats li a {
  display: block;
}
.e-o-stats li:last-child {
  border-right: none;
}
.e-o-stats li span {
  display: block;
  font-size: 0.8125rem;
}
/* Content */
.sheet.e-o-main > h1 {
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
}
/*
  entity-owner: Group, User, Page owner header
 */
#e-o-avatar-upload-process-bar, #e-o-cover-upload-process-bar {
  position: absolute;
  top: 50%;
  height: 5px;
  z-index: 5;
  width: 100%;
  margin-top: -5px;
  padding: 0 4px;
  background-color: rgba(255, 255, 255, 0.7);
  display: none;
}
#e-o-cover-upload-process-bar {
  padding: 0;
}
#e-o-avatar-upload-process-bar > span, #e-o-cover-upload-process-bar > span {
  display: block;
  width: 0%;
  background-color: #43AC6A;
  height: 5px;
}
/* cover */
#e-o-cover-actions-container, #e-o-cover-reposition-container {
  position: absolute;
  z-index: 5;
  bottom: 5px;
  right: 7px;
  display: none;
}
#e-o-cover-actions-container .button, #e-o-cover-reposition-container .button {
  margin: 0;
  padding: 0.5rem 1rem;
  display: inline-block;
  margin-left: 3px;
  height: 1.875rem;
}
.e-o-cover:hover #e-o-cover-actions-container {
  display: inline-block;
}
.e-o-meta-actions .button.hide {
  display: none !important;
}
.e-o-nav-bar-select-container {
  display: none;
  padding: 1rem 0.625rem 0 0.625rem;
}
.e-o-nav-bar-select {
  margin: 0;
}
/* Entity Owner Tab Manager */
#e-o-tabs-list {
  list-style: none;
  margin: 0;
  margin-bottom: 1rem;
  max-height: 13.5rem;
  overflow: auto;
}
#e-o-tabs-list li {
  padding: 0.375rem 0.875rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
#e-o-tabs-list li .e-o-tabs-handle {
  cursor: move;
  display: inline-block;
  margin-right: 0.375rem;
}
#e-o-tabs-list li .e-o-tabs-delete, #e-o-tabs-list li .e-o-tabs-edit {
  float: right;
  margin-left: 0.5rem;
  padding: 0 0.25rem;
  display: none;
}
#e-o-tabs-list li:hover .e-o-tabs-delete, #e-o-tabs-list li:hover .e-o-tabs-edit {
  display: inline-block;
}
#e-o-tabs-list li .e-o-tab-edit-panel {
  margin: 0.5rem 0;
}
#e-o-tabs-list li .e-o-tab-edit-panel input {
  margin: 0;
  width: auto;
  height: 2rem;
  font-size: 0.8125rem;
  padding: 0.125rem 0.5rem;
  display: inline-block;
  margin-right: 0.5rem;
}
#e-o-tabs-list li .e-o-tab-edit-btn {
  margin: 0;
  padding: 0.5rem 1rem;
}
#e-o-tabs-list li .e-o-tab-edit-url-attr {
  display: none;
}
#e-o-tabs-list li .e-o-tab-url {
  display: inline-block;
  margin-left: 0.5rem;
}
.e-o-tab-add {
  margin: 0;
  padding: 0.5rem 1rem;
}
#e-o-tab-add-drop .jq-dropdown-menu {
  overflow: auto;
  max-height: 200px;
}
/* fix template theme */
.e-o-body .subnav {
  background: none !important;
}
.e-o-body .redactor-toolbar li a {
  color: #333 !important;
}
.e-o-body .redactor-dropdown a {
  color: #000 !important;
}
.e-o-body .redactor-styles {
  color: #333 !important;
}
.e-o-body .redactor-styles a {
  color: #256bc9 !important;
}
.e-o-main, .e-o-sidebar {
  padding: 1rem 1.25rem !important;
  margin-bottom: 1rem !important;
}
.e-o-sidebar .subnav {
  padding: 0;
  margin: 0 -0.5rem;
}
/* fix border issue when add border for the whole site */
.e-o-body .sheet, .modal-box.sheet {
  border: none;
}
.e-o-body .activity-item {
  border: none;
}
/* small screen */
@media only screen and (max-width: 40em) {
  .e-o-nav-bar-select-container {
    display: block;
    padding: 1rem 0.25rem 0 0.25rem;
  }
  .e-o-nav-bar-select {
    margin-bottom: 0.5rem;
  }
  .e-o-nav-bar {
    display: none;
  }
  .e-o-body > .sheet {
    padding: 0;
  }
/*  .e-o-body > .columns {
    padding: 0.25rem;
  }*/
  .e-o-header {
    padding: 0 0.25rem 0.25rem 0.25rem;
  }
  .e-o-cover {
    height: 150px;
  }
  .e-o-meta-title {
    padding-right: 0;
  }
  .e-o-meta-title-header h2 {
    font-size: 1.25rem;
  }
  .e-o-meta-title-header h2 .member-verified-badge, .e-o-meta-title-header h2 .page-verified-badge {
    font-size: 1rem;
  }
  .e-o-meta-avatar {
    left: 0.625rem;
    bottom: 0;
  }
  .e-o-meta-avatar .page-avatar, .e-o-meta-avatar .avatar, .e-o-meta-avatar .group-avatar, .e-o-meta-avatar .site-tag-avatar {
    width: 80px;
    height: 80px;
  }
  .e-o-meta-avatar .page-avatar svg, .e-o-meta-avatar .avatar svg, .e-o-meta-avatar .group-avatar svg, .e-o-meta-avatar .site-tag-avatar svg {
    width: 80px;
    height: 80px;
  }
  .e-o-meta-avatar .page-avatar text, .e-o-meta-avatar .avatar text, .e-o-meta-avatar .group-avatar text, .e-o-meta-avatar .site-tag-avatar text {
    font-size: 50px;
  }
  .e-o-meta-avatar .page-avatar i, .e-o-meta-avatar .avatar i, .e-o-meta-avatar .group-avatar i, .e-o-meta-avatar .site-tag-avatar i {
    font-size: 35px;
  }
  .e-o-meta-content {
    padding-left: 95px;
    position: absolute;
    bottom: 0.625rem;
    margin-right: 0;
  }
  .e-o-body .sheet {
    padding: 0.625rem 0.5rem!important;
  }
  .e-o-body .sheet.group-status, .e-o-body .sheet.profile-status, .e-o-body .sheet.page-status, .e-o-body .sheet.hashtag-status {
    padding: 0.625rem 0 !important;
  }
  .e-o-meta {
    padding: 0 0 0 10px;
  }
  .e-o-meta-title-header h2 {
    -webkit-line-clamp: 1;
  }
  .sheet.e-o-main > h1 {
    font-size: 1rem;
    margin: 0 0.25rem 1rem 0.25rem;
  }
  .e-o-body .entity-header h1 {
    font-size: 1.125rem !important;
  }
  .e-o-body .sheet.widget {
    padding: 0.625rem 0 !important;
  }
  .e-o-meta-title-header {
    margin-bottom: 0;
  }
  .e-o-meta-actions > a {
    padding: 0.25rem 0.625rem;
    font-size: 0.875rem;
    margin-top: 0.25rem;
  }
}
/* follow */
.profile-follow-hide {
  display: none !important;
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .e-o-cover {
    height: 250px;
  }
}
/* Comment wall */
.owner-comments {
  padding: 0.625rem 1rem;
  margin: 0 -1rem -0.375rem -1rem;
}
.owner-comment-box {
  position: relative;
}
.owner-comment-add-avatar {
  position: absolute;
}
.owner-comment-add-btn {
  margin: 0;
  padding: 0.5rem 0.875rem !important;
  position: absolute;
  right: 0;
}
.owner-comment-add-body-wapper {
  margin-left: 42px;
}
.owner-comment-add-body-wapper .owner-comment-photo-btn {
  position: absolute;
  right: 0;
  line-height: 2rem;
}
.owner-comment-add-body-wapper .owner-emoji-btn {
  position: absolute;
  right: 1.6875rem;
  line-height: 2rem;
  padding: 0 0.375rem;
  font-size: 1rem;
  cursor: pointer;
}
.owner-comment-add-body {
  margin: 0 !important;
  padding: 0.25rem 3rem 0.25rem 0.5rem !important;
  height: 2rem;
  min-height: 2rem;
  font-size: 0.8125rem;
  resize: none;
  transition: none;
}
.owner-comment-photo-btn .webuploader-pick {
  line-height: 2rem;
  padding: 0 0.375rem;
}
.owner-comment-photo-wapper {
  display: inline;
  position: relative;
}
.owner-comment-photo-wapper > div {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  margin-left: -1rem;
  margin-top: -0.625rem;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0.8125rem;
}
.owner-comment-photo-wapper > a {
  position: absolute;
  padding: 0.5rem;
  display: none;
  line-height: 1;
  right: 0;
}
.owner-comment-item-main {
  border-radius: 0.5rem;
  padding: 0.375rem 0.625rem;
}
.owner-comment-item-footer {
  padding-left: 0.5rem;
  margin: 0.25rem 0;
}
.owner-comment-item-footer > div {
  display: inline-block;
  padding-right: 0.375rem;
}
.owner-comment-item-footer > div a {
  font-weight: bold;
  font-size: 0.75rem;
}
.owner-comment-item-footer > div .time-ago {
  font-size: 0.75rem;
}
.owner-comment-reply-list .entity-comment-photo img {
  width: 50px;
  height: 50px;
}
.owner-comment-replies-more {
  padding-left: 0.5rem;
  font-size: 0.8125rem;
}
.o-c-photo-mask-error {
  border: 2px solid red;
}
.owner-comment-add-notice {
  font-size: 0.75rem;
  display: block;
}
.owner-comment-add-body-btn {
  position: absolute;
  right: 0;
  width: 1.5rem;
  line-height: 2rem;
  text-align: center;
  cursor: pointer;
}
.owner-comment-add-body-main {
  padding-right: 2rem;
}
.owner-comment-add-body-main > div {
  position: relative;
}
.owner-comment-list, .owner-comment-reply-list {
  margin: 0;
  list-style: none;
}
.owner-comment-list li, .owner-comment-reply-list li {
  margin: 0.625rem 0;
  font-size: 0.8125rem;
  position: relative;
}
.owner-comment-list li > a, .owner-comment-reply-list li > a {
  position: absolute;
  top: 2px;
}
.owner-comment-item-header .comment-user {
  margin-right: 0.25rem;
}
.owner-comment-item-content {
  margin-left: 42px;
  min-height: 32px;
}
.entity-owner-comment-box .comment-body-input {
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
#comment-box-status {
  text-align: center;
  font-size: 0.875rem;
  padding: 1.5rem;
}
#entity-comments-filters-btn {
  font-size: 0.8125rem;
}
#entity-comments-filters-btn span {
  display: inline-block;
}
#entity-comment-box-photo-btn, #owner-comment-box-photo-btn {
  font-size: 1rem;
}
#entity-comment-box-photo-btn .webuploader-pick, #owner-comment-box-photo-btn .webuploader-pick {
  line-height: 2.125rem;
  padding: 0 0.5rem;
}
#entity-comment-box-photo-wapper, #owner-comment-box-photo-wapper {
  display: inline;
  position: relative;
}
#entity-comment-box-photo-wapper > div, #owner-comment-box-photo-wapper > div {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  margin-left: -1rem;
  margin-top: -0.625rem;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0.8125rem;
}
#entity-comment-box-photo-wapper > a, #owner-comment-box-photo-wapper > a {
  position: absolute;
  padding: 0.5rem 0.25rem;
  display: none;
  line-height: 1;
  right: 0;
}
.entity-comments-section {
  margin-bottom: 0.625rem;
}
.entity-comments-title h4 {
  margin: 0 0.625rem 0.625rem 0.625rem;
  font-size: 1rem;
}
.entity-comments-title h4 span {
  font-size: 0.875rem;
}
.entity-comments-filters {
  margin-right: 0.625rem;
}
#entity-comments-filters-drop a.current {
  font-weight: bold;
}
.entity-comment-box {
  padding: 0.875rem 0.625rem 0 0.625rem;
}
.entity-comment-box > a {
  position: absolute;
}
.entity-comment-box-content {
  margin-left: 58px;
  min-height: 48px;
}
.entity-comment-body-input, .owner-comment-body-input {
  height: 4.5rem;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.entity-comment-body-input-min, .owner-comment-body-input-min {
  min-height: 48px;
  height: 48px;
  margin: 0;
}
.entity-comment-add-body-btn {
  position: absolute;
  right: 0;
  width: 1.5rem;
  line-height: 2rem;
  text-align: center;
  cursor: pointer;
}
.entity-comment-add-body-main {
  padding-right: 2rem;
}
.entity-comment-add-body-main > div {
  position: relative;
}
.entity-comment-list > li:first-child {
  margin-top: 1.75rem;
}
#entity-comment-new-btn, #owner-comment-new-btn {
  margin: 0;
}
.entity-comment-list {
  list-style: none;
  margin: 0 0.625rem 1.25rem 0.625rem;
}
.entity-comment-reply-list {
  list-style: none;
  margin: 0.875rem 0 0 0;
}
.entity-comments-section .entity-load-action, .owner-load-action {
  margin: 0 0.625rem;
}
.entity-comment-list .time-ago {
  font-size: 0.8125rem;
}
.entity-comment-list li {
  margin-top: 1rem;
  position: relative;
}
.entity-comment-list li > a, .entity-comment-reply-list li > a {
  position: absolute;
}
.entity-comment-item-content {
  margin-left: 58px;
  min-height: 48px;
}
.entity-comment-reply-list .entity-comment-item-content {
  margin-left: 42px;
  min-height: 32px;
}
.entity-comment-reply-list .entity-comment-item {
  margin-top: 0.75rem;
}
.entity-comment-item-header {
  padding-bottom: 0.25rem;
}
.entity-comment-item-header > a {
  margin-right: 0.25rem;
}
.entity-comment-item-body {
  margin-bottom: 0.25rem;
  position: relative;
}
.entity-comment-actions {
  margin-bottom: 0.25rem;
  position: relative;
}
.entity-comment-actions > span {
  display: inline-block;
  font-size: 0.8125rem;
}
.entity-comment-actions .entity-comment-reply-btn {
  font-weight: bold;
}
.entity-comment-replies-more {
  font-size: 0.8125rem;
}
.comment-vote-up-btn, .comment-vote-down-btn {
  width: 1.25rem;
  display: block;
  text-align: center;
}
.comment-vote-up-btn {
  margin-left: 0.25rem;
}
span.comment-voted {
  position: absolute;
  display: none;
  width: 100%;
  text-align: center;
  color: #43ac6a;
  font-weight: bold;
  z-index: 55;
  width: auto;
  margin-left: 0.25rem;
}
span.comment-voted-down {
  color: #f04124;
}
span.comment-vote-count {
  font-size: 0.8125rem;
  margin-left: 0.25rem;
}
.entity-comment-add-body-wapper {
  margin-left: 42px;
  margin-right: 0.5rem;
}
.entity-comment-add-body-wapper .entity-comment-photo-btn {
  position: absolute;
  right: 0.5rem;
  line-height: 2rem;
}
.entity-comment-add-body-wapper .entity-comment-emoji-btn {
  position: absolute;
  right: 2.1875rem;
  line-height: 2rem;
  padding: 0 0.375rem;
  font-size: 1rem;
  cursor: pointer;
}
.entity-comment-add-body {
  margin: 0 !important;
  padding: 0.25rem 3rem 0.25rem 0.5rem !important;
  height: 2rem;
  min-height: 2rem;
  font-size: 0.8125rem;
  resize: none;
  transition: none;
}
.entity-comment-photo-btn .webuploader-pick {
  line-height: 2rem;
  padding: 0 0.375rem;
}
.entity-comment-photo-wapper {
  display: inline;
  position: relative;
}
.entity-comment-photo-wapper > div {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  margin-left: -1rem;
  margin-top: -0.625rem;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0.8125rem;
}
.entity-comment-photo-wapper > a {
  position: absolute;
  padding: 0.5rem;
  display: none;
  line-height: 1;
  right: 0;
}
.entity-comment-item-body, .entity-comment-photo {
  margin-bottom: 0.25rem;
}
.entity-comment-photo {
  margin-top: 0.25rem;
}
.entity-comment-photo > a {
  display: inline-block;
}
.entity-comment-photo img {
  width: 70px;
  height: 70px;
}
.entity-comment-reply-list .entity-comment-photo img {
  width: 50px;
  height: 50px;
}
.e-c-photo-mask-error {
  border: 2px solid red;
}
.entity-comment-add-notice {
  font-size: 0.75rem;
  display: block;
}
.entity-comment-box-small {
  margin: 1rem 0 0.25rem 0;
  position: relative;
}
.entity-comment-add-avatar {
  position: absolute;
}
/* comment context menu */
.entity-comment-context-actions, .activity-comment-context-actions, .owner-comment-context-actions {
  display: none;
  right: 0.25rem;
  position: absolute;
  top: 0;
  z-index: 2;
}
/* .entity-comment-item:hover > .entity-comment-context-actions {
  display: block !important;
} */
.entity-comment-context-actions .entity-comment-context-actions-btn,
.activity-comment-context-actions .activity-comment-context-actions-btn,
.owner-comment-context-actions .owner-comment-context-actions-btn {
  display: inline;
  font-size: 1rem;
  padding: 0 0.625rem;
}
.entity-comment-context-actions-menu, .activity-comment-context-actions-menu, .owner-comment-context-actions-menu {
  position: absolute;
  z-index: 10;
  padding: 0.375rem;
  right: 0;
  margin-top: 0.125rem;
}
.entity-comment-context-actions-menu a, .activity-comment-context-actions-menu a, .owner-comment-context-actions-menu a {
  font-size: 0.8125rem;
  display: block;
}
.entity-comment-context-actions-menu ul, .activity-comment-context-actions-menu ul, .owner-comment-context-actions-menu ul {
  margin: 0;
  list-style: none;
  min-width: 6rem;
}
.entity-comment-context-actions-menu ul li, .activity-comment-context-actions-menu ul li, .owner-comment-context-actions-menu ul li {
  padding: 0.25rem 0.375rem;
  margin: 0;
}
.entity-comment-context-actions-menu ul li a, .activity-comment-context-actions-menu ul li a, .owner-comment-context-actions-menu ul li a {
  position: relative;
}
#comment-edit-body-editor {
  height: 7rem;
}
span.entity-comment-edited, span.activity-comment-edited {
  display: inline-block;
  margin-left: 0.25rem;
  font-size: 0.8125rem;
}
.entity-owner-comment-box {
  margin-top: 0.5rem;
}
#owner-comment-show-more {
  margin-top: 0.5rem;
}
/*Small Screen Device*/
@media only screen and (max-width: 40em) {
  .entity-comment-box {
    padding: 0.625rem 0 0 0;
  }
  .entity-comment-box > a .avatar {
    width: 32px;
    height: 32px;
  }
  .entity-comment-box-content {
    margin-left: 42px;
    min-height: 32px;
  }
  .entity-comment-list > li > a .avatar {
    width: 32px;
    height: 32px;
  }
  .entity-comment-list > li .entity-comment-item-content {
    margin-left: 42px;
    min-height: 32px;
  }
  .entity-comment-list {
    margin: 0;
  }
}
#chat-messages-container {
  margin: 0 200px 0 200px;
  position: relative;
}
/* need to choose channel */
#chat-messages-container, #chat-users-list {
  opacity: 0.5;
}
#chat-channels-list, #chat-users-list {
  width: 200px;
  height: 450px;
  padding: 0.5rem;
}
#chat-channels-list > ul, #chat-users-list > ul {
  margin: 0;
  list-style: none;
  position: relative;
}
#chat-channels-list > ul li, #chat-users-list > ul li {
  padding: 0.25rem;
  font-size: 0.8125rem;
}
#chat-messages-container {
  height: 450px;
}
#chat-channels-list > h4, #chat-users-list > h4 {
  font-size: 1.125rem;
  margin: 0.125rem 0.25rem 0.5rem 0.25rem;
}
#chat-channels-list > ul li {
  cursor: pointer;
  font-weight: bold;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
  padding: 0.25rem 0.5rem;
}
#chat-messages-new-text {
  padding: 0.5rem 1rem 0 1rem;
}
#chat-messages-new-input {
  margin: 0;
}
#chat-messages-list > ul {
  margin: 0 1rem;
  list-style: none;
  position: relative;
}
#chat-messages-list > ul::-webkit-scrollbar {
  width: 10px;
}
#chat-messages-new-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
}
#chat-messages-new-input {
  -webkit-box-shadow: none;
  box-shadow: none;
}
#chat-messages-list > ul li {
  margin: 0.625rem 0;
}
.chat-message-item {
  position: relative;
}
.chat-message-item > a {
  position: absolute;
  top: 3px;
}
.chat-message-item-content {
  padding-left: 42px;
  min-height: 32px;
  padding-right: 0.5rem;
}
.chat-message-item-header > a {
  font-weight: bold;
  display: inline-block;
  margin-right: 0.25rem;
}
.chat-message-item-body {
  margin-right: 0.25rem;
  word-break: break-all;
}
#chat-messages-loading {
  text-align: center;
}
.chat-user-item > a {
  position: absolute;
}
.chat-user-item-content {
  padding-left: 42px;
  min-height: 32px;
}
.chat-user-item-content > a {
  display: block;
  line-height: 32px;
}
.chat-notice-item {
  text-align: center;
  font-size: 0.8125rem;
  margin: 0.25rem 0 !important;
}
/* Toolbar */
#chat-toolbar-container {
  position: absolute;
  z-index: 5;
  width: 100%;
  padding: 0.25rem 1rem 0.75rem 1rem;
  font-size: 1rem;
  display: none;
}
#chat-toolbar-container > .float-right {
  display: none;
}
#chat-channel-select-btn {
  font-weight: bold;
}
#chat-chat-select-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 1rem;
  z-index: 6;
  margin-top: -8px;
  margin-left: -85px;
}

@media only screen and (max-width: 40em) {
  #chat-channels-list, #chat-users-list {
    display: none;
  }
  #chat-messages-container {
    margin: 0;
  }
  #chat-messages-list > ul {
    margin: 0;
  }
  #chat-messages-list > ul li:first-child {
    margin-top: 2rem;
  }
  #chat-messages-new-text {
    padding: 0.5rem 0 0 0;
  }
  #chat-toolbar-container {
  padding: 0.25rem 0 0.75rem 0;
  }
  #chat-toolbar-container {
    display: block;
  }
}

@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  #chat-channels-list {
    display: none;
  }
  #chat-messages-container {
    margin: 0 200px 0 0;
  }
  #chat-messages-list > ul {
    margin: 0 1rem 0 0;
  }
  #chat-messages-list > ul li:first-child {
    margin-top: 2rem;
  }
  #chat-messages-new-text {
    padding: 0.5rem 1rem 0 0;
  }
  #chat-toolbar-container {
  padding: 0.25rem 1rem 0.75rem 0;
  }
  #chat-toolbar-container {
    display: block;
  }
}
.chat-message-item-header .time-ago {
  font-size: 0.8125rem;
}
#chat-bar-main {
  position: fixed;
  bottom: 0;
  right: 1rem;
  z-index: 28;
  width: 200px;
  font-size: 0.8125rem;
  box-shadow: 0 0px 2px 0 rgba(0,0,0,0.1),0 1px 0 0 rgba(0,0,0,0.1);
}
#chat-bar-closed-container {
  position: fixed;
  bottom: 0;
  right: 1rem;
  z-index: 28;
  cursor: pointer;
  font-size: 0.8125rem;
  padding: 0.5rem 0.625rem;
  box-shadow: 0 0px 2px 0 rgba(0,0,0,0.1),0 1px 0 0 rgba(0,0,0,0.1);
  display: none;
}
#chat-bar-main > header, #chat-bar-main > footer {
  padding: 0.5rem;
  font-weight: bold;
  cursor: pointer;
}
#chat-bar-main > header {
  display: none;
  padding: 0.5rem 0.75rem;
  position: relative;
}
#chat-bar-main > header > span {
  display: inline-block;
  margin-left: 0.25rem;
}
#chat-bar-main-settings {
  margin: 0;
  list-style: none;
  position: absolute;
  top: 32px;
  right: 3px;
  z-index: 2;
  font-size: 0.75rem;
  box-shadow: 0 0px 2px 0 rgba(0,0,0,0.1),0 1px 0 0 rgba(0,0,0,0.1);
  font-weight: normal;
  padding: 0.25rem 0;
  display: none;
}
#chat-bar-main-settings:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: inset 7px;
  border-bottom-style: solid;
  position: absolute;
  top: -14px;
  right: 0.5rem;
}
#chat-bar-main-settings li a {
  display: block;
  padding: 0.25rem 1rem;
}
#chat-bar-main > section {
  display: none;
  height: 240px;
}
#chat-bar-main > footer i {
  display: inline-block;
  margin-right: 0.25rem;
}
#chat-bar-main > footer span {
  display: inline-block;
  margin-left: 0.25rem;
}
#chat-bar-main > footer i.connected {
  color: rgba(0, 128, 0, 0.7);
}
#chat-bar-main > footer i.disconnected {
  color: rgba(255, 0, 0, 0.7);
}
#chat-bar-settings-btn {
  padding: 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
}
#chat-bar-bell-set-btn {
  padding: 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.25rem;
}
#chat-bar-friends-list-loading {
  display: none;
  text-align: center;
  padding: 0.5rem 0;
}
#chat-bar-friends-list {
  margin: 0;
  list-style: none;
  max-height: 240px;
  overflow: auto;
}
#chat-bar-friends-list > li {
  margin: 0 0.25rem;
  cursor: pointer;
  padding: 0.125rem 0.25rem;
  position: relative;
  font-size: 0.8125rem;
}
#chat-bar-friends-list > li:first-child {
  margin-top: 0.5rem;
}
#chat-bar-friends-list > li:last-child {
  margin-bottom: 0.5rem;
}
#chat-bar-friends-list > li > span {
  position: absolute;
  width: 28px;
  height: 28px;
  font-size: 1rem;
  line-height: 28px;
  text-align: center;
}
#chat-bar-friends-list > li > span svg {
  width: 28px;
  height: 28px;
}
#chat-bar-friends-list > li > span text {
  font-size: 16px;
  text-anchor: middle;
}
#chat-bar-friends-list > li > div {
  margin-left: 33px;
  line-height: 28px;
  position: relative;
  height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

/* chat-bar message */
#chat-bar-message-container {
  position: fixed;
  bottom: 0;
  right: 224px;
  z-index: 28;
  margin: 0;
  list-style: none;
}
#chat-bar-message-container > li {
  font-size: 0.8125rem;
  line-height: 1.1;
  margin-top: 0.5rem;
  display: table-cell;
  vertical-align: bottom;
}
#chat-bar-message-container > li .chat-bar-message {
  margin-left: 0.25rem;
  box-shadow: 0 0px 2px 0 rgba(0,0,0,0.1),0 1px 0 0 rgba(0,0,0,0.1);
}
#chat-bar-message-container > li:first-child .chat-bar-message {
  margin-left: 0 !important;
}
.chat-bar-message > header {
  position: relative;
}
.chat-bar-message > header, .chat-bar-message > footer {
  padding: 0.5rem;
  font-weight: bold;
  cursor: pointer;
}
.chat-bar-message > footer {
  width: 9.5rem;
  display: none;
  position: relative;
}
.chat-bar-message > footer > span, .chat-bar-message > header > span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.chat-bar-message > header > span {
  padding-right: 2.25rem;
}
.chat-bar-message > footer > a {
  position: absolute;
  right: 0.5rem;
  top: 0;
  line-height: 1.875rem;
  display: none;
}
html.no-touch .chat-bar-message > footer:hover > a {
  display: block;
}
html.touch .chat-bar-message > footer > a {
  display: block;
}
.chat-bar-message > header {
  padding: 0.5rem 0.75rem;
  width: 256px;
  line-height: 1;
}
.chat-bar-message > header > a {
  position: absolute;
  right: 0.75rem;
  top: 0;
  line-height: 1.875rem;
}
.chat-bar-message-profile-btn {
  right: 1.875rem !important;
}
.chat-bar-message > section {
  width: 256px;
  height: 256px;
  position: relative;
}
.chat-bar-message-histroy-loading {
  position: absolute;
  top: 0;
  z-index: 2;
  display: none;
  text-align: center;
  width: 100%;
  padding: 0.5rem 0;
}
.chat-bar-message-input-warp {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.chat-bar-message-input {
  margin: 0 !important;
  box-shadow: none !important;
  border: 0 !important;
  height: 32px;
  min-height: 32px;
  font-size: 0.8125rem !important;
  resize: none;
  transition: none;
}
.chat-bar-message-list-container {
  margin-bottom: 32px;
  width: 100% !important;
  border: none;
  display: block;
}
.chat-bar-message-list-warp {
  vertical-align: bottom;
  height: 14rem;
  min-height: 14rem;
  padding: 0;
  width: 16rem;
}
.chat-bar-message-list {
  line-height: 1.3;
  margin: 0;
  list-style: none;
  width: 100%;
}
.chat-bar-message-list > li {
  margin-bottom: 0.5rem;
}
.chat-bar-message-list .emoji {
  width: 16px !important;
  height: 16px !important;
  vertical-align: text-bottom;
}
.chat-bar-message-list > li:first-child {
  margin-top: 0.5rem;
}
.chat-bar-message-list  li.c-b-m-ts {
  text-align: center;
}
.chat-bar-message-list  li.c-b-m-notice {
  text-align: center;
  font-size: 0.75rem;
}
.chat-bar-message-list .time-ago {
  font-size: 0.75rem;
}
.chat-bar-message-list .c-b-m-c {
  position: relative;
  max-width: 12rem;
  padding: 0.5rem;
  margin-left: 14px;
  display: inline-block;
  text-align: left;
  font-size: 0.75rem;
}
.chat-bar-message-list .c-b-m-c:after {
  content: "";
  position: absolute;
  top: 8px;
  left: -10px;
  border-style: solid;
  border-width: 8px 10px 8px 0;
  display: block;
  width: 0;
  z-index: 1;
}
.chat-bar-message-list > li.c-b-m-c-mc {
  text-align: right;
}
.chat-bar-message-list .c-b-m-c-m {
  position: relative;
  max-width: 12rem;
  padding: 0.5rem;
  display: inline-block;
  margin-right: 14px;
  text-align: left;
  font-size: 0.75rem;
}
.chat-bar-message-list .c-b-m-c-m:after {
  content: "";
  position: absolute;
  top: 8px;
  right: -10px;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  display: block;
  width: 0;
  z-index: 1;
}
.chat-bar-message span.c-b-m-s {
  font-weight: normal;
  display: inline-block;
  margin-left: 0.25rem;
  font-size: 0.75rem;
}
.chat-bar-message span.c-b-m-un {
  padding: 0.125rem 0.375rem;
  display: none;
}

/*Small Screen Device*/
@media only screen and (max-width: 40em) {
  #chat-bar-main {
    right: 0.5rem;
    width: 120px;
  }
  #chat-bar-message-container {
    right: 135px;
  }
  #chat-bar-message-container li .chat-bar-message {
    margin-left: 0.125rem;
  }
  #chat-bar-settings-btn, #chat-bar-bell-set-btn {
    float: none !important;
  }
}
#status-share-container {
  padding: 0.875rem 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 0px 2px 0 rgba(0,0,0,0.1), 0 1px 0 0 rgba(0,0,0,0.1);
}
#status-share-container #status-share-body {
  margin-bottom: 0.625rem;
  line-height: 1.4;
  resize: none;
  max-height: 20rem;
  transition: none;
}
#status-share-submit-btn {
  margin-bottom: 0
}
#status-uploading-photos, #status-uploading-photos-modal {
  overflow-x: auto;
  overflow-y: hidden;
  display: none;
}
#status-photo-uploading-list, #status-photo-uploading-list-modal {
  position: relative;
  overflow: hidden;
  width: 0;
  margin: 0;
  list-style: none;
}
#status-photo-uploading-list li, #status-photo-uploading-list-modal li {
  float: left;
  width: 70px;
  text-align: center;
  position: relative;
}
#status-photo-uploading-list li .s-n-photo-delete, #status-photo-uploading-list-modal li .s-n-photo-delete {
  position: absolute;
  right: 2px;
  top: 0;
  padding: 0 0.375rem;
  background-color: rgba(204, 204, 204, 0.8);
  display: none;
  color: rgba(255, 0, 0, 0.6);
  z-index: 10;
}
html.no-touch #status-photo-uploading-list li:hover .s-n-photo-delete, html.no-touch #status-photo-uploading-list-modal li:hover .s-n-photo-delete {
  display: block;
}
html.touch #status-photo-uploading-list li .s-n-photo-delete, html.touch #status-photo-uploading-list-modal li .s-n-photo-delete {
  display: block;
}
#status-photo-uploading-list li .s-n-photo-preview, #status-photo-uploading-list-modal li .s-n-photo-preview {
  width: 70px;
  height: 64px;
}
#status-photo-uploading-list li .s-n-photo-mask, #status-photo-uploading-list-modal li .s-n-photo-mask {
  position: absolute;
  width: 64px;
  height: 64px;
  left: 3px;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
#status-photo-uploading-list li .s-n-photo-mask-error, #status-photo-uploading-list-modal li .s-n-photo-mask-error {
  top: 0 !important;
  background-color: rgba(252, 81, 81, 0.7);
}
#status-file-uploading-list-modal, #status-file-uploading-list, #status-video-uploading-list-modal, #status-video-uploading-list {
  list-style: none;
  margin: 0;
  font-size: 0.8125rem;
}
#status-file-uploading-list-modal li, #status-file-uploading-list li, #status-video-uploading-list-modal li, #status-video-uploading-list li {
  margin: 0.5rem 0;
}
.s-n-file-error, .s-n-video-error {
  color: #ec5840;
}
.s-n-file-delete, .s-n-video-delete {
  display: inline-block;
  margin-left: 0.375rem;
}
.s-n-file-progress, .s-n-video-progress {
  display: block;
  height: 2px;
  margin: 2px 0;
}
.s-n-file-progress span, .s-n-video-progress span {
  display: block;
  height: 2px;
  background-color: rgb(28, 184, 65);
}
#status-emoji-btn, #status-photo-upload-btn, #status-file-upload-btn, #status-video-upload-btn, #poll-new-btn, #status-emoji-btn-modal,
#status-photo-upload-btn-modal, #status-file-upload-btn-modal, #status-video-upload-btn-modal, #poll-new-btn-modal, #status-owner-switch,
#status-owner-alt-switch, #content-new-btn-modal, #content-new-btn-alt, #status-gif-insert-btn-modal {
  margin-right: 1rem;
  display: inline-block;
}
#status-emoji-btn i, #status-photo-upload-btn i, #status-file-upload-btn i, #status-video-upload-btn i, #poll-new-btn i,
#status-photo-upload-btn-modal i, #status-emoji-btn-modal i, #status-file-upload-btn-modal i, #status-video-upload-btn-modal i,
#poll-new-btn-modal i, #content-new-btn-modal i, #content-new-btn-alt i {
  cursor: pointer;
  font-size: 1.25rem;
  line-height: 2.8125rem;
  display: inline-block;
}
#status-gif-insert-btn-modal svg {
  cursor: pointer;
  margin-top: 0.625rem;
  width: 1.3125rem;
  height: 1.3125rem;
}
#status-emoji-btn i, #status-emoji-btn-modal i {
  font-size: 1.5rem;
  margin-top: -0.125rem;
}
#status-photo-upload-btn .webuploader-pick, #status-file-upload-btn .webuploader-pick,
#status-video-upload-btn .webuploader-pick,
#status-photo-upload-btn-modal .webuploader-pick, #status-file-upload-btn-modal .webuploader-pick,
#status-video-upload-btn-modal .webuploader-pick {
  padding: 0;
}
#status-photo-upload-btn > div, #status-file-upload-btn > div, #status-photo-upload-btn-modal > div,
#status-file-upload-btn-modal > div, #status-video-upload-btn-modal > div,
#status-video-upload-btn-modal > div {
  height: 2rem;
  width: 1.4375rem;
}
#status-owner-switch-btn {
  line-height: 2.75rem;
  font-size: 1.25rem;
  display: inline-block;
}
#status-owner-alt-switch-btn {
  line-height: 2.75rem;
  font-size: 1.25rem;
  display: inline-block;
}
#status-owner-query, #status-owner-alt-query {
  padding: 0.5rem;
  height: 2.125rem;
  font-size: 0.8125rem;
}
#status-owner-query-waiting, #status-owner-alt-query-waiting {
  position: absolute;
  right: 1.75rem;
  top: 1.75rem;
}
#status-owner-list, #status-owner-alt-list {
  /*height: 8.5rem;*/
  margin: 0 -3px 0.5rem -3px;
  list-style: none;
}
#status-owner-list li, #status-owner-alt-list li {
  height: 41px;
  padding: 3px;
  position: relative;
  cursor: pointer;
}
#status-owner-reset-btn, #status-owner-alt-reset-btn {
  padding: 0.5rem 1.5rem;
}
.status-owner-cover {
  width: 35px;
  height: 35px;
  position: absolute;
  text-align: center;
}
.status-owner-cover img {
  width: 35px;
  height: 35px;
}
.status-owner-cover .page-avatar, .status-owner-cover .avatar, .status-owner-cover svg {
  width: 35px !important;
  height: 35px !important;
  line-height: 35px;
}
.status-owner-cover .page-avatar i, .status-owner-cover .avatar i {
  font-size: 1rem;
}
.status-owner-cover text, #status-owner-switch-btn text, #status-owner-alt-switch-btn text {
  fill: #fff;
  font-size: 1rem;
  text-anchor: middle;
}
.status-owner-info {
  margin-left: 45px;
  min-height: 40px;
  line-height: 35px;
}
#status-owner-switch-btn svg, #status-owner-alt-switch-btn svg {
  vertical-align: middle;
}
#status-owner-switch-btn text, #status-owner-alt-switch-btn text {
  text-anchor: middle;
}
#status-owner-switch-btn img, #status-owner-alt-switch-btn img, #status-owner-switch-btn svg, #status-owner-alt-switch-btn svg {
  width: 32px;
  height: 32px;
}
#status-share-actions-items {
  list-style: none;
  overflow: auto;
  margin: 0;
}
#status-share-actions-items > li {
  float: left;
}
#modal-status-post-facebook, #modal-status-post-twitter, #status-share-facebook, #status-share-twitter {
  font-size: 1.375rem;
  margin-right: 0.25rem;
  vertical-align: middle;
}
#status-post-body, #status-forward-body {
  min-height: 2.5rem;
  line-height: 1.4;
  max-height: 10rem;
  resize: none;
  transition: none;
  margin-bottom: 0.5rem;
}
/* fix overlay bug */
.textoverlay {
  line-height: 1.4;
}
/* Status Show */
.status-links i {
  margin-right: 1px;
  display: inline-block;
}
.status-links-title i {
  margin-right: 3px;
  display: inline-block;
}
.profile-mentions b, .status-hashtags b, .status-links b, .status-links-title b {
  font-weight: normal;
}
.profile-mentions s, .status-hashtags s, .status-links s, .status-links-title s {
  text-decoration: none;
}
.status-link-jump {
  margin-bottom: 1rem;
  display: block;
}
.status-link-jump-image {
  /*display: block;*/
  /*max-width: 100%;*/
  /*max-height: 240px;*/
  display: inline-block;
  margin-bottom: 1rem;
}
.status-link-jump-image >div > img {
  max-width: 100%;
  max-height: 240px;
}
.status-link-image-preview {
  position: absolute;
  width: 110px;
  height: 100px;
  background-position: center center;
  background-size: cover;
  text-align: center;
}
.status-link-image-preview i {
  font-size: 3rem;
  line-height: 100px;
}
.status-link-image-preview span {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  font-size: 0.75rem;
  padding: 2px;
  line-height: 1;
}
html.no-touch .status-link-image-preview:hover span {
  display: none;
}
.status-link-content {
  margin-left: 112px;
  height: 100px;
  overflow: hidden;
  padding: 0.5rem;
}
.status-link-content h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.status-link-content .status-link-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.status-link-content h4 {
  font-size: 0.9375rem;
  margin-bottom: 0.25rem;
}
.status-link-description {
  font-size: 0.8125rem;
}
/* article with large image */
.status-link-jump-large-pic {
  position: relative;
  margin-bottom: 1rem;
  display: inline-block;
  min-height: 85px;
}
.status-link-jump-large-image {
  max-width: 100%;
  max-height: 240px;
  display: block;
}
.status-link-jump-large-image img {
  max-width: 100%;
  max-height: 240px;
}
.status-link-jump-large-title {
  position: absolute;
  bottom: 0;
  display: block;
  z-index: 15;
  padding: 0.5rem 0.75rem;
}
.status-link-jump-large {
  color: #fff !important;
  text-shadow: 0 1px rgba(0, 0, 0, 0.32);
}
.status-link-jump-large h4 {
  font-size: 1rem !important;
  line-height: 1.3;
  color: #fff !important;
  text-shadow: 0 1px rgba(0, 0, 0, 0.32);
  margin: 0 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}
.status-link-jump-large span {
  font-size: 0.75rem;
  display: block;
}
/* video link */
.status-link-video {
  margin-bottom: 1rem;
  max-width: 100%;
}
.status-link-video-preview {
  height: 240px;
  width: 320px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background-size: cover;
  max-width: 100%;
}
.status-link-video-preview span {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -32px;
  line-height: 1;
}
html.no-touch .status-link-video-preview span i {
  color: rgba(255, 255, 255, 0.7);
  font-size: 4rem;
}
.status-link-video-preview:hover span i {
  color: rgba(255, 255, 255, 0.9);
}
.status-link-video-content {
  position: relative;
  display: inline-block;
  max-width: 100%;
}
.status-link-video-jump-title {
  position: absolute;
  bottom: 0;
  display: block;
  padding: 0.5rem 0.75rem;
  width: 100%;
  background: black;
  background: rgba(0,0,0,0.6);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.6)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
}
.status-link-video-jump {
  color: #fff !important;
  text-shadow: 0 1px rgba(0, 0, 0, 0.32);
}
.status-link-video-jump h4 {
  font-size: 1rem !important;
  line-height: 1.3;
  color: #fff !important;
  text-shadow: 0 1px rgba(0, 0, 0, 0.32);
  margin: 0 !important;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
}
.status-link-video-jump span {
  font-size: 0.75rem;
  display: block;
  margin-bottom: 0.25rem;
}
.status-link-video-player {
  display: none;
}
.status-link-video-player > div {
  width: 480px;
  max-width: 100%;
}
.status-action-group {
  margin-top: 0.75rem;
}
/* GIF */
.activity-status-gif {
  margin-bottom: 1rem;
}
#status-forward-content-preview {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.8125rem;
  padding: 0.375rem 0.625rem;
}
/* Activity List */
.activity-list {
  margin-bottom: 1.25rem;
}
.activities-not-found {
  margin: 1rem 0;
}
.activity-item {
  position: relative;
  margin-bottom: 1rem;
  word-wrap: break-word;
  padding: 1rem 1rem 0.375rem 1rem;
}
.activity-list .activity-item:last-child {
  margin-bottom: 0;
}
.activity-header {
  margin-bottom: 1rem;
}
.activity-header > a {
  position: absolute;
}
.activity-title {
  margin-left: 58px;
  min-height: 48px;
}
.activity-title .time-ago {
  font-size: 0.8125rem;
}
.activity-body {
  /*overflow: auto;*/
}
.activity-footer {
  margin-bottom: 0.625rem;
}
.activity-status-body, .activity-poll-body {
  margin-bottom: 1rem;
}
.activity-subitem {
  margin: 0 -1rem 0.625rem -1rem;
}
.activity-subitem-container {
  margin: 0 1rem;
  padding: 0.625rem 0 0.625rem 0;
}
.activity-s-header, .activity-s-body, .activity-s-body .activity-status-body, .activity-s-body .status-photos-box {
  margin-bottom: 0.25rem;
}
.activity-s-body .activity-entity-body {
  background-color: transparent!important;
  margin-bottom: 0.25rem;
}
.activity-s-footer a {
  font-size: 0.8125rem;
}
.activity-s-stats {
  float: right;
}
.activity-s-stats li a {
  padding: 0.125rem 0.5rem;
}
.activity-footer .menu a {
  text-align: center;
  padding: 0;
  line-height: 1.5;
}
/*.activity-footer .menu a > span {
  font-size: 0.75rem;
  display: inline-block;
  vertical-align: middle;
}*/
.activity-footer .menu li {
  width: 33.333%;
}
.status-link-jump-image, .status-link-video, .status-link-app, .status-link-jump-large-pic {
  max-width: 450px;
}
.status-link-app {
  margin-bottom: 1rem;
}
.status-link-jump {
  max-width: 500px;
}
.activity-s-body .status-link-jump-image, .activity-s-body .status-link-video, .activity-s-body .status-link-app, .activity-s-body .status-link-jump-large-pic, .activity-s-body .status-link-jump {
  margin-bottom: 0.25rem;
}
.activity-likers-preview {
  margin-bottom: 0.625rem;
  font-size: 0.8125rem;
}
.activity-likers-preview a {
  margin-right: 0.25rem;
  position: relative;
  display: inline-block;
}
.activity-likers-preview .avatar {
  width: 22px;
  height: 22px;
}
.activity-likers-preview .avatar text {
  font-size: 12px;
}
.activity-likers-preview .avatar svg {
  width: 22px;
  height: 22px;
}
.activity-likers-preview .avatar i {
  font-size: 9px;
  line-height: 22px;
}
.activity-likers-preview .member-badge-32 {
  width: 11px;
  height: 11px;
}
.activity-owner-group {
  display: inline-block;
}
.activity-owner-group > i {
  display: inline-block;
  margin: 0 0.375rem;
}
.activity-pinned-label {
  margin-right: -1rem;
  margin-top: -1rem;
  border-style: solid;
  border-width: 0 45px 35px 0;
  float: right;
  height: 0px;
  width: 0px;
  transform: rotate(360deg);
}
.activity-pinned-text {
  font-size: 0.75rem;
  font-weight: bold;
  position: relative;
  right: -31px;
  top: -1px;
  white-space: nowrap;
  transform: rotate(45deg);
}
.activity-entity-actions {
  display: none;
  right: 0.5rem;
  top: 0.75rem;
  position: absolute;
  z-index: 116;
}
html.no-touch .activity-item:hover .activity-entity-actions {
  display: block !important;
}
html.touch .activity-item .activity-entity-actions {
  display: block !important;
}
.activity-entity-actions .activity-entity-actions-btn {
  display: inline-block;
  font-size: 1rem;
  width: 1.5rem;
  text-align: center;
}
.activity-entity-actions-menu {
  position: absolute;
  z-index: 10;
  padding: 0.5rem 0.375rem;
  right: 0;
  margin-top: 0.125rem;
  box-shadow:0 0 10px 6px rgba(0,0,0,.1);
}
.activity-entity-actions-menu a {
  display: block;
  padding: 0.375rem;
}
.activity-entity-actions-menu ul {
  margin: 0;
  min-width: 10rem;
  list-style: none;
}
.activity-subitem-deleted-notice {
  font-size: 0.8125rem;
  font-style: italic;
}
.activity-filter-container {
  margin-bottom: 0.875rem;
}
.activity-type-select-btn, .activity-refresh-btn {
  padding: 0.5rem 1rem;
  display: inline-block;
}
#activity-show-more-btn {
  margin: 0;
}
.activity-entity-body {
  margin-bottom: 1rem;
  width: 100%;
  max-width: 450px;
}
.activity-entity-body h4 {
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}
.activity-entity-cover {
  background-size: cover;
  background-position: center center;
  height: 150px;
  max-width: 450px;
  background-repeat: no-repeat;
}
.activity-entity-listing-cover {
  height: 200px;
}
.activity-entity-card-body {
  padding: 0.5rem;
}
.activity-video-preview {
  margin-bottom: 1rem;
  cursor: pointer;
}
.activity-video-body {
  background-size: cover;
  background-position: center center;
  max-width: 450px;
  height: 250px;
  margin-bottom: 1rem;
  position: relative;
}
.activity-video-body > span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 4rem;
  margin-left: -27px;
  margin-top: -32px;
  line-height: 1;
}
.activity-video-body > span {
  color: rgba(255, 255, 255, 0.7);
}
html.no-touch .activity-video-body:hover > span {
  color: rgba(255, 255, 255, 0.9);
}
.activity-video-body h4, .activity-video-player-warp h4 {
  font-size: 1.125rem;
  padding: 0.5rem 0.75rem;
}
.activity-video-player-warp {
  max-width: 450px;
}
.activity-track-body h4 {
  font-size: 0.9375rem;
  padding: 0.5rem;
}
.activity-video-body h4, .activity-track-body h4 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: 1.3;
  color: #fff;
  background: black;
  background: rgba(0,0,0,0.6);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.6)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
  text-shadow: 0 1px rgba(0, 0, 0, 0.32);
  margin: 0;
}
.activity-track-body {
  background-size: cover;
  background-position: center center;
  max-width: 180px;
  height: 180px;
  margin-bottom: 1rem;
  position: relative;
}
.activity-track-body > span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 3rem;
  margin-left: -20px;
  margin-top: -24px;
  line-height: 1;
}
.activity-track-body > span {
  color: rgba(255, 255, 255, 0.7);
}
html.no-touch .activity-track-body:hover > span {
  color: rgba(255, 255, 255, 0.9);
}
.activity-listing-price {
  position: relative;
  max-width: 450px;
}
.activity-listing-price div {
  position: absolute;
  right: 0;
  /*background-color: rgba(255,255,255,0.95);*/
  padding: 0.25rem 0.75rem;
  font-size: 1.125rem;
  border-bottom-left-radius: 0.375rem;
}

/* Activity Comments */
.activity-comments {
  padding: 0.625rem 1rem;
  margin: 0 -1rem -0.375rem -1rem;
}
.activity-comment-box {
  position: relative;
}
.activity-comment-add-avatar {
  position: absolute;
}
.activity-comment-add-btn {
  margin: 0;
  padding: 0.5rem 0.875rem !important;
  position: absolute;
  right: 0;
}
.activity-comment-add-body-wapper {
  margin-left: 42px;
  position: relative;
}
.activity-comment-add-body-wapper .activity-comment-photo-btn {
  position: absolute;
  right: 0;
  line-height: 2rem;
}
.activity-comment-add-body-wapper .activity-emoji-btn {
  position: absolute;
  right: 1.6875rem;
  line-height: 2rem;
  padding: 0 0.375rem;
  font-size: 1rem;
  cursor: pointer;
}
.activity-comment-add-body {
  margin: 0 !important;
  padding: 0.25rem 3rem 0.25rem 0.5rem !important;
  height: 2rem;
  min-height: 2rem;
  font-size: 0.8125rem;
  resize: none;
  transition: none;
}
.activity-comment-photo-btn .webuploader-pick {
  line-height: 2rem;
  padding: 0 0.375rem;
}
.activity-comment-photo-wapper {
  display: inline;
  position: relative;
}
.activity-comment-photo-wapper > div {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  margin-left: -1rem;
  margin-top: -0.625rem;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 0.8125rem;
}
.activity-comment-photo-wapper > a {
  position: absolute;
  padding: 0.5rem;
  display: none;
  line-height: 1;
  right: 0;
}
.activity-comment-item-main {
  border-radius: 0.5rem;
  padding: 0.375rem 0.625rem;
}
.activity-comment-item-footer {
  padding-left: 0.5rem;
  margin: 0.25rem 0;
}
.activity-comment-item-footer > div {
  display: inline-block;
  padding-right: 0.375rem;
}
.activity-comment-item-footer > div a {
  font-weight: bold;
  font-size: 0.75rem;
}
.activity-comment-item-footer > div .time-ago {
  font-size: 0.75rem;
}
.activity-comment-reply-list .entity-comment-photo img {
  width: 50px;
  height: 50px;
}
.a-c-photo-mask-error {
  border: 2px solid red;
}
.activity-comment-add-notice {
  font-size: 0.75rem;
  display: block;
}
.activity-comment-add-body-btn {
  position: absolute;
  right: 0;
  width: 1.5rem;
  line-height: 2rem;
  text-align: center;
  cursor: pointer;
}
.activity-comment-add-body-main {
  padding-right: 2rem;
}
.activity-comment-add-body-main > div {
  position: relative;
}
.activity-comment-list, .activity-comment-reply-list {
  margin: 0;
  list-style: none;
}
.activity-comment-list li, .activity-comment-reply-list li {
  margin: 0.625rem 0;
  /*font-size: 0.875rem;*/
  position: relative;
}
.activity-comment-list li > a, .activity-comment-reply-list li > a {
  position: absolute;
  top: 2px;
}
.activity-comment-item-header {
  font-size: 0.8125rem;
}
.activity-comment-item-header .comment-user {
  margin-right: 0.25rem;
}
.activity-comment-item-content {
  margin-left: 42px;
  min-height: 32px;
}
.activity-comment-replies-more {
  padding-left: 0.5rem;
  font-size: 0.8125rem;
}
/* Status Files */
.status-files-list {
  list-style: none;
  margin: 0 0 0.625rem 0;
}
.status-files-list li {
  margin: 0.125rem 0;
}
.status-files-list li i {
  display: inline-block;
  margin-right: 0.25rem;
}
.status-files-list li span {
  font-size: 0.8125rem;
}
/* Status Video */
.status-video-player {
  margin-bottom: 0.625rem;
}
/* Status Photos */
.activity-status-source {
  font-size: 0.8125rem;
}
.status-photos-box {
  max-width: 450px;
  max-height: 450px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.status-photos-box img {
  max-height: 450px;
/*  width: auto;
  min-width: 100%;
  max-width: initial;
  height: 100%;
  _width: 100%;
  _height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: perspective(1px) translate(-50%,-50%);
  -webkit-transform: perspective(1px) translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: perspective(1px) translate(-50%,-50%);*/
}
.status-photos-box > .s-p-b-item-2:nth-last-of-type(4){
  margin-right: 0;
}
.status-photos-box > .s-p-b-item-2:last-child, .status-photos-box > .s-p-b-item-3:last-child {
  margin-right: 0;
}
.s-p-b-item {
  display: inline-block;
  overflow: hidden;
  position: relative;
  float: left;
}
.s-p-b-item a {
  display: block;
}
.s-p-b-item-3 {
  width: -webkit-calc((100% - 4px) / 3);
  width: -moz-calc((100% - 4px) / 3);
  width: calc((100% - 4px) / 3);
  max-height: 140px;
  margin-right: 2px;
}
.s-p-b-item-2 {
  width: -webkit-calc((100% - 2px) / 2);
  width: -moz-calc((100% - 2px) / 2);
  width: calc((100% - 2px) / 2);
  max-height: 223px;
  margin-right: 2px;
  margin-bottom: 2px;
}
.s-p-b-item-1 {
  width: 100%;
  max-height: 223px;
  margin-bottom: 2px;
}
.s-p-b-item-more {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
.s-p-b-item-more span {
  position: absolute;
  top: 50%;
  width: 100%;
  left: 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5rem;
  margin-top: -0.75rem;
}
.s-p-b-item-larger {
  height: auto;
  max-height: 220px;
}
/* Reaction */
.activity-react-warp {
  position: relative;
}
.reaction-options {
  position: absolute;
  z-index: 200;
  bottom: 54px;
  left: -16px;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 0px);
  transition: transform 0.3s ease-in-out 0s, opacity 0.3s ease-in-out 0s, visibility 0.3s ease-in-out 0s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 64px;
  padding: 0 16px;
  box-shadow:0 0 10px 6px rgba(0,0,0,.1);
  width: 312px;
}
.reaction-options .reaction-option {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  cursor: pointer;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
}
.reaction-options .reaction-option img {
  border-radius: 50%;
}
.reaction-options .reaction-option:last-child {
  margin-right: 0;
}
.reaction-options .reaction-option:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.reaction-options .reaction-option.reaction-selected {
  border-width: 2px;
  border-style: solid;
}
.reaction-options .reaction-option .reaction-option-image {
  width: 100%;
  height: 100%;
}
.activity-reactions-warp {
  margin-bottom: 0.25rem;
  overflow: auto;
}
.activity-reactions-preview {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.a-r-p-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px;
  margin-left: -4px;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
}
.a-r-p-item:last-child {
  margin-left: 0;
}
.a-r-p-item img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  vertical-align: middle;
}
.a-r-p-item-count {
  line-height: 25px;
  margin-left: 0.25rem;
  padding: 0 0.375rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.activity-reactions-stats {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.activity-reactions-stats li {
  margin-left: 0.75rem;
  line-height: 25px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 0.8125rem;
}
.activity-reactions-stats li:first-child {
  margin-left: 0;
}
.site-conversations-page {
  overflow: hidden;
}
.conversions-page {
  padding: 0.625rem;
  /*margin-top: 2px;*/
}
.conversions-page > .row {
  margin: 0;
}
.new-message-btn {
  margin-top: 0.325rem;
  padding: 0.625rem 1rem !important;
  margin-bottom: 0;
}
#conversation-search {
  margin: 0;
}
#conversation-search-q {
  margin-top: 0.325rem;
  width: 100px;
  font-size: 0.8125rem;
  padding: 0.25rem 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0;
  margin-left: 0.25rem;
  border: 0;
  display: inline-block;
  height: 2.125rem;
}
#conversation-search-q:focus {
  width: 120px;
}
#conversation-content {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: none;
  padding-right: 0.875rem;
}
#conversions-list-section > h3 {
  margin-top: 0.325rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
.conversations-list {
  list-style: none;
  margin: 0;
}
.conversations-list li {
  position: relative;
  padding: 0.5rem 0.375rem;
  word-wrap: break-word;
  min-height: 45px;
}
.conversations-list li .avatar {
  position: absolute;
}
.conversation-list-body {
  margin-left: 40px;
}
.conversation-subject-wapper {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  height: 1.375rem;
}
.show-conversation {
  display: block;
}
.show-conversation .avatar {
  margin-top: 0.1875rem;
}
.conversation-msg-count, .conversation-unread-msg-count {
  float: right;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 11px;
  text-align: center;
  padding: 0.125rem 0.5rem;
  margin-left: 0.375rem;
}
.conversation-unread-msg-count {
  background-color: #f04124;
  color: #fff;
}
.conversation-list-info {
  position: relative;
}
.conversation-updated-at {
  position: absolute;
  right: 0;
  top: 0;
}
.conversation-list-subject {
  font-weight: bold;
}
.conversation-list-info, .conversation-list-info .time-ago {
  font-size: 0.75rem;
}
#conversations-box {
  height: 100%;
  width: 100%;
  overflow-y: auto;
  overflow-x: none;
  padding: 0.375rem;
  margin-top: 0.625rem;
}
.conversations-show-more, .messages-show-more {
  margin: 0.625rem 0 0 0;
  padding: 0.75rem 1.75rem !important;
}
form#new_conversation #conversation_subject {
  margin-top: 0.875rem;
}
#no-conversation-text {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 8rem;
}
#no-conversation-controls {
  text-align: center;
  padding: 0.5rem 0;
}
.conversation-participants-container h1 {
  font-size: 2rem;
  margin: 0.625rem 0;
}
.conversation-participants {
  position: relative;
}
.conversation-message-actions {
  position: absolute;
  right: 0;
  top: 0;
}
.conversation-message-actions .button {
  padding: 0.5rem 1rem;
  margin: 0 0.375rem 0 0;
}
.conversation-new-message {
  padding-top: 0.75rem;
  position: relative;
  display: none;
}
.conversation-new-message > a {
  position: absolute;
}
.conversation-new-message .form-actions a {
  font-size: 0.8125rem;
}
.conversation-new-message .form-actions .float-right .button {
  margin: 0 0 0 0.5rem;
}
.new-message-body {
  margin-left: 58px;
}
.new-message-body form {
  margin: 0;
}
.conversation-participants-list {
  margin: 0.75rem 7rem 0.75rem 0;
}
.conversation-participants-list li {
  display: inline-block;
  margin: 0;
}
.conversation-participants-list li > a {
  position: relative;
  display: inline-block;
}
.messages-list {
  list-style: none;
  margin: 0.75rem 0 0 0;
}
.messages-list > li {
  padding-top: 0.75rem;
  position: relative;
}
.messages-list > li > a {
  position: absolute;
}
.message-content {
  margin-left: 58px;
  padding-bottom: 0.5rem;
}
.message-content > a {
  margin-right: 0.25rem;
}
.message-content-show {
  padding-right: 0.875rem;
  padding-top: 0.375rem;
}
#conversations-paginate {
  margin: 0.625rem 0;
}
#messages-paginate {
  margin: 0.5rem 0 1rem 0;
}
#conversations-paginate ul.pagination, #messages-paginate ul.pagination {
  margin-bottom: 0;
}
#conversations-paginate ul a {
  /*font-size: 0.8125rem;*/
}
#conversations-drop {
  font-size: 0.8125rem;
  width: 20rem;
}
#conversations-drop a {
  display: inline;
  padding: 0;
  line-height: 1.5;
}
#conversations-drop .conversation-list-latest {
  max-height: 20rem;
  overflow: hidden;
  position: relative;
  margin: 0;
}
#conversations-drop .conversation-list-latest > li {
  cursor: auto;
  margin-bottom: 0.25rem;
  padding: 0.25rem;
  position: relative;
  display: block;
}
#conversations-drop .conversation-list-latest > li > a {
  position: absolute;
  top: 0.25rem;
}
.conversation-list-latest .conversation-la-content {
  padding-left: 42px;
  min-height: 32px;
}
.conversation-list-latest .conversation-la-content a {
  display: block !important;
}
.conversation-list-latest .conversation-subject-wapper {
  height: auto;
}
.conversation-list-latest .conversation-msg-count, .conversation-list-latest .conversation-unread-msg-count {
  margin-top: -3px;
}
#conversations-drop-header {
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
}
#conversations-drop-header h4 {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}
/*#conversations-drop-header .float-right {
  padding-top: 0.25rem;
}*/
#conversations-drop-header .float-right a {
  font-size: 0.8125rem;
}
#conversations-drop-footer {
  margin: 0.25rem 0;
  text-align: center;
}
#conversation-latest-refresh {
  margin-right: 0.25rem;
}
@media only screen and (max-width: 40em) {
  .conversions-page {
    padding: 0;
  }
  .conversions-page > .row > .columns {
    padding: 0;
  }
  .conversation-updated-at {
    display: none;
  }
  .show-conversation > span {
    display: none;
  }
  .show-conversation > .conversation-list-body {
    margin-left: 0;
  }
  .messages-list > li > a {
    display: none;
  }
  .messages-list > li > .message-content {
    margin-left: 0;
  }
  #conversation-content .conversation-new-message > a {
    display: none;
  }
  #conversation-content .conversation-new-message > .new-message-body {
    margin-left: 0;
  }
  .conversation-participants-container h1 {
    font-size: 1.125rem;
  }
  #conversation-content {
    padding-right: 0;
    padding-left: 0.5rem;
  }
}
.friends-list {
  list-style: none;
  margin: 0
}
.friends-list li {
  margin-bottom: 1rem;
}
.friends-list li > a {
  position: absolute;
}
.friends-list li .friend-meta {
  padding-left: 74px;
  min-height: 64px;
}
.friends-list li .friend-meta h5 {
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-size: 1rem;
}
.friends-list li .friend-meta > a {
  display: none;
  font-size: 0.75rem;
  line-height: 1.5
}
html.no-touch .friends-list li:hover .friend-meta > a {
  display: block;
}
html.touch .friends-list li .friend-meta > a {
  display: block;
}
.friendship-request-list {
  list-style: none;
  margin: 0.875rem 0.25rem 0.5rem 0.25rem;
  padding: 0 1.25rem;
}
.friendship-request-list li  > a {
  position: absolute;
}
.friendship-request-list .friendship-request-meta {
  margin-left: 74px;
  min-height: 64px;
}
.friendship-request-list .friendship-request-meta .button {
  margin: 0;
  padding: 0.5rem 1rem;
  margin-right: 0.5rem;
}
.friendship-request-list .friendship-request-comment {
  font-size: 0.8125rem;
  margin-top: 0.25rem;
}
.friendship-request-list li {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.friendship-request-actions {
  margin-top: 0.5rem;
}
/* top bar */
#friendship-requests-drop {
  font-size: 0.8125rem;
  width: 20rem;
}
/*#friendship-requests-drop-header .float-right {
  padding-top: 0.25rem;
}*/
#friendship-requests-drop a {
  display: inline;
  padding: 0;
  line-height: 1.5;
}
#friendship-requests-drop-header {
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
}
#friendship-requests-drop-header h4 {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}
.friend-req-list-latest {
  margin: 0.75rem 0.25rem 0.5rem 0.25rem;
  max-height: 20rem;
  overflow: hidden;
  position: relative;
}
.friend-req-list-latest li {
  list-style: none;
  cursor: auto;
  margin-bottom: 0.75rem;
}
.friend-req-list-latest li:last-child {
  margin-bottom: 0.5rem;
}
html.no-touch .friend-req-list-latest li:hover {
  background-color: transparent;
}
.friend-req-list-latest li > a {
  position: absolute;
}
.friend-req-content {
  padding-left: 58px;
  min-height: 48px
}
.friend-req-content p {
  font-size: 0.8125rem;
  margin-bottom: 0;
  line-height: 1.4;
}
.friend-req-actions{
  margin-top: 0.25rem;
}
.friend-req-actions a {
  padding: 0.25rem 0.75rem !important;
  margin-right: 0.5rem;
  font-size: 0.8125rem;
}
#friend-req-latest-refresh {
  margin-right: 0.25rem;
}
#invites-friends-search-q {
  font-size: 0.8125rem;
  padding: 0.25rem 0.5rem;
  height: 2rem;
  margin: 0;
}
.invites-friends-list-container {
  list-style: none;
  margin: 0;
}
#invites-friends-list-warp {
  height: 12rem;
  overflow: auto;
  margin-top: 0.875rem;
  margin-bottom: 0.5rem;
}
.invites-friends-list-container li {
  cursor: pointer;
  padding: 0;
}
.invites-friends-list-container .invites-friends-item {
  padding: 0.25rem;
  margin: 0 0.5rem 0.5rem 0;
}
.invites-friends-list-container .invites-friends-item div {
  display: inline-block;
}
.invites-friends-list-container .invites-friends-item .i-f-i-name {
  margin-left: 0.5rem;
  font-size: 0.8125rem;
  /*width: 85px;*/
  vertical-align: middle;
  overflow: hidden;
  line-height: 1.1;
}
.invites-friends-list-container .invites-friends-item .i-f-i-id input {
  margin: 0;
  vertical-align: middle;
  margin-right: 0.5rem;
}
#invites-friends-query-list {
  display: none;
  overflow: auto;
  height: 12rem;
  margin-top: 0.875rem;
  margin-bottom: 0.5rem;
}
#invites-friends-search-waiting {
  display: none;
  color: #666666;
  position: absolute;
  right: 0.5rem;
  top: 0;
  line-height: 2rem;
  font-size: 1rem;
}
#invites-friends-search-form {
  margin: 0;
  position: relative;
}
#invites-friends-query-no {
  font-size: 0.8125rem;
}
.invites-friends-list-container .invites-friends-item .i-f-i-avatar {
  width: 32px;
  height: 32px;
  text-align: center;
  vertical-align: middle;
}
.invites-friends-list-container .invites-friends-item .i-f-i-avatar .fa-user {
  font-size: 21px;
  line-height: 32px;
}
.invites-friends-list-container .invites-friends-item .i-f-i-avatar svg {
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.invites-friends-list-container .invites-friends-item .i-f-i-avatar text {
  text-anchor: middle;
}
.invitations-choose {
  padding: 1.25rem 2rem 3rem 2rem;
}
ul.invite-from {
  list-style: none;
}
ul.invite-from li {
  float: left;
}
.invite-item-btn {
  width: 46px;
  height: 46px;
  display: inline-block;
  margin-right: 1rem;
}
ul.invite-from li a {
  font-size: 1.875rem;
  text-align: center;
  line-height: 2.875rem;
}
.import-contacts-tips {
  font-size: 0.8125rem;
}
#mail-invite-email-address {
  height: 6rem;
}
#address-book-fileInfo {
  font-size: 0.8125rem;
}
.invitations-list-container {
  padding: 0 0.875rem;
}
.invitations-list-container .menu {
  margin-bottom: 0.25rem;
}
.invitations-list td.invite-status {
  width: 15%;
}
.invitations-list td.invite-time {
  width: 20%;
}
.invitations-list td.invite-str-id {
  width: 36px;
  text-align: center;
}
#noti-type-changer {
  width: auto;
  font-size: 0.8125rem;
  margin: 0;
}
#noti-read-all {
  padding: 0.6875rem 1.125rem;
  margin-left: 0.5rem;
  margin-bottom: 0;
}
.noti-list-container {
  padding: 0.25rem 0 1.25rem 0;
}
.noti-group-date {
  position: absolute;
  width: 6rem;
  padding: 0.375rem 0.5rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
.noti-group-date .day {
  font-size: 1.875rem;
  font-weight: 150;
  line-height: 2rem;
}
.noti-group-date .month {
  font-size: 0.9375rem;
  line-height: 1.125rem;
}
.noti-group-list {
  /*margin-left: 6.5rem;*/
  min-height: 4.6rem;
  margin-bottom: 0.5rem;
}
.noti-list {
  margin: 0;
}
.noti-list li {
  list-style: none;
  margin-bottom: 1px;
  position: relative;
  display: block;
}
.noti-list li .noti-delete {
  position: absolute;
  right: 0.625rem;
  top: 0.25rem;
  z-index: 2;
}
.noti-list li .noti-type {
  position: absolute;
  right: 0.125rem;
  bottom: 0.125rem;
  font-size: 0.75rem;
  display: inline-block;
  line-height: 1;
  padding: 2px;
  border-radius: 100%;
}
.noti-list .unread-setter {
  font-size: 0.8125rem;
  margin-left: 0.5rem;
}
.noti-list .read:hover .unread-setter {
  display: inline;
}
.noti-list .noti-entity {
  padding: 0.5rem 0.625rem 0.375rem 100px;
  cursor: auto;
  line-height: 1.4;
  position: relative;
  min-height: 64px;
}
.noti-list .noti-id {
  position: absolute;
  left: 10px;
  top: 22px;
  z-index: 2;
}
.noti-list .noti-avatar {
  position: absolute;
  left: 35px;
  top: 0.5rem;
  z-index: 2;
}
.noti-list .noti-entity .profile-cards {
  font-weight: bold;
}
html.no-touch .noti-list .noti-entity:hover .noti-delete {
  display:inline !important;
}
html.touch .noti-list .noti-entity .noti-delete {
  display:inline !important;
}
.noti-footer .time-ago {
  font-size: 0.75rem;
}
#notifications-drop {
  font-size: 0.8125rem;
  width: 20rem;
}
#notifications-drop a {
  display: inline;
  padding: 0;
  line-height: 1.5;
}
#notifications-drop .noti-list .read:hover a.unread-setter {
  display: inline;
}
#notifications-drop .noti-list a.unread-setter {
  display: none;
}
#notifications-drop .noti-list-latest {
  max-height: 20rem;
  overflow: hidden;
  position: relative;
}
#notifications-drop .noti-list-latest li .noti-type {
  padding: 1px;
  font-size: 10px;
}
#notifications-drop .noti-list-latest .noti-avatar {
  left: 4px;
}
#notifications-drop .noti-list-latest .noti-entity {
  padding-left: 45px;
  min-height: auto;
}
#notifications-drop-header {
  padding: 0.25rem 0.5rem;
  margin-bottom: 0.5rem;
}
#notifications-drop-header h4 {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
}
/*#notifications-drop-header .float-right {
  padding-top: 0.25rem;
}*/
#notifications-drop-header .float-right a {
  font-size: 0.8125rem;
}
#noti-latest-refresh {
  margin-right: 0.25rem;
}
#notifications-drop-footer {
  margin: 0.25rem 0;
  text-align: center;
}
@media only screen and (max-width: 40em) {
  .noti-group-date {
    display: none;
  }
  .noti-group-list {
    margin-left: 0;
  }
}
.settings-change-email, .settings-change-password, .settings-close-account {
  padding: 0.625rem;
}
.settings-change-email h3, .settings-change-password h3, .settings-close-account h3 {
  margin-bottom: 1rem;
  font-size: 1rem;
  margin-left: 0.5rem;
}
.settings-page hr {
  margin: 0.875rem 0;
}
.settings-page h1 {
  font-size: 1.125rem !important;
}
#close-account-panel ul li{
  list-style-type: disc;
  margin-left: 1rem;
}
.settings-update-profile .user_birthday select {
  width: auto;
}
.settings-user-question-select {
  width: auto;
}
.settings-user-question-textarea {
  min-height: 6rem;
}
.settings-update-privacy span.radio {
  display: block;
}
.settings-notification-notice {
  font-weight: bold;
  margin-bottom: 0.375rem !important;
}
.settings-social-logins {
  list-style: none;
  margin: 0;
  max-width: 30rem;
}
.settings-social-logins li {
  margin-bottom: 0.5rem;
}
.connection-p-t {
  margin-top: 1rem;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
  padding-bottom: 0.25rem;
}
#setting-conn-facebook, #setting-conn-facebook-page {
  margin-left: 0.5rem;
}
#setting-conn-facebook form, #setting-conn-facebook-page form {
  display: inline-block;
}
#setting-conn-facebook select,  #setting-conn-facebook-page select {
  width: auto;
  margin: 0;
  font-size: 0.8125rem;
}
#setting-conn-facebook-update {
  margin-bottom: 0;
  padding: 0.5rem 1rem;
  margin-left: 0.5rem;
}
#setting-conn-facebook-page-reset {
  font-size: 0.8125rem;
  text-decoration: underline;
  font-style: italic;
}
.remove-connection {
  padding: 0.5rem 0.875rem !important;
  margin-bottom: 0;
}
/*.settings-update-notifications, .settings-update-connection, .settings-update-privacy, .settings-update-profile {
  padding: 0 0.5rem;
}*/
.settings-blocked-users {
  max-width: 30rem;
}
.settings-blocked-users .friends-list li .friend-meta {
  padding-left: 58px;
  min-height: 48px;
}
.settings-blocked-users .friends-list li .friend-meta h5 {
  font-size: 0.9375rem;
}

#unsubscribe-container {
  max-width: 20rem;
  margin: 2rem auto;
}
#unsubscribe-container h1 {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
  text-align: center;
}

ul.settings-sub-navi {
  list-style: none;
  margin: 0;
  padding: 0.5rem 0;
}
ul.settings-sub-navi li a {
  padding: 0.375rem 0.5rem;
  display: block;
}
ul.settings-sub-navi li a .fa-fw {
  width: 1.5rem;
}
ul.settings-sub-navi li.active a {
  font-weight: bold;
}
.stream-page, .mentions-page, .my-activity-page, .favorites-page, .hashtag-page, .profile-status, .page-status, .group-status, .hashtag-status {
  background-color: transparent !important;
  padding: 0 !important;
}
.stream-tabs a.active {
  font-weight: bold;
}
.stream-tabs li {
  position: relative;
}
.stream-tag-remove-btn {
  position: absolute;
  right: 0;
  padding: 0.4375rem 0.5rem;
  cursor: pointer;
  z-index: 5;
  visibility: hidden;
}
html.no-touch .stream-tabs li:hover .stream-tag-remove-btn {
  visibility: visible;
}
html.touch .stream-tabs li .stream-tag-remove-btn {
  visibility: visible;
}
#stream-tag-more-btn {
  display: block;
}
@media only screen and (max-width: 40em) {
  .main-section.stream-page {
    padding: 0 !important;
  }
}
.poll-question {
  margin-bottom: 0.625rem;
}
.poll-answers {
  margin-bottom: 0.625rem;
}
.poll-answers ul {
  margin: 0;
  list-style: none;
}
.poll-answers li {
  margin-bottom: 0.75rem;
  position: relative;
}
.poll-answers li .progress {
  height: 1rem;
  margin: 0;
}
.poll-answers li label {
  margin-bottom: 0.125rem;
  position: relative;
  margin-left: 1.25rem;
  padding-left: 0.25rem;
}
.poll-answers li.poll-expired label {
  margin-left: 0;
}
.poll-answers li input {
  margin: 0 0.25rem 0 0;
  position: absolute;
  left: -1rem;
  top: 4px;
}
.poll-vote-btn {
  margin: 0 0 0.625rem 0;
  padding: 0.75rem 1.5rem !important;
}
.poll-voted-count {
  position: absolute;
  right: 0;
  font-size: 0.8125rem;
  z-index: 2;
  cursor: pointer;
}
#poll-voted-list {
  margin-left: 0;
  list-style: none;
  max-height: 15rem;
  overflow: auto;
}
#poll-voted-list li {
  position: relative;
}
#poll-voted-list li > a {
  position: absolute;
}
#poll-voted-list li {
  font-size: 0.8125rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  list-style: none;
  margin: 0;
}
#poll-voted-list li .voted-user-content {
  line-height: 32px;
  margin-left: 42px;
  min-height: 32px;
}
.poll-action-group {
  margin-top: 0.75rem;
}
.activity-poll-actions {
  padding: 0.125rem 0;
  overflow: auto;
}
.poll-action-l {
  font-size: 0.8125rem;
  font-weight: normal;
  float: left;
  padding: 0 0.5rem;
  width: 33%;
  text-align: center;
}
.activity-poll-actions .poll-action-l:last-child {
  border-right: none;
}
.poll-action-l a {
  display: block;
  padding: 0.25rem 0;
}
#poll-add-answers ul {
  margin: 0;
  list-style: none;
}
#poll-add-answers ul li {
  position: relative;
}
#poll-add-answer {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  margin-bottom: 0.875rem;
}
.poll-answer-input-item {
  padding: 0.5rem 1.75rem !important;
  margin-bottom: 0.25rem !important;
}
.poll-answer-input-num {
  position: absolute;
  left: 0;
  z-index: 2;
  line-height: 2.3125rem;
  padding-left: 0.5rem;
}
.poll-answer-input-delete-btn {
  position: absolute;
  right: 0;
  z-index: 2;
  line-height: 2.3125rem;
  padding-right: 0.5rem;
  cursor: pointer;
}
form#new_poll {
  max-height: 410px;
  overflow: auto;
}
form#new_poll #ends_choose {
  width: auto;
  position: absolute;
}
#poll-add-ends-container {
  position: relative;
}
#poll-add-ends-container #ends_date {
  padding-left: 130px;
  visibility: hidden;
}
/* widget edit */
.widget-actions {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 116;
}
.widget-actions .widget-edit-btn {
  margin: 0;
  display: none;
}
html.no-touch .widget-box:hover .widget-edit-btn {
  display: inline-block;
}
html.touch .widget-box .widget-edit-btn {
  display: inline-block;
}
.widget-box .sheet-body {
  word-wrap: break-word;
}
/*
*  Widget Block Editor
*/
#widget-block-column-section {
  margin-bottom: 1rem;
}
.widget-block-column {
  float: left !important;
  width: 33.33333%;
  max-width: 33.33333%;
}
.widget-block-column ul {
  margin: 0;
  list-style: none;
  margin-right: 2px;
  padding: 0.3875rem;
  min-height: 12rem;
}
.widget-block-column ul li {
  padding: 0.3875rem 0.5rem;
  margin-bottom: 0.3875rem;
  font-size: 0.8125rem;
  cursor: move;
}
.widget-block-column ul li:last-child {
  margin-bottom: 0;
}
.widget-block-column-handle {
  text-align: center;
  cursor: move;
  padding-top: 0.5rem;
  margin-right: 2px;
}
.widget-item-remove-btn, .widget-item-context-btn {
  display: none;
  width: 1rem;
  text-align: center;
  float: right;
}
.widget-block-column ul li:hover .widget-item-remove-btn, .widget-block-column ul li:hover .widget-item-context-btn {
  display: inline-block;
}
.widget-context-select {
  font-size: 0.8125rem;
  padding: 0 0.25rem;
  margin: 0.25rem 0 0 0;
  height: 1.75rem;
}
.widget-blocks-add {
  margin-bottom: 0;
  padding: 0.5rem 1rem !important;
  margin-right: 15px;
}
#widget-blocks-add-drop .jq-dropdown-menu {
  max-height: 200px;
  overflow: auto;
}
/* Owner Widgets Edit */
.layout-container {
  display: none;
}
.layout-container .row {
  margin-bottom: 0.5rem;
}
.le-widget-list {
  margin: 0;
  list-style: none;
  margin-right: 2px;
  padding: 0.3875rem 0.3875rem 0.625rem 0.3875rem;
}
.le-widget-list li {
  position: relative;
  padding: 0.3875rem 3.5rem 0.3875rem 0.5rem;
  margin-bottom: 0.3875rem;
  font-size: 0.8125rem;
  cursor: move;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.le-widget-actions {
  position: absolute;
  right: 0;
  display: none;
}
.le-widget-list li:hover .le-widget-actions {
  display: inline-block;
}
.le-widget-actions a, .le-cpage-actions a {
  padding: 0 0.375rem;
  display: inline-block;
  border: 1px solid;
}
.le-widget-actions a:last-child {
  margin-right: 0.25rem;
}
/* Global settings */
.widget-itemf-list {
  list-style: none;
  margin: 0.25rem 0 0 0;
}
.widget-itemf-list li {
  position: relative;
}
.widget-if-p-item h4 {
  font-size: 0.9375rem;
  margin-bottom: 0.125rem;
}
.widget-if-p-item h4 a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.widget-if-p-item {
  margin-bottom: 1rem;
}
.widget-if-p-item > a {
  left: 0;
  position: absolute;
  width: calc(100% / 4);
  height: calc(100%);
  background-size: cover !important;
  background-position: center center !important;
  z-index: 3;
}
.widget-if-p-item > a i {
  font-size: 1.125rem;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -0.5625rem;
  margin-top: -0.5625rem;
}
.widget-if-p-item-photo {
  padding-left: calc((100% + 60px) / 4);
  padding-bottom: calc((100%) / 5);
}
.widget-if-p-item-video {
  padding-left: calc((100% + 60px) / 4);
  padding-bottom: calc((100%) / 6);
}
.widget-if-p-item-track {
  padding-left: calc((100% + 60px) / 4);
  padding-bottom: calc((100%) / 5);
}
.widget-if-p-item-event {
  padding-left: calc((100% + 60px) / 4);
  padding-bottom: calc((100%) / 5);
}
.widget-if-p-item-photo .widget-if-p-excerpt, .widget-if-p-item-video .widget-if-p-excerpt,
.widget-if-p-item-track .widget-if-p-excerpt, .widget-if-p-item-event .widget-if-p-excerpt {
  height: 0;
}
.widget-if-p-excerpt span {
  max-height: 2.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  font-size: 0.8125rem;
}
.widget-itemf-alt-list .widget-if-p-item {
  margin-bottom: 0.875rem;
}
.widget-itemf-alt-list .widget-if-p-item-photo {
  padding-left: calc((100% + 50px) / 4);
}
.widget-itemf-alt-list .widget-if-p-item h4 a {
  max-height: 1.25rem;
  line-height: 1.4;
  white-space: initial;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget-item-list {
  margin: 0;
  list-style: none;
}
.widget-item-list li {
  margin-bottom: 0.375rem;
}
.widget-item-list li a {
  display: inline-block;
  line-height: 1.4;
}
.widget-card-item {
  position: relative;
  line-height: 0;
  display: inline-block;
  height: 0;
  vertical-align: top;
  width: 100%;
  padding-bottom: 56%;
  margin-bottom: 2.625rem;
}
.widget-card-item-p {
  position: absolute;
  width: 100%;
  height: 100%;
}
.widget-card-item-p a div, .widget-slider-item-p a div {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.widget-card-item-p a div i, .widget-slider-item-p a div i {
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  font-size: 1rem;
  margin-top: -0.5rem;
}
.widget-card-row-1 .widget-card-item-p a div i, .widget-slider-row-1 .widget-slider-item  a div i {
  font-size: 3rem;
  margin-top: -1.5rem;
}
.widget-card-row-2 .widget-card-item-p a div i, .widget-slider-row-2 .widget-slider-item  a div i {
  font-size: 2rem;
  margin-top: -1rem;
}
.widget-card-row-3 .widget-card-item-p a div i, .widget-slider-row-3 .widget-slider-item  a div i {
  font-size: 1.5rem;
  margin-top: -0.75rem;
}
.widget-card-item > a {
  position: absolute;
  bottom: -2.3125rem;
  width: 100%;
  font-weight: 500;
  padding: 0.5rem 0.125rem;
  line-height: 1.4;
  font-size: 0.9375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget-card-row-1 .widget-card-item {
  margin-bottom: 3.125rem;
}
.widget-card-row-1 .widget-card-item > a {
  font-size: 1rem;
  padding: 0.75rem 0.25rem;
  bottom: -2.875rem;
}
.widget-card-row-5 .widget-card-item {
  margin-bottom: 2.5rem;
}
.widget-card-row-5 .widget-card-item > a {
  font-size: 0.8125rem;
  padding: 0.375rem 0.125rem;
  bottom: -2rem;
}
.widget.widget-box .sy-box {
  margin-top: 0.25rem;
}
.widget.widget-box .sy-pager {
  margin: 0.75rem 0 0 0;
}
.widget.widget-box .sy-pager li {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.5rem 0 0;
}
.widget-slider-item {
  float: left;
  position: relative;
  line-height: 0;
  display: inline-block;
  height: 0;
  overflow: hidden;
  vertical-align: top;
  width: 100%;
  padding-bottom: 56%;
}
.widget-slider-item-p {
  position: absolute;
  width: 100%;
  height: 100%;
}
.widget-slider-item > a {
  position: absolute;
  bottom: 0;
  color: white !important;
  width: 100%;
  font-weight: 500;
  padding: 0.5rem;
  line-height: 1.4;
  font-size: 0.875rem;
  background-image: linear-gradient(transparent, #000000);
  background-size: auto 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget-slider-row-1 .widget-slider-item > a {
  padding: 0.625rem;
}
.widget-slider-row-5 .widget-slider-item > a {
  font-size: 0.8125rem;
}
.widget-slider-row-1 .widget-slider-item, .widget-card-row-1 .widget-card-item {
  width: 100%;
}
.widget-slider-row-2 .widget-slider-item, .widget-card-row-2 .widget-card-item {
  width: -webkit-calc((100% - 10px) / 2);
  width: -moz-calc((100% - 10px) / 2);
  width: calc((100% - 10px) / 2);
  margin-right: 5px;
  padding-bottom: -webkit-calc((100% - 10px)*3 / 8);
  padding-bottom: -moz-calc((100% - 10px)*3 / 8);
  padding-bottom: calc((100% - 10px)*3 / 8);
}
.widget-slider-row-2 .widget-slider-item {
  margin-right: 8px;
}
.widget-slider-row-3 .widget-slider-item, .widget-card-row-3 .widget-card-item {
  width: 33%;
  width: -webkit-calc((100% - 14px) / 3);
  width: -moz-calc((100% - 14px) / 3);
  width: calc((100% - 14px) / 3);
  margin-right: 3px;
  padding-bottom: -webkit-calc((100% - 14px)*3 / 12);
  padding-bottom: -moz-calc((100% - 14px)*3 / 12);
  padding-bottom: calc((100% - 14px)*3 / 12);
}
.widget-slider-row-3 .widget-slider-item {
  margin-right: 7px;
}
.widget-slider-row-4 .widget-slider-item, .widget-card-row-4 .widget-card-item {
  width: 25%;
  width: -webkit-calc((100% - 21px) / 4);
  width: -moz-calc((100% - 21px) / 4);
  width: calc((100% - 21px) / 4);
  margin-right: 3px;
  padding-bottom: -webkit-calc((100% - 21px)*3 / 16);
  padding-bottom: -moz-calc((100% - 21px)*3 / 16);
  padding-bottom: calc((100% - 21px)*3 / 16);
}
.widget-slider-row-4 .widget-slider-item {
  margin-right: 7px;
}
.widget-slider-row-5 .widget-slider-item, .widget-card-row-5 .widget-card-item {
  width: 20%;
  width: -webkit-calc((100% - 24px) / 5);
  width: -moz-calc((100% - 24px) / 5);
  width: calc((100% - 24px) / 5);
  margin-right: 2px;
  padding-bottom: -webkit-calc((100% - 24px)*3 / 20);
  padding-bottom: -moz-calc((100% - 24px)*3 / 20);
  padding-bottom: calc((100% - 24px)*3 / 20);
}
.widget-slider-row-5 .widget-slider-item {
  margin-right: 6px;
}
.widget-slider-list li .widget-slider-item:last-child, .widget-card-list div .widget-card-item:last-child {
  margin-right: 0;
}
.widget-card-list {
  margin-top: 0.25rem;
}
/* Widget Owner List */
.widget-owner-list {
  list-style: none;
  margin: 0.25rem 0 0 0;
}
.widget-owner-list li {
  margin-bottom: 0.75rem;
  position: relative;
}
.widget-o-item > a {
  position: absolute;
}
.widget-o-content {
  padding-left: 74px;
  min-height: 64px;
}
.widget-o-content h4 {
  font-size: 0.9375rem;
  margin-bottom: 0.125rem;
}
.widget-o-content h4 a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.widget-o-excerpt {
  max-height: 2.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  font-size: 0.875rem;
  margin-bottom: 0.25rem;
}
/* Owner avatar list */
.widget-owner-avatar-list {
  list-style: none;
  margin: 0 0 0 -0.25rem;
}
.widget-owner-avatar-list li {
  float: left;
  display: inline-block;
  margin: 0.25rem;
}
.widget-owner-avatar-list li > a > span, .widget-owner-avatar-list li > a > span svg {
  width: 5.375rem;
  height: 5.375rem;
}
.widget-owner-avatar-list li > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 5.375rem;
  text-align: center;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
/* New Member Widget */
.widget-member-avatar-list {
  list-style: none;
  margin: 0 0 0 -0.25rem;
}
.widget-member-avatar-list li {
  float: left;
  display: inline-block;
  margin: 0.25rem;
}
.widget-member-avatar-list li > .profile-cards, .widget-member-avatar-list-alt li > .profile-cards {
  display: inline-block;
  position: relative;
}
.widget-member-avatar-list li .avatar {
  width: 3rem;
  height: 3rem;
}
.widget-member-avatar-list li > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 3rem;
  text-align: center;
  font-size: 0.8125rem;
  margin-top: 0.25rem;
}
.widget-member-item-list {
  list-style: none;
  margin: 0.5rem 0;
}
.widget-member-item-list li {
  margin: 0 0 0.625rem 0;
}
.widget-member-item-list li > a {
  position: absolute;
}
.widget-member-item-list li > div {
  padding-left: 58px;
  min-height: 48px;
}
.widget-member-item-list li > div a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.widget-member-item-list li > div span {
  font-size: 0.8125rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  margin-top: 0.125rem;
}
/* Widget forum */
.widget-forum-topic-list {
  list-style: none;
  margin: 0.25rem 0 0 0;
}
.widget-forum-topic-list li {
  margin-bottom: 0.75rem;
  position: relative;
}
.widget-f-t-item > a {
  position: absolute;
}
.widget-f-t-content {
  padding-left: 58px;
  min-height: 48px;
}
.widget-f-t-content h4 {
  font-size: 0.9375rem;
  margin-bottom: 0.125rem;
}
.widget-f-t-content h4 a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.widget-f-t-meta, .widget-f-t-meta a {
  font-size: 0.8125rem;
}
.widget-f-t-excerpt {
  max-height: 2.25rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.4;
  font-size: 0.8125rem;
  margin-bottom: 0.25rem;
}
/* Widget Photo */
.widget-photo-list {
  list-style: none;
  margin: 0.25rem 0 0 0;
}
.widget-photo-list li {
  float: left;
  padding: 0 0.25rem 0.25rem 0;
}
.widget-photo-list li a {
  width: 5.5rem;
  height: 5.5rem;
  display: block;
  background-size: cover;
  background-position: center center;
}
.widget-category-item-list li {
  margin-bottom: 0.375rem;
}
.widget-category-item-list li a {
  display: block;
  font-size: 0.9375rem;
}
.widget-hashtag-item-list  li a {
  display: block;
}
/*
* Widget Edit
*/
.widget {
  position: relative;
}
/*#widget-edit-settings .columns {
  padding: 0 0.625rem;
}*/
#widget-edit-container select {
  width: auto;
}
#widget-edit-container fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}
.widget-edit-action {
  margin-bottom: 0;
  font-size: 12px;
  display: none;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  padding: 0.375rem 1rem !important;
}
html.no-touch .widget:hover .widget-edit-action {
  display: inline-block;
}
html.touch .widget .widget-edit-action {
  display: inline-block;
}
.widget-footer {
  font-size: 0.8125rem;
  margin-bottom: 0.75rem;
  padding: 0 0.625rem;
}
#widget-edit-container select, #widget-edit-container input[type='text'], #widget-edit-container label.middle {
  margin-bottom: 0.625rem;
}
/*
* Widget: Members
*/
/*.widget-members .sheet-body > .columns {
  padding: 0.625rem 0;
}*/
/*  widget activities fix */
.widget-activities {
  background-color: transparent !important;
  padding: 0;
}
.widget-activities .sheet-body > .columns {
  padding: 0;
}
.widget-activities .sheet-header {
  margin-bottom: 1rem;
  padding: 0.625rem 0.5rem;
}

.widget-activities header h3 {
  margin-bottom: 0 !important;
  font-size: 1rem !important;
}
/* Widget: Listing */
.widget-listing-card-price, .widget-listing-slider-price {
  position: relative;
  z-index: 5;
}
.widget-listing-card-price div, .widget-listing-slider-price div{
  position: absolute;
  right: 0;
  background-color: rgba(255,255,255,0.95);
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  border-bottom-left-radius: 0.375rem;
  line-height: 1.4;
}
.widget-card-row-1 .widget-listing-card-price div, .widget-slider-row-1 .widget-listing-slider-price div {
  font-size: 1.125rem;
}
.widget-card-row-2 .widget-listing-card-price div, .widget-slider-row-2 .widget-listing-slider-price div {
  font-size: 0.9375rem;
}
/* Widget RSS */
.widget-itemf-rss-feed-list .widget-if-p-item h4 a {
  white-space: normal;
}
.widget-itemf-rss-feed-list .widget-if-p-excerpt span {
  max-height: none;
  display: block;
}
.widget-itemf-rss-feed-list .widget-if-p-excerpt small {
  font-size: 0.75rem;
  display: block;
  margin: 0.25rem 0;
}
/*
* User Panel Widget
*/
.user-shortcut-actions {
  margin: 0;
}
.user-shortcut-actions li a {
  padding: 0.375rem 0 !important;
}
.user-signin-panel {
  margin-bottom: 0.5rem;
}
.user-signin-panel label[for="user_remember_me"] {
  margin: 0;
}
.user-signin-panel #user_email, .user-signin-panel #user_password {
  /*margin-bottom: 0.75rem;*/
}
.user-signin-panel .user-signin-btn {
  font-size: 1rem;
  margin-bottom: 0;
}
.user-forgot-password-link {
  font-size: 0.8125rem;
  display: block;
}
.user-sigin-social-box {
  position: relative;
  margin-top: 1rem;
}
.user-sigin-social-box .or {
  position: absolute;
  top: -7px;
  display: block;
  width: 100%;
}
.user-sigin-social-box .or span {
  padding: 0 0.5rem;
}
.user-sigin-signup {
  margin-top: 0.5rem;
  padding-top: 0.875rem;
}
.user-sigin-social-list {
  list-style: none;
  margin: 0.875rem 0.875rem 0 0.875rem;
}
.user-sigin-social-list li {
  float: left;
  margin: 0 0.625rem 0 0;
  padding: 0;
}
.user-sigin-social-list li:last-child {
  margin-right: 0;
}
.user-sigin-social-list li a {
  font-size: 1.75rem;
  line-height: 1.875rem;
}
.user-sigin-social-list-modal {
  list-style: none;
  margin: 1rem 0 0.5rem 0;
}
.user-sigin-social-list-modal li {
  float: left;
  margin: 0 1rem 0 0;
  padding: 0;
}
.user-sigin-social-list-modal li a {
  font-size: 2rem;
  line-height: 2rem;
}
.user-signin-modal-password {
  /*line-height: 2.75rem;*/
  font-size: 0.8125rem;
}
.user-signup-page, .user-signin-page, .user-subscription-page {
  -webkit-box-shadow: 0 2px 6px rgba(0,21,41,.08);
  box-shadow: 0 2px 6px rgba(0,21,41,.08);
}
.signup-social-list {
  text-align: center;
}
.signup-social-list a {
  display: inline-block;
  margin-right: 0.25rem;
}
.signup-social-list a i {
  display: inline-block;
  margin-right: 0.5rem;
  font-size: 1rem;
}
.signup-social-list a:last-child {
  margin-right: 0;
}
.signup-or-separator {
  text-align: center;
  margin-bottom: 1.5rem;
}
.signup-or-separator span {
  display: inline-block;
  margin: 0;
  padding: 9px;
  font-size: 13px;
}
.signup-or-separator hr {
  margin: -16px auto 10px auto;
  width: 90%;
  border: 0;
}
.recaptcha-container {
  margin-bottom: 1rem;
}
.user-sign-up-birthday select {
  width: auto;
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
}
#recaptcha_response_field {
  height: auto;
}
/* Profile */
/*.profile-about-content > table {
  max-width: 40rem;
}*/
.profile-about-content > table tr td:first-child {
  width: 30%;
  font-weight: bold;
  text-align: right;
}
/* Signin */
.signin-more-links .user-sigin-social-list {
  margin: 0;
}
.user-centered-page .sheet {
  margin: 2rem 0 !important;
  padding: 1.5rem 0;
}
.user-centered-page h1 {
  font-size: 1.5rem !important;
  margin-bottom: 2rem !important;
  text-align: center;
}
/* New User Panel */
#user-panel-container {
  text-align: center;
}
#u-p-header  {
  margin: 1rem 0 0.25rem 0;
}
#u-p-header > a {
  display: inline-block;
  position: relative;
}
#u-p-name {
  line-height: 2;
  font-weight: 700;
  display: block;
  margin-bottom: 0.5rem;
}
#u-p-body a {
  font-size: 0.75rem;
}
#u-p-body a span {
  font-size: 0.9375rem;
  display: block;
  line-height: 1.6;
  font-weight: 700;
}
#u-p-body ul li {
  width: 32%;
  display: inline-block;
}
#u-p-body a {
  padding: 0;
  margin: 0.25rem 0;
}
#user-signin-panel-container h3 {
  margin: 0 0 1rem 0;
  font-size: 1rem;
}
#user-signin-panel-container input[type="email"], #user-signin-panel-container input[type="password"]{
  margin-bottom: 0.75rem;
}
#u-s-p-password {
  font-size: 0.8125rem;
  text-align: center;
  margin-bottom: 0.5rem;
}
#u-s-p-new-account {
  text-align: center;
  margin-bottom: 0.5rem;
}
#u-s-p-submit {
  margin-bottom: 0.5rem;
}
#u-s-p-or {
  text-align: center;
  margin-top: -0.5rem;
}
#u-s-p-or hr {
  margin: -16px auto 10px auto;
  width: 95%;
  border: 0;
}
#u-s-p-or span {
  display: inline-block;
  margin: 0;
  padding: 9px;
  font-size: 13px;
}
#u-s-p-slogins {
  margin: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 0.25rem;
}
#u-s-p-slogins li {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 0.25rem;
  line-height: 1.4;
}
#u-s-p-slogins li a {
  font-size: 1.75rem;
}
/* New Sign in Modal */
.signin-modal-has-sl {
  padding-right: 1.5rem;
  margin-right: 0.5rem;
}
.signin-modal-social-list > span {
  display: block;
  margin-bottom: 0.5rem;
}
.signin-modal-social-list ul {
  list-style: none;
  margin: 0;
  padding-bottom: 0.5rem;
}
.signin-modal-social-list ul li {
  margin-bottom: 0.5rem;
    position: relative;
    float: left;
    margin-right: 0.5rem;
}
.signin-modal-social-list a {
  margin-bottom: 0;
  padding: 0.75em 0.9375em;
}
.signin-modal-social-list a i {
  display: inline-block;
  margin-right: 0.5rem;
}
.signin-modal-password {
  font-size: 0.8125rem;
  margin-bottom: 0.5rem;
  display: block;
}
/* New Sign in */
.signin-logo-wapper {
  text-align: center;
  margin-bottom: 1rem;
}
.signin-form-wapper {
  padding: 0 0.625rem;
}
/* Badge */
.member-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  /*z-index: 5;*/
}
.member-badge-180 {
  width: 60px;
  height: 60px;
}
.member-badge-32 {
  width: 16px;
  height: 16px;
}
.member-badge-48 {
  width: 20px;
  height: 20px;
}
.member-badge-64 {
  width: 25px;
  height: 25px;
}
.member-badge-96 {
  width: 30px;
  height: 30px;
}
.avatar-32 .member-badge-48 {
  width: 16px;
  height: 16px;
}
/*Small Screen Device*/
@media only screen and (max-width: 40em) {
  .member-badge-180 {
    width: 30px;
    height: 30px;
  }
  .signin-modal-has-sl {
    border-right: none !important;
    padding-right: 0;
    margin-right: 0;
  }
  .signin-form-wapper {
    padding: 0;
  }
}
.templete-enter {
  position: relative;
  z-index: 3;
}
.templete-enter a {
  background: url(//cdn.socibd.com/s/global/images/common/template_settings_lg.png) no-repeat 0 0;
  display: block;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 0;
  top: 0;
}
html.no-touch .templete-enter a:hover {
  background-position:-50px 0;
}
.e-o-template-sbody {
  height: 13.5rem;
}
.current-cover-photo {
  position: absolute;
  width: 150px;
  height: 40px;
}
.current-cover-photo img {
  width: 150px;
  height: 40px;
}
.cover-photo-settings {
  padding-left: 160px;
  min-height: 40px;
}
.e-o-template-sbody a {
  color: #fff;
}
#e-o-template-set-container h4 {
  margin: 0.75rem 0 0 0;
  font-size: 0.875rem;
  font-weight: bold;
}
#e-o-template-set-container hr {
  margin: 0.125rem 0 0.375rem 0;
}
.e-o-cover-photo-reset, #cover-fileInfo, .e-o-background-photo-reset, #background-fileInfo {
  font-size: 0.8125rem;
}
.e-o-cover-photo-set {
  position: relative;
  margin-bottom: 0.875rem;
}
.current-background-photo {
  position: absolute;
  width: 55px;
  height: 55px;
}
.current-background-photo img {
  width: 55px;
  height: 55px;
}
.background-photo-settings {
  padding-left: 65px;
  min-height: 55px;
}
.e-o-background-set {
  position: relative;
}
.e-o-background-set p {
  margin: 0;
}
.e-o-background-set input[type='checkbox'] {
  display: inline;
  margin-bottom: 0;
}
.e-o-background-set label {
  display: inline;
  font-size: 0.8125rem;
  margin-right: 5px;
  color: #fff;
}
.e-o-background-set select {
  width: 100px;
  font-size: 0.8125rem;
  margin-bottom: 0;
}
.e-o-background-photo-reset {
  margin-left: 0.5rem;
}
#slide-panel-inner-body #e-o-o-teplate-color-container h4 {
  font-size: 1rem;
  color: #fff;
  margin-bottom: 1rem;
}
ul#template-color-collections {
  overflow: auto;
  margin: 0 0 0.125rem 0;
}
ul#template-color-collections li {
  padding: 1px;
  cursor: pointer;
  float: left;
  overflow: auto;
  margin-right: 18px;
  margin-bottom: 5px;
  display: inline-block;
}
ul#template-color-collections li div {
  width: 16px;
  height: 18px;
  float: left;
}
.e-o-color-set ul {
  list-style: none;
  margin: 0;
}
.e-o-color-set ul li {
  display: inline;
  font-size: 0.8125rem;
}
.e-o-color-set ul li .sp-light {
  margin-left: 0.125rem;
  margin-right: 0.5rem;
}
.e-o-color-set p {
  margin: 0.625rem 0;
  font-size: 0.875rem;
}
#template-color-reset-btn {
  margin: 0 0 0 0.5rem;
  padding: 0.25rem 0.375rem;
}
#cover-uploader, #background-uploader {
  margin: 0;
  padding: 0.5rem 1.25rem;
}
#e-o-template-set-container p {
  margin: 0;
}
#background_image_align {
  padding: 0.125rem 1rem 0.125rem 0.5rem;
  height: 2rem;
  margin-left: 0.25rem;
}
.ts-setting-container {
  max-height: 13.5rem;
  position: relative;
}
.ts-template-item, .ts-cover-item {
  cursor: pointer;
  position: relative;
  display: inline-block;
  width: -webkit-calc((100% - 25px) / 3);
  width: -moz-calc((100% - 25px) / 3);
  width: calc((100% - 25px) / 3);
  overflow: hidden;
  vertical-align: top;
  margin-bottom: 0.625rem;
  margin-right: 5px;
  height: 83px;
  border: 1px solid transparent;
}
.ts-template-item-bg, .ts-cover-item-bg {
  background-position: center center;
  background-size: cover;
  height: 83px;
}
.ts-template-item > span, .ts-cover-item > span {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 2;
  background: black;
  background: rgba(0,0,0,0.6);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.6)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
}
.ts-load-more-btn {
  display: block;
  text-align: center;
  margin: 0.25rem 0;
  font-size: 0.8125rem;
}
.ts-template-item.active, .ts-cover-item.active {
  border: 1px solid;
}

/*Small Screen Device*/
@media only screen and (max-width: 40em) {
  .slide-panel-inner-submenu {
    margin: 0.25rem 0 0.375rem 0;
  }
  #slide-panel-inner-body #e-o-o-teplate-image-container h4 {
    font-size: 0.875rem;
  }
  #slide-panel-inner-body #e-o-o-teplate-color-container h4 {
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
  }
  ul#template-color-collections {
    margin-bottom: 0;
  }
  .e-o-color-set p {
    margin: 0 0 0.25rem 0;
  }
  .e-o-color-set ul li > span {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 30px;
    vertical-align: middle;
  }
}
#search-results-list {
  list-style: none;
  margin: 1.5rem 0 0.25rem 0;
}
#search-results-list li {
  margin-bottom: 1.5rem;
  position: relative;
}
#search-results-list .search-list-avatar {
  position: absolute;
  width: 48px;
  height: 48px;
  text-align: center;
  top: -3px;
}
#search-results-list .search-list-avatar i {
  line-height: 48px;
  font-size: 1.5rem;
}
#search-results-list .search-list-content {
  margin-left: 58px;
  min-height: 48px;
}
#search-results-list .search-list-content .time-ago {
  font-size: 0.8125rem;
}
#search-results-list .search-list-item-title > a {
  font-size: 1.125rem;
  line-height: 1.1;
  margin-bottom: 3px;
}
#search-results-list .search-list-item-title em {
  font-style: normal;
}
#search-results-list .search-list-item-body em {
  font-style: normal;
}
#search-results-list .search-list-large-content {
  margin-left: 0 !important;
}
#search-results-list .search-list-type-icon {
  display: inline-block;
  margin-right: 0.125rem;
}
#search-results-list .search-list-photo-avatar {
  width: 100px;
  height: 100px;
}
#search-results-list .search-list-photo-avatar-content {
  margin-left: 113px;
  min-height: 100px;
}
#search-results-list .search-list-item-photo-avatar {
  width: 100px;
  height: 100px;
  background-size: cover;
}
#search-results-list .search-list-video-avatar {
  width: 160px;
  height: 90px;
}
#search-results-list .search-list-video-avatar-content {
  margin-left: 175px;
  min-height: 90px;
}
#search-results-list .search-list-item-video-avatar {
  width: 160px;
  height: 90px;
  background-size: cover;
}
#application_details h4 {
  font-size: 1rem;
  margin-bottom: 1rem;
}
#application_details code {
  padding: 0.5rem;
  border: none;
  display: inline-block;
  margin-bottom: 0.5rem;
}
#application_details table td .button {
  margin: 0;
}
#application_actions {
  padding-top: 1.5rem;
}
#application_actions .button {
  margin: 0 0.75rem 0 0;
}
#application_list .button {
  margin: 0;
}
#subscription-plan-list > li {
  margin-bottom: 0.25rem;
}
#subscription-plan-list > li > p {
  font-size: 0.9375rem;
  line-height: 2rem;
  margin-bottom: 0.125rem;
  font-style: italic;
}
#subscription-plan-list > li > p > span{
  font-size: 1.125rem;
  font-style: normal;
}
#new-subscription-plan-card {
  text-decoration: underline;
}
.user-subscription-details {
  padding-top: 0.5rem;
}
.user-subscription-details .text-right {
  /*font-weight: bold;*/
}
.user-subscription-details ul {
  list-style: none;
  margin: 0;
}
.user-subscription-details ul li {
  margin-bottom: 0.5rem;
}
.user-subscription-details .row {
  margin-bottom: 1rem;
}
.user-subscription-details ul li a {
  text-decoration: underline;
}
.user-subscription-details ul li span {
  display: block;
  font-weight: bold;
}
.subscription-upgrade-item {
  width: 12.5rem;
  margin: 0.625rem 0.625rem 1rem 0.625rem;
  position: relative;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: margin 0.2s ease-in-out,position 0.2s ease-in-out;
  -moz-transition: margin 0.2s ease-in-out,position 0.2s ease-in-out;
  transition: margin 0.2s ease-in-out,position 0.2s ease-in-out;
}
html.no-touch .subscription-upgrade-item:hover {
  -webkit-box-shadow: 0px 1px 1rem rgba(0,0,0,0.08);
  box-shadow: 0px 1px 1rem rgba(0,0,0,0.08);
}
.subscription-upgrade-item h3 {
  text-align: center;
  font-size: 1.5em;
  margin: 0;
  padding: 1.5rem 0;
}
.subscription-upgrade-item > a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
}
.subscription-upgrade-item ul {
  list-style: none;
  margin: 1rem 0;
  text-align: center;
}
.subscription-upgrade-item ul li {
  margin-bottom: 0.125rem;
}
#subscription-upgrade-list {
  padding-top: 1rem;
  padding-bottom: 0.5rem;
}
#subscription-upgrade-list li {
  margin-bottom: 1rem;
}
#subscription-upgrade-list li .button {
  margin-bottom: 0;
}
#subscription-upgrade-list li > p {
  font-size: 0.9375rem;
  line-height: 2rem;
  margin-bottom: 0.125rem;
  font-style: italic;
}
#subscription-upgrade-list > li > p > span{
  font-size: 1.125rem;
  font-style: normal;
}
#listing-new-photos-btn .webuploader-pick {
  padding: 0.625rem 1rem;
}
#listing-image-uploading-list {
  position: relative;
  overflow: hidden;
  width: 0;
  margin: 0;
  list-style: none;
}
#listing-image-uploading-list li {
  float: left;
  width: 70px;
  text-align: center;
  position: relative;
}
#listing-image-uploading-list li .l-u-image-delete {
  position: absolute;
  right: 2px;
  top: 0;
  padding: 0 0.375rem;
  background-color: rgba(204, 204, 204, 0.8);
  display: none;
  color: rgba(255, 0, 0, 0.6);
  z-index: 10;
}
html.no-touch #listing-image-uploading-list li:hover .l-u-image-delete {
  display: block;
}
html.touch #listing-image-uploading-list li .l-u-image-delete {
  display: block;
}
#listing-image-uploading-list li .l-u-image-preview {
  width: 70px;
  height: 64px;
}
#listing-image-uploading-list li .l-u-image-preview img {
  width: 64px;
  height: 64px;
}
#listing-image-uploading-list li .l-u-image-mask {
  position: absolute;
  width: 64px;
  height: 64px;
  left: 3px;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
}
#listing-image-uploading-list li .l-u-image-mask-error {
  top: 0 !important;
  background-color: rgba(252, 81, 81, 0.7);
}
#listing-image-uploading-list li.list-cover-img {
  border: 1px solid #3adb76;
}
/* Listing */
.listing-item {
  position: relative;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}
.listing-item > a {
  position: absolute;
  height: 7.5rem;
  width: 11.25rem;
}
.listing-item > a > div {
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.listing-item > a > div i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -1.0625rem;
  margin-top: -1rem;
  font-size: 2rem;
}
.listing-item-details {
  min-height: 7.5rem;
  padding-left: 12.75rem;
}
.listing-item-details h2 {
  font-size: 1.375rem;
  padding-bottom: 2rem;
}
.listing-item-details-right {
  float: right;
  margin-left: 1.5rem;
}
.listing-item-details-price {
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 400;
}
.listing-item-author {
  vertical-align: top;
  position: absolute;
  left: 12.75rem;
  bottom: 1.5rem;
}
.listing-item-avatar {
  position: absolute;
  top: 0;
  left: 0;
}
.listing-item-author-details {
  float: left;
  margin-left: 2.25rem;
  height: 32px;
  line-height: 32px;
  max-width: 15rem;
}
/* Show */
.listing-subheader {
  margin-bottom: 1.25em;
  overflow: auto;
}
.listing-subheader-price {
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 400;
  line-height: 2.5rem;
}
.listing-subheader-contact {
  float: right;
}
.listing-subheader-contact .button {
  margin: 0;
}
.listing-location {
  font-size: 1rem;
  margin-bottom: 1em;
}
.listing-slider-list li {
  text-align: center;
}
.listing-slider-list li img {
  max-height: 406px;
  width: auto;
  margin: 0 auto;
}
.listing-slider-thumb-box{padding:1.25rem 0;}
.listing-slider-thumb-box .listing-slider-thumbs{overflow:hidden;*zoom:1;list-style: none;margin:0;}
.listing-slider-thumb-box .listing-slider-thumbs li{float:left;text-align:center;padding:0 0.375rem 0.375rem 0;}
.listing-slider-thumb-box .listing-slider-thumbs li img{width:64px;height:64px;opacity:.6;-moz-transition:opacity 0.32s;-o-transition:opacity 0.32s;
  -webkit-transition:opacity 0.32s;transition:opacity 0.32s;border-bottom:3px solid transparent}
.listing-slider-thumb-box .listing-slider-thumbs li img.active{opacity:1}
html.no-touch .listing-slider-thumb-box .listing-slider-thumbs li:hover img{opacity:1;-moz-transition:opacity 0.2s;-o-transition:opacity 0.2s;
  -webkit-transition:opacity 0.2s;transition:opacity 0.2s}
.listing-slider-thumb-box .listing-slider-thumbs li a {display: block;}

@media only screen and (max-width: 40em) {
  .listing-item {
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
  }
  .listing-item > a {
    width: 4.5rem;
    height: 4.5rem;
  }
  .listing-item-details {
    padding-left: 5.25rem;
    min-height: 4.5rem;
  }
  .listing-item-details h2 {
    font-size: 1rem;
    padding-bottom: 0.375rem;
  }
  .listing-item-author {
    left: 5.25rem;
    bottom: 0.75rem;
  }
  .listing-item-details-right {
    margin-left: 0;
  }
  .listing-item-details-price {
    font-size: 1.625rem;
  }
}
#report-types-list {
  list-style: none;
  margin-left: 0.5rem;
}
.widget-track-player-warp {
  margin-top: 0.25rem;
}
.widget.widget-track-player {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.widget-track-player-list {
  list-style: none;
  margin: 0;
  max-height: 15rem;
  overflow: auto;
  padding-right: 0.5rem;
  position: relative;
  margin-bottom: 0.25rem;
}
.widget-track-player-list li {
  position: relative;
  font-size: 0.8125rem;
  cursor: pointer;
  line-height: 1.875rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.widget-track-player-list li:last-child {
  border-bottom-width: 0;
}
.widget-t-p-title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.widget-t-p-title span {
  font-size: 0.75rem;
  padding-right: 0.125rem;
  display: none;
}
.widget-track-player-list li.current .widget-t-p-title span {
  display: inline-block;
}
.widget-track-player-main {
  position: relative;
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
}
.widget-t-p-btn span {
  width: 32px;
  height: 32px;
  display: inline-block;
  border: 2px solid;
  text-align: center;
  line-height: 30px;
  border-radius: 16px;
  font-size: 0.8125rem;
}
.widget-t-p-btn {
  width: 65px;
  height: 65px;
  position: absolute;
  left: 0;
  text-align: center;
  padding-top: 16px;
  cursor: pointer;
  background-size: cover;
}
.widget-t-p-body {
  padding-top: 0.25rem;
  padding-left: 72px;
  height: 65px;
}
.widget-t-p-ctitle {
  font-size: 0.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.625rem;
}
.widget-t-p-time {
  font-size: 0.75rem;
}
.widget-t-p-process {
  height: 0.5rem;
  display: block;
  margin-bottom: 0.25rem;
  cursor: pointer;
}
.widget-t-p-process-bg {
  height: 0.5rem;
  width: 0%;
}
.cookies-consent {
  position: fixed;
  z-index: 999;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem 1.5rem;
  background: #222;
  color: #fff;
  font-size: 0.875rem;
}
.cookies-consent-content-holder {
  padding-right: 100px;
}
.cookies-consent-button-holder {
  position: absolute;
  right: 1.5rem;
  top: 11px;
}
.cookies-consent-link, .cookies-consent-link:hover, .cookies-consent-link:active {
  color: #fff;
  padding-left: 0.5rem;
  text-decoration: underline;
}
.cookies-consent-ok {
  margin: 0;
  padding: 0.5rem 2rem;
  font-size: 0.875rem !important;
}

@media only screen and (max-width: 40em) {
  .cookies-consent {
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
  }
  .cookies-consent-button-holder {
    right: 1rem;
  }
  .cookies-consent-ok {
    padding: 0.375rem 1.375rem;
    font-size: 0.75rem;
  }
}
#sidebar-container #site-name {
  padding: 1rem 0.5rem;
}
#sidebar-container #site-nav > ul > li {
  float: none;
}
#sidebar-container #site-nav > ul > li > a {
  padding: 7px 12px;
  word-break: break-word;
}
#sidebar-container #site-nav ul li:hover > ul {
  left: 10rem;
  top: 0;
}
#sidebar-container #site-nav > ul ul li:hover > ul {
  left: 12rem;
}
#sidebar-container #masthead {
  padding: 0.5rem;
}
#main-container {
  padding-left: 0.625rem;
}
@media only screen and (max-width: 40em) {
  #main-container {
    padding-left: 0;
  }
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
  #sidebar-container #site-nav > ul > li {
    float: left;
  }
  #sidebar-container #site-nav ul li:hover > ul {
    left: 0;
    top: auto;
  }
  #sidebar-container #site-nav > ul ul li:hover > ul {
    top: 0;
  }
  #main-container {
    padding-left: 0;
  }
}
.nav-icon-w {
  display: inline-flex;
  align-self: center;
  padding-right: 0.25rem;
}
.nav-icon-w svg, .nav-icon-w img {
  width: 1em;
  height: 1em;
  fill: currentColor;
  top: .125em;
  position: relative;
}
.nav-icon-w svg > * {
  stroke: currentColor !important;
}
.theme-v-flex {
    display: flex;
    flex-direction: row;
}
.theme-v-header {
    display: flex;
    align-items: flex-end;
    flex-grow: 1;
    flex-shrink: 1;
    flex-direction: column;
    z-index: 10;
}
.theme-v-header-c {
    width: 14rem;
}
.theme-v-header-fixed {
    top: 0;
    position: fixed;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    height: 100vh;
    padding-top: 40px;
    width: 14rem;
}
.theme-v-main {
    display: flex;
    min-height: 100vh;
    flex-shrink: 1;
    flex-grow: 1;
    flex-direction: row;
}
.theme-v-main-c {
    width: 64.25rem;
    flex-grow: 0;
    flex-shrink: 1;
    position: relative;
}
.theme-v-header-fixed #site-nav > ul {
    display: block !important;
}
@media screen and (min-width: 40em) and (max-width: 63.99875em) {
    .theme-v-header-c, .theme-v-header-fixed {
        width: 10rem;
    }
    .theme-v-main-c {
        width: 40rem;
    }
}
@media only screen and (max-width: 64em) {
    .theme-v-main, .theme-v-main-c {
        max-width: 100%;
    }
}
#landing-root {
    height: 100%;
    position: relative;
    min-height: 100vh;
}
#landing-main {
    height: auto;
    min-height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
#landing-logo {
    padding-top: 0.5rem;
    padding-bottom: 1rem;
    text-align: center;
}
#landing-mask {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
#landing-warp {
    display: flex;
    height: auto;
    min-height: 100vh;
}
#landing-right {
    width: 50%;
    z-index: 2;
    height: 100vh;
    overflow-y: auto;
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
}
#landing-left {
    width: 50%;
    z-index: 2;
    position: relative;
    padding-top: 100px;
    height: auto;
    overflow-x: hidden;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.landing-divider {
    display: flex;
    margin: 1.25rem 0px;
    font-weight: 500;
    font-size: 0.875rem;
    white-space: nowrap;
    text-align: center;
    border-top: 0;
}
.landing-divider:before, .landing-divider:after {
    position: relative;
    top: 50%;
    width: 50%;
    border-top: 1px solid transparent;
    border-top-color: inherit;
    border-bottom: 0;
    transform: translateY(50%);
    content: "";
}
#landing-right h1 {
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 2rem;
    text-align: center;
}
#landing-right h4 {
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.25rem;
    text-align: center;
    margin-bottom: 1.25rem;
}
#landing-footer {
    position: absolute;
    z-index: 5;
    bottom: 0;
    right: 0;
    padding: 0 1rem;
    width: 50%;
}
#landing-signup-btn {
    margin: 0 0 0 0.5rem;
    width: 10rem;
}
@media screen and (max-width: 1000px) {
    .landing-signin-section {
        margin-top: 1rem;
    }
    #landing-right {
        width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }
    #landing-left {
        display: none;
    }
    #landing-footer {
        width: 100%;
        right: 0;
    }
    #landing-signup-warp {
        margin-bottom: 6rem;
    }
}
/*












































































*/
