html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  -webkit-font-smoothing: antialiased; }

main {
  display: block; }

h1 {
  margin: 0.67em 0; }

hr {
  border: none;
  height: 1px;
  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;
  -webkit-appearance: inherit; }

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 {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  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; }

*,
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

:root {
  --gutter-width: 1rem;
  --outer-margin: 2rem;
  --gutter-compensation: calc((var(--gutter-width) * 0.5) * -1);
  --half-gutter-width: calc((var(--gutter-width) * 0.5));
  --container-sm: calc(var(--sm-min) + var(--gutter-width));
  --container-md: calc(var(--md-min) + var(--gutter-width));
  --container-lg: calc(var(--lg-min) + var(--gutter-width)); }

.container-fluid, .container {
  margin-right: auto;
  margin-left: auto; }

.container-fluid {
  padding-right: 0.5rem;
  padding-left: 0.5rem; }

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: var(--gutter-compensation, -0.5rem);
  margin-left: var(--gutter-compensation, -0.5rem); }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: var(--half-gutter-width, 0.5rem);
  padding-left: var(--half-gutter-width, 0.5rem); }

.col-xs {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  max-width: 100%; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333333%;
      flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66666667%;
      flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333333%;
      flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66666667%;
      flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333333%;
      flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66666667%;
      flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333333%;
      flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66666667%;
      flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%; }

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

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

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

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

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

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

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

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

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

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

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

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

.start-xs {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

@media only screen and (min-width: 768px) {
  .container {
    width: 768px; }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: var(--half-gutter-width, 0.5rem); }
  .col-sm {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .start-sm {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media only screen and (min-width: 990px) {
  .container {
    width: 990px; }
  .container-fluid {
    padding-right: var(--outer-margin, 2rem);
    padding-left: var(--outer-margin, 2rem); }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: var(--half-gutter-width, 0.5rem); }
  .col-md {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .start-md {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

@media only screen and (min-width: 1100px) {
  .container {
    width: 1100px; }
  .wrap {
    max-width: 1100px; }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: var(--half-gutter-width, 0.5rem); }
  .col-lg {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .start-lg {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; } }

/**
 * Body
 */
body {
  color: #ffffff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; }

/**
 * Forms
 */
/* Label */
label {
  display: block; }

/* Input */
input[type="date"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="text"] {
  padding: 8px 12px;
  outline: none;
  border-width: 1px; }

/* Textarea */
textarea {
  padding: 8px 12px;
  outline: none; }

/* Buttons */
input[type="submit"],
button {
  padding: 8px 12px;
  outline: none; }

/* Select */
select {
  outline: none;
  padding: 8px 12px; }

/**
 * Headings
 */
h1 {
  color: #00031F;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.25em;
  margin-top: 0.25em; }

h2 {
  color: #00031F;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.25em;
  margin-top: 0.25em; }

h3 {
  color: #00031F;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.25em;
  margin-top: 0.25em; }

h4 {
  color: #00031F;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.25em;
  margin-top: 0.25em; }

h5 {
  color: #00031F;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.25em;
  margin-top: 0.25em; }

h6 {
  color: #00031F;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.25em;
  margin-top: 0.25em; }

/**
 * hr
 */
hr {
  background-color: rgba(255, 255, 255, 0.1); }

/**
 * Links
 */
a {
  color: #DD6464;
  font-weight: 700;
  text-decoration: none; }

/**
 * Paragraphs
 */
p {
  margin-bottom: 0.25em;
  margin-top: 0.25em; }

/**
 * Avatar component
 */
.avatar {
  height: 60px;
  overflow: hidden;
  width: 60px; }
  .avatar.avatar__bg--image {
    background: no-repeat center center;
    background-size: cover; }
    .avatar.avatar__bg--image img {
      display: none; }
  .avatar img {
    width: 100%; }
  .avatar.avatar__size--small {
    height: 40px;
    width: 40px; }
  .avatar.avatar__size--normal {
    height: 60px;
    width: 60px; }
  .avatar.avatar__size--medium {
    height: 80px;
    width: 80px; }
  .avatar.avatar__size--big {
    height: 100px;
    width: 100px; }
  .avatar.avatar__size--mega {
    height: 140px;
    width: 140px; }

@media only screen and (min-width: 990px) {
  .avatar {
    height: 70px;
    width: 70px; }
    .avatar.avatar__size--small {
      height: 50px;
      width: 50px; }
    .avatar.avatar__size--normal {
      height: 70px;
      width: 70px; }
    .avatar.avatar__size--medium {
      height: 90px;
      width: 90px; }
    .avatar.avatar__size--big {
      height: 110px;
      width: 110px; }
    .avatar.avatar__size--mega {
      height: 150px;
      width: 150px; } }

/**
 * Button component
 */
.btn {
  border-color: transparent;
  border-style: solid;
  border-width: 1px; }
  .btn.btn__size--small {
    padding: 4px 8px; }
  .btn.btn__size--normal {
    padding: 8px 12px; }
  .btn.btn__size--medium {
    padding: 12px 18px; }
  .btn.btn__size--big {
    padding: 14px 24px; }
  .btn.btn__width--full {
    display: block;
    text-align: center;
    width: 100%; }

/**
 * Cards component
 */
.card {
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  padding: 8px; }
  .card .thumb.thumb__bg--image {
    background: no-repeat center center;
    background-size: cover; }
    .card .thumb.thumb__bg--image img {
      display: none; }
  .card .thumb img {
    width: 100%; }
  .card.card__thumb--top .thumb {
    margin: -8px;
    margin-bottom: 0; }
  .card.card__size--small {
    padding: 4px; }
    .card.card__size--small.card__thumb--top .thumb {
      margin: -4px;
      margin-bottom: 0; }
  .card.card__size--big {
    padding: 18px; }
    .card.card__size--big.card__thumb--top .thumb {
      margin: -18px;
      margin-bottom: 0; }

@media only screen and (min-width: 990px) {
  .card {
    padding: 16px; }
    .card.card__thumb--top .thumb {
      margin: -16px;
      margin-bottom: 0; }
    .card.card__size--small {
      padding: 8px; }
      .card.card__size--small.card__thumb--top .thumb {
        margin: -8px;
        margin-bottom: 0; }
    .card.card__size--big {
      padding: 24px; }
      .card.card__size--big.card__thumb--top .thumb {
        margin: -24px;
        margin-bottom: 0; } }

/**
 * Form components
 */
/* Inputs */
.input {
  border-color: transparent;
  border-style: solid;
  border-width: 1px; }
  .input.input__size--small {
    padding: 4px 8px; }
  .input.input__size--normal {
    padding: 8px 12px; }
  .input.input__size--medium {
    padding: 12px 18px; }
  .input.input__size--big {
    padding: 14px 24px; }
  .input.input__width--full {
    display: block;
    width: 100%; }

/* Textarea */
.textarea {
  border-color: transparent;
  border-style: solid;
  border-width: 1px; }
  .textarea.textarea__size--small {
    padding: 4px 8px; }
  .textarea.textarea__size--normal {
    padding: 8px 12px; }
  .textarea.textarea__size--medium {
    padding: 12px 18px; }
  .textarea.textarea__size--big {
    padding: 14px 24px; }
  .textarea.textarea__width--full {
    display: block;
    width: 100%; }

/* Selects */
.select {
  border-color: transparent;
  border-style: solid;
  border-width: 1px;
  display: inline-block;
  position: relative; }
  .select select {
    background: transparent;
    color: inherit;
    border: none;
    padding-right: 24px; }
  .select::after {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    content: '\25be';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: sans-serif;
    height: 100%;
    justify-items: center;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    z-index: 10; }
  .select.select__size--small select {
    padding: 4px 8px;
    padding-right: 20px; }
  .select.select__size--small::after {
    width: 18px; }
  .select.select__size--normal select {
    padding: 8px 12px;
    padding-right: 24px; }
  .select.select__size--normal::after {
    width: 22px; }
  .select.select__size--medium select {
    padding: 12px 18px;
    padding-right: 28px; }
  .select.select__size--medium::after {
    width: 26px; }
  .select.select__size--big select {
    padding: 14px 24px;
    padding-right: 32px; }
  .select.select__size--big::after {
    width: 30px; }
  .select.select__width--full {
    display: block;
    width: 100%; }

/**
 * Headbar component
 */
.headbar {
  height: 50px;
  width: 100%;
  position: relative;
  z-index: 9999; }
  .headbar.headbar__sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0; }
  .headbar .container,
  .headbar .container-fluid,
  .headbar .row {
    height: 100%; }
  .headbar .brand {
    display: inline-block;
    vertical-align: middle; }
    .headbar .brand .brand-icon {
      display: inline-block;
      max-height: 36px;
      max-width: 36px;
      vertical-align: middle; }
    .headbar .brand .brand-name {
      display: inline-block;
      vertical-align: middle; }

@media only screen and (min-width: 1100px) {
  .headbar {
    height: 60px; }
    .headbar .brand .brand-icon {
      max-height: 46px;
      max-width: 46px; } }

/**
 * Search component
 */
.search-bar {
  position: relative; }
  .search-bar .btn__search {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10; }

/**
 * Aligns mods
 */
/* Vertical aligns */
*.vertical-align__top {
  vertical-align: top; }

*.vertical-align__middle {
  vertical-align: middle; }

*.vertical-align__bottom {
  vertical-align: bottom; }

*.vertical-align__baseline {
  vertical-align: baseline; }

/**
 * Border radius modifiers
 */
*.border-radius__rounded {
  border-radius: 100px; }

*.border-radius__small {
  border-radius: 2px; }

*.border-radius__small--x {
  border-radius: 4px; }

*.border-radius__normal {
  border-radius: 8px; }

*.border-radius__medium {
  border-radius: 12px; }

*.border-radius__medium--x {
  border-radius: 16px; }

*.border-radius__big {
  border-radius: 20px; }

*.border-radius__big--x {
  border-radius: 24px; }

*.border-radius__mega {
  border-radius: 28px; }

*.border-radius__mega--x {
  border-radius: 32px; }

/**
 * Box shadows
 */
/* Main box shadows */
*.box-shadow__small {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); }

*.box-shadow__normal {
  -webkit-box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 8px -3px rgba(0, 0, 0, 0.15); }

*.box-shadow__medium {
  -webkit-box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 12px -4px rgba(0, 0, 0, 0.15); }

*.box-shadow__big {
  -webkit-box-shadow: 0 6px 20px -6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 20px -6px rgba(0, 0, 0, 0.15); }

*.box-shadow__mega {
  -webkit-box-shadow: 0 8px 28px -8px rgba(0, 0, 0, 0.15);
          box-shadow: 0 8px 28px -8px rgba(0, 0, 0, 0.15); }

/**
 * Color mods
 */
/* Base background colors */
*.background-color__main {
  background-color: #DD6464; }

*.background-color__secondary {
  background-color: #532D2D; }

*.background-color__utilitary {
  background-color: #222222; }

*.background-color__titles {
  background-color: #00031F; }

*.background-color__text {
  background-color: #ffffff; }

*.background-color__link {
  background-color: #DD6464; }

*.background-color__grey {
  background-color: #F6F5FA; }

*.background-color__grey--regent {
  background-color: #e7e4f2; }

*.background-color__green {
  background-color: #22C467; }

*.background-color__red {
  background-color: #DC3545; }

*.background-color__yellow {
  background-color: #FFDB36; }

*.background-color__blue {
  background-color: #2E83BF; }

*.background-color__orange {
  background-color: #DC5535; }

*.background-color__pink {
  background-color: #DC354F; }

*.background-color__aqua {
  background-color: #17B893; }

*.background-color__white {
  background-color: #ffffff; }

*.background-color__black {
  background-color: #000000; }

*.background-color__transparent {
  background-color: transparent; }

/* Social networks background colors */
*.background-color__facebook {
  background-color: #3b5998; }

*.background-color__twitter {
  background-color: #1da1f2; }

*.background-color__instagram {
  background-color: #5851db; }

*.background-color__youtube {
  background-color: #ff0000; }

*.background-color__reddit {
  background-color: #FF4500; }

*.background-color__pinterest {
  background-color: #bd081c; }

*.background-color__whatsapp {
  background-color: #25d366; }

*.background-color__twitch {
  background-color: #6441a5; }

*.background-color__snapchat {
  background-color: #fffc00; }

/* Base border colors */
*.border-color__main {
  border-color: #DD6464; }

*.border-color__secondary {
  border-color: #532D2D; }

*.border-color__utilitary {
  border-color: #222222; }

*.border-color__titles {
  border-color: #00031F; }

*.border-color__text {
  border-color: #ffffff; }

*.border-color__link {
  border-color: #DD6464; }

*.border-color__grey {
  border-color: #F6F5FA; }

*.border-color__grey--regent {
  border-color: #e7e4f2; }

*.border-color__green {
  border-color: #22C467; }

*.border-color__red {
  border-color: #DC3545; }

*.border-color__yellow {
  border-color: #FFDB36; }

*.border-color__blue {
  border-color: #2E83BF; }

*.border-color__orange {
  border-color: #DC5535; }

*.border-color__pink {
  border-color: #DC354F; }

*.border-color__aqua {
  border-color: #17B893; }

*.border-color__white {
  border-color: #ffffff; }

*.border-color__black {
  border-color: #000000; }

*.border-color__transparent {
  border-color: transparent; }

/* Social networks border colors */
*.border-color__facebook {
  border-color: #3b5998; }

*.border-color__twitter {
  border-color: #1da1f2; }

*.border-color__instagram {
  border-color: #5851db; }

*.border-color__youtube {
  border-color: #ff0000; }

*.border-color__reddit {
  border-color: #FF4500; }

*.border-color__pinterest {
  border-color: #bd081c; }

*.border-color__whatsapp {
  border-color: #25d366; }

*.border-color__twitch {
  border-color: #6441a5; }

*.border-color__snapchat {
  border-color: #fffc00; }

/* Base text colors */
*.text-color__main {
  color: #DD6464; }

*.text-color__secondary {
  color: #532D2D; }

*.text-color__utilitary {
  color: #222222; }

*.text-color__titles {
  color: #00031F; }

*.text-color__text {
  color: #ffffff; }

*.text-color__link {
  color: #DD6464; }

*.text-color__grey {
  color: #F6F5FA; }

*.text-color__grey--regent {
  color: #e7e4f2; }

*.text-color__green {
  color: #22C467; }

*.text-color__red {
  color: #DC3545; }

*.text-color__yellow {
  color: #FFDB36; }

*.text-color__blue {
  color: #2E83BF; }

*.text-color__orange {
  color: #DC5535; }

*.text-color__pink {
  color: #DC354F; }

*.text-color__aqua {
  color: #17B893; }

*.text-color__white {
  color: #ffffff; }

*.text-color__black {
  color: #000000; }

*.text-color__transparent {
  color: transparent; }

/* Social networks colors */
*.text-color__facebook {
  color: #3b5998; }

*.text-color__twitter {
  color: #1da1f2; }

*.text-color__instagram {
  color: #5851db; }

*.text-color__youtube {
  color: #ff0000; }

*.text-color__reddit {
  color: #FF4500; }

*.text-color__pinterest {
  color: #bd081c; }

*.text-color__whatsapp {
  color: #25d366; }

*.text-color__twitch {
  color: #6441a5; }

*.text-color__snapchat {
  color: #fffc00; }

/**
 * Display mods
 */
*.display__inline {
  display: inlin; }

*.display__inline--block {
  display: inline-block; }

*.display__block {
  display: block; }

*.display__inherit {
  display: inherit; }

/**
 * Padding mods
 */
/* Without padding */
*.without-padding__left {
  padding-left: 0; }

*.without-padding__right {
  padding-right: 0; }

*.without-padding__top {
  padding-top: 0; }

*.without-padding__bottom {
  padding-bottom: 0; }

/* Padding all */
*.padding__small {
  padding: 2px; }

*.padding__small--x {
  padding: 4px; }

*.padding__normal {
  padding: 8px; }

*.padding__medium {
  padding: 12px; }

*.padding__medium--x {
  padding: 16px; }

*.padding__big {
  padding: 20px; }

*.padding__big--x {
  padding: 24px; }

*.padding__mega {
  padding: 28px; }

*.padding__mega--x {
  padding: 32px; }

/* Padding left */
*.padding-left__small {
  padding-left: 2px; }

*.padding-left__small--x {
  padding-left: 4px; }

*.padding-left__normal {
  padding-left: 8px; }

*.padding-left__medium {
  padding-left: 12px; }

*.padding-left__medium--x {
  padding-left: 16px; }

*.padding-left__big {
  padding-left: 20px; }

*.padding-left__big--x {
  padding-left: 24px; }

*.padding-left__mega {
  padding-left: 28px; }

*.padding-left__mega--x {
  padding-left: 32px; }

/* Padding right */
*.padding-right__small {
  padding-right: 2px; }

*.padding-right__small--x {
  padding-right: 4px; }

*.padding-right__normal {
  padding-right: 8px; }

*.padding-right__medium {
  padding-right: 12px; }

*.padding-right__medium--x {
  padding-right: 16px; }

*.padding-right__big {
  padding-right: 20px; }

*.padding-right__big--x {
  padding-right: 24px; }

*.padding-right__mega {
  padding-right: 28px; }

*.padding-right__mega--x {
  padding-right: 32px; }

/* Padding top */
*.padding-top__small {
  padding-top: 2px; }

*.padding-top__small--x {
  padding-top: 4px; }

*.padding-top__normal {
  padding-top: 8px; }

*.padding-top__medium {
  padding-top: 12px; }

*.padding-top__medium--x {
  padding-top: 16px; }

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

*.padding-top__big--x {
  padding-top: 24px; }

*.padding-top__mega {
  padding-top: 28px; }

*.padding-top__mega--x {
  padding-top: 32px; }

/* Padding bottom */
*.padding-bottom__small {
  padding-bottom: 2px; }

*.padding-bottom__small--x {
  padding-bottom: 4px; }

*.padding-bottom__normal {
  padding-bottom: 8px; }

*.padding-bottom__medium {
  padding-bottom: 12px; }

*.padding-bottom__medium--x {
  padding-bottom: 16px; }

*.padding-bottom__big {
  padding-bottom: 20px; }

*.padding-bottom__big--x {
  padding-bottom: 24px; }

*.padding-bottom__mega {
  padding-bottom: 28px; }

*.padding-bottom__mega--x {
  padding-bottom: 32px; }

/**
 * Margin mods
 */
/* Without margin */
*.without-margin__left {
  margin-left: 0; }

*.without-margin__right {
  margin-right: 0; }

*.without-margin__top {
  margin-top: 0; }

*.without-margin__bottom {
  margin-bottom: 0; }

/* Margin all */
*.margin__small {
  margin: 2px; }

*.margin__small--x {
  margin: 4px; }

*.margin__normal {
  margin: 8px; }

*.margin__medium {
  margin: 12px; }

*.margin__medium--x {
  margin: 16px; }

*.margin__big {
  margin: 20px; }

*.margin__big--x {
  margin: 24px; }

*.margin__mega {
  margin: 28px; }

*.margin__mega--x {
  margin: 32px; }

/* Margin left */
*.margin-left__small {
  margin-left: 2px; }

*.margin-left__small--x {
  margin-left: 4px; }

*.margin-left__normal {
  margin-left: 8px; }

*.margin-left__medium {
  margin-left: 12px; }

*.margin-left__medium--x {
  margin-left: 16px; }

*.margin-left__big {
  margin-left: 20px; }

*.margin-left__big--x {
  margin-left: 24px; }

*.margin-left__mega {
  margin-left: 28px; }

*.margin-left__mega--x {
  margin-left: 32px; }

/* Margin right */
*.margin-right__small {
  margin-right: 2px; }

*.margin-right__small--x {
  margin-right: 4px; }

*.margin-right__normal {
  margin-right: 8px; }

*.margin-right__medium {
  margin-right: 12px; }

*.margin-right__medium--x {
  margin-right: 16px; }

*.margin-right__big {
  margin-right: 20px; }

*.margin-right__big--x {
  margin-right: 24px; }

*.margin-right__mega {
  margin-right: 28px; }

*.margin-right__mega--x {
  margin-right: 32px; }

/* Margin top */
*.margin-top__small {
  margin-top: 2px; }

*.margin-top__small--x {
  margin-top: 4px; }

*.margin-top__normal {
  margin-top: 8px; }

*.margin-top__medium {
  margin-top: 12px; }

*.margin-top__medium--x {
  margin-top: 16px; }

*.margin-top__big {
  margin-top: 20px; }

*.margin-top__big--x {
  margin-top: 24px; }

*.margin-top__mega {
  margin-top: 28px; }

*.margin-top__mega--x {
  margin-top: 32px; }

/* Margin bottom */
*.margin-bottom__small {
  margin-bottom: 2px; }

*.margin-bottom__small--x {
  margin-bottom: 4px; }

*.margin-bottom__normal {
  margin-bottom: 8px; }

*.margin-bottom__medium {
  margin-bottom: 12px; }

*.margin-bottom__medium--x {
  margin-bottom: 16px; }

*.margin-bottom__big {
  margin-bottom: 20px; }

*.margin-bottom__big--x {
  margin-bottom: 24px; }

*.margin-bottom__mega {
  margin-bottom: 28px; }

*.margin-bottom__mega--x {
  margin-bottom: 32px; }

/**
 * Media helper mods
 */
/* XS screens */
@media only screen and (max-width: 768px) {
  .hidden__xs {
    display: none; } }

/* SM screens */
@media only screen and (max-width: 990px) and (min-width: 768px) {
  .hidden__sm {
    display: none; } }

/* MD screens */
@media only screen and (max-width: 1100px) and (min-width: 990px) {
  .hidden__md {
    display: none; } }

/* LG screens */
@media only screen and (min-width: 1100px) {
  .hidden__lg {
    display: none; } }

/**
 * Text formats mods
 */
/* Font family */
*.font__main {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; }

*.font__secondary {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; }

/* Font size */
*.font-size__small,
.font-size__small * {
  font-size: 0.75rem; }

*.font-size__small--x,
.font-size__small--x * {
  font-size: 0.875rem; }

*.font-size__normal,
.font-size__normal * {
  font-size: 1rem; }

*.font-size__medium,
.font-size__medium * {
  font-size: 1.125rem; }

*.font-size__medium--x,
.font-size__medium--x * {
  font-size: 1.25rem; }

*.font-size__big,
.font-size__big * {
  font-size: 1.375rem; }

*.font-size__big--x,
.font-size__big--x * {
  font-size: 1.5rem; }

*.font-size__mega,
.font-size__mega * {
  font-size: 1.75rem; }

*.font-size__mega--x,
.font-size__mega--x * {
  font-size: 1.875rem; }

@media only screen and (min-width: 990px) {
  *.font-size__big,
  .font-size__big * {
    font-size: 1.5rem; }
  *.font-size__big--x,
  .font-size__big--x * {
    font-size: 1.75rem; }
  *.font-size__mega,
  .font-size__mega * {
    font-size: 1.875rem; }
  *.font-size__mega--x,
  .font-size__mega--x * {
    font-size: 2rem; } }

@media only screen and (min-width: 1100px) {
  *.font-size__big,
  .font-size__big * {
    font-size: 1.875rem; }
  *.font-size__big--x,
  .font-size__big--x * {
    font-size: 2rem; }
  *.font-size__mega,
  .font-size__mega * {
    font-size: 2.5rem; }
  *.font-size__mega--x,
  .font-size__mega--x * {
    font-size: 3rem; } }

/* Font weights */
*.font-weight__lighweight {
  font-weight: 300; }

*.font-weight__normal {
  font-weight: 400; }

*.font-weight__bold {
  font-weight: 700; }

/* Letter spacing */
*.letter-spacing__small,
.letter-spacing__small * {
  letter-spacing: 0.2px; }

*.letter-spacing__normal,
.letter-spacing__normal * {
  letter-spacing: 0.5px; }

*.letter-spacing__medium,
.letter-spacing__medium * {
  letter-spacing: 1px; }

*.letter-spacing__big,
.letter-spacing__big * {
  letter-spacing: 1.5px; }

@media only screen and (min-width: 1100px) {
  *.letter-spacing__small,
  .letter-spacing__small * {
    letter-spacing: 0.5px; }
  *.letter-spacing__normal,
  .letter-spacing__normal * {
    letter-spacing: 1px; }
  *.letter-spacing__medium,
  .letter-spacing__medium * {
    letter-spacing: 1.5px; }
  *.letter-spacing__big,
  .letter-spacing__big * {
    letter-spacing: 2px; } }

/* Line heights */
*.line-height__small,
.line-height__small * {
  line-height: 0.75; }

*.line-height__small--x,
.line-height__small--x * {
  line-height: 0.875; }

*.line-height__normal,
.line-height__normal * {
  line-height: 1; }

*.line-height__medium,
.line-height__medium * {
  line-height: 1.125; }

*.line-height__medium--x,
.line-height__medium--x * {
  line-height: 1.25; }

*.line-height__big,
.line-height__big * {
  line-height: 1.375; }

*.line-height__big--x,
.line-height__big--x * {
  line-height: 1.5; }

*.line-height__mega,
.line-height__mega * {
  line-height: 1.875; }

*.line-height__mega--x,
.line-height__mega--x * {
  line-height: 2.25; }

/* Text transform */
.text-transform__uppercase {
  text-transform: uppercase; }

/**
 * Global
 */
body {
  background: #222222;
  position: relative; }
  body::after {
    content: '';
    width: 100%;
    height: 350px;
    background: -webkit-gradient(linear, left top, left bottom, from(#532D2D), to(rgba(83, 45, 45, 0))) 100%;
    background: linear-gradient(#532D2D 0%, rgba(83, 45, 45, 0)) 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
  body.single #header {
    margin-bottom: 0; }
  body.single #breadcrumb {
    background: #1a1a1a; }
  body.single-photos #breadcrumb {
    background: transparent; }

a.highlight {
  border-bottom: 1px solid #DD6464; }

button {
  cursor: pointer; }

.avatar {
  position: relative; }

select {
  width: 100%; }

/**
 * Mobile menu
 */
#mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(34, 34, 34, 0.95);
  display: none; }
  #mobile-menu .mobile-menu {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 600px;
    z-index: 10; }
    #mobile-menu .mobile-menu .top-bar {
      height: 55px;
      width: 100%;
      position: relative;
      z-index: 20;
      background: #532D2D;
      padding: 0 12px; }
      #mobile-menu .mobile-menu .top-bar .logo img {
        max-height: 30px; }
      #mobile-menu .mobile-menu .top-bar .row {
        height: 100%; }
    #mobile-menu .mobile-menu .menu-items,
    #mobile-menu .mobile-menu .sub-menu-items {
      padding-top: 65px;
      height: 100%;
      width: 50%;
      position: absolute;
      left: 0;
      top: 0;
      background: #532D2D;
      overflow-y: auto; }
      #mobile-menu .mobile-menu .menu-items a,
      #mobile-menu .mobile-menu .sub-menu-items a {
        display: block;
        padding: 12px 16px;
        font-weight: normal;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        #mobile-menu .mobile-menu .menu-items a.active,
        #mobile-menu .mobile-menu .sub-menu-items a.active {
          background: #DD6464;
          color: white;
          position: relative; }
          #mobile-menu .mobile-menu .menu-items a.active .icon,
          #mobile-menu .mobile-menu .sub-menu-items a.active .icon {
            position: absolute;
            right: 16px;
            top: 0;
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
    #mobile-menu .mobile-menu .sub-menu-items {
      background: #222222;
      left: 50%; }
  #mobile-menu .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }

body.open-menu #mobile-menu {
  display: block; }

/**
 * SEO Title
 */
#seo-title {
  background: rgba(34, 34, 34, 0.7);
  padding: 4px 0; }
  #seo-title .label {
    font-size: 0.875rem;
    text-transform: uppercase;
    display: block;
    text-align: center;
    color: white;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
    letter-spacing: 0.5px;
    font-weight: normal; }

/**
 * Header
 */
#header {
  background: rgba(83, 45, 45, 0.95);
  height: 60px;
  margin-bottom: 12px;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s; }
  #header .container-fluid,
  #header .row {
    height: 100%; }
  #header .navicon {
    background: transparent;
    border: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px; }
    #header .navicon svg {
      width: 34px;
      fill: #DD6464; }
    #header .navicon svg g,
    #header .navicon svg line {
      stroke: #DD6464; }
  #header .logo {
    display: inline-block;
    vertical-align: middle; }
    #header .logo img {
      max-height: 30px; }
  #header .menu {
    display: block;
    text-align: center; }
    #header .menu a {
      font-weight: normal;
      color: white;
      display: inline-block;
      padding: 4px 8px; }
      #header .menu a i {
        display: none; }
  #header .search-bar {
    position: relative; }
    #header .search-bar .input {
      background: rgba(0, 0, 0, 0.2);
      color: white; }
      #header .search-bar .input::-webkit-input-placeholder {
        color: #e27979; }
      #header .search-bar .input::-moz-placeholder {
        color: #e27979; }
      #header .search-bar .input:-ms-input-placeholder {
        color: #e27979; }
      #header .search-bar .input::-ms-input-placeholder {
        color: #e27979; }
      #header .search-bar .input::placeholder {
        color: #e27979; }
    #header .search-bar .instant-search {
      width: 100%;
      background: white;
      border-radius: 3px;
      position: absolute;
      padding: 16px;
      top: 100%;
      left: 0;
      margin-top: 8px; }
      #header .search-bar .instant-search ul {
        display: block;
        padding: 0 0 16px 0;
        margin: 0 0 16px 0;
        border-bottom: 1px solid #F6F5FA; }
        #header .search-bar .instant-search ul:last-child {
          margin: 0;
          padding: 0;
          border: 0; }
        #header .search-bar .instant-search ul .title {
          font-weight: bolder;
          color: #222222;
          font-size: 0.875rem;
          display: block;
          margin-bottom: 6px;
          text-transform: uppercase; }
        #header .search-bar .instant-search ul li {
          display: block;
          margin: 0;
          padding: 0; }
          #header .search-bar .instant-search ul li a {
            display: block;
            font-weight: normal;
            color: #222222;
            font-size: 0.875rem;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
            padding: 6px 0; }
            #header .search-bar .instant-search ul li a .icon {
              width: 20px;
              text-align: center;
              color: #aaa; }
  #header:hover {
    background: #532D2D; }

/**
 * Featured contents
 */
/* Featured channels */
.featured-channels-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 -10px; }

.featured-channel {
  width: calc(16.66% - 20px);
  margin: 0 10px 20px 10px;
  float: left; }
  .featured-channel .card {
    height: 48px;
    background: rgba(0, 0, 0, 0.2);
    padding: 0;
    padding-left: 60px;
    position: relative;
    border-radius: 3px;
    overflow: hidden; }
  .featured-channel .thumb {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px; }
  .featured-channel .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .featured-channel .caption .title {
      font-size: 0.875rem;
      color: white;
      margin: 0;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      font-weight: normal; }
      .featured-channel .caption .title a {
        font-weight: normal;
        color: white; }

/* Featured pornstars */
.featured-pornstars-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 -10px; }

.featured-pornstar {
  width: calc(20% - 20px);
  margin: 0 10px 20px 10px;
  float: left; }
  .featured-pornstar .card {
    background: rgba(0, 0, 0, 0.2);
    padding: 0;
    position: relative;
    border-radius: 3px;
    overflow: hidden; }
  .featured-pornstar .thumb {
    width: 100%;
    height: 200px;
    display: block;
    position: relative; }
  .featured-pornstar .caption {
    display: block;
    text-align: center;
    padding: 8px; }
    .featured-pornstar .caption .title {
      font-size: 0.875rem;
      color: white;
      margin: 0;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      font-weight: normal; }

/* Featured categories */
.featured-categories-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 -10px; }

.featured-category {
  width: calc(20% - 20px);
  margin: 0 10px 20px 10px;
  float: left; }
  .featured-category .card {
    background: rgba(0, 0, 0, 0.2);
    padding: 0;
    position: relative;
    border-radius: 3px;
    overflow: hidden; }
  .featured-category .thumb {
    width: 100%;
    height: 200px;
    display: block; }
  .featured-category .caption {
    display: block;
    text-align: center;
    padding: 8px; }
    .featured-category .caption .title {
      font-size: 0.875rem;
      color: white;
      margin: 0;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      font-weight: normal; }

/**
 * Content types
 */
/* Content video */
.videos-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 -10px; }

.content-video {
  width: calc(25% - 20px);
  margin: 0 10px 10px 10px;
  float: left; }
  .content-video .card {
    background: transparent;
    padding: 0; }
  .content-video .thumb {
    height: 0;
    padding-bottom: 70%;
    border-radius: 3px;
    position: relative;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
    overflow: hidden; }
    .content-video .thumb .video-thumbnail {
      width: 130%;
      height: 130%;
      position: absolute;
      left: -35px;
      top: -25px; }
  .content-video .caption {
    padding-top: 4px; }
    .content-video .caption .title {
      font-weight: normal;
      font-size: 0.875rem;
      color: #ffffff;
      line-height: 1.25; }
  .content-video:hover .thumb {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

/* Content video */
.photos-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0 -10px; }

.content-photo {
  width: calc(25% - 20px);
  margin: 0 10px 10px 10px;
  float: left; }
  .content-photo .card {
    background: transparent;
    padding: 0; }
  .content-photo .thumb {
    height: 0;
    padding-bottom: 70%;
    border-radius: 3px;
    position: relative; }
  .content-photo .caption {
    padding-top: 4px; }
    .content-photo .caption .title {
      font-weight: normal;
      font-size: 0.875rem;
      color: #ffffff;
      line-height: 1.25; }

/* Content metas */
.metas {
  margin: 6px 0;
  display: block; }
  .metas .meta {
    font-size: 0.875rem;
    margin-right: 12px;
    white-space: nowrap; }
    .metas .meta a {
      color: #e68e8e;
      font-weight: normal; }
      .metas .meta a i {
        font-size: 0.75rem;
        text-align: left; }

/* Thumb metas */
.thumb-metas {
  position: absolute;
  right: 4px;
  bottom: 4px;
  z-index: 10; }
  .thumb-metas .thumb-meta {
    background: rgba(0, 0, 0, 0.4);
    font-size: 0.75rem;
    color: white;
    display: inline-block;
    padding: 3px 5px;
    border-radius: 3px;
    font-weight: normal; }
    .thumb-metas .thumb-meta.background-color__main {
      background: rgba(221, 100, 100, 0.9); }
    .thumb-metas .thumb-meta i {
      font-size: 1rem; }

/* Content list */
.list-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 20px -10px;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1); }
  .list-row .list-item-row {
    width: calc(80% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 0 -10px; }
  .list-row .first-letter {
    width: calc(20% - 10px);
    margin: 0 10px 10px 10px;
    float: left;
    text-transform: uppercase;
    font-weight: bolder;
    color: #DD6464; }
  .list-row:last-child {
    border: 0; }

.content-list {
  width: calc(25% - 10px);
  margin: 0 5px 10px 5px;
  float: left; }
  .content-list .caption {
    display: block; }
    .content-list .caption .title {
      display: inline-block;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      color: white;
      font-size: 1rem;
      line-height: 1.2;
      font-weight: normal;
      vertical-align: middle; }
    .content-list .caption .count {
      display: inline-block;
      vertical-align: middle;
      background: #532D2D;
      color: white;
      padding: 2px 4px;
      font-size: 0.75rem;
      border-radius: 8px;
      margin-left: 4px;
      font-weight: normal; }

/**
 * Singles
 */
/* Single title */
.single-title {
  color: white;
  font-size: 1.25rem;
  line-height: 1.375;
  margin: 0 0 20px 0; }

/* Single content */
.the-content {
  line-height: 1.3; }
  .the-content p {
    margin: 12px 0; }

/* Single video */
.single-video .video-player {
  display: block;
  height: 450px;
  border: 1px solid #222222;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  margin-bottom: 12px; }
  .single-video .video-player iframe,
  .single-video .video-player embed {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    outline: none;
    border: 0; }

.single-video .video-description {
  height: 450px;
  padding: 0 10px;
  font-size: 0.875rem;
  overflow-y: auto; }

.video-cinema {
  background: #1a1a1a;
  padding: 20px 0; }

/* Single photos */
.single-photos .photo-galleries img {
  width: 100%;
  height: inherit;
  border: 2px solid white;
  margin: 8px auto; }

/* Single special metas */
.single-special-metas {
  display: block;
  margin: 16px 0; }

.single-special-meta {
  width: 180px;
  margin-bottom: 8px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle; }
  .single-special-meta .card {
    height: 48px;
    background: rgba(0, 0, 0, 0.2);
    padding: 0;
    padding-left: 60px;
    position: relative;
    border-radius: 3px;
    overflow: hidden; }
  .single-special-meta .thumb {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 3px; }
  .single-special-meta .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .single-special-meta .caption .title {
      font-size: 0.875rem;
      color: white;
      margin: 0;
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      font-weight: normal; }
      .single-special-meta .caption .title a {
        font-weight: normal;
        color: white; }
  .single-special-meta.pornstars .card {
    border: 1px solid #532D2D; }
  .single-special-meta.pornstars .caption .title a {
    color: #DD6464; }

/**
 * SEO Text
 */
#seo-text {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0; }
  #seo-text h1,
  #seo-text h2,
  #seo-text h3,
  #seo-text h4,
  #seo-text h5,
  #seo-text h6 {
    font-size: 1.25rem;
    color: white;
    margin-bottom: 20px; }
  #seo-text p {
    text-align: justify;
    line-height: 1.5;
    margin: 12px 0;
    font-size: 0.875rem; }

/**
 * Footer
 */
#footer .menu {
  margin: 12px 0;
  padding: 0; }
  #footer .menu li {
    display: inline-block;
    margin: 2px 4px; }
    #footer .menu li a {
      font-size: 0.875rem;
      font-weight: normal; }

/**
 * Misc
 */
/* Pagination */
.pagination {
  display: block;
  text-align: center;
  width: 100%;
  float: left;
  clear: both;
  margin-top: 8px; }
  .pagination .page-numbers {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px; }
    .pagination .page-numbers.current {
      background: #DD6464;
      color: white;
      border-radius: 50%; }

/* Pornstar bio */
.pornstar-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  justify-items: center;
  margin-top: 30px; }
  .pornstar-bio .avatar {
    margin-right: 20px; }
  .pornstar-bio .caption {
    width: 80%; }

/* Taxonomy metas */
.taxonomy-metas {
  display: block;
  margin-top: 12px; }
  .taxonomy-metas .meta {
    background: rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 4px 8px;
    font-size: 0.875rem;
    border-radius: 20px;
    margin-bottom: 4px; }
    .taxonomy-metas .meta .name {
      font-weight: bold; }

/* Filters */
.filters {
  display: block;
  text-align: center;
  margin: 20px 0 30px 0; }
  .filters label {
    font-size: 0.875rem;
    margin-bottom: 4px; }
  .filters .item {
    width: 16%;
    display: inline-block;
    text-align: left;
    padding: 0 4px; }

/* Breadcrumb */
#breadcrumb {
  padding: 16px 0; }

/* Facebook */
.border-color__facebook {
  border-color: #718dc8; }

.text-color__facebook {
  color: #718dc8; }

/* Ad space */
.ad-space {
  text-align: center;
  clear: both;
  margin: 12px auto;
  width: 100%;
  overflow: hidden; }

@media only screen and (max-width: 990px) {
  #main {
    overflow-x: hidden; }
  #breadcrumb * {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  #header {
    height: 55px;
    position: relative; }
    #header #search-bar {
      display: none; }
      #header #search-bar .search-bar {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: #532D2D;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        left: 0;
        padding: 0 12px;
        position: absolute;
        top: 0;
        width: 100%; }
        #header #search-bar .search-bar .input {
          padding-left: 40px; }
        #header #search-bar .search-bar .btn__search {
          right: inherit;
          left: 0; }
        #header #search-bar .search-bar > form {
          width: 100%;
          position: relative; }
      #header #search-bar.open-search {
        display: block; }
    #header .logo img {
      max-height: 25px; }
    #header .btn__search {
      height: 100%;
      padding: 0 12px;
      position: absolute;
      right: 12px;
      top: 0;
      z-index: 999; }
      #header .btn__search.open-search i::before {
        content: '\f00d'; }
    #header .navicon svg {
      width: 36px; }
  #mobile-menu .mobile-menu {
    width: 90%; }
  .featured-channel {
    width: calc(33.33% - 20px); }
  .content-video,
  .content-photo {
    width: calc(50% - 20px); }
    .content-video:hover .thumb,
    .content-photo:hover .thumb {
      -webkit-transform: scale(1);
              transform: scale(1); }
  .single-video .video-description {
    height: inherit;
    overflow: inherit;
    padding: 0;
    margin-bottom: 12px; }
  .video-cinema {
    padding-top: 0;
    padding-bottom: 0; }
  .list-row .list-item-row {
    width: calc(90% - 10px); }
  .list-row .first-letter {
    width: calc(10% - 10px); }
  .horitonzal-scroll__mobile .videos-row {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .horitonzal-scroll__mobile .videos-row .content-video {
      width: 280px;
      float: none;
      display: inline-block;
      white-space: normal;
      vertical-align: top; } }

@media only screen and (max-width: 768px) {
  .featured-pornstar,
  .featured-category {
    width: calc(33.33% - 20px); }
  .single-special-metas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin: 12px -5px; }
    .single-special-metas .single-special-meta {
      width: calc(33.33% - 10px);
      margin: 0 5px 10px 5px; }
  .single-video .video-player {
    height: 300px; }
  .content-list {
    width: calc(33.33% - 10px); }
  .filters .item {
    width: 32%;
    margin-bottom: 12px; } }

@media only screen and (max-width: 550px) {
  .featured-channels-row {
    margin: 0 -5px; }
  .featured-channel {
    width: calc(50% - 10px);
    margin: 0 5px 10px 5px; }
  .featured-pornstars-row,
  .featured-category-row {
    margin: 0 -5px; }
  .featured-pornstar,
  .featured-category {
    width: calc(50% - 10px);
    margin: 0 5px 10px 5px; }
  .videos-row,
  .photos-row {
    margin: 0 -5px; }
  .content-video,
  .content-photo {
    width: calc(100% - 10px);
    margin: 0 5px 10px 5px; }
  .single-title {
    font-size: 1rem; }
  .single-special-metas .single-special-meta {
    width: calc(50% - 10px); }
  .list-row {
    margin: 0; }
    .list-row .list-item-row {
      width: 100%;
      margin: 0 -5px; }
    .list-row .first-letter {
      width: 100%;
      margin: 12px 0; }
  .content-list {
    width: calc(50% - 10px); }
  .filters .item {
    width: 48%; } }

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