@charset "UTF-8";
/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #0083A8;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #BABCA5;
  --gray-dark: #343a40;
  --primary: #0083A8;
  --secondary: #BABCA5;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #23201f;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1.5rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 2rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 2rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #BABCA5;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [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 {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
  line-height: 1.2; }

h1, .h1 {
  font-size: 4rem; }

h2, .h2 {
  font-size: 3.5rem; }

h3, .h3 {
  font-size: 2.5rem; }

h4, .h4 {
  font-size: 1.875rem; }

h5, .h5 {
  font-size: 1.5rem; }

h6, .h6 {
  font-size: 1.25rem; }

.lead {
  font-size: 24px;
  font-weight: 400; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(35, 32, 31, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote, blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #BABCA5; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #BABCA5; }

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #3B3A39;
  border-radius: 0.2rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #3B3A39; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1300px; } }

.container-fluid {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -1.25rem;
  margin-left: -1.25rem; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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,
.col-sm-auto, .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,
.col-md-auto, .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,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 1.25rem;
  padding-left: 1.25rem; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-last {
  -webkit-box-ordinal-group: 14;
      -ms-flex-order: 13;
          order: 13; }

.order-0 {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
            order: 13; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top-width: 1px;
    border-top-style: solid; }
  .table thead th {
    vertical-align: bottom;
    border-top: none;
    border-bottom-width: 2px;
    border-bottom-style: solid; }
  .table tbody + tbody {
    border-top-width: 2px;
    border-top-style: solid; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(35, 32, 31, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(35, 32, 31, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8dce7; }

.table-hover .table-primary:hover {
  background-color: #a5d3e1; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a5d3e1; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #ecece6; }

.table-hover .table-secondary:hover {
  background-color: #e1e1d8; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #e1e1d8; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c1c1c0; }

.table-hover .table-dark:hover {
  background-color: #b4b4b3; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b4b4b3; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(35, 32, 31, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(21, 20, 19, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(21, 20, 19, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #3B3A39;
  border-color: #4e4d4c; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #3B3A39; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #4e4d4c; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  line-height: 30px;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .form-control::-webkit-input-placeholder {
    color: #BABCA5;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #BABCA5;
    opacity: 1; }
  .form-control::placeholder {
    color: #BABCA5;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]), .select2-selection--single:not([size]):not([multiple]) {
  height: calc(2.625rem + 2px); }

select.form-control:focus::-ms-value, .select2-selection--single:focus::-ms-value {
  color: #222;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.5625rem + 1px);
  padding-bottom: calc(0.5625rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 30px; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.47rem + 1px);
  padding-bottom: calc(0.47rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.5625rem;
  padding-bottom: 0.5625rem;
  margin-bottom: 0;
  line-height: 30px;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .input-group-sm > .form-control-plaintext.form-control,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-sm > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-sm > .input-group-append > .form-control-plaintext.btn, .form-control-plaintext.form-control-lg, .input-group-lg > .form-control-plaintext.form-control,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text,
  .input-group-lg > .input-group-prepend > .form-control-plaintext.btn,
  .input-group-lg > .input-group-append > .form-control-plaintext.btn {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.47rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

select.form-control-sm:not([size]):not([multiple]), .input-group-sm > select.form-control:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.2525rem + 2px); }

.form-control-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0; }

select.form-control-lg:not([size]):not([multiple]), .input-group-lg > select.form-control:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]),
.input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]),
.input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #BABCA5; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25);
          box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  -webkit-box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 1px #fff, 0 0 0 0 rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25);
          box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group {
      width: auto; }
    .form-inline .form-check {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid transparent; }
  .btn:hover, .btn:focus {
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #0083A8;
  border-color: #0083A8; }
  .btn-primary:hover {
    color: #fff;
    background-color: #006582;
    border-color: #005b75; }
  .btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 131, 168, 0.5);
            box-shadow: 0 0 0 0 rgba(0, 131, 168, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #0083A8;
    border-color: #0083A8; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #005b75;
    border-color: #005168; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 131, 168, 0.5);
              box-shadow: 0 0 0 0 rgba(0, 131, 168, 0.5); }

.btn-secondary {
  color: #3B3A39;
  background-color: #BABCA5;
  border-color: #BABCA5; }
  .btn-secondary:hover {
    color: #3B3A39;
    background-color: #a9ac8f;
    border-color: #a4a688; }
  .btn-secondary:focus, .btn-secondary.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(186, 188, 165, 0.5);
            box-shadow: 0 0 0 0 rgba(186, 188, 165, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #3B3A39;
    background-color: #BABCA5;
    border-color: #BABCA5; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #3B3A39;
    background-color: #a4a688;
    border-color: #9ea180; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0 rgba(186, 188, 165, 0.5);
              box-shadow: 0 0 0 0 rgba(186, 188, 165, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #3B3A39;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #3B3A39;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #3B3A39;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #3B3A39;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #3B3A39;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #3B3A39;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #3B3A39;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #3B3A39;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #23201f;
  border-color: #23201f; }
  .btn-dark:hover {
    color: #fff;
    background-color: #0f0d0d;
    border-color: #080707; }
  .btn-dark:focus, .btn-dark.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(35, 32, 31, 0.5);
            box-shadow: 0 0 0 0 rgba(35, 32, 31, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #23201f;
    border-color: #23201f; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #080707;
    border-color: #010101; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0 rgba(35, 32, 31, 0.5);
              box-shadow: 0 0 0 0 rgba(35, 32, 31, 0.5); }

.btn-outline-primary {
  color: #0083A8;
  background-color: transparent;
  background-image: none;
  border-color: #0083A8; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #0083A8;
    border-color: #0083A8; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 131, 168, 0.5);
            box-shadow: 0 0 0 0 rgba(0, 131, 168, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #0083A8;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #0083A8;
    border-color: #0083A8; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 131, 168, 0.5);
              box-shadow: 0 0 0 0 rgba(0, 131, 168, 0.5); }

.btn-outline-secondary {
  color: #BABCA5;
  background-color: transparent;
  background-image: none;
  border-color: #BABCA5; }
  .btn-outline-secondary:hover {
    color: #3B3A39;
    background-color: #BABCA5;
    border-color: #BABCA5; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(186, 188, 165, 0.5);
            box-shadow: 0 0 0 0 rgba(186, 188, 165, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #BABCA5;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #3B3A39;
    background-color: #BABCA5;
    border-color: #BABCA5; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0 rgba(186, 188, 165, 0.5);
              box-shadow: 0 0 0 0 rgba(186, 188, 165, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0 rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
            box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
              box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #3B3A39;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
            box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #3B3A39;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5);
              box-shadow: 0 0 0 0 rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
            box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5);
              box-shadow: 0 0 0 0 rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #3B3A39;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
            box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #3B3A39;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5);
              box-shadow: 0 0 0 0 rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #23201f;
  background-color: transparent;
  background-image: none;
  border-color: #23201f; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #23201f;
    border-color: #23201f; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    -webkit-box-shadow: 0 0 0 0 rgba(35, 32, 31, 0.5);
            box-shadow: 0 0 0 0 rgba(35, 32, 31, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #23201f;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #23201f;
    border-color: #23201f; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0 rgba(35, 32, 31, 0.5);
              box-shadow: 0 0 0 0 rgba(35, 32, 31, 0.5); }

.btn-link {
  font-weight: 400;
  color: #333;
  background-color: transparent; }
  .btn-link:hover {
    color: #0d0d0d;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #BABCA5; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.47rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.show {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.show {
    display: block; }

tr.collapse.show {
  display: table-row; }

tbody.collapse.show {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #222;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(35, 32, 31, 0.15);
  border-radius: 0.25rem; }

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #3B3A39;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #2e2d2c;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0083A8; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #BABCA5;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #BABCA5;
  white-space: nowrap; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }
  .btn-group .btn + .btn,
  .btn-group .btn + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 1.5rem;
  padding-left: 1.5rem; }
  .dropdown-toggle-split::after {
    margin-left: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .btn-group-vertical .btn,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn,
  .btn-group-vertical > .btn + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control:focus,
    .input-group > .custom-select:focus,
    .input-group > .custom-file:focus {
      z-index: 3; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::before {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label,
    .input-group > .custom-file:not(:first-child) .custom-file-label::before {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5625rem 2rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 30px;
  color: #222;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid transparent;
  border-radius: 0; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    background-color: #0083A8; }
  .custom-control-input:focus ~ .custom-control-label::before {
    -webkit-box-shadow: 0 0 0 1px #fff, 0 8px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 0 1px #fff, 0 8px 10px rgba(0, 0, 0, 0.15); }
  .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #5cdbff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #BABCA5; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  margin-bottom: 0; }
  .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    background-color: #dee2e6; }
  .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0083A8; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  background-color: #0083A8; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 131, 168, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 131, 168, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #0083A8; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 131, 168, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.625rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #222;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .custom-select:focus {
    border-color: #ced4da;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0 rgba(206, 212, 218, 0.5);
            box-shadow: 0 0 0 0 rgba(206, 212, 218, 0.5); }
    .custom-select:focus::-ms-value {
      color: #222;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #BABCA5;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(2.2525rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%; }

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.625rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.625rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-control {
    border-color: #ced4da;
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15); }
    .custom-file-input:focus ~ .custom-file-control::before {
      border-color: #ced4da; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.625rem + 2px);
  padding: 0.5625rem 2rem;
  line-height: 1.5;
  color: #222;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 0; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(calc(2.625rem + 2px) - 1px * 2);
    padding: 0.5625rem 2rem;
    line-height: 1.5;
    color: #222;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid transparent;
    border-radius: 0 0 0 0; }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #BABCA5; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #BABCA5;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #0083A8; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }

.navbar-light .navbar-brand {
  color: rgba(35, 32, 31, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(35, 32, 31, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: #23201f; }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(35, 32, 31, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(35, 32, 31, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(35, 32, 31, 0.9); }

.navbar-light .navbar-toggler {
  color: #23201f;
  border-color: rgba(35, 32, 31, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%2323201f' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: #23201f; }
  .navbar-light .navbar-text a {
    color: rgba(35, 32, 31, 0.9); }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: rgba(35, 32, 31, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid inherit;
  border-radius: 0; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 3.75rem 3.625rem; }

.card-title {
  margin-bottom: 2.25rem; }

.card-subtitle {
  margin-top: -1.125rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 3.75rem 3.625rem; }

.card-header {
  padding: 2.25rem 3.75rem 3.625rem;
  margin-bottom: 0;
  background-color: rgba(35, 32, 31, 0.03);
  border-bottom: 1px solid inherit; }
  .card-header:first-child {
    border-radius: 0 0 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 2.25rem 3.75rem 3.625rem;
  background-color: rgba(35, 32, 31, 0.03);
  border-top: 1px solid inherit; }
  .card-footer:last-child {
    border-radius: 0 0 0 0; }

.card-header-tabs {
  margin-right: -3.75rem 3.625rem/2;
  margin-bottom: -2.25rem;
  margin-left: -3.75rem 3.625rem/2;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -3.75rem 3.625rem/2;
  margin-left: -3.75rem 3.625rem/2; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: 0; }

.card-img-top {
  width: 100%;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-deck .card {
    margin-bottom: 1.25rem; }
  @media (min-width: 576px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap;
      margin-right: -1.25rem;
      margin-left: -1.25rem; }
      .card-deck .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        margin-right: 1.25rem;
        margin-bottom: 0;
        margin-left: 1.25rem; } }

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .card-group > .card {
    margin-bottom: 1.25rem; }
  @media (min-width: 576px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-flow: row wrap;
              flex-flow: row wrap; }
      .card-group > .card {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 0%;
                flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0;
            border-top-right-radius: 0; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 2.25rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
            column-gap: 1.25rem; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #BABCA5;
  content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #BABCA5; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #333;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    color: #0d0d0d;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 8px 10px rgba(0, 0, 0, 0.15); }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #0083A8;
  border-color: #0083A8; }

.page-item.disabled .page-link {
  color: #BABCA5;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #0083A8; }
  .badge-primary[href]:hover, .badge-primary[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #005b75; }

.badge-secondary {
  color: #3B3A39;
  background-color: #BABCA5; }
  .badge-secondary[href]:hover, .badge-secondary[href]:focus {
    color: #3B3A39;
    text-decoration: none;
    background-color: #a4a688; }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  .badge-success[href]:hover, .badge-success[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  .badge-info[href]:hover, .badge-info[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b; }

.badge-warning {
  color: #3B3A39;
  background-color: #ffc107; }
  .badge-warning[href]:hover, .badge-warning[href]:focus {
    color: #3B3A39;
    text-decoration: none;
    background-color: #d39e00; }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  .badge-danger[href]:hover, .badge-danger[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130; }

.badge-light {
  color: #3B3A39;
  background-color: #f8f9fa; }
  .badge-light[href]:hover, .badge-light[href]:focus {
    color: #3B3A39;
    text-decoration: none;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #23201f; }
  .badge-dark[href]:hover, .badge-dark[href]:focus {
    color: #fff;
    text-decoration: none;
    background-color: #080707; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #004457;
  background-color: #cce6ee;
  border-color: #b8dce7; }
  .alert-primary hr {
    border-top-color: #a5d3e1; }
  .alert-primary .alert-link {
    color: #001c24; }

.alert-secondary {
  color: #616256;
  background-color: #f1f2ed;
  border-color: #ecece6; }
  .alert-secondary hr {
    border-top-color: #e1e1d8; }
  .alert-secondary .alert-link {
    color: #46473e; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light hr {
    border-top-color: #ececf6; }
  .alert-light .alert-link {
    color: #686868; }

.alert-dark {
  color: #121110;
  background-color: #d3d2d2;
  border-color: #c1c1c0; }
  .alert-dark hr {
    border-top-color: #b4b4b3; }
  .alert-dark .alert-link {
    color: black; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #0083A8;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease; }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #222;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(35, 32, 31, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #BABCA5;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #0083A8;
    border-color: #0083A8; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0; }

.list-group-item-primary {
  color: #004457;
  background-color: #b8dce7; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #004457;
    background-color: #a5d3e1; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #004457;
    border-color: #004457; }

.list-group-item-secondary {
  color: #616256;
  background-color: #ecece6; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #616256;
    background-color: #e1e1d8; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #616256;
    border-color: #616256; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #121110;
  background-color: #c1c1c0; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #121110;
    background-color: #b4b4b3; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #121110;
    border-color: #121110; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #23201f;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover, .close:focus {
    color: #23201f;
    text-decoration: none;
    opacity: .75; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(35, 32, 31, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #23201f; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #23201f; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #23201f; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #23201f; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #23201f; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #23201f;
  border-radius: 0.25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(35, 32, 31, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(35, 32, 31, 0.25); }
  
  .bs-popover-top .arrow::after,
  .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(35, 32, 31, 0.25); }
  
  .bs-popover-right .arrow::after,
  .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(35, 32, 31, 0.25); }
  
  .bs-popover-bottom .arrow::after,
  .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(35, 32, 31, 0.25); }
  
  .bs-popover-left .arrow::after,
  .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #222; }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-next,
    .active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
  @supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {
    .carousel-item-prev,
    .active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #0083A8 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #005b75 !important; }

.bg-secondary {
  background-color: #BABCA5 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #a4a688 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #23201f !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #080707 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #0083A8 !important; }

.border-secondary {
  border-color: #BABCA5 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #23201f !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
      flex-wrap: wrap-reverse !important; }

.justify-content-start {
  -webkit-box-pack: start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
      justify-content: space-around !important; }

.align-items-start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important; }

.align-items-end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important; }

.align-items-center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
      align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
      align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
      align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
      align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
      align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
      align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
      align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
      align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
      align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
        justify-content: space-around !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
        align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
        align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
        align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
        align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
        align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
        align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
        align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
        align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
        align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
          clip-path: none; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #0083A8 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #005b75 !important; }

.text-secondary {
  color: #BABCA5 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #a4a688 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #23201f !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #080707 !important; }

.text-muted {
  color: #BABCA5 !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

.site-header-logo {
  text-transform: uppercase;
  letter-spacing: 5px; }

body > .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  width: 100%;
  position: fixed;
  z-index: 3;
  top: 0;
  -webkit-transition: padding 0.3s, background-color 0.3s;
  transition: padding 0.3s, background-color 0.3s; }
  @media (max-width: 991.98px) {
    body > .navbar {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      width: 100%;
      position: absolute; }
      body > .navbar.sticked {
        position: fixed;
        top: 0; } }
  body > .navbar > .phone-mobile {
    line-height: 80px;
    font-weight: 500; }
  body > .navbar .main-logo.logo-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    body > .navbar .main-logo.logo-img h1 {
      font-size: 0;
      margin: 0; }
  body > .navbar > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  body > .navbar .site-header-logo {
    display: block; }
    body > .navbar .site-header-logo img {
      height: 100%;
      width: auto;
      max-width: none; }
  body > .navbar .logo-small {
    display: none; }
  body > .navbar.shrinked {
    top: 0;
    position: fixed; }
    body > .navbar.shrinked .logo-start {
      display: none; }
    body > .navbar.shrinked .logo-small {
      display: block; }
  body > .navbar .highlight {
    padding: 0 1.250rem; }
    body > .navbar .highlight > a {
      position: relative; }
      body > .navbar .highlight > a:before {
        content: '';
        border: 1px solid currentColor;
        position: absolute;
        left: -0.625rem;
        top: -0.425rem;
        right: -0.625rem;
        bottom: -0.425rem; }
  body > .navbar .nav-social-wrapper {
    font-size: 12px;
    line-height: 1rem; }

.burger-nav {
  position: relative;
  top: 0;
  width: 40px;
  height: 40px;
  right: 0;
  cursor: pointer; }
  .burger-nav:before, .burger-nav:after {
    content: "";
    height: 2px;
    background: currentColor;
    opacity: .7;
    width: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -12px;
    -webkit-transition: margin .2s .2s, -webkit-transform .2s 0s;
    transition: margin .2s .2s, -webkit-transform .2s 0s;
    transition: margin .2s .2s, transform .2s 0s;
    transition: margin .2s .2s, transform .2s 0s, -webkit-transform .2s 0s; }
  .burger-nav:before {
    margin-top: -4px; }
  .burger-nav:after {
    margin-top: 4px; }

.navbar-first-level {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%; }
  .navbar-first-level > .menu-item {
    font-size: .75rem;
    padding: 0 .625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-transition: background .3s;
    transition: background .3s;
    font-weight: 500; }
    .navbar-first-level > .menu-item a {
      -webkit-transition: color .3s;
      transition: color .3s;
      /* color: inherit; */
      text-transform: uppercase;
      padding: 0; }
    @media (max-width: 991.98px) {
      .navbar-first-level > .menu-item {
        padding: 0;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .navbar-first-level > .menu-item ul.sub-menu {
          position: relative;
          -webkit-box-shadow: none;
                  box-shadow: none;
          -webkit-box-flex: 1;
              -ms-flex: 1 0 100%;
                  flex: 1 0 100%; } }
    .navbar-first-level > .menu-item .sub-menu {
      position: absolute;
      list-style: none;
      top: 100%;
      left: 50%;
      margin: 0;
      padding: 1.25rem 0;
      -webkit-box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.09);
              box-shadow: -1px 1px 3px 1px rgba(0, 0, 0, 0.09);
      z-index: 5;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      /* border-top: 2px solid; */
      width: 230px; }
      .navbar-first-level > .menu-item .sub-menu li {
        padding: .375rem 0 !important;
        margin: 0;
        position: relative; }
        .navbar-first-level > .menu-item .sub-menu li a {
          padding: 0 1.875rem; }
      .navbar-first-level > .menu-item .sub-menu .sub-menu {
        -webkit-transform: none;
                transform: none;
        left: 100%;
        top: -1.25rem; }
        @media (min-width: 992px) {
          .navbar-first-level > .menu-item .sub-menu .sub-menu.dropdown-left {
            right: 100%;
            left: auto; } }
    .navbar-first-level > .menu-item:hover.has-children:after {
      opacity: 0; }
  .navbar-first-level a {
    display: block; }
  .navbar-first-level > a {
    white-space: nowrap; }

@media (min-width: 768px) {
  .navbar .menu-item .sub-menu {
    opacity: 0;
    -webkit-transition: opacity 0.3s, visibility 0s 0.3s;
    transition: opacity 0.3s, visibility 0s 0.3s;
    visibility: hidden;
    margin-top: 20px !important; }
    .navbar .menu-item .sub-menu:before {
      content: '';
      height: 20px;
      width: 100%;
      display: block;
      position: absolute;
      top: -20px; }
  .navbar .menu-item:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: opacity 0.3s, visibility 0s;
    transition: opacity 0.3s, visibility 0s; } }

@media (max-width: 991.98px) {
  .navbar .menu-item .sub-menu {
    display: none; }
  .navbar .menu-item:hover > .sub-menu {
    display: block; } }

.widget .menu-item .sub-menu {
  margin-left: 20px; }

.nav-overlay {
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  padding: 1.25rem;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  overflow-y: scroll;
  right: 0; }
  .nav-overlay.overlay-active {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .nav-overlay .overlay-nav-header {
    padding: 0;
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .nav-overlay .overlay-nav-header .burger-nav {
      top: 50%;
      margin-top: -20px;
      right: 0;
      position: absolute; }
      .nav-overlay .overlay-nav-header .burger-nav:before, .nav-overlay .overlay-nav-header .burger-nav:after {
        margin-top: 0; }
      .nav-overlay .overlay-nav-header .burger-nav:before {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .nav-overlay .overlay-nav-header .burger-nav:after {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .nav-overlay .overlay-nav-header h1 {
      margin: 0; }
  .nav-overlay .menu-item {
    display: block;
    text-align: center; }
    .nav-overlay .menu-item.has-children > a:after {
      content: "";
      position: absolute;
      right: 15px;
      top: 50%;
      width: 10px;
      height: 10px;
      border-radius: 0;
      margin-top: -5px;
      opacity: 1 !important;
      border-top: 5px solid currentColor;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid transparent; }
    .nav-overlay .menu-item a {
      position: relative; }
  .nav-overlay .menu-item.has-children > .sub-menu {
    position: relative;
    left: 0;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-right: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    display: none;
    width: 100%;
    top: 0; }
    .nav-overlay .menu-item.has-children > .sub-menu a {
      font-size: 0.875rem; }
    .nav-overlay .menu-item.has-children > .sub-menu .sub-menu a {
      font-size: 0.75rem; }
  .nav-overlay .menu-item.has-children.active > .sub-menu {
    display: block; }
  .nav-overlay .overlay-nav-content {
    position: relative; }
    .nav-overlay .overlay-nav-content .overlay-content {
      font-weight: 500;
      position: relative;
      padding-bottom: 1.25rem;
      margin-bottom: 1.25rem;
      text-align: center; }
      .nav-overlay .overlay-nav-content .overlay-content:after {
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 1px;
        background: currentColor;
        opacity: .5;
        left: 0; }
      .nav-overlay .overlay-nav-content .overlay-content > * {
        font-size: inherit; }
    .nav-overlay .overlay-nav-content .navbar {
      background: transparent;
      border: none;
      display: block;
      padding: 0;
      height: auto; }
      .nav-overlay .overlay-nav-content .navbar ul {
        display: block; }
        .nav-overlay .overlay-nav-content .navbar ul li {
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          padding: 0; }
          .nav-overlay .overlay-nav-content .navbar ul li a {
            padding: .625rem 0 !important;
            font-size: 1rem; }
  .nav-overlay .social-profiles {
    padding: 0;
    margin: 0; }
    .nav-overlay .social-profiles li {
      list-style-type: none; }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .nav-overlay {
      width: 500px; } }
  @media (min-width: 768px) {
    .nav-overlay {
      width: 650px; }
      .nav-overlay .overlay-nav-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
        .nav-overlay .overlay-nav-content:after {
          content: "";
          position: absolute;
          top: 0;
          left: 50%;
          width: 1px;
          height: 100%;
          background: currentColor; }
        .nav-overlay .overlay-nav-content .overlay-content, .nav-overlay .overlay-nav-content .navbar {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%; }
        .nav-overlay .overlay-nav-content .overlay-content {
          text-align: left; }
          .nav-overlay .overlay-nav-content .overlay-content:after {
            display: none; }
        .nav-overlay .overlay-nav-content .navbar .menu-item {
          text-align: right; } }
  @media (min-width: 992px) {
    .nav-overlay {
      display: none; } }
  .nav-overlay .overlay-nav-language-switcher ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center; }
  .nav-overlay .overlay-nav-language-switcher .rokka-mobile-current-language {
    opacity: 0.4; }

.navbar-language-switcher {
  margin-left: 1.5rem; }
  .navbar-language-switcher ul {
    margin: 0;
    list-style: none;
    padding: 0;
    position: relative; }
    .navbar-language-switcher ul .sub-menu {
      -webkit-transform: none;
              transform: none;
      right: 0;
      left: 0 !important; }

.animate-image {
  position: relative;
  z-index: -1;
  overflow: hidden;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s;
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.8s, -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  opacity: 0; }
  .animate-image img {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1); }
  .animate-image.loaded {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1; }
    .animate-image.loaded img {
      -webkit-transform: translateX(0);
              transform: translateX(0); }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); } }

.button, .btn, .wpcf7 input[type=submit], button#hb-apply-coupon {
  border: none;
  text-transform: uppercase;
  padding: .75rem 1.125rem;
  text-align: center;
  cursor: pointer;
  font-size: .75rem;
  display: inline-block;
  border-radius: 0;
  position: relative;
  line-height: 1rem;
  font-weight: bold;
  letter-spacing: 2px; }
  .button:hover, .btn:hover, .wpcf7 input[type=submit]:hover, button#hb-apply-coupon:hover {
    text-decoration: none; }
  .button:focus, .button:active, .btn:focus, .btn:active, .wpcf7 input[type=submit]:focus, .wpcf7 input[type=submit]:active, button#hb-apply-coupon:focus, button#hb-apply-coupon:active {
    outline: none; }

.btn {
  font-weight: 700 !important;
  cursor: pointer; }
  .btn .img-icon {
    display: inline-block;
    max-width: 100%;
    width: auto; }
  .btn.btn-solid {
    -webkit-transition: background .3s;
    transition: background .3s; }
  .btn.btn-outline {
    background: transparent;
    border: 1px solid;
    -webkit-transition: background .3s, color .3s, border .3s;
    transition: background .3s, color .3s, border .3s; }
    .btn.btn-outline:hover {
      border: 1px solid transparent; }
  .btn.btn-text {
    background: transparent !important;
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color .2s;
    transition: border-color .2s;
    padding: 3px 0 !important; }
    .btn.btn-text:hover {
      border-color: inherit; }
  .btn.btn-decor {
    background: none;
    position: relative; }
    .btn.btn-decor:before, .btn.btn-decor:after {
      -webkit-transition: width 0.4s, border-color 0.4s;
      transition: width 0.4s, border-color 0.4s; }
    .btn.btn-decor:before {
      content: '';
      width: 8px;
      height: 100%;
      border-width: 2px;
      border-style: solid;
      border-right: none;
      position: absolute;
      left: 0;
      top: 0; }
    .btn.btn-decor:after {
      content: '';
      width: 8px;
      height: 100%;
      border-width: 2px;
      border-style: solid;
      border-left: none;
      position: absolute;
      right: 0;
      top: 0; }
    .btn.btn-decor:hover:before, .btn.btn-decor:hover:after {
      width: 100%; }
    .btn.btn-decor:hover:before {
      border-bottom-color: transparent; }
    .btn.btn-decor:hover:after {
      border-top-color: transparent; }
  .btn.btn-xs {
    font-size: .6825rem;
    padding: .5rem 1rem; }
    .btn.btn-xs .img-icon {
      max-height: .75rem;
      display: inline; }
    .btn.btn-xs.btn-text {
      font-size: .6825rem; }
    .btn.btn-xs.btn-decor {
      padding: .375rem .75rem; }
  .btn.btn-sm, .btn-group-sm > .btn {
    font-size: .6825rem;
    padding: .625rem 1.125rem; }
    .btn.btn-sm .img-icon, .btn-group-sm > .btn .img-icon {
      max-height: .75rem;
      display: inline; }
    .btn.btn-sm.btn-text, .btn-group-sm > .btn.btn-text {
      font-size: .75rem; }
    .btn.btn-sm.btn-decor, .btn-group-sm > .btn.btn-decor {
      padding: .4375rem .875rem; }
  .btn.btn-md {
    font-size: .75rem;
    padding: .75rem 1.375rem; }
    .btn.btn-md .img-icon {
      max-height: .875rem;
      display: inline; }
    .btn.btn-md.btn-text {
      font-size: .875rem; }
    .btn.btn-md.btn-decor {
      padding: .5rem 1.125rem; }
  .btn.btn-lg, .btn-group-lg > .btn {
    font-size: .875rem;
    padding: .875rem 1.625rem; }
    .btn.btn-lg .img-icon, .btn-group-lg > .btn .img-icon {
      max-height: 1rem;
      display: inline; }
    .btn.btn-lg.btn-text, .btn-group-lg > .btn.btn-text {
      font-size: 1rem; }
    .btn.btn-lg.btn-decor, .btn-group-lg > .btn.btn-decor {
      padding: .75rem 1.375rem; }

.btn-wrapper.icon-left i, .btn-wrapper.icon-left img {
  margin-right: 8px; }

.btn-wrapper.icon-right i, .btn-wrapper.icon-right img {
  margin-left: 8px; }

.rokka-buttons-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .rokka-buttons-container .btn-wrapper {
    display: inline-block; }
  .rokka-buttons-container.space .btn-wrapper {
    margin: 0 .625rem; }
    .rokka-buttons-container.space .btn-wrapper:first-of-type {
      margin-left: 0; }
    .rokka-buttons-container.space .btn-wrapper:last-of-type {
      margin-right: 0; }

.rokka-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 2.5rem 0; }
  .rokka-cta .title {
    margin-bottom: 1.25rem; }
    .rokka-cta .title:empty {
      margin-bottom: 0 !important; }
  .rokka-cta .rokka-cta-btn, .rokka-cta .btn {
    margin: 0; }
  .rokka-cta .rokka-cta-text > *:last-of-type {
    margin-bottom: 0; }
  .rokka-cta.rokka-cta-right, .rokka-cta.rokka-cta-left {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .rokka-cta.rokka-cta-right .rokka-cta-btn {
    margin-left: 2.5rem; }
  .rokka-cta.rokka-cta-left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    .rokka-cta.rokka-cta-left .rokka-cta-btn {
      margin-right: 2.5rem; }
  .rokka-cta.rokka-cta-top, .rokka-cta.rokka-cta-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .rokka-cta.rokka-cta-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
    .rokka-cta.rokka-cta-top .rokka-cta-btn {
      margin-bottom: 1.875rem; }
  .rokka-cta.rokka-cta-bottom .rokka-cta-btn {
    margin-top: 1.875rem; }
  @media (max-width: 767.98px) {
    .rokka-cta .rokka-cta-text > h5 {
      margin-bottom: .625rem !important; } }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .rokka-cta .rokka-cta-text > h5 {
      margin-bottom: .3125rem !important; } }
  @media (max-width: 991.98px) {
    .rokka-cta.rokka-cta-right {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: inherit;
          -ms-flex-align: inherit;
              align-items: inherit; }
      .rokka-cta.rokka-cta-right .rokka-cta-btn {
        margin-top: 1.875rem; }
    .rokka-cta.rokka-cta-left {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: inherit;
          -ms-flex-align: inherit;
              align-items: inherit; }
      .rokka-cta.rokka-cta-left .rokka-cta-btn {
        margin-bottom: 1.875rem; } }

.rokka-carousel-container {
  position: relative;
  z-index: 2;
  padding-left: 2.5rem;
  padding-right: 2.5rem; }
  .rokka-carousel-container .rokka-carousel-arrows .arrow .arrow-icon {
    height: 2.5rem; }
    .rokka-carousel-container .rokka-carousel-arrows .arrow .arrow-icon > div {
      position: absolute;
      height: auto; }
    .rokka-carousel-container .rokka-carousel-arrows .arrow .arrow-icon:after {
      display: none; }
    .rokka-carousel-container .rokka-carousel-arrows .arrow .arrow-icon > div:before, .rokka-carousel-container .rokka-carousel-arrows .arrow .arrow-icon > div:after {
      -webkit-box-shadow: none !important;
              box-shadow: none !important; }
  .rokka-carousel-container .rokka-carousel-arrows .arrow-prev {
    left: 3px !important; }
  .rokka-carousel-container .rokka-carousel-arrows .arrow-next {
    right: 3px !important; }
  .rokka-carousel-container .rokka-carousel-img img {
    max-width: 100%; }
  .rokka-carousel-container.show-pagination .arrow {
    margin-top: -2.5rem; }
  .rokka-carousel-container.carousel-fullwidth {
    padding-left: 0;
    padding-right: 0; }
  .rokka-carousel-container .rokka-carousel-pagination {
    padding: 1.875rem 0 .625rem;
    bottom: 0 !important; }
  .rokka-carousel-container .rokka-process-box .bg-number {
    left: -5px;
    top: 55px; }
  .rokka-carousel-container .rokka-process-box .process-box-content > *:not(.content) {
    margin-bottom: 1.25rem;
    margin-top: 1.25rem; }
  .rokka-carousel-container .rokka-testimonial .testimonial-content {
    margin: 0 2.5rem; }
  .rokka-carousel-container .rokka-testimonial.img_bottom.bg-bg .text, .rokka-carousel-container .rokka-testimonial.img_bottom.bg-pattern .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 80px);
            flex: 0 0 calc(100% - 80px); }
  .rokka-carousel-container .rokka-testimonial.img_bottom.border-1 .text {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 82px);
            flex: 0 0 calc(100% - 82px); }
  .rokka-carousel-container .rokka-testimonial.img_left.bg-bg, .rokka-carousel-container .rokka-testimonial.img_left.bg-pattern, .rokka-carousel-container .rokka-testimonial.standard.bg-bg, .rokka-carousel-container .rokka-testimonial.standard.bg-pattern {
    width: calc(100% - 80px) !important; }
  .rokka-carousel-container .rokka-testimonial.img_left.border-1, .rokka-carousel-container .rokka-testimonial.standard.border-1 {
    width: calc(100% - 82px) !important; }

.rokka-carousel {
  margin: 0 -3.75rem;
  position: relative; }
  .rokka-carousel .img-wrapper {
    text-align: center; }
  .rokka-carousel .item-desc {
    padding: 0 2.8125rem; }
  .rokka-carousel .swiper-wrapper {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }

.rokka-carousel-pagination {
  text-align: center;
  position: relative;
  padding: 1.875rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .rokka-carousel-pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    opacity: 1;
    -webkit-transition: background .3s, opacity .3s;
    transition: background .3s, opacity .3s;
    border-radius: 50%; }
    .rokka-carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: currentColor;
      -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
              box-shadow: 0 0 0 rgba(255, 255, 255, 0.4);
      -webkit-animation: pulse 2s infinite;
              animation: pulse 2s infinite; }
      .rokka-carousel-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:hover {
        -webkit-animation: none;
                animation: none;
        cursor: default; }
    .rokka-carousel-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
      -webkit-animation: pulse 2s infinite;
              animation: pulse 2s infinite; }
  .rokka-carousel-pagination:hover .swiper-pagination-bullet-active {
    -webkit-animation: none !important;
            animation: none !important; }
  .rokka-carousel-pagination span {
    margin: 0 7px !important; }
    .rokka-carousel-pagination span:focus {
      outline: none !important; }

.rokka-carousel-arrows .arrow {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  top: 50%;
  margin-top: -1.25rem;
  cursor: pointer;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  z-index: 1;
  cursor: pointer; }
  .rokka-carousel-arrows .arrow:before, .rokka-carousel-arrows .arrow:after {
    display: none !important; }
  .rokka-carousel-arrows .arrow .arrow-icon {
    height: 3.75rem;
    width: 2.5rem;
    position: relative;
    background: transparent; }
    .rokka-carousel-arrows .arrow .arrow-icon > div {
      position: relative;
      width: 2.5rem;
      height: 3.75rem; }
      .rokka-carousel-arrows .arrow .arrow-icon > div:before {
        content: "";
        width: 1.875rem;
        height: .125rem;
        background: currentColor;
        position: absolute;
        top: 50%;
        -webkit-transition: background .3s;
        transition: background .3s; }
      .rokka-carousel-arrows .arrow .arrow-icon > div:after {
        content: "";
        width: 1.875rem;
        height: .125rem;
        background: currentColor;
        position: absolute;
        top: 50%;
        -webkit-transition: background .3s;
        transition: background .3s; }
  .rokka-carousel-arrows .arrow.arrow-prev .arrow-icon > div:before {
    margin-top: -.625rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .rokka-carousel-arrows .arrow.arrow-prev .arrow-icon > div:after {
    margin-top: .625rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .rokka-carousel-arrows .arrow.arrow-next .arrow-icon > div:before {
    margin-top: -.625rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .rokka-carousel-arrows .arrow.arrow-next .arrow-icon > div:after {
    margin-top: .625rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .rokka-carousel-arrows .arrow:focus {
    outline: none; }

.rokka_countdown {
  text-align: center; }
  .rokka_countdown .show7 .rokka_countdown-section {
    width: calc(100%/7); }
  .rokka_countdown .show6 .rokka_countdown-section {
    width: calc(100%/6); }
  .rokka_countdown .show5 .rokka_countdown-section {
    width: 20%; }
  .rokka_countdown .show4 .rokka_countdown-section {
    width: 25%; }
  .rokka_countdown .show3 .rokka_countdown-section {
    width: calc(100%/3); }
  .rokka_countdown .show2 .rokka_countdown-section {
    width: 50%; }
  @media (max-width: 767.98px) {
    .rokka_countdown .rokka_countdown-div {
      text-align: center !important; }
    .rokka_countdown .rokka_countdown-section {
      width: 100% !important;
      display: block; } }
  .rokka_countdown .rokka_countdown-row {
    display: block; }
  .rokka_countdown .rokka_countdown-section {
    display: inline-block; }
    .rokka_countdown .rokka_countdown-section:last-of-type {
      padding-right: none; }
    .rokka_countdown .rokka_countdown-section .rokka_countdown-amount {
      font-size: 4.5rem;
      letter-spacing: 1px;
      display: block;
      font-weight: bold;
      line-height: 1em; }
    .rokka_countdown .rokka_countdown-section .rokka_countdown-period {
      font-size: .875rem;
      text-transform: uppercase;
      letter-spacing: 2px; }

.rokka-counter.style-ver .icon-value img {
  display: inline-block;
  margin: 0 auto 1.25rem; }

.rokka-counter.style-ver .icon-value span {
  display: block; }

.rokka-counter.style-ver .icon-value p {
  margin-bottom: 1.25rem; }

.rokka-counter.style-inline .icon-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.25rem; }
  .rokka-counter.style-inline .icon-value img {
    margin-right: 1.25rem; }

.rokka-counter.style-hor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .rokka-counter.style-hor .icon-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .rokka-counter.style-hor .icon-value img {
      margin-right: 1.25rem; }
  .rokka-counter.style-hor .counter-text {
    text-align: left;
    margin-left: 1.25rem; }

.rokka-counter p {
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 0; }

.rokka-counter .counter-title {
  margin-bottom: 0; }

.rokka-counter .counter-subtitle {
  text-transform: uppercase;
  font-size: .75rem;
  letter-spacing: 2px;
  font-weight: 700; }

@media (max-width: 575.98px) {
  .rokka-counter.style-hor {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .rokka-counter.style-hor .icon-value {
      margin-bottom: 1.25rem; }
    .rokka-counter.style-hor .counter-text {
      text-align: center;
      margin: 0; } }

.rokka-table-events {
  border-bottom: 2px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .rokka-table-events .table-events-header {
    padding: 1.25rem 1.25rem 1.25rem 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%; }
  .rokka-table-events .table-events-content-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%; }
    .rokka-table-events .table-events-content-wrapper .table-events-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      padding: 1.25rem 0;
      border-bottom: 1px solid; }
      .rokka-table-events .table-events-content-wrapper .table-events-content:last-of-type {
        border: none; }
      .rokka-table-events .table-events-content-wrapper .table-events-content .events-text1 {
        padding-right: 2.5rem; }
      .rokka-table-events .table-events-content-wrapper .table-events-content .events-text2 {
        text-align: right; }
      .rokka-table-events .table-events-content-wrapper .table-events-content .events-text a {
        position: relative;
        display: block; }
        .rokka-table-events .table-events-content-wrapper .table-events-content .events-text a:after {
          content: "\f105";
          font-family: "FontAwesome";
          position: absolute;
          top: 50%;
          right: -30px;
          margin-top: -10px;
          width: 20px;
          height: 20px;
          border: 2px solid;
          border-radius: 50%;
          font-weight: bold;
          font-size: 14px;
          line-height: 16px;
          -webkit-transform: translateX(-30px);
                  transform: translateX(-30px);
          opacity: 0;
          -webkit-transition: opacity .3s, -webkit-transform .3s;
          transition: opacity .3s, -webkit-transform .3s;
          transition: opacity .3s, transform .3s;
          transition: opacity .3s, transform .3s, -webkit-transform .3s;
          text-align: center;
          padding-left: 1px; }
        .rokka-table-events .table-events-content-wrapper .table-events-content .events-text a:hover:after {
          opacity: 1;
          -webkit-transform: translateX(0);
                  transform: translateX(0); }
  .rokka-table-events .events-text > *:last-of-type {
    margin-bottom: 0; }

body .vc_toggle.vc_toggle_default .vc_toggle_icon {
  height: 2px;
  border: none; }
  body .vc_toggle.vc_toggle_default .vc_toggle_icon:before {
    width: 2px;
    height: 10px;
    border: none; }

.rokka-gallery-masonry .grid-sizer, .rokka-gallery-masonry .gutter-sizer {
  margin: 0 !important;
  padding: 0 !important; }

.rokka-gallery-masonry .rokka-gallery-item {
  position: relative;
  max-height: 100%; }

.rokka-gallery-masonry .gallery-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 2; }
  .rokka-gallery-masonry .gallery-link:focus {
    outline: none; }

.rokka-gallery-masonry .image-wrapper, .rokka-gallery-masonry .img-wrapper {
  overflow: visible !important;
  -webkit-transition: none !important;
  transition: none !important; }

.rokka-gallery-masonry.rokka-masonry .w1-h1 .image-wrapper {
  padding-bottom: 100%; }

.rokka-gallery-masonry.rokka-masonry .w2-h1 .image-wrapper {
  padding-bottom: 50%; }

.rokka-gallery-masonry.rokka-masonry .w2-h2 .image-wrapper {
  padding-bottom: 100%; }

.rokka-gallery-masonry.rokka-masonry .w1-h2 .image-wrapper {
  padding-bottom: 200%; }

.rokka-gallery-masonry.rokka-grid .image-wrapper {
  padding-bottom: 75%; }

.rokka-gallery-masonry.show-gutter .w2-h1 .image-wrapper {
  padding-bottom: calc(50% - 20px); }

.rokka-gallery-masonry.show-gutter .w1-h2 .image-wrapper {
  padding-bottom: calc(200% + 40px); }

.rokka-gallery-masonry.rokka-masonry-sd .w1-h1 .image-wrapper {
  padding-bottom: 100%; }

.rokka-gallery-masonry.rokka-masonry-sd .w2-h1 .image-wrapper {
  padding-bottom: 50%; }

.rokka-gallery-masonry.rokka-masonry-sd .w2-h2 .image-wrapper {
  padding-bottom: 100%; }

.rokka-gallery-masonry.rokka-masonry-sd .w1-h2 .image-wrapper {
  padding-bottom: 200%; }

.rokka-gallery-masonry.rokka-masonry-sd .w1-h1 {
  padding: 11% 2%; }

.rokka-gallery-masonry.rokka-masonry-sd .w1-h2 {
  padding: 10% 5%; }

.rokka-gallery-masonry.rokka-masonry-sd .w2-h1 {
  padding: 8% 6%; }

.rokka-gallery-masonry.rokka-masonry-sd .w2-h2 {
  padding: 9% 9%; }

.rokka-gallery-masonry.rokka-1-col article,
.rokka-gallery-masonry.rokka-1-col .grid-sizer,
.rokka-gallery-masonry.rokka-1-col .w1-h1 {
  width: 100% !important;
  height: auto; }

.rokka-gallery-masonry.rokka-1-col .w2-h1 {
  width: 100% !important;
  height: auto; }

.rokka-gallery-masonry.rokka-1-col .w2-h2 {
  width: 100% !important;
  height: auto; }

.rokka-gallery-masonry.rokka-1-col .w1-h2 {
  width: 100% !important;
  height: auto; }

.rokka-gallery-masonry.rokka-2-col article,
.rokka-gallery-masonry.rokka-2-col .grid-sizer,
.rokka-gallery-masonry.rokka-2-col .w1-h1 {
  width: 50%;
  height: auto; }

.rokka-gallery-masonry.rokka-2-col .w2-h1 {
  width: 50%;
  height: auto; }

.rokka-gallery-masonry.rokka-2-col .w2-h2 {
  width: 50%;
  height: auto; }

.rokka-gallery-masonry.rokka-2-col .w1-h2 {
  width: 50%;
  height: auto; }

.rokka-gallery-masonry.rokka-3-col article {
  width: calc(100% / 3);
  height: auto; }

.rokka-gallery-masonry.rokka-3-col .grid-sizer,
.rokka-gallery-masonry.rokka-3-col .w1-h1 {
  width: calc(100% / 3);
  height: auto; }

.rokka-gallery-masonry.rokka-3-col .w2-h1 {
  width: calc(100% / 1.5);
  height: auto; }

.rokka-gallery-masonry.rokka-3-col .w2-h2 {
  width: calc(100% / 1.5);
  height: auto; }

.rokka-gallery-masonry.rokka-3-col .w1-h2 {
  width: calc(100% / 3);
  height: auto; }

.rokka-gallery-masonry.rokka-4-col article {
  width: 25%;
  height: auto; }

.rokka-gallery-masonry.rokka-4-col .grid-sizer,
.rokka-gallery-masonry.rokka-4-col .w1-h1 {
  width: 25%;
  height: auto; }

.rokka-gallery-masonry.rokka-4-col .w2-h1 {
  width: 50%;
  height: auto; }

.rokka-gallery-masonry.rokka-4-col .w2-h2 {
  width: 50%;
  height: auto; }

.rokka-gallery-masonry.rokka-4-col .w1-h2 {
  width: 25%;
  height: auto; }

.rokka-gallery-masonry.rokka-5-col article {
  width: 20%;
  height: auto; }

.rokka-gallery-masonry.rokka-5-col .grid-sizer,
.rokka-gallery-masonry.rokka-5-col .w1-h1 {
  width: 20%;
  height: auto; }

.rokka-gallery-masonry.rokka-5-col .w2-h1 {
  width: 40%;
  height: auto; }

.rokka-gallery-masonry.rokka-5-col .w2-h2 {
  width: 40%;
  height: auto; }

.rokka-gallery-masonry.rokka-5-col .w1-h2 {
  width: 20%;
  height: auto; }

.rokka-gallery-masonry.rokka-6-col article {
  width: calc(100% / 6);
  height: auto; }

.rokka-gallery-masonry.rokka-6-col .grid-sizer,
.rokka-gallery-masonry.rokka-6-col .w1-h1 {
  width: calc(100% / 6);
  height: auto; }

.rokka-gallery-masonry.rokka-6-col .w2-h1 {
  width: calc(100% / 3);
  height: auto; }

.rokka-gallery-masonry.rokka-6-col .w2-h2 {
  width: calc(100% / 3);
  height: auto; }

.rokka-gallery-masonry.rokka-6-col .w1-h2 {
  width: calc(100% / 6);
  height: auto; }

.rokka-gallery-masonry .gallery-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center; }

.rokka-gallery-masonry img {
  width: 100%;
  height: auto; }

.rokka-gallery-masonry.show-gutter {
  margin-left: -20px;
  margin-right: -20px; }
  .rokka-gallery-masonry.show-gutter article {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px; }

@media (min-width: 768px) and (max-width: 991.98px) {
  .rokka-gallery-masonry article, .rokka-gallery-masonry .grid-sizer {
    width: 50% !important; } }

@media (max-width: 767.98px) {
  .rokka-gallery-masonry article {
    width: 100% !important;
    padding-bottom: 20px !important; } }

.rokka-gallery-masonry .rokka-load-more-wrapper {
  margin-top: 30px; }

.rokka-gallery.rokka-gallery-element figure {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 10px 20px; }
  .rokka-gallery.rokka-gallery-element figure:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
  .rokka-gallery.rokka-gallery-element figure figcaption {
    font-size: 24px;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .2s 0s, visibility 0s .2s;
    transition: opacity .2s 0s, visibility 0s .2s; }

.rokka-gallery.rokka-gallery-element .rokka-gallery-item:hover figure:before {
  opacity: .5; }

.rokka-gallery.rokka-gallery-element .rokka-gallery-item:hover figcaption {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .2s 0s, visibility 0s 0s;
  transition: opacity .2s 0s, visibility 0s 0s;
  position: relative; }

.mfp-container button {
  outline: none; }

.mfp-figure figcaption {
  margin-top: 0; }

.rokka-gallery-carousel.swiper-container {
  overflow: visible;
  position: relative; }
  .rokka-gallery-carousel.swiper-container .rokka-gallery-carousel-wrapper {
    overflow: hidden; }
  .rokka-gallery-carousel.swiper-container .swiper-slide {
    width: auto; }
    .rokka-gallery-carousel.swiper-container .swiper-slide img {
      height: 100%;
      width: auto; }
    .rokka-gallery-carousel.swiper-container .swiper-slide .b-lazy {
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .rokka-gallery-carousel.swiper-container .swiper-slide .rokka-gallery-item {
      position: relative;
      max-height: 100%; }
      .rokka-gallery-carousel.swiper-container .swiper-slide .rokka-gallery-item .image-wrapper, .rokka-gallery-carousel.swiper-container .swiper-slide .rokka-gallery-item .img-wrapper {
        overflow: visible !important;
        -webkit-transition: none !important;
        transition: none !important; }
      .rokka-gallery-carousel.swiper-container .swiper-slide .rokka-gallery-item.loaded {
        -webkit-transform: translateY(0);
                transform: translateY(0); }
    .rokka-gallery-carousel.swiper-container .swiper-slide .gallery-link {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
    .rokka-gallery-carousel.swiper-container .swiper-slide .gallery-lightbox a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .rokka-gallery-carousel.swiper-container .swiper-slide .gallery-lightbox a:first-of-type {
        z-index: 2; }
  .rokka-gallery-carousel.swiper-container .arrow {
    cursor: pointer; }
    .rokka-gallery-carousel.swiper-container .arrow > div {
      margin-top: 0;
      top: 0; }
  .rokka-gallery-carousel.swiper-container .arrow-prev {
    left: 30px;
    margin: 0; }
  .rokka-gallery-carousel.swiper-container .arrow-next {
    right: 30px;
    left: auto;
    margin: 0; }
  .rokka-gallery-carousel.swiper-container[data-height="auto"] .swiper-slide {
    width: 100%;
    height: auto; }
    .rokka-gallery-carousel.swiper-container[data-height="auto"] .swiper-slide img {
      width: 100%;
      height: auto; }

.rokka-gallery-slider {
  margin: -1.875rem -.9375rem 0 0; }
  .rokka-gallery-slider .swiper-slide {
    height: 400px;
    width: auto !important;
    margin-top: 1.875rem !important; }
  @media (max-width: 991.98px) {
    .rokka-gallery-slider {
      margin: -1.875rem 0; }
      .rokka-gallery-slider .swiper-slide {
        height: 200px; } }
  .rokka-gallery-slider img {
    height: 100%;
    width: auto !important; }

.heading-decorator-1 {
  display: inline-block;
  position: relative;
  z-index: 2; }
  .heading-decorator-1:before, .heading-decorator-1:after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: absolute;
    bottom: -5px;
    left: -5%;
    display: block;
    height: 1px;
    width: 100%;
    pointer-events: none;
    -webkit-transition: opacity 0.6s 0.6s, -webkit-transform 0.8s 0.6s;
    transition: opacity 0.6s 0.6s, -webkit-transform 0.8s 0.6s;
    transition: opacity 0.6s 0.6s, transform 0.8s 0.6s;
    transition: opacity 0.6s 0.6s, transform 0.8s 0.6s, -webkit-transform 0.8s 0.6s;
    -webkit-transform-origin: left;
            transform-origin: left;
    z-index: -1; }
  .heading-decorator-1:after {
    left: 5%;
    bottom: 0;
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s; }

.wpb_animate_when_almost_visible:not(.animated) .heading-decorator-1:before, .wpb_animate_when_almost_visible:not(.animated) .heading-decorator-1:after {
  opacity: 0; }

.wpb_animate_when_almost_visible:not(.animated) .heading-decorator-1:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0); }

.wpb_animate_when_almost_visible:not(.animated) .heading-decorator-1:after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0); }

.wpb_animate_when_almost_visible.animated .heading-decorator-1:before, .wpb_animate_when_almost_visible.animated .heading-decorator-1:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1); }

.heading-decorator-2 {
  display: inline-block;
  position: relative;
  z-index: 2; }
  .heading-decorator-2:before, .heading-decorator-2:after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    position: absolute;
    bottom: 50%;
    left: -10%;
    display: block;
    height: 1px;
    width: 100%;
    z-index: -1;
    pointer-events: none;
    -webkit-transition: opacity 0.6s 0.6s, -webkit-transform 0.8s 0.6s;
    transition: opacity 0.6s 0.6s, -webkit-transform 0.8s 0.6s;
    transition: opacity 0.6s 0.6s, transform 0.8s 0.6s;
    transition: opacity 0.6s 0.6s, transform 0.8s 0.6s, -webkit-transform 0.8s 0.6s;
    -webkit-transform-origin: left;
            transform-origin: left; }
  .heading-decorator-2:after {
    left: 10%;
    bottom: calc(50% - 5px);
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s; }

.heading-with-separator.timeline-dot {
  position: relative; }
  .heading-with-separator.timeline-dot:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -5px;
    height: 10px;
    width: 10px;
    z-index: 2;
    border-radius: 50%; }
  .heading-with-separator.timeline-dot.dot-right:after {
    right: -66px; }
  .heading-with-separator.timeline-dot.dot-left:after {
    left: -66px; }

.wpb_animate_when_almost_visible:not(.animated) .heading-decorator-2:before, .wpb_animate_when_almost_visible:not(.animated) .heading-decorator-2:after {
  opacity: 0; }

.wpb_animate_when_almost_visible:not(.animated) .heading-decorator-2:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0); }

.wpb_animate_when_almost_visible:not(.animated) .heading-decorator-2:after {
  -webkit-transform: scaleX(0);
          transform: scaleX(0); }

.wpb_animate_when_almost_visible.animated .heading-decorator-2:before, .wpb_animate_when_almost_visible.animated .heading-decorator-2:after {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1); }

.heading-decorator-3 {
  display: inline-block;
  position: relative;
  z-index: 2; }
  .heading-decorator-3:before, .heading-decorator-3:after {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    position: absolute;
    bottom: calc(100% + 20px);
    left: calc(50% - 1px);
    display: block;
    width: 1px;
    height: 80px;
    z-index: -1;
    pointer-events: none; }
  .heading-decorator-3:after {
    left: calc(50% -1 px);
    bottom: auto;
    top: calc(100% + 20px); }

.heading-decorator-4 {
  display: inline-block;
  position: relative;
  z-index: 2; }
  .heading-decorator-4:before, .heading-decorator-4:after {
    content: '';
    border-width: 4px;
    border-style: double;
    position: absolute;
    bottom: calc(100% + 20px);
    left: 50%;
    display: block;
    width: 50%;
    height: 100px;
    z-index: -1;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: none;
    -webkit-transition: opacity 0.6s 0.8s, -webkit-transform 0.8s 0.8s;
    transition: opacity 0.6s 0.8s, -webkit-transform 0.8s 0.8s;
    transition: opacity 0.6s 0.8s, transform 0.8s 0.8s;
    transition: opacity 0.6s 0.8s, transform 0.8s 0.8s, -webkit-transform 0.8s 0.8s; }
  .heading-decorator-4:after {
    left: 50%;
    bottom: auto;
    top: calc(100% + 20px);
    border-top: none; }
  .heading-decorator-4:before {
    border-bottom: none; }

.wpb_animate_when_almost_visible:not(.animated) .heading-decorator-4:before, .wpb_animate_when_almost_visible:not(.animated) .heading-decorator-4:after {
  opacity: 0; }

.wpb_animate_when_almost_visible:not(.animated) .heading-decorator-4:before {
  -webkit-transform: translateY(-30px) translateX(-50%);
          transform: translateY(-30px) translateX(-50%); }

.wpb_animate_when_almost_visible:not(.animated) .heading-decorator-4:after {
  -webkit-transform: translateY(30px) translateX(-50%);
          transform: translateY(30px) translateX(-50%); }

.wpb_animate_when_almost_visible.animated .heading-decorator-4:before, .wpb_animate_when_almost_visible.animated .heading-decorator-4:after {
  opacity: 1; }

.wp-hotel-booking-search-rooms .page-wrapper,
.wp-hotel-booking-rooms .page-wrapper,
.wp-hotel-booking-cart .page-wrapper,
.wp-hotel-booking-checkout .page-wrapper {
  padding: 7.5rem 0; }

.rokka-hotel-booking .hotel-booking-search {
  position: relative;
  background: transparent; }
  .rokka-hotel-booking .hotel-booking-search > h5 {
    display: none; }

.rokka-hotel-booking.booking-style-1 .hotel-booking-search {
  /* padding: 0 0 0 1.25rem; */
  margin-bottom: 0;
  padding: 0; }
  .rokka-hotel-booking.booking-style-1 .hotel-booking-search:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
  .rokka-hotel-booking.booking-style-1 .hotel-booking-search input, .rokka-hotel-booking.booking-style-1 .hotel-booking-search textarea, .rokka-hotel-booking.booking-style-1 .hotel-booking-search select {
    background: none;
    border: none; }
  .rokka-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table {
    padding: 1.25rem 0; }
    .rokka-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table label {
      display: block;
      margin-bottom: 0; }
    .rokka-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field {
      margin: 0;
      border-right-width: 1px;
      border-right-style: solid;
      display: block; }
      .rokka-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field label {
        text-transform: uppercase;
        font-size: .625rem; }
      .rokka-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field:last-of-type {
        border-right: none; }
    .rokka-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field-input {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      position: relative;
      cursor: pointer;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative; }
      .rokka-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field-input i {
        opacity: .3; }
      .rokka-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field-input select {
        position: absolute;
        height: 100%;
        min-width: auto;
        left: 0;
        right: 0;
        z-index: 1;
        cursor: pointer;
        opacity: 0; }
      .rokka-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field-input input.hb_input_date_check {
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        min-width: auto;
        cursor: pointer; }
      .rokka-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field-input:after {
        display: none; }
      .rokka-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field-input .day {
        margin-left: 20px; }
      .rokka-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field-input .day, .rokka-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field-input .capacity {
        font-size: 1rem;
        font-weight: bold;
        line-height: 38px;
        margin-right: 5px; }
      .rokka-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field-input .capacity {
        margin-right: 0;
        margin-left: 0; }
      .rokka-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field-input .month {
        font-weight: bold;
        margin-right: 15px;
        font-size: 1rem; }
      .rokka-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field-input .hb-select__group {
        width: 50px;
        height: 100%;
        position: absolute;
        right: 25px;
        top: 50%;
        top: 0; }
        .rokka-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field-input .hb-select__group span {
          position: absolute;
          width: 100%;
          left: 0;
          cursor: pointer; }
          .rokka-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field-input .hb-select__group span.hb__goup {
            top: 4px; }
          .rokka-hotel-booking.booking-style-1 .hotel-booking-search .hb-form-table .hb-form-field-input .hb-select__group span.hb__godown {
            bottom: 0; }

.rokka-hotel-booking.booking-style-1 .hb-form-table, .rokka-hotel-booking.booking-style-1 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 0;
  margin-right: 0; }
  .rokka-hotel-booking.booking-style-1 .hb-form-table > *, .rokka-hotel-booking.booking-style-1 form > * {
    margin-bottom: 0; }

.rokka-hotel-booking.booking-style-1 .hb-form-table {
  /* margin: 0 0 0 -.625rem; */
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }
  @media (max-width: 767.98px) {
    .rokka-hotel-booking.booking-style-1 .hb-form-table {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .rokka-hotel-booking.booking-style-1 .hb-form-table li {
    /* padding: 0 .625rem; */
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% / 4);
            flex: 0 1 calc(100% / 4); }
    @media (max-width: 767.98px) {
      .rokka-hotel-booking.booking-style-1 .hb-form-table li {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        padding: 10px 0; }
        .rokka-hotel-booking.booking-style-1 .hb-form-table li:nth-child(2) {
          border-right: none !important; } }

.rokka-hotel-booking.booking-style-1 form[name="hb-search-form"] {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  @media (max-width: 767.98px) {
    .rokka-hotel-booking.booking-style-1 form[name="hb-search-form"] {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .rokka-hotel-booking.booking-style-1 form[name="hb-search-form"] .hb-submit {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    /*  padding-left: .625rem; */ }
    .rokka-hotel-booking.booking-style-1 form[name="hb-search-form"] .hb-submit button {
      width: auto;
      height: 100%;
      font-size: .75rem; }
      @media (max-width: 767.98px) {
        .rokka-hotel-booking.booking-style-1 form[name="hb-search-form"] .hb-submit button {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          width: 100%; } }
    @media (max-width: 767.98px) {
      .rokka-hotel-booking.booking-style-1 form[name="hb-search-form"] .hb-submit {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        width: 100%; } }

.rokka-hotel-booking.booking-style-2 .hotel-booking-search {
  padding: 0;
  margin: 0;
  margin-bottom: 0; }
  .rokka-hotel-booking.booking-style-2 .hotel-booking-search > form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0 auto; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .rokka-hotel-booking.booking-style-2 .hotel-booking-search > form {
        max-width: 700px; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .rokka-hotel-booking.booking-style-2 .hotel-booking-search > form {
        max-width: 850px; } }
    @media (min-width: 1200px) {
      .rokka-hotel-booking.booking-style-2 .hotel-booking-search > form {
        max-width: 1000px; } }
    .rokka-hotel-booking.booking-style-2 .hotel-booking-search > form input, .rokka-hotel-booking.booking-style-2 .hotel-booking-search > form select {
      background: transparent; }
    .rokka-hotel-booking.booking-style-2 .hotel-booking-search > form .hb-submit {
      width: 20%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .rokka-hotel-booking.booking-style-2 .hotel-booking-search > form .hb-submit button {
        height: 100%; }
      @media (max-width: 767.98px) {
        .rokka-hotel-booking.booking-style-2 .hotel-booking-search > form .hb-submit {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          width: 100%; } }
    @media (max-width: 767.98px) {
      .rokka-hotel-booking.booking-style-2 .hotel-booking-search > form {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .rokka-hotel-booking.booking-style-2 .hotel-booking-search .hb-form-table {
    border: 1px solid;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    @media (max-width: 767.98px) {
      .rokka-hotel-booking.booking-style-2 .hotel-booking-search .hb-form-table {
        width: 100%;
        padding: 1.25rem 0;
        border: none; } }
    .rokka-hotel-booking.booking-style-2 .hotel-booking-search .hb-form-table:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
    .rokka-hotel-booking.booking-style-2 .hotel-booking-search .hb-form-table label {
      display: block; }
    @media (max-width: 767.98px) {
      .rokka-hotel-booking.booking-style-2 .hotel-booking-search .hb-form-table {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .rokka-hotel-booking.booking-style-2 .hotel-booking-search .hb-form-table .hb-form-field {
      width: 25%;
      margin: 0;
      height: 150px;
      border-right: 1px solid;
      padding: 2.5rem 1.25rem;
      display: block; }
      .rokka-hotel-booking.booking-style-2 .hotel-booking-search .hb-form-table .hb-form-field label {
        text-transform: uppercase;
        font-size: .75rem; }
        @media (max-width: 767.98px) {
          .rokka-hotel-booking.booking-style-2 .hotel-booking-search .hb-form-table .hb-form-field label {
            font-size: 0.625rem;
            margin-bottom: 0; } }
      .rokka-hotel-booking.booking-style-2 .hotel-booking-search .hb-form-table .hb-form-field:last-of-type {
        border-right: none; }
      @media (max-width: 767.98px) {
        .rokka-hotel-booking.booking-style-2 .hotel-booking-search .hb-form-table .hb-form-field {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          width: 50%;
          padding: 10px 0;
          height: auto; }
          .rokka-hotel-booking.booking-style-2 .hotel-booking-search .hb-form-table .hb-form-field:nth-child(2) {
            border-right: none !important; } }
    .rokka-hotel-booking.booking-style-2 .hotel-booking-search .hb-form-table .hb-form-field-input {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      position: relative;
      cursor: pointer;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative; }
      .rokka-hotel-booking.booking-style-2 .hotel-booking-search .hb-form-table .hb-form-field-input select {
        position: absolute;
        height: 100%;
        min-width: auto;
        left: 0;
        right: 0;
        z-index: 1;
        cursor: pointer;
        opacity: 0; }
      .rokka-hotel-booking.booking-style-2 .hotel-booking-search .hb-form-table .hb-form-field-input input.hb_input_date_check {
        opacity: 0;
        position: absolute;
        top: 0;
        left: -2.5rem;
        width: 100%;
        height: 100%;
        min-width: auto;
        width: calc(100% + 2.5rem);
        cursor: pointer; }
      .rokka-hotel-booking.booking-style-2 .hotel-booking-search .hb-form-table .hb-form-field-input:after {
        display: none; }
      .rokka-hotel-booking.booking-style-2 .hotel-booking-search .hb-form-table .hb-form-field-input .day, .rokka-hotel-booking.booking-style-2 .hotel-booking-search .hb-form-table .hb-form-field-input .capacity {
        font-size: 3.125rem;
        line-height: 50px;
        margin-right: 5px; }
        @media (max-width: 767.98px) {
          .rokka-hotel-booking.booking-style-2 .hotel-booking-search .hb-form-table .hb-form-field-input .day, .rokka-hotel-booking.booking-style-2 .hotel-booking-search .hb-form-table .hb-form-field-input .capacity {
            font-size: 1rem;
            line-height: 38px;
            margin-left: 0 !important;
            font-weight: 600; } }
      .rokka-hotel-booking.booking-style-2 .hotel-booking-search .hb-form-table .hb-form-field-input .capacity {
        margin-right: 0;
        margin-left: -25px; }
      .rokka-hotel-booking.booking-style-2 .hotel-booking-search .hb-form-table .hb-form-field-input .month {
        font-weight: bold;
        margin-right: 15px;
        font-size: 1.125rem; }
        @media (max-width: 767.98px) {
          .rokka-hotel-booking.booking-style-2 .hotel-booking-search .hb-form-table .hb-form-field-input .month {
            font-size: 1rem; } }
      .rokka-hotel-booking.booking-style-2 .hotel-booking-search .hb-form-table .hb-form-field-input .hb-select__group {
        width: 50px;
        height: 100%;
        position: absolute;
        right: 25px;
        top: 50%;
        top: 0; }
        .rokka-hotel-booking.booking-style-2 .hotel-booking-search .hb-form-table .hb-form-field-input .hb-select__group span {
          position: absolute;
          width: 100%;
          left: 0;
          cursor: pointer; }
          .rokka-hotel-booking.booking-style-2 .hotel-booking-search .hb-form-table .hb-form-field-input .hb-select__group span.hb__goup {
            top: 4px; }
          .rokka-hotel-booking.booking-style-2 .hotel-booking-search .hb-form-table .hb-form-field-input .hb-select__group span.hb__godown {
            bottom: 0; }

.rokka-hotel-booking.booking-style-4 .hotel-booking-search {
  padding: 0;
  margin: 0;
  margin-bottom: 0; }
  .rokka-hotel-booking.booking-style-4 .hotel-booking-search > form {
    width: auto;
    margin: 0 auto; }
    .rokka-hotel-booking.booking-style-4 .hotel-booking-search > form input, .rokka-hotel-booking.booking-style-4 .hotel-booking-search > form select {
      background: transparent; }
    .rokka-hotel-booking.booking-style-4 .hotel-booking-search > form .hb-submit {
      width: 100%; }
      .rokka-hotel-booking.booking-style-4 .hotel-booking-search > form .hb-submit button {
        height: 100%;
        max-width: 100%;
        padding: 1.25rem; }
  .rokka-hotel-booking.booking-style-4 .hotel-booking-search .hb-form-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0; }
    @media (max-width: 767.98px) {
      .rokka-hotel-booking.booking-style-4 .hotel-booking-search .hb-form-table {
        width: 100%;
        padding: 1.25rem 0;
        border: none; } }
    .rokka-hotel-booking.booking-style-4 .hotel-booking-search .hb-form-table:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
    .rokka-hotel-booking.booking-style-4 .hotel-booking-search .hb-form-table label {
      display: block; }
    .rokka-hotel-booking.booking-style-4 .hotel-booking-search .hb-form-table .hb-form-field {
      width: 50%;
      margin: 0;
      border-right: 1px solid;
      border-bottom: 1px solid;
      display: block;
      background: transparent; }
      .rokka-hotel-booking.booking-style-4 .hotel-booking-search .hb-form-table .hb-form-field:nth-child(2), .rokka-hotel-booking.booking-style-4 .hotel-booking-search .hb-form-table .hb-form-field:nth-child(4) {
        border-right: none; }
      .rokka-hotel-booking.booking-style-4 .hotel-booking-search .hb-form-table .hb-form-field > div {
        padding: 2.5rem 1.25rem; }
        @media (max-width: 767.98px) {
          .rokka-hotel-booking.booking-style-4 .hotel-booking-search .hb-form-table .hb-form-field > div {
            padding: 10px 0; } }
      .rokka-hotel-booking.booking-style-4 .hotel-booking-search .hb-form-table .hb-form-field label {
        text-transform: uppercase;
        font-size: .75rem; }
        @media (max-width: 767.98px) {
          .rokka-hotel-booking.booking-style-4 .hotel-booking-search .hb-form-table .hb-form-field label {
            font-size: 0.625rem;
            margin-bottom: 0; } }
      @media (max-width: 767.98px) {
        .rokka-hotel-booking.booking-style-4 .hotel-booking-search .hb-form-table .hb-form-field {
          width: 50%;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          border-bottom: none; } }
    .rokka-hotel-booking.booking-style-4 .hotel-booking-search .hb-form-table .hb-form-field-input {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      position: relative;
      cursor: pointer;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .rokka-hotel-booking.booking-style-4 .hotel-booking-search .hb-form-table .hb-form-field-input select {
        position: absolute;
        height: 100%;
        min-width: auto;
        left: 0;
        right: 0;
        z-index: 1;
        cursor: pointer;
        opacity: 0; }
      .rokka-hotel-booking.booking-style-4 .hotel-booking-search .hb-form-table .hb-form-field-input input.hb_input_date_check {
        opacity: 0;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        min-width: auto;
        cursor: pointer; }
      .rokka-hotel-booking.booking-style-4 .hotel-booking-search .hb-form-table .hb-form-field-input:after {
        display: none; }
      .rokka-hotel-booking.booking-style-4 .hotel-booking-search .hb-form-table .hb-form-field-input .day, .rokka-hotel-booking.booking-style-4 .hotel-booking-search .hb-form-table .hb-form-field-input .capacity {
        font-size: 2.5rem;
        line-height: 50px;
        margin-right: 5px; }
        @media (max-width: 767.98px) {
          .rokka-hotel-booking.booking-style-4 .hotel-booking-search .hb-form-table .hb-form-field-input .day, .rokka-hotel-booking.booking-style-4 .hotel-booking-search .hb-form-table .hb-form-field-input .capacity {
            font-size: 1rem;
            line-height: 38px;
            margin-left: 0 !important;
            font-weight: 600; } }
      .rokka-hotel-booking.booking-style-4 .hotel-booking-search .hb-form-table .hb-form-field-input .capacity {
        margin-right: 0;
        margin-left: -25px; }
      .rokka-hotel-booking.booking-style-4 .hotel-booking-search .hb-form-table .hb-form-field-input .month {
        font-weight: bold;
        margin-right: 15px;
        font-size: 1rem; }
        @media (max-width: 767.98px) {
          .rokka-hotel-booking.booking-style-4 .hotel-booking-search .hb-form-table .hb-form-field-input .month {
            font-size: 1rem; } }
      .rokka-hotel-booking.booking-style-4 .hotel-booking-search .hb-form-table .hb-form-field-input .hb-select__group {
        width: 50px;
        height: 100%;
        position: absolute;
        right: 25px;
        top: 50%;
        top: 0; }
        .rokka-hotel-booking.booking-style-4 .hotel-booking-search .hb-form-table .hb-form-field-input .hb-select__group span {
          position: absolute;
          width: 100%;
          left: 0;
          cursor: pointer; }
          .rokka-hotel-booking.booking-style-4 .hotel-booking-search .hb-form-table .hb-form-field-input .hb-select__group span.hb__goup {
            top: 4px; }
          .rokka-hotel-booking.booking-style-4 .hotel-booking-search .hb-form-table .hb-form-field-input .hb-select__group span.hb__godown {
            bottom: 0; }

.wp-hotel-booking-search-rooms .hotel-booking-search {
  padding: 0;
  margin: 0;
  margin-bottom: 0; }
  .wp-hotel-booking-search-rooms .hotel-booking-search > form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0 auto; }
    @media (min-width: 768px) and (max-width: 991.98px) {
      .wp-hotel-booking-search-rooms .hotel-booking-search > form {
        max-width: 700px; } }
    @media (min-width: 992px) and (max-width: 1199.98px) {
      .wp-hotel-booking-search-rooms .hotel-booking-search > form {
        max-width: 850px; } }
    @media (min-width: 1200px) {
      .wp-hotel-booking-search-rooms .hotel-booking-search > form {
        max-width: 1000px; } }
    .wp-hotel-booking-search-rooms .hotel-booking-search > form input, .wp-hotel-booking-search-rooms .hotel-booking-search > form select {
      background: transparent; }
    .wp-hotel-booking-search-rooms .hotel-booking-search > form .hb-submit {
      width: 20%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .wp-hotel-booking-search-rooms .hotel-booking-search > form .hb-submit button {
        height: 100%; }
      @media (max-width: 767.98px) {
        .wp-hotel-booking-search-rooms .hotel-booking-search > form .hb-submit {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%;
          width: 100%; } }
    @media (max-width: 767.98px) {
      .wp-hotel-booking-search-rooms .hotel-booking-search > form {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-table {
    border: 1px solid;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    @media (max-width: 767.98px) {
      .wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-table {
        width: 100%;
        padding: 1.25rem 0;
        border: none; } }
    .wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-table:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
    .wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-table label {
      display: block; }
    @media (max-width: 767.98px) {
      .wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-table {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-table .hb-form-field {
      width: 25%;
      margin: 0;
      height: 150px;
      border-right: 1px solid;
      padding: 2.5rem 1.25rem;
      display: block; }
      .wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-table .hb-form-field label {
        text-transform: uppercase;
        font-size: .75rem; }
        @media (max-width: 767.98px) {
          .wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-table .hb-form-field label {
            font-size: 0.625rem;
            margin-bottom: 0; } }
      .wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-table .hb-form-field:last-of-type {
        border-right: none; }
      @media (max-width: 767.98px) {
        .wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-table .hb-form-field {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 50%;
                  flex: 0 0 50%;
          width: 50%;
          padding: 10px 0;
          height: auto; }
          .wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-table .hb-form-field:nth-child(2) {
            border-right: none !important; } }
    .wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-table .hb-form-field-input {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      position: relative;
      cursor: pointer;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative; }
      .wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-table .hb-form-field-input select {
        position: absolute;
        height: 100%;
        min-width: auto;
        left: 0;
        right: 0;
        z-index: 1;
        cursor: pointer;
        opacity: 0; }
      .wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-table .hb-form-field-input input.hb_input_date_check {
        opacity: 0;
        position: absolute;
        top: 0;
        left: -2.5rem;
        width: 100%;
        height: 100%;
        min-width: auto;
        width: calc(100% + 2.5rem);
        cursor: pointer; }
      .wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-table .hb-form-field-input:after {
        display: none; }
      .wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-table .hb-form-field-input .day, .wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-table .hb-form-field-input .capacity {
        font-size: 3.125rem;
        line-height: 50px;
        margin-right: 5px; }
        @media (max-width: 767.98px) {
          .wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-table .hb-form-field-input .day, .wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-table .hb-form-field-input .capacity {
            font-size: 1rem;
            line-height: 38px;
            margin-left: 0 !important;
            font-weight: 600; } }
      .wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-table .hb-form-field-input .capacity {
        margin-right: 0;
        margin-left: -25px; }
      .wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-table .hb-form-field-input .month {
        font-weight: bold;
        margin-right: 15px;
        font-size: 1.125rem; }
        @media (max-width: 767.98px) {
          .wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-table .hb-form-field-input .month {
            font-size: 1rem; } }
      .wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-table .hb-form-field-input .hb-select__group {
        width: 50px;
        height: 100%;
        position: absolute;
        right: 25px;
        top: 50%;
        top: 0; }
        .wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-table .hb-form-field-input .hb-select__group span {
          position: absolute;
          width: 100%;
          left: 0;
          cursor: pointer; }
          .wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-table .hb-form-field-input .hb-select__group span.hb__goup {
            top: 4px; }
          .wp-hotel-booking-search-rooms .hotel-booking-search .hb-form-table .hb-form-field-input .hb-select__group span.hb__godown {
            bottom: 0; }

#hotel_booking_room_hidden * {
  color: inherit !important; }

.hb_addition_package_extra a.hb_package_toggle:after {
  content: "\f0d8";
  font-size: 1.25rem;
  font-family: "FontAwesome";
  margin-bottom: -.625rem; }

.hb_addition_package_extra a.hb_package_toggle.active:after {
  content: "\f0d7";
  font-size: 1.25rem;
  font-family: "FontAwesome";
  margin-bottom: .625rem; }

.hb_addition_package_extra .hb_extra_optional_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .hb_addition_package_extra .hb_extra_optional_left label {
    margin: 0;
    display: inline-block;
    line-height: 1; }
  .hb_addition_package_extra .hb_extra_optional_left .hb_package_title {
    margin-right: .9375rem; }
  .hb_addition_package_extra .hb_extra_optional_left input {
    height: 2.5rem !important; }

.hb_addition_package_extra .hb_extra_optional_right > input {
  margin-top: .9375rem; }

.hb_addition_package_extra .hb_addition_packages_ul {
  padding: 0; }
  .hb_addition_package_extra .hb_addition_packages_ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }

#hotel_booking_room_hidden form > div {
  padding: .625rem 0 1.875rem; }

.hb-booking-room-form-footer a.hb_previous_step {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: .875rem; }
  .hb-booking-room-form-footer a.hb_previous_step:before {
    content: "\f30a";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: .625rem; }

.hb-booking-room-form-footer > button.hb_add_to_cart {
  width: auto; }

.widget .rooms.tp-hotel-booking {
  margin-top: 0 !important; }

.interactive-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background-size: cover;
  background-position: center center;
  overflow: hidden; }
  .interactive-box .box-overlay {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.85)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity .3s .1s, -webkit-filter .4s;
    transition: opacity .3s .1s, -webkit-filter .4s;
    transition: filter .4s, opacity .3s .1s;
    transition: filter .4s, opacity .3s .1s, -webkit-filter .4s; }
  @media (max-width: 575.98px) {
    .interactive-box.standard-box .subheading {
      font-size: 12px; }
    .interactive-box.standard-box h1 {
      font-size: 2em !important; }
      .interactive-box.standard-box h1 > * {
        font-size: inherit !important; }
    .interactive-box.standard-box h2 {
      font-size: 1.8em !important; }
      .interactive-box.standard-box h2 > * {
        font-size: inherit !important; }
    .interactive-box.standard-box h3 {
      font-size: 1.6em !important; }
      .interactive-box.standard-box h3 > * {
        font-size: inherit !important; }
    .interactive-box.standard-box h4 {
      font-size: 1.4em !important; }
      .interactive-box.standard-box h4 > * {
        font-size: inherit !important; }
    .interactive-box.standard-box h5 {
      font-size: 1.2em !important; }
      .interactive-box.standard-box h5 > * {
        font-size: inherit !important; } }
  .interactive-box.active-hover:not(.no_hover):hover .interactive-img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  .interactive-box.active-hover:not(.no_hover):hover .box-overlay {
    -webkit-filter: brightness(0.95);
            filter: brightness(0.95); }
  .interactive-box .interactive-img {
    background-size: cover;
    background-position: center center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s; }
  .interactive-box .icon-hover {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 40px;
    left: 0;
    border: 2px solid;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, left .3s 0s;
    transition: opacity .3s 0s, left .3s 0s;
    display: none !important; }
    .interactive-box .icon-hover a {
      color: inherit; }
    .interactive-box .icon-hover a:focus {
      outline: none; }
    .interactive-box .icon-hover .arrow-icon, .interactive-box .icon-hover .zoom-icon {
      line-height: 46px;
      text-align: center;
      font-size: 20px;
      display: block;
      width: 100%;
      height: 100%; }
      .interactive-box .icon-hover .arrow-icon i, .interactive-box .icon-hover .zoom-icon i {
        color: inherit; }
    @media (max-width: 991.98px) {
      .interactive-box .icon-hover {
        left: 40px;
        opacity: 1; }
        .interactive-box .icon-hover.move-icon {
          right: 40px;
          left: auto; } }
  @media (max-width: 991.98px) {
    .interactive-box .no_hover .icon-hover {
      opacity: 0;
      visibility: hidden; } }
  @media (min-width: 992px) {
    .interactive-box:not(.no_hover):hover .box-overlay {
      opacity: 0;
      -webkit-transition: opacity .3s 0s;
      transition: opacity .3s 0s; } }
  .interactive-box .box-content {
    padding: 40px;
    position: relative;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    -webkit-transition: opacity .3s .1s, -webkit-transform .3s  .1s;
    transition: opacity .3s .1s, -webkit-transform .3s  .1s;
    transition: opacity .3s .1s, transform .3s  .1s;
    transition: opacity .3s .1s, transform .3s  .1s, -webkit-transform .3s  .1s; }
    .interactive-box .box-content .subheading {
      text-transform: uppercase;
      font-size: 12px; }
    .interactive-box .box-content .h6 {
      margin-bottom: 5px; }
    .interactive-box .box-content > *:not(.h6) {
      margin-bottom: 10px;
      color: inherit; }
    .interactive-box .box-content .box-header {
      margin-bottom: 20px; }
      .interactive-box .box-content .box-header .h6, .interactive-box .box-content .box-header p {
        margin-bottom: 0; }
      .interactive-box .box-content .box-header .subheading {
        font-weight: 700;
        display: inline-block;
        letter-spacing: 2px;
        margin-bottom: 15px; }
        .interactive-box .box-content .box-header .subheading:before {
          content: "";
          width: 20px;
          height: 1px;
          background: currentColor;
          display: inline-block;
          vertical-align: middle;
          margin-top: -2px;
          margin-right: 20px; }
    .interactive-box .box-content .box-text {
      padding: 40px; }
      .interactive-box .box-content .box-text > * {
        color: inherit; }
      .interactive-box .box-content .box-text .btn {
        margin: 0;
        margin-top: 20px; }
      .interactive-box .box-content .box-text a:not(.btn) {
        border-bottom: 1px solid;
        display: inline;
        -webkit-transition: opacity 0.4s;
        transition: opacity 0.4s;
        opacity: .8; }
        .interactive-box .box-content .box-text a:not(.btn):hover {
          opacity: 1; }
    .interactive-box .box-content blockquote, .interactive-box .box-content blockquote p {
      font-size: 16px !important;
      padding: 0; }
    .interactive-box .box-content blockquote {
      padding: 0 30px; }
      .interactive-box .box-content blockquote:before {
        top: -15px;
        left: 15px;
        opacity: .12; }
    .interactive-box .box-content > *:last-child, .interactive-box .box-content *:last-child {
      margin-bottom: 0; }
  .interactive-box .box-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .interactive-box.open-lightbox .lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
    .interactive-box.open-lightbox .lightbox img {
      display: none; }
  .interactive-box.video-box {
    position: relative; }
    .interactive-box.video-box .video-link:focus, .interactive-box.video-box .video-link:active, .interactive-box.video-box .video-link svg:focus {
      outline: none; }
    .interactive-box.video-box .video-icon {
      width: 50px;
      height: 50px;
      background: #fff;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -25px;
      margin-left: -25px;
      -webkit-transition: -webkit-transform .4s;
      transition: -webkit-transform .4s;
      transition: transform .4s;
      transition: transform .4s, -webkit-transform .4s; }
      .interactive-box.video-box .video-icon:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }

.mc4wp-form {
  position: relative; }
  @media (max-width: 767.98px) {
    .mc4wp-form {
      max-width: 400px; } }
  .mc4wp-form ::-webkit-input-placeholder {
    color: inherit !important;
    opacity: .5; }
  .mc4wp-form :-moz-placeholder {
    color: inherit !important;
    opacity: .5; }
  .mc4wp-form ::-moz-placeholder {
    color: inherit !important;
    opacity: .5; }
  .mc4wp-form :-ms-input-placeholder {
    color: inherit !important;
    opacity: .5; }
  .mc4wp-form .newsletter-content {
    position: relative; }
    .mc4wp-form .newsletter-content input {
      font-size: 12px; }
    .mc4wp-form .newsletter-content button {
      width: 42px;
      height: 40px;
      position: absolute;
      bottom: 0;
      right: 0;
      padding: 12px 0 !important;
      color: inherit !important;
      cursor: pointer; }
  .mc4wp-form .mc4wp-form-fields {
    min-width: 240px; }

.mobile-text-center .mc4wp-form {
  margin: 0 auto; }

.presentation-box-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1; }
  .presentation-box-container .box-content {
    padding: 2.5rem;
    position: absolute; }
    .presentation-box-container .box-content > *:last-child {
      margin-bottom: 0; }
    .presentation-box-container .box-content.content-with-btn > *:nth-last-child(2) {
      margin-bottom: 0; }
  .presentation-box-container .box-standard .btn {
    position: absolute;
    top: calc(100% + 20px);
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
  .presentation-box-container .box-reservation .reservation-input {
    margin-bottom: 20px; }
  .presentation-box-container .box-reservation .btn {
    display: block;
    width: 100%; }
  .presentation-box-container .box-img {
    width: calc(100% - 120px); }
    .presentation-box-container .box-img img {
      max-width: 100%; }
  .presentation-box-container .presentation-box {
    position: relative; }
    .presentation-box-container .presentation-box.pos-left .box-img {
      margin-right: 0;
      margin-left: auto; }
    .presentation-box-container .presentation-box.pos-right .box-content {
      right: 0; }
    .presentation-box-container .presentation-box.pos-bottom .box-content {
      bottom: 0; }
    .presentation-box-container .presentation-box.pos-middle .box-content {
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  @media (max-width: 991.98px) {
    .presentation-box-container .box-content {
      width: auto !important; } }

.rokka-pricing-table {
  border: 2px solid currentColor; }
  .rokka-pricing-table.featured .pricing-content {
    border-bottom: 1px solid transparent; }
  .rokka-pricing-table .price {
    margin-bottom: 0;
    padding-bottom: 0; }
  .rokka-pricing-table .time-interval {
    font-size: .75rem;
    font-weight: 700;
    padding: 0;
    margin: 0 auto;
    background: transparent !important; }
  .rokka-pricing-table .pricing-content {
    padding: 2.5rem;
    position: relative; }
    .rokka-pricing-table .pricing-content h3 {
      margin-bottom: 5px;
      position: relative; }
    .rokka-pricing-table .pricing-content .h-subheading {
      margin-bottom: .75rem;
      font-size: .6875rem; }
    .rokka-pricing-table .pricing-content:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: currentColor;
      opacity: .2; }
  .rokka-pricing-table .price {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
    position: relative;
    margin-bottom: 5px;
    width: 85px;
    height: 85px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .rokka-pricing-table .price span {
      display: inline-block;
      vertical-align: top; }
    .rokka-pricing-table .price .price-badge {
      position: absolute;
      bottom: 0;
      text-align: center;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 100%; }
      .rokka-pricing-table .price .price-badge span {
        display: block; }
  .rokka-pricing-table .price-desc {
    padding: 2.5rem 2.5rem 0; }
  .rokka-pricing-table .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 2.5rem; }
    .rokka-pricing-table .desc ul {
      margin: 0;
      padding: 0; }
    .rokka-pricing-table .desc li {
      margin-bottom: 0;
      list-style-type: none;
      position: relative;
      font-weight: 400; }
      .rokka-pricing-table .desc li:before {
        content: "";
        position: relative;
        width: 6px;
        height: 6px;
        top: -3px;
        border-radius: 50%;
        margin-right: 15px;
        display: inline-block; }
    .rokka-pricing-table .desc > p:last-child {
      margin-bottom: 0 !important; }
  .rokka-pricing-table .btn {
    margin-bottom: 2.5rem; }
  .rokka-pricing-table.rokka-pricing-table-2 {
    border: none; }
    .rokka-pricing-table.rokka-pricing-table-2 .price {
      padding-bottom: 0;
      margin-bottom: 0; }
    .rokka-pricing-table.rokka-pricing-table-2 .pricing-content {
      padding-bottom: 0; }
    .rokka-pricing-table.rokka-pricing-table-2 .price-desc {
      margin-top: 2.5rem;
      border-top: 1px solid; }
    .rokka-pricing-table.rokka-pricing-table-2.featured .price-desc {
      background: rgba(0, 0, 0, 0.08);
      border-top: 1px solid transparent; }

.rokka-process-box {
  position: relative;
  overflow: hidden;
  background-position: center center; }
  .rokka-process-box .content > *:last-of-type {
    margin-bottom: 0; }
  .rokka-process-box .process-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .rokka-process-box.bg-none {
    overflow: visible !important; }
  .rokka-process-box .process-box-content {
    position: relative; }
    .rokka-process-box .process-box-content > *:not(.content) {
      margin-bottom: 20px; }

.vc_progress_bar .rokka-single-bar {
  margin-bottom: 20px;
  position: relative; }
  .vc_progress_bar .rokka-single-bar .vc_label {
    margin-bottom: 5px; }
  .vc_progress_bar .rokka-single-bar .vc_label_units {
    position: absolute;
    right: 0;
    left: auto !important; }

.vc_progress_bar .vc_single_bar {
  height: 1px; }

.rooms.tp-hotel-booking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .rooms.tp-hotel-booking li {
    float: none;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .rooms.tp-hotel-booking .post-category li {
    font-weight: bold;
    letter-spacing: 2px; }
  .rooms.tp-hotel-booking .rating {
    /*  padding: .625rem 1.25rem; bottom: -50px !important; */
    margin-bottom: -4px; }
  .rooms.tp-hotel-booking .star-rating {
    float: right;
    position: relative;
    width: 96px;
    height: 18px;
    line-height: 1; }
    .rooms.tp-hotel-booking .star-rating:before {
      content: "\e601\e601\e601\e601\e601";
      float: left;
      top: 0;
      left: 0;
      position: absolute;
      font-family: hotel-booking-star;
      letter-spacing: 4px; }
    .rooms.tp-hotel-booking .star-rating span {
      overflow: hidden;
      position: relative;
      height: 18px;
      display: block; }
      .rooms.tp-hotel-booking .star-rating span:before {
        content: "\e601\e601\e601\e601\e601";
        float: left;
        top: 0;
        left: 0;
        position: absolute;
        font-family: hotel-booking-star;
        content: "\e600\e600\e600\e600\e600";
        letter-spacing: 4px; }

.rokka-service.service-1, .rokka-service.service-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.rokka-service.service-1 .service-icon {
  min-width: 32px;
  max-width: 32px; }

.rokka-service.service-2 .service-icon {
  min-width: 32px;
  max-width: 32px;
  margin-bottom: 15px; }

.rokka-service.service-3 .service-icon {
  min-width: 32px; }

.rokka-service .service-icon {
  line-height: 1em;
  padding-top: 2px; }

.rokka-service img {
  max-width: 100%; }

.rokka-service.service-3 .service-icon {
  margin-bottom: 20px; }
  .rokka-service.service-3 .service-icon img {
    width: auto;
    max-width: 100%; }

.rokka-service .service-heading {
  margin-bottom: 15px; }
  .rokka-service .service-heading h5 {
    margin-bottom: 5px; }
  .rokka-service .service-heading .subheading {
    margin-bottom: 0;
    font-size: 12px; }

.rokka-service.service-2 .service-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.rokka-service.content-left.service-1 .service-content {
  padding-left: 20px; }

.rokka-service.content-left.service-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .rokka-service.content-left.service-2 .service-heading {
    padding-left: 20px; }
  .rokka-service.content-left.service-2 .service-content-inner {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }

.rokka-service.content-center {
  text-align: center; }
  .rokka-service.content-center.service-1 .service-heading {
    padding: 0 20px; }
  .rokka-service.content-center.service-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .rokka-service.content-center.service-2 .service-heading {
      padding-left: 40px; }
    .rokka-service.content-center.service-2 .service-content-inner {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }

.rokka-service.content-right {
  text-align: right; }
  .rokka-service.content-right.service-1 .service-content {
    padding-right: 20px;
    text-align: right; }
  .rokka-service.content-right.service-1 .service-icon {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .rokka-service.content-right.service-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .rokka-service.content-right.service-2 .service-heading {
      padding-right: 20px;
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    .rokka-service.content-right.service-2 .service-icon {
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .rokka-service.content-right.service-2 .service-content-inner {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      -webkit-box-ordinal-group: 4;
          -ms-flex-order: 3;
              order: 3; }

.rokka-social-profiles {
  margin: 0;
  padding: 0; }
  .rokka-social-profiles li {
    list-style-type: none;
    display: inline-block;
    margin: 0 15px; }
    .rokka-social-profiles li:first-of-type {
      margin-left: 0; }
    .rokka-social-profiles li:last-of-type {
      margin-right: 0; }
  .rokka-social-profiles a {
    display: inline-block;
    -webkit-transition: color .3s, background-color .3s, border-color .3s, -webkit-filter .3s;
    transition: color .3s, background-color .3s, border-color .3s, -webkit-filter .3s;
    transition: color .3s, background-color .3s, border-color .3s, filter .3s;
    transition: color .3s, background-color .3s, border-color .3s, filter .3s, -webkit-filter .3s; }
    .rokka-social-profiles a i {
      -webkit-transition: color .3s, -webkit-filter .3s;
      transition: color .3s, -webkit-filter .3s;
      transition: color .3s, filter .3s;
      transition: color .3s, filter .3s, -webkit-filter .3s; }
  .rokka-social-profiles.social-outline.circle a, .rokka-social-profiles.social-solid.circle a {
    border-radius: 50%; }
  .rokka-social-profiles.social-outline li, .rokka-social-profiles.social-solid li {
    margin: 0 .3em; }
  .rokka-social-profiles.social-outline a, .rokka-social-profiles.social-solid a {
    width: 2em;
    height: 2em;
    line-height: 1em;
    padding: 1.5em;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .rokka-social-profiles.social-outline a {
    border: 1px solid;
    color: inherit; }
    .rokka-social-profiles.social-outline a:hover {
      -webkit-filter: brightness(0.65);
              filter: brightness(0.65); }
  .rokka-social-profiles.social-solid a {
    color: inherit;
    background: currentColor; }
    .rokka-social-profiles.social-solid a i {
      color: #fff; }
  .rokka-social-profiles.social-default a {
    color: inherit; }
    .rokka-social-profiles.social-default a:hover i {
      -webkit-filter: brightness(0.65);
              filter: brightness(0.65); }

.mobile-text-center .rokka-social-profiles.member-socials {
  text-align: center !important; }

.rokka-shares.text-left .social-list {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.rokka-shares.text-center .social-list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.rokka-shares.text-right .social-list {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.rokka-shares li {
  font-size: inherit !important; }
  .rokka-shares li:after {
    font-size: inherit !important; }

.arrow-prev, .arrow-next {
  width: 30px;
  height: 30px;
  z-index: 1;
  cursor: pointer;
  position: relative; }
  .arrow-prev:focus, .arrow-next:focus {
    outline: none; }
  .arrow-prev > div, .arrow-next > div {
    width: 20px;
    height: 1px;
    top: 50%;
    margin-top: -1px;
    left: 5px;
    background: currentColor;
    position: absolute; }
  .arrow-prev:before, .arrow-prev:after, .arrow-next:before, .arrow-next:after {
    content: "";
    height: 1px;
    width: 6px;
    top: 50%;
    background: currentColor;
    position: absolute; }

.arrow-prev {
  margin-right: 15px; }
  .arrow-prev:before, .arrow-prev:after {
    left: 5px; }
  .arrow-prev:before {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    margin-top: -3px; }
  .arrow-prev:after {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
    margin-top: 1px; }

.arrow-next {
  margin-left: 15px; }
  .arrow-next:before, .arrow-next:after {
    right: 5px; }
  .arrow-next:before {
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
    margin-top: -3px; }
  .arrow-next:after {
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    margin-top: 1px; }

table, td, th {
  border-width: 1px;
  border-style: solid;
  padding: 10px 17px;
  margin-bottom: 1.25rem; }

.team-member img {
  width: 100%;
  height: 100%; }

.team-member .team-header .name {
  margin-bottom: 0; }
  .team-member .team-header .name a {
    color: inherit; }

.team-member .member-socials {
  padding: 0 0 20px; }
  .team-member .member-socials a {
    width: 30px;
    height: 30px;
    text-align: center;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    border-radius: 50%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 14px; }
    .team-member .member-socials a i {
      color: #fff !important; }

.team-member .position {
  font-size: .75rem;
  margin-bottom: .625rem; }

.team-member ul {
  margin: 0; }
  .team-member ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 6px; }
    .team-member ul li:last-of-type {
      margin-right: 0; }

.team-member .team-header {
  position: relative;
  margin: -20px -20px 0;
  padding: 20px; }

.team-member .team-name {
  position: relative; }

.team-member .team-info {
  padding: 20px 20px 0; }

.team-member .team-image-wrapper {
  position: relative; }
  .team-member .team-image-wrapper > .member-socials {
    position: absolute;
    bottom: 0;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s; }
    .team-member .team-image-wrapper > .member-socials li {
      display: block;
      margin: 12px 20px 0; }

.team-member:hover .team-image-wrapper > .member-socials {
  opacity: 1; }

.rokka-testimonial .testimonial-footer {
  padding-top: 20px; }
  .rokka-testimonial .testimonial-footer > span {
    display: block; }

.rokka-testimonial .quote-author {
  margin-left: -30px;
  margin-bottom: 5px; }

.rokka-testimonial .quote-author:before {
  content: '';
  border-top: 1px solid;
  width: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
  opacity: 0.5; }

.rokka-testimonial .testimonial-content .text h1, .rokka-testimonial .testimonial-content .text h2, .rokka-testimonial .testimonial-content .text h3, .rokka-testimonial .testimonial-content .text h4, .rokka-testimonial .testimonial-content .text h5 {
  margin-bottom: 20px; }

.rokka-testimonial .author-desc {
  font-size: 12px; }

.rokka-testimonial.img_left .testimonial-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.rokka-testimonial.img_left .testimonial-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px; }
  .rokka-testimonial.img_left .testimonial-image img {
    border-radius: 50%;
    max-width: 120px; }

.rokka-testimonial.img_left .content {
  padding-left: 40px; }

.rokka-testimonial.img_left .testimonial-footer {
  margin-left: 30px; }

@media (max-width: 767.98px) {
  .rokka-testimonial.img_left .testimonial-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .rokka-testimonial.img_left .testimonial-content .content {
      padding: 0; }
    .rokka-testimonial.img_left .testimonial-content .testimonial-image {
      margin-bottom: 10px; }
      .rokka-testimonial.img_left .testimonial-content .testimonial-image img {
        width: 80px; } }

.rokka-testimonial.img_bottom .text {
  margin-bottom: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%; }

.rokka-testimonial.img_bottom .testimonial-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.rokka-testimonial.img_bottom .testimonial-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
  text-align: center;
  margin-bottom: 5px; }
  .rokka-testimonial.img_bottom .testimonial-image img {
    border-radius: 50%;
    max-width: 60px; }

.rokka-testimonial.img_bottom .testimonial-footer {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  text-align: center;
  width: 100%; }

.rokka-testimonial.img_bottom .quote-author {
  margin-left: 0; }
  .rokka-testimonial.img_bottom .quote-author:before {
    display: none; }

.rokka_video_lightbox_wrapper img {
  width: 100%; }

.rokka_video_lightbox_wrapper .rokka_video_lightbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .rokka_video_lightbox_wrapper .rokka_video_lightbox svg {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: 2px;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%); }
  .rokka_video_lightbox_wrapper .rokka_video_lightbox a:focus, .rokka_video_lightbox_wrapper .rokka_video_lightbox svg:focus {
    outline: none; }
  .rokka_video_lightbox_wrapper .rokka_video_lightbox span.play {
    position: relative;
    vertical-align: middle;
    display: inline-block; }
    .rokka_video_lightbox_wrapper .rokka_video_lightbox span.play > .inner-wrap {
      height: 100%;
      width: 100%;
      display: block;
      border-radius: 50%;
      transition: all 0.45s cubic-bezier(0.15, 0.2, 0.1, 1) 0s;
      -webkit-transition: all 0.45s cubic-bezier(0.15, 0.2, 0.1, 1) 0s; }
  .rokka_video_lightbox_wrapper .rokka_video_lightbox:hover span.play > .inner-wrap {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  .rokka_video_lightbox_wrapper .rokka_video_lightbox .link-text {
    margin-left: 30px; }
    .rokka_video_lightbox_wrapper .rokka_video_lightbox .link-text > * {
      margin-bottom: 0; }
  @media (max-width: 575.98px) {
    .rokka_video_lightbox_wrapper .rokka_video_lightbox .play {
      max-width: 80px !important;
      max-height: 80px !important; }
      .rokka_video_lightbox_wrapper .rokka_video_lightbox .play svg {
        max-width: 25px !important;
        max-height: 25px !important; } }
  @media (max-width: 991.98px) {
    .rokka_video_lightbox_wrapper .rokka_video_lightbox .play {
      max-width: 100px !important;
      max-height: 100px !important; }
      .rokka_video_lightbox_wrapper .rokka_video_lightbox .play svg {
        max-width: 30px !important;
        max-height: 30px !important; } }

body .rokka_video_lightbox.play_button_with_text span.play:before {
  width: 50px;
  height: 50px;
  left: 50%;
  top: 50%;
  z-index: -1; }

.alignleft {
  float: left;
  margin-right: 20px; }
  @media screen and (max-width: 400px) {
    .alignleft {
      float: none;
      margin-right: 0;
      width: 100% !important; }
      .alignleft img {
        width: 100%; } }

.alignright {
  float: right;
  margin-left: 20px; }
  @media screen and (max-width: 400px) {
    .alignright {
      float: none;
      margin-left: 0;
      width: 100% !important; }
      .alignright img {
        width: 100%; } }

.blog-inner .alignleft {
  max-width: 40%;
  margin-bottom: 1rem; }

.blog-inner .alignright {
  max-width: 40%;
  margin-bottom: 1rem; }

@media (min-width: 992px) {
  .blog-inner .alignleft {
    margin-left: -80px;
    max-width: 50%; }
  .blog-inner .alignright {
    margin-right: -80px;
    max-width: 50%; } }

figure {
  max-width: 100%; }

.wp-caption-text, figcaption {
  font-size: 12px;
  margin-top: 10px; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.gallery-caption {
  font-size: 0.75rem; }

.bypostauthor .comment-author-link {
  text-decoration: underline; }

.aligncenter {
  text-align: center; }

.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto; }

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wpb_gmaps_widget .wpb_wrapper {
  padding: 0 !important; }

.page-clear {
  clear: both; }

.page-links {
  padding: 20px 0;
  clear: both; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.hotel-booking-search {
  text-align: center;
  width: auto;
  max-width: 100%;
  padding: 0;
  margin-bottom: 1.25rem; }
  .hotel-booking-search .hb-form-table {
    padding: 0;
    margin: 0; }
    .hotel-booking-search .hb-form-table label {
      display: none; }
    .hotel-booking-search .hb-form-table .hb_input_field {
      width: 100%; }
  .hotel-booking-search input,
  .hotel-booking-search select,
  .hotel-booking-search textarea {
    position: relative;
    width: 100%;
    height: 40px;
    min-width: 200px;
    border-width: 1px;
    border-style: solid;
    background: transparent;
    padding: 0 .625rem;
    font-size: .75rem;
    font-weight: 500; }
  .hotel-booking-search .hb-submit {
    margin-bottom: 0; }
  .hotel-booking-search button {
    position: relative;
    width: 100%; }
  .hotel-booking-search input:hover,
  .hotel-booking-search select:hover,
  .hotel-booking-search textarea:hover,
  .hotel-booking-search button:hover,
  .hotel-booking-search input:focus,
  .hotel-booking-search select:focus,
  .hotel-booking-search textarea:focus,
  .hotel-booking-search button:focus {
    outline: 0; }

.hb-form-table {
  list-style: none; }

.hb-form-field {
  margin: 0 0 20px 0; }

.entry-content .hotel-booking-search input,
.entry-content .hotel-booking-search select,
.entry-content .hotel-booking-search textarea,
.entry-content .hotel-booking-search button {
  width: 100%; }

.hb-form-field-label {
  display: block;
  font-weight: bold;
  font-size: 0.75rem; }

.hb_input_field {
  position: relative;
  display: inline-block; }
  .hb_input_field:after {
    position: absolute;
    content: '\f073';
    font-size: 15px;
    font: normal normal normal 14px/1 FontAwesome;
    right: 22px;
    top: 12px; }

.hb-form-field.label-left .hb-form-field-label,
.hb-form-field.label-left > label {
  float: left;
  width: 30%; }

.hb-form-field.label-left .hb-form-field-input {
  width: 68%;
  float: right; }

.hb-form-field.label-left:after {
  display: block;
  clear: both;
  content: ''; }

.hb-required {
  color: #FF0000;
  vertical-align: middle;
  margin: 0 10px; }

.hb-search-results {
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0; }
  .hb-search-results .hb-room-meta {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1.5; }
    .hb-search-results .hb-room-meta > li > label,
    .hb-search-results .hb-room-meta > li > div {
      display: inline-block; }
  .hb-search-results .hb_button.hb_view_cart {
    display: none; }

.hb-align-right {
  text-align: right; }

.hb-align-center {
  text-align: center; }

.hb-col-padding {
  padding: 20px;
  overflow: hidden; }

.hb-col-margin {
  margin: 20px; }

.hb-col-border {
  border-width: 1px;
  border-style: solid; }

/**/
.hb-order-existing-customer,
.hb-order-new-customer,
.hb-payment-form,
.hb-addition-information {
  position: relative;
  margin-bottom: 40px; }
  .hb-order-existing-customer h3,
  .hb-order-new-customer h3,
  .hb-payment-form h3,
  .hb-addition-information h3 {
    display: none; }

.hb-order-new-customer input[name="first_name"] {
  margin-bottom: 20px;
  display: block; }

.hb-order-new-customer input[name="last_name"] {
  display: block; }

.hb-order-existing-customer > div > h4,
.hb-order-new-customer > div > h4,
.hb-payment-form > div > h4,
.hb-addition-information > div > h4 {
  margin-top: 0; }

.hb-order-existing-customer:after {
  content: attr(data-label);
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center;
  height: 40px;
  line-height: 40px; }

.hb-payment-methods {
  list-style: none;
  margin: 0;
  padding: 0; }
  .hb-payment-methods > li {
    margin: 0 0 20px 0; }

.hb-payment-method-form,
.hb-room-type-gallery {
  display: none; }

.hb-message {
  border: 1px solid #B4DCFF;
  margin: 0 0 20px;
  background-color: #F0F8FF; }

.hb-message-content {
  margin: 10px;
  color: #43A7FF; }

/*widget slider*/
.hb_room_carousel .item,
.hb_related_other_room.has_slider li {
  float: left; }

.hb_single_room_details #reviews #comments {
  margin-top: 0; }

.hb_single_room_details #reviews .comment-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.hb_single_room_details #reviews .comments-title {
  margin-bottom: 1.25rem; }

.hb_single_room_details .room-gallery > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -.625rem; }
  .hb_single_room_details .room-gallery > div > .room-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100%/3);
            flex: 0 0 calc(100%/3);
    padding: 0 .625rem 1.25rem; }

.hb_single_room_details .rating {
  position: relative;
  padding: .625rem 1.25rem; }
  .hb_single_room_details .rating:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7; }

.hb_single_room_details .star-rating {
  float: right;
  position: relative;
  width: 96px;
  height: 18px;
  line-height: 1; }
  .hb_single_room_details .star-rating:before {
    content: "\e601\e601\e601\e601\e601";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    font-family: hotel-booking-star;
    letter-spacing: 4px; }
  .hb_single_room_details .star-rating span {
    overflow: hidden;
    position: relative;
    height: 18px;
    display: block; }
    .hb_single_room_details .star-rating span:before {
      content: "\e601\e601\e601\e601\e601";
      float: left;
      top: 0;
      left: 0;
      position: absolute;
      font-family: hotel-booking-star;
      content: "\e600\e600\e600\e600\e600";
      letter-spacing: 4px; }

.comment-form-rating {
  margin-bottom: 0; }

.hb-rating-input {
  margin-bottom: 20px;
  width: 75px; }

.rating-input {
  width: 20%;
  height: 18px;
  display: inline-block;
  position: relative;
  line-height: 1; }
  .rating-input:hover {
    cursor: pointer; }
  .rating-input:before {
    content: "\e601";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    font-family: hotel-booking-star;
    font-size: initial; }
  .rating-input.high-light:before {
    content: "\e600"; }
  .rating-input span {
    display: inline-block;
    height: 18px;
    overflow: hidden;
    position: relative; }
  .rating-input.mousedown span:before {
    color: #000; }

.hb_overlay_ajax {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  opacity: 0.8; }

/*** NEW CSS STYLE FOR PLUGIN HOTEL BOOKING ROOM ***/
/** hb-button **/
.hb_button:focus {
  outline: none; }

.hb_add_to_cart.hb_loading {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50); }

/** Hotel booking carousel slider **/
.hb_room_carousel_container .hb_room_carousel .rooms {
  margin: 0; }

.hb_room_carousel_container .navigation {
  width: 215px;
  margin: 0 auto; }
  .hb_room_carousel_container .navigation .prev,
  .hb_room_carousel_container .navigation .next {
    line-height: 24px;
    height: 24px;
    width: 24px;
    display: inline-block;
    float: left;
    cursor: pointer;
    z-index: 20; }
  .hb_room_carousel_container .navigation .prev span[class*="pe-"] {
    display: none; }
  .hb_room_carousel_container .navigation .next {
    float: right; }
    .hb_room_carousel_container .navigation .next span[class*="pe-"] {
      display: none; }

.hb_room_carousel_container .text_link {
  line-height: 24px;
  text-align: center;
  margin: 28px auto 34px;
  z-index: 10; }
  .hb_room_carousel_container .text_link a {
    color: #2a2a2a;
    line-height: 24px;
    display: block; }

.hb_room_carousel_container .hb_room {
  width: 300px;
  min-height: 290px;
  position: relative;
  padding: 0 15px;
  margin: 0; }

/** Archive rooms **/
.rooms {
  margin: 0 -1.25rem;
  padding: 0;
  list-style: none;
  clear: both;
  overflow: hidden; }

.tp-hotel-booking.rooms.hb-catalog-column-5 > .hb_room {
  width: 20%; }
  @media (max-width: 575.98px) {
    .tp-hotel-booking.rooms.hb-catalog-column-5 > .hb_room {
      width: 100%; } }
  @media (min-width: 992px) {
    .tp-hotel-booking.rooms.hb-catalog-column-5 > .hb_room {
      max-width: 20%; } }

.tp-hotel-booking.rooms.hb-catalog-column-4 > .hb_room {
  width: 25%; }
  @media (max-width: 575.98px) {
    .tp-hotel-booking.rooms.hb-catalog-column-4 > .hb_room {
      width: 100%; } }
  @media (min-width: 992px) {
    .tp-hotel-booking.rooms.hb-catalog-column-4 > .hb_room {
      max-width: 25%; } }

.tp-hotel-booking.rooms.hb-catalog-column-3 > .hb_room {
  width: 33.33%; }
  @media (max-width: 575.98px) {
    .tp-hotel-booking.rooms.hb-catalog-column-3 > .hb_room {
      width: 100%; } }
  @media (min-width: 992px) {
    .tp-hotel-booking.rooms.hb-catalog-column-3 > .hb_room {
      max-width: 33.33%; } }

.tp-hotel-booking.rooms.hb-catalog-column-2 > .hb_room {
  width: 50%; }
  @media (max-width: 575.98px) {
    .tp-hotel-booking.rooms.hb-catalog-column-2 > .hb_room {
      width: 100%; } }
  @media (min-width: 992px) {
    .tp-hotel-booking.rooms.hb-catalog-column-2 > .hb_room {
      max-width: 50%; } }

.rooms .hb_room {
  list-style: none;
  float: left;
  position: relative;
  padding: 0 1.25rem;
  margin-bottom: 50px; }
  .rooms .hb_room .media {
    position: relative;
    margin-bottom: 1.25rem;
    display: inline-block; }
    .rooms .hb_room .media img {
      width: 100%;
      height: auto; }
  .rooms .hb_room .summary {
    cursor: default;
    position: relative; }
    .rooms .hb_room .summary:hover .media a:before {
      border-bottom-width: 167px;
      border-left-width: 167px; }
  .rooms .hb_room .title {
    padding: 0 1.25rem; }
    .rooms .hb_room .title h2 {
      margin-bottom: .3125rem; }
      .rooms .hb_room .title h2 a {
        white-space: nowrap;
        max-width: 100%;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis; }
  .rooms .hb_room .post-category {
    margin-bottom: 0; }
    .rooms .hb_room .post-category a {
      font-size: .75rem; }
  .rooms .hb_room .price {
    padding: .375rem 1.25rem;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.25rem; }
    .rooms .hb_room .price:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: .7; }
    .rooms .hb_room .price span {
      display: inline-block;
      font-weight: 700;
      font-size: 1.5rem;
      position: relative;
      z-index: 2; }
      .rooms .hb_room .price span.unit {
        font-size: .625rem;
        text-transform: uppercase;
        margin-top: 0;
        border-bottom: 0;
        padding: 0; }
        .rooms .hb_room .price span.unit:before {
          content: "/";
          padding-right: 5px; }
      .rooms .hb_room .price span.title-price {
        display: none; }

/** Rooms pagination **/
.rooms-pagination > .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .rooms-pagination > .page-numbers li {
    list-style-type: none;
    text-align: center;
    width: 30px;
    height: 30px;
    margin: 0 3px;
    position: relative; }
  .rooms-pagination > .page-numbers a, .rooms-pagination > .page-numbers span {
    display: block; }
  .rooms-pagination > .page-numbers .prev, .rooms-pagination > .page-numbers .next {
    position: absolute;
    top: 50%;
    height: 1px;
    left: 0;
    width: 20px;
    background: currentColor;
    font-size: 0; }
    .rooms-pagination > .page-numbers .prev:before, .rooms-pagination > .page-numbers .prev:after, .rooms-pagination > .page-numbers .next:before, .rooms-pagination > .page-numbers .next:after {
      content: "";
      height: 1px;
      width: 6px;
      top: 50%;
      background: currentColor;
      position: absolute; }
  .rooms-pagination > .page-numbers .prev:before {
    left: 0;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    -webkit-transform-origin: left;
            transform-origin: left; }
  .rooms-pagination > .page-numbers .prev:after {
    left: 0;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
    -webkit-transform-origin: left;
            transform-origin: left; }
  .rooms-pagination > .page-numbers .next:before {
    right: 0;
    -webkit-transform: rotate(-40deg);
            transform: rotate(-40deg);
    -webkit-transform-origin: right;
            transform-origin: right; }
  .rooms-pagination > .page-numbers .next:after {
    right: 0;
    -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
    -webkit-transform-origin: right;
            transform-origin: right; }

/** Single rooms **/
.hb_single_room > .summary > .container > .row {
  padding: 0 0 100px 0; }

.hb_single_room .room-sidebar-inner > div {
  text-align: center;
  margin-bottom: 2.5rem;
  padding: 1.25rem 1.25rem 1.5rem;
  position: relative;
  /* color: #fff;  */ }
  .hb_single_room .room-sidebar-inner > div .room-price {
    font-size: 2.125rem;
    display: block; }
  .hb_single_room .room-sidebar-inner > div h3 {
    margin-bottom: 0; }
  .hb_single_room .room-sidebar-inner > div > span {
    position: relative; }
  .hb_single_room .room-sidebar-inner > div .room-price-text {
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px; }
  .hb_single_room .room-sidebar-inner > div:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4; }

.hb_single_room .room-sidebar-inner > p {
  margin-top: 2.5rem;
  font-size: 0.875rem; }

.hb_single_room .rokka-hotel-booking.booking-style-1 .hotel-booking-search {
  padding: 0; }
  .hb_single_room .rokka-hotel-booking.booking-style-1 .hotel-booking-search:after {
    display: none; }
  .hb_single_room .rokka-hotel-booking.booking-style-1 .hotel-booking-search ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-width: 1px;
    border-style: solid;
    margin: 0;
    padding: 0; }
    .hb_single_room .rokka-hotel-booking.booking-style-1 .hotel-booking-search ul li {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      padding: 1.25rem 0.625rem; }
      .hb_single_room .rokka-hotel-booking.booking-style-1 .hotel-booking-search ul li:nth-child(1) {
        border-right-width: 1px;
        border-right-style: solid;
        border-bottom-width: 1px;
        border-bottom-style: solid; }
      .hb_single_room .rokka-hotel-booking.booking-style-1 .hotel-booking-search ul li:nth-child(2) {
        border-bottom-width: 1px;
        border-bottom-style: solid;
        border-right: none; }
      .hb_single_room .rokka-hotel-booking.booking-style-1 .hotel-booking-search ul li:nth-child(3) {
        border-right-width: 1px;
        border-right-style: solid; }
  .hb_single_room .rokka-hotel-booking.booking-style-1 .hotel-booking-search form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .hb_single_room .rokka-hotel-booking.booking-style-1 .hotel-booking-search .hb-submit {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 0; }
    .hb_single_room .rokka-hotel-booking.booking-style-1 .hotel-booking-search .hb-submit .btn {
      width: 100%; }

.hb_single_room .title h4 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 600;
  margin: 0 0 29px; }
  .hb_single_room .title h4 a {
    color: #2a2a2a; }

.hb_single_room .price span.title-price {
  margin-right: 5px;
  font-size: 1rem;
  font-weight: 500; }

.hb_single_room .price span.price_value {
  font-size: 1.5rem;
  font-weight: bold; }

.hb_single_room .price span.unit {
  font-size: 1rem;
  font-weight: 500; }
  .hb_single_room .price span.unit:before {
    content: '/';
    padding: 0 5px; }

.hb_single_room .hb_room_gallery {
  margin-bottom: 200px !important; }
  .hb_single_room .hb_room_gallery .camera_thumbs .camera_nextThumbs {
    visibility: visible;
    top: 10px;
    bottom: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .hb_single_room .hb_room_gallery .camera_thumbs .camera_prevThumbs {
    visibility: visible;
    top: 10px;
    bottom: 0;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    left: 2px;
    transform: translate(10px, 0);
    -webkit-transform: translate(10px, 0);
    -moz-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -o-transform: translate(10px, 0); }
  .hb_single_room .hb_room_gallery .camera_thumbs .camera_nextThumbs {
    right: 2px;
    transform: translate(-10px, 0);
    -webkit-transform: translate(-10px, 0);
    -moz-transform: translate(-10px, 0);
    -ms-transform: translate(-10px, 0);
    -o-transform: translate(-10px, 0); }
  .hb_single_room .hb_room_gallery .camera_thumbs:hover .camera_nextThumbs,
  .hb_single_room .hb_room_gallery .camera_thumbs:hover .camera_prevThumbs {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0); }
  .hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont {
    background: transparent;
    width: auto;
    margin: 0 -6px; }
    .hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul {
      padding: 0;
      overflow: hidden;
      max-height: 130px; }
      .hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul li {
        display: inline-block;
        float: none;
        padding: 0;
        margin-top: 10px;
        padding: 0 6px;
        overflow: hidden;
        width: 20%;
        max-width: 176px;
        position: relative; }
        .hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul li:before {
          content: '';
          position: absolute;
          top: 0;
          bottom: 0;
          right: 6px;
          left: 6px;
          border: 2px solid transparent;
          z-index: -1;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
        .hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul li img {
          margin: 0;
          width: 100%;
          border: 0; }
        .hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul li.cameracurrent:before {
          border-color: #ffb606;
          z-index: 2; }

.hb_single_room .hb-share {
  clear: both;
  float: right;
  margin-bottom: -50px; }
  .hb_single_room .hb-share ul {
    list-style: none; }
    .hb_single_room .hb-share ul li {
      display: inline-block;
      padding-left: 19px; }
      .hb_single_room .hb-share ul li:first-child {
        padding-left: 0; }
      .hb_single_room .hb-share ul li a {
        font-size: 16px; }
        .hb_single_room .hb-share ul li a.facebook {
          color: #4c67a2; }
        .hb_single_room .hb-share ul li a.twitter {
          color: #00acee; }
        .hb_single_room .hb-share ul li a.googleplus {
          color: #da7c74; }
        .hb_single_room .hb-share ul li a.pinterest {
          color: #d43b17; }

.hb_single_room .hb_single_room_details > div {
  margin-bottom: 2.5rem; }

.hb_single_room #reviews {
  clear: both; }
  .hb_single_room #reviews .comment-author img {
    height: 60px; }
  .hb_single_room #reviews #review_form_wrapper {
    margin-top: 2.5rem; }
    .hb_single_room #reviews #review_form_wrapper form input {
      text-shadow: none;
      padding: .625rem 1rem; }
    .hb_single_room #reviews #review_form_wrapper form .form-input-rating {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 1.25rem; }
      .hb_single_room #reviews #review_form_wrapper form .form-input-rating label, .hb_single_room #reviews #review_form_wrapper form .form-input-rating p, .hb_single_room #reviews #review_form_wrapper form .form-input-rating .hb-rating-input {
        margin-bottom: 0;
        line-height: 1; }
      .hb_single_room #reviews #review_form_wrapper form .form-input-rating .hb-rating-input {
        margin-left: .625rem;
        margin-top: 2px;
        width: 100px; }
    .hb_single_room #reviews #review_form_wrapper form p {
      margin-bottom: 1.25rem; }
      .hb_single_room #reviews #review_form_wrapper form p label {
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 500;
        font-size: .6875rem;
        line-height: 1;
        display: block; }
      .hb_single_room #reviews #review_form_wrapper form p textarea {
        height: 100px;
        padding: .625rem 1rem;
        overflow-y: auto;
        width: 100%;
        border-width: 1px;
        border-style: solid; }
    .hb_single_room #reviews #review_form_wrapper form .form-submit {
      text-align: right; }
    .hb_single_room #reviews #review_form_wrapper form .input-name-mail {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin: 0 -.625rem; }
      .hb_single_room #reviews #review_form_wrapper form .input-name-mail > p {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        padding: 0 .625rem; }
      .hb_single_room #reviews #review_form_wrapper form .input-name-mail input {
        width: 100%; }

.hb_single_room table.hb_room_pricing_plans {
  width: 100%; }
  .hb_single_room table.hb_room_pricing_plans tr th {
    text-transform: uppercase;
    font-size: .875rem;
    padding: .625rem;
    text-align: center; }
  .hb_single_room table.hb_room_pricing_plans tr td {
    text-align: center;
    padding: .625rem; }

.single-room-post {
  position: relative;
  z-index: 2; }
  .single-room-post .room-gallery-arrows {
    position: absolute;
    height: 50px;
    width: 100px;
    top: 0;
    left: -50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .single-room-post .room-gallery-arrows .prev {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      outline: none;
      cursor: pointer;
      position: relative; }
      .single-room-post .room-gallery-arrows .prev:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .6;
        -webkit-transition: opacity .3s;
        transition: opacity .3s; }
      .single-room-post .room-gallery-arrows .prev:hover:after {
        opacity: 1; }
    .single-room-post .room-gallery-arrows .next {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      outline: none;
      cursor: pointer;
      position: relative; }
      .single-room-post .room-gallery-arrows .next:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: .6;
        -webkit-transition: opacity .3s;
        transition: opacity .3s; }
      .single-room-post .room-gallery-arrows .next:hover:after {
        opacity: 1; }
  .single-room-post .post-content-wrapper > .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 2.5rem; }
  .single-room-post .post-content-wrapper .hb-room-meta {
    padding: 0;
    margin: 0;
    margin-bottom: 2.5rem; }
    .single-room-post .post-content-wrapper .hb-room-meta li {
      list-style-type: none;
      display: inline-block;
      text-transform: uppercase;
      font-size: .75rem;
      font-weight: bold;
      position: relative;
      padding-right: .875rem;
      margin-right: .625rem; }
      .single-room-post .post-content-wrapper .hb-room-meta li span {
        margin-left: 5px; }
      .single-room-post .post-content-wrapper .hb-room-meta li:after {
        content: "";
        width: 4px;
        height: 4px;
        top: 50%;
        margin-top: -2px;
        position: absolute;
        right: -2px;
        border-radius: 50%; }
      .single-room-post .post-content-wrapper .hb-room-meta li:last-of-type:after {
        display: none; }
  .single-room-post.has_img .post-content {
    margin: -50px 50px 50px; }
    @media (max-width: 767.98px) {
      .single-room-post.has_img .post-content {
        margin: 50px 0 50px 0; }
        .single-room-post.has_img .post-content .room-gallery-arrows {
          top: -100px;
          left: -20px; } }

/******Account page*****/
.hb_booking_wrapper h2 {
  display: none; }

.hb_booking_table {
  width: 100%;
  margin-bottom: 4rem; }
  .hb_booking_table th,
  .hb_booking_table td {
    padding: 20px 12px;
    text-align: center;
    font-size: 13px; }

@media (max-width: 1024px) {
  .hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul {
    max-height: 106px; }
    .hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul li {
      max-width: 142px; } }

@media (max-width: 960px) {
  .hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul {
    max-height: 130px; }
    .hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul li {
      max-width: 150px; } }

@media (max-width: 768px) {
  .hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul {
    max-height: 106px; }
    .hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul li {
      max-width: 142px; }
  .hb-search-results .hb_button.hb_view_cart {
    display: inline-block; } }

@media (max-width: 667px) {
  .hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul {
    max-height: 106px; }
    .hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul li {
      max-width: 142px; } }

@media (max-width: 480px) {
  .hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul {
    max-height: 95px; }
    .hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul li {
      max-width: 132px; } }

@media (max-width: 360px) {
  .hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul {
    max-height: 106px; }
    .hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul li {
      max-width: 142px; } }

@media (max-width: 320px) {
  .hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul {
    max-height: 106px; }
    .hb_single_room .hb_room_gallery .camera_thumbs .camera_thumbs_cont ul li {
      max-width: 142px; } }

/** Other room slider **/
.hb_related_other_room {
  margin: 0 -15px; }
  .hb_related_other_room .tp-hotel-booking {
    margin: 0; }
  .hb_related_other_room > .title {
    position: relative;
    line-height: 40px;
    padding-bottom: 11px;
    margin: 20px 15px 40px; }
    .hb_related_other_room > .title:after {
      content: '';
      width: 30px;
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 0;
      background: #ffb606; }
  .hb_related_other_room .rooms li.hb_room {
    padding: 0 15px;
    min-width: 300px;
    width: 300px;
    max-width: 400px;
    margin: 0; }
  .hb_related_other_room .navigation {
    width: auto;
    float: right;
    margin-top: -80px;
    margin-right: 15px;
    position: relative; }
    .hb_related_other_room .navigation .prev,
    .hb_related_other_room .navigation .next {
      line-height: 24px;
      height: 24px;
      width: 24px;
      display: inline-block;
      float: left;
      cursor: pointer;
      z-index: 20; }
    .hb_related_other_room .navigation .prev span[class*="pe-"] {
      display: none; }
    .hb_related_other_room .navigation .next {
      margin-left: 20px;
      float: right; }
      .hb_related_other_room .navigation .next span[class*="pe-"] {
        display: none; }

/** Hotel booking result **/
@media (max-width: 991.98px) {
  #hotel-booking-results h3 {
    text-align: center; } }

#hotel-booking-results .hb-search-results > .hb-room .hb-room-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 2.5rem;
  margin-bottom: 2.5rem;
  border-bottom-width: 1px;
  border-bottom-style: solid; }
  @media (max-width: 991.98px) {
    #hotel-booking-results .hb-search-results > .hb-room .hb-room-content {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      text-align: center; }
      #hotel-booking-results .hb-search-results > .hb-room .hb-room-content .hb-room-info {
        width: 100%; }
      #hotel-booking-results .hb-search-results > .hb-room .hb-room-content .hb-room-thumbnail {
        margin-right: 0;
        width: 100%; }
      #hotel-booking-results .hb-search-results > .hb-room .hb-room-content .hb-room-meta {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }

#hotel-booking-results .hb-search-results > .hb-room .hb-room-name {
  margin-bottom: 0; }

#hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail {
  max-width: 100%;
  width: 270px;
  margin-right: 2.5rem; }
  #hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail img {
    max-width: 270px; }

#hotel-booking-results .hb-search-results > .hb-room .hb-room-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta .hb_search_capacity, #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta .hb_search_quantity, #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta .hb_search_max_child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-bottom: 1rem; }
    #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta .hb_search_capacity > div, #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta .hb_search_quantity > div, #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta .hb_search_max_child > div {
      font-size: .75rem;
      font-weight: bold; }
    #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta .hb_search_capacity label, #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta .hb_search_quantity label, #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta .hb_search_max_child label {
      margin-bottom: 0; }
    #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta .hb_search_capacity select, #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta .hb_search_quantity select, #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta .hb_search_max_child select {
      padding: 0;
      border: none;
      font-weight: bold; }
  #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta li > label {
    text-transform: uppercase;
    font-size: .75rem;
    font-weight: bold; }
  #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta .hb_search_capacity, #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta .hb_search_max_child {
    position: relative;
    padding-right: .875rem;
    margin-right: .875rem; }
    #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta .hb_search_capacity:after, #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta .hb_search_max_child:after {
      content: "";
      width: 4px;
      height: 4px;
      top: 50%;
      margin-top: -2px;
      position: absolute;
      right: -2px;
      border-radius: 50%; }
  #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta .hb_search_quantity label {
    margin-right: .3125rem; }
  #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta .hb_search_quantity > div {
    text-align: center;
    position: relative;
    padding: 0; }
    #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta .hb_search_quantity > div select {
      padding: .3125rem .875rem .3125rem .75rem;
      font-size: .75rem; }
    #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta .hb_search_quantity > div:after {
      content: "";
      position: absolute;
      top: 50%;
      margin-top: -2px;
      right: 4px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 3px 0 3px;
      border-color: currentColor transparent transparent transparent;
      pointer-events: none; }
  #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta .hb_search_price, #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta .hb_search_add_to_cart {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
  #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta .hb_search_price {
    margin-bottom: 1.875rem;
    position: relative; }
    #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta .hb_search_price div {
      display: block; }
    #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta .hb_search_price > span {
      font-weight: bold;
      font-size: 1.5rem; }
    #hotel-booking-results .hb-search-results > .hb-room .hb-room-meta .hb_search_price .hb_view_price {
      font-size: .75rem;
      font-weight: 500; }

#hotel-booking-results a:hover {
  text-decoration: underline; }

#hotel-booking-results .rooms-pagination a:hover {
  text-decoration: none; }

.hb-select-extra-results {
  text-align: center; }
  .hb-select-extra-results .list-room-extra {
    padding: 0;
    width: 100%;
    text-align: left;
    padding: 1.25rem; }
    .hb-select-extra-results .list-room-extra li {
      list-style-type: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .hb-select-extra-results .list-room-extra li input {
        margin-right: .625rem;
        margin-top: 2px; }
  .hb-select-extra-results .hb_package_title {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .hb-select-extra-results .hb_package_title label {
      text-transform: none; }

/** hotel-booking-payment **/
.hb-ty-message {
  text-align: center;
  max-width: 500px;
  margin: 0 auto 40px; }
  .hb-ty-message .hb-ty-message-inner {
    font-size: 1.25rem; }

.hb-booking-thanks-inner .booking-data {
  text-align: center;
  margin-bottom: 40px; }

.hb-booking-thanks-inner .booking-data-number {
  margin: 0; }

.hb-booking-thanks-inner .customer-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px 0; }
  .hb-booking-thanks-inner .customer-details ul {
    margin: 0;
    padding: 0;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%; }
  .hb-booking-thanks-inner .customer-details label {
    font-weight: 700; }

.hb-booking-thanks-inner .booking-notes {
  margin-bottom: 40px; }
  .hb-booking-thanks-inner .booking-notes label {
    font-weight: 700;
    margin: 0; }

.hb-booking-thanks-inner #instruction {
  margin-bottom: 10px; }
  .hb-booking-thanks-inner #instruction h4 {
    text-align: center; }

.hb-booking-thanks-inner,
#hotel-booking-cart,
#hotel-booking-payment {
  padding: 40px;
  margin-bottom: 80px;
  -webkit-box-shadow: 0 5px 50px #00000012;
          box-shadow: 0 5px 50px #00000012; }
  @media (max-width: 1199.98px) {
    .hb-booking-thanks-inner,
    #hotel-booking-cart,
    #hotel-booking-payment {
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 0; } }

#hotel-booking-cart h3,
#hotel-booking-payment h3 {
  margin: 0 0 15px;
  font-size: 40px;
  line-height: 40px;
  display: none; }

#hotel-booking-cart input[type="number"],
#hotel-booking-payment input[type="number"],
#hotel-booking-cart input[type="text"],
#hotel-booking-payment input[type="text"],
#hotel-booking-cart input[type="email"],
#hotel-booking-payment input[type="email"] {
  line-height: 20px;
  padding: 9px 20px 9px 10px;
  border-width: 1px;
  border-style: solid;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  width: 100%; }

#hotel-booking-cart input[name="hb-coupon-code"],
#hotel-booking-payment input[name="hb-coupon-code"] {
  margin-right: 10px; }

.hb_coupon > .hb-align-center {
  text-align: left; }
  .hb_coupon > .hb-align-center > * {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0; }

#hotel-booking-cart input[type="number"],
#hotel-booking-payment input[type="number"] {
  max-width: 80px;
  text-align: center; }

#hotel-booking-cart .hb_button.hb_checkout:focus,
#hotel-booking-payment .hb_button.hb_checkout:focus,
#hotel-booking-cart button[type="submit"]:focus,
#hotel-booking-payment button[type="submit"]:focus,
#hotel-booking-cart button[type="button"]:focus,
#hotel-booking-payment button[type="button"]:focus {
  outline: none; }

#hotel-booking-cart .hb_button.hb_checkout.update,
#hotel-booking-payment .hb_button.hb_checkout.update,
#hotel-booking-cart button[type="submit"].update,
#hotel-booking-payment button[type="submit"].update,
#hotel-booking-cart button[type="button"].update,
#hotel-booking-payment button[type="button"].update {
  margin-left: 5px; }

#hotel-booking-cart select,
#hotel-booking-payment select {
  line-height: 22px;
  padding: 8px 20px 8px 5px;
  border-width: 1px;
  border-style: solid; }

.hb_table {
  width: 100%;
  max-width: 100%; }
  .hb_table .hb_quantity p {
    margin: 0; }

#hotel-booking-cart table.hb_table,
#hotel-booking-payment table.hb_table {
  margin-bottom: 30px;
  margin-top: 0; }

.booking_item_table th,
#hotel-booking-cart table th,
#hotel-booking-payment table th {
  padding: 10px 17px;
  text-align: center;
  font-size: 0.75rem;
  text-transform: uppercase; }

#hotel-booking-cart table tr.hb_checkout_item td,
#hotel-booking-payment table tr.hb_checkout_item td {
  text-align: center; }

#hotel-booking-cart .hb-addition-information textarea,
#hotel-booking-payment .hb-addition-information textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #ddd;
  padding: 10px; }

#hotel-booking-cart .hb-payment-methods > li,
#hotel-booking-payment .hb-payment-methods > li {
  margin-bottom: 10px; }
  #hotel-booking-cart .hb-payment-methods > li label,
  #hotel-booking-payment .hb-payment-methods > li label {
    vertical-align: middle;
    font-weight: bold; }
  #hotel-booking-cart .hb-payment-methods > li input,
  #hotel-booking-payment .hb-payment-methods > li input {
    vertical-align: text-top;
    margin-right: 5px;
    margin-left: -5px; }

#hotel-booking-cart .hb-payment-methods > li .hb-payment-method-form,
#hotel-booking-payment .hb-payment-methods > li .hb-payment-method-form {
  font-size: 0.875rem;
  padding-bottom: 1rem; }

#hotel-booking-cart a:hover,
#hotel-booking-payment a:hover {
  text-decoration: underline; }

#hotel-booking-cart .hb_sub_total .hb-align-right,
#hotel-booking-payment .hb_sub_total .hb-align-right,
#hotel-booking-cart .hb_advance_grand_total .hb-align-right,
#hotel-booking-payment .hb_advance_grand_total .hb-align-right {
  font-weight: 700; }

#hotel-booking-payment .hb_payment_all label {
  margin: 0; }

#hotel-booking-payment .hb_payment_all input {
  margin-right: 5px; }

#hotel-booking-cart .hb_sub_total td,
#hotel-booking-payment .hb_sub_total td,
#hotel-booking-cart .hb_advance_grand_total td,
#hotel-booking-payment .hb_advance_grand_total td,
#hotel-booking-cart .hb_advance_tax td,
#hotel-booking-payment .hb_advance_tax td {
  border-width: none;
  border-style: none;
  border-right-width: 1px;
  border-right-style: solid; }

#hotel-booking-cart .hb_advance_payment td,
#hotel-booking-payment .hb_advance_payment td {
  border-top: none; }

#hotel-booking-cart .hb_advance_payment .hb-align-right,
#hotel-booking-payment .hb_advance_payment .hb-align-right,
#hotel-booking-cart .hb_advance_grand_total .hb-align-right,
#hotel-booking-payment .hb_advance_grand_total .hb-align-right,
#hotel-booking-cart .hb_advance_tax .hb-align-right,
#hotel-booking-payment .hb_advance_tax .hb-align-right,
#hotel-booking-cart .hb_sub_total .hb-align-right,
#hotel-booking-payment .hb_sub_total .hb-align-right {
  float: right;
  margin: -10px 0;
  padding: 10px 0;
  text-align: right; }

.booking_item_table {
  width: 100%; }

.booking_item_table td,
#hotel-booking-cart td,
#hotel-booking-payment td {
  padding: 10px 17px; }

#hotel-booking-cart .hb_remove_cart_item,
#hotel-booking-payment .hb_remove_cart_item {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  display: table-cell; }

#hotel-booking-cart .hb_remove_cart_item .fa,
#hotel-booking-payment .hb_remove_cart_item .fa {
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px; }

/** Input type date style **/
.ui-datepicker.ui-widget {
  z-index: 9999;
  display: none;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
  border-radius: 0;
  padding: 8px; }
  .ui-datepicker.ui-widget .ui-datepicker-header {
    background: transparent;
    border: 0; }
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev,
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next {
      background: transparent;
      background-repeat: no-repeat;
      background-size: 75% 75%;
      background-position: center center;
      border: 0;
      cursor: pointer;
      width: 20px;
      height: 30px;
      -moz-opacity: 0.5;
      -khtml-opacity: 0.5;
      -webkit-opacity: 0.5;
      opacity: 0.5;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
      filter: alpha(opacity=50);
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev span,
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next span {
      display: none; }
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev:hover,
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next:hover {
      -moz-opacity: 1;
      -khtml-opacity: 1;
      -webkit-opacity: 1;
      opacity: 1;
      -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
      filter: alpha(opacity=100); }
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-prev {
      float: left;
      left: 0;
      right: auto;
      top: 4px;
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==); }
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-next {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
      float: right;
      right: 0;
      top: 4px;
      left: auto; }
    .ui-datepicker.ui-widget .ui-datepicker-header .ui-datepicker-title {
      color: #2a2a2a;
      padding: 5px 3px;
      font-size: 14px;
      line-height: 20px;
      font-weight: 700; }
  .ui-datepicker.ui-widget .ui-datepicker-calendar {
    border: 0;
    margin-bottom: 24px; }
    .ui-datepicker.ui-widget .ui-datepicker-calendar th {
      color: #999;
      font-size: 12px;
      line-height: 25px;
      font-weight: 700;
      text-align: center; }
      .ui-datepicker.ui-widget .ui-datepicker-calendar th span {
        cursor: help;
        border-bottom: 1px dotted #777; }
    .ui-datepicker.ui-widget .ui-datepicker-calendar td {
      padding: 0;
      border: 0;
      height: 27px;
      overflow: hidden; }
      .ui-datepicker.ui-widget .ui-datepicker-calendar td.ui-state-disabled {
        padding: 0;
        border: 0; }
        .ui-datepicker.ui-widget .ui-datepicker-calendar td.ui-state-disabled .ui-state-default:hover {
          background: #f5f5f5;
          color: #666; }
    .ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default {
      cursor: pointer;
      display: block;
      outline: 0;
      border: 0;
      margin: 0;
      width: 100%;
      padding: 5px;
      color: #666;
      font-size: 12px;
      line-height: 17px;
      text-align: right;
      background: #f5f5f5; }
      .ui-datepicker.ui-widget .ui-datepicker-calendar .ui-state-default:hover {
        color: #fff;
        background: #ffb606; }

/** Room detail when click view price breakdown **/
.hb-booking-room-details {
  padding: 1.25rem;
  position: absolute;
  margin-top: 10px;
  visibility: hidden;
  left: 0;
  min-width: 100%;
  z-index: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .hb-booking-room-details.active {
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
    visibility: visible;
    z-index: 999; }
  .hb-booking-room-details .hb_search_room_item_detail_price_close {
    background: transparent;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer; }
  .hb-booking-room-details table {
    border: 0;
    width: calc(100% - 2.5rem); }
    .hb-booking-room-details table tr td {
      padding: 0; }
      .hb-booking-room-details table tr td:first-child {
        text-transform: uppercase; }
      .hb-booking-room-details table tr td.hb_search_item_total_description {
        padding-left: 1.25rem; }
      .hb-booking-room-details table tr td.hb_search_item_price {
        font-weight: bold;
        padding-left: 1.25rem; }
    .hb-booking-room-details table tbody tr td {
      border: 0;
      padding-bottom: 1.25rem; }
    .hb-booking-room-details table tbody tr:last-child td {
      padding-bottom: 1.25rem; }
    .hb-booking-room-details table tfoot tr td {
      padding-top: 1.25rem;
      border: 0;
      border-top-width: 1px;
      border-top-style: solid; }
      .hb-booking-room-details table tfoot tr td.hb_search_item_total_bold {
        font-weight: 700; }

/** Mini Cart **/
.hotel_booking_mini_cart {
  padding: 0 1.25rem; }
  .hotel_booking_mini_cart .hb_mini_cart_item {
    position: relative;
    padding-bottom: 0;
    overflow: hidden; }
    .hotel_booking_mini_cart .hb_mini_cart_item > div {
      margin-bottom: .375rem;
      padding-bottom: .375rem;
      border-bottom-width: 1px;
      border-bottom-style: solid; }
    .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_top {
      margin: 1.25rem 0 .625rem 0;
      padding-bottom: 1.25rem;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .hotel_booking_mini_cart .hb_mini_cart_item .hb_title {
      font-size: 1.25rem;
      margin: 0; }
    .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_remove {
      margin-top: 2px;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 20px;
              flex: 0 0 20px;
      position: relative;
      width: 20px;
      height: 20px;
      text-align: center;
      background: transparent;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      cursor: pointer; }
      .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_remove i {
        display: none; }
      .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_remove:before, .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_remove:after {
        content: "";
        width: 18px;
        height: 2px;
        position: absolute;
        top: 50%;
        background: currentColor;
        left: 50%;
        margin-top: -1px;
        margin-left: -9px; }
      .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_remove:before {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_remove:after {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
    .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_number label,
    .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_price label {
      font-weight: 500;
      font-size: .75rem;
      text-transform: uppercase;
      margin-right: 12px;
      margin-bottom: 0; }
    .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_number span {
      font-weight: 700;
      font-size: .75rem; }
    .hotel_booking_mini_cart .hb_mini_cart_item .hb_mini_cart_price span {
      font-weight: bold;
      font-size: 1rem; }
  .hotel_booking_mini_cart .hb_mini_cart_price_packages label {
    font-size: .75rem;
    text-transform: uppercase;
    font-weight: 500;
    color: inherit; }
  .hotel_booking_mini_cart .hb_mini_cart_price_packages .hb_package_title {
    font-style: normal; }
  .hotel_booking_mini_cart .hb_mini_cart_price_packages ul {
    margin: 0; }
  .hotel_booking_mini_cart .hb_mini_cart_footer {
    margin-top: 1.25rem;
    text-align: center;
    padding-bottom: 1.25rem; }
    .hotel_booking_mini_cart .hb_mini_cart_footer .btn {
      width: 100%; }
      .hotel_booking_mini_cart .hb_mini_cart_footer .btn:first-of-type {
        margin-bottom: .625rem; }
  .hotel_booking_mini_cart .hb_mini_cart_empty {
    text-align: center;
    margin: 0;
    padding: 1.25rem; }

/** Transition **/
a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

button {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  button[type="button"], button[type="submit"] {
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

input[type="submit"],
.bg-video-play,
.navigation .navbar-nav > li > span,
.hb_search_room_item_detail_price_close,
.hb_related_other_room .navigation span[class*="pe-"]:before,
.hb_room_carousel_container .navigation span[class*="pe-"]:before,
.hb_related_other_room .navigation span[class*="pe-"]:after,
.hb_room_carousel_container .navigation span[class*="pe-"]:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.thim-widget-icon-box .wrapper-box-icon.has_custom_image.box_shadow_icon .smicon-box .icon-images img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1); }

.thim-widget-icon-box .wrapper-box-icon.has_custom_image.box_shadow_icon .smicon-box:hover .icon-images img {
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15); }

.error {
  border: 1px solid red !important; }

@media (min-width: 1200px) {
  .content-pusher.boxed-area {
    max-width: 1200px;
    overflow: hidden;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.23);
            box-shadow: 0 0 32px rgba(0, 0, 0, 0.23); }
    .content-pusher.boxed-area .container {
      padding-left: 55px;
      padding-right: 55px; }
      .content-pusher.boxed-area .container.home-page, .content-pusher.boxed-area .container.site-content {
        background: #fff; }
    .content-pusher.boxed-area .thim-top-rev-slider {
      position: relative; }
      .content-pusher.boxed-area .thim-top-rev-slider .tp-rightarrow {
        right: 0;
        left: auto !important; }
    .content-pusher.boxed-area .text-center .desc-icon-box {
      padding-left: 15px;
      padding-right: 15px; }
    .content-pusher.boxed-area .hb_room_carousel_container .item {
      min-width: 280px;
      min-height: 296px; }
    .content-pusher.boxed-area .hb_related_other_room .rooms li.hb_room {
      min-width: 280px;
      min-height: 296px;
      max-width: 280px; }
    .content-pusher.boxed-area .newletter .mc4wp-form input[type="email"] {
      width: 240px; }
    .content-pusher.boxed-area #sidebar .thim-widget-mini-cart-room .hb_mini_cart_footer .hb_button {
      margin: 0;
      padding: 10px 12px; }
  .container {
    width: 1200px; }
  .siteorigin-panels-stretch {
    margin-left: -385px;
    margin-right: -385px;
    padding-left: 385px;
    padding-right: 385px; }
    .siteorigin-panels-stretch.thim-fix-stretched {
      padding-left: 0;
      padding-right: 0; }
      .siteorigin-panels-stretch.thim-fix-stretched.thim-bg-image-cover {
        background-repeat: no-repeat !important;
        background-size: cover !important; } }

@media (max-width: 1240px) {
  #hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail {
    margin-bottom: 30px; } }

@media (max-width: 1200px) {
  .thim-widget-event .item-event .event-thumbnail {
    display: none; } }

@media (max-width: 1024px) {
  body .hb_room_carousel_container .item {
    min-height: 258px;
    min-width: 242px; }
  .text-center .desc-icon-box {
    padding-left: 0;
    padding-right: 0; }
  .thim-list-posts.sidebar .article-image {
    margin-bottom: 10px; }
  .thim-list-posts.sidebar .article-title-wrapper {
    clear: both; }
  #sidebar .hotel-booking-search {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  #sidebar .hotel_booking_mini_cart .hb_mini_cart_footer .hb_button {
    min-width: 100px;
    margin-bottom: 10px; }
  .booking_item_table td,
  #hotel-booking-cart table td,
  #hotel-booking-payment table td {
    padding: 10px 7px; }
  body .hb_related_other_room .rooms li.hb_room {
    min-width: 243px;
    min-height: 259px;
    max-width: 243px; } }

@media (min-width: 768px) and (max-width: 992px) {
  .container {
    width: 900px;
    max-width: 100%; }
  body .hb_room_carousel_container .item {
    min-height: 308px;
    min-width: 300px; }
  .list-html-content {
    margin-bottom: 50px; }
    .list-html-content .item-content {
      padding-left: 0; }
    .list-html-content .col-sm-6:nth-child(2n) {
      padding-right: 0;
      padding-left: 45px; }
  .filter-restaurant .erm_product {
    width: 100%; }
  body .hb_related_other_room .rooms li.hb_room {
    min-width: 336px;
    min-height: 352px;
    max-width: 336px; }
  .booking_item_table td,
  #hotel-booking-cart table td,
  #hotel-booking-payment table td {
    padding: 10px 3px; }
  #hotel-booking-cart .hb_capacity,
  #hotel-booking-payment .hb_capacity {
    display: none; } }

@media (min-width: 781px) and (max-width: 900px) {
  .thim-search-room .hotel-booking-search form {
    padding: 30px 5px; }
    .thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field {
      padding: 0 5px; }
  body .navbar-nav > li > a {
    padding-right: 10px; }
  body .navbar-nav > li > span.disable_link, body .navbar-nav > li > span:not(.icon-toggle) {
    padding-right: 10px; } }

@media (max-width: 780px) {
  .wpcf7-form {
    margin-left: 0; }
  .rooms {
    margin: 0; }
  .post-type-archive-hb_room .rooms.hb-catalog-column-4 > .hb_room {
    width: 50%; }
  .counter-box {
    margin: 0 auto; }
  #main,
  #sidebar {
    width: 100%;
    float: left;
    clear: both; }
  .blog .site-main.alignleft,
  .archive .site-main.alignleft,
  .single .site-main.alignleft {
    padding-right: 15px;
    padding-bottom: 60px; }
  .blog .site-main.alignright,
  .archive .site-main.alignright,
  .single .site-main.alignright {
    padding-left: 15px;
    padding-bottom: 60px; }
  #hotel-booking-cart,
  #hotel-booking-payment {
    padding-bottom: 60px; }
  .booking_item_table td,
  #hotel-booking-cart table td,
  #hotel-booking-payment table td {
    padding: 10px 10px; }
  #hotel-booking-cart .hb_capacity,
  #hotel-booking-payment .hb_capacity {
    display: table-cell; }
  #sidebar .thim-widget-mini-cart-room .hb_mini_cart_footer .hb_button {
    padding: 10px 25px;
    margin: 0 2px; }
  .thim-search-room .hotel-booking-search form .hb-form-table {
    width: 100%;
    float: none; }
    .thim-search-room .hotel-booking-search form .hb-form-table .hb-form-field {
      width: 100%;
      max-width: none;
      float: none;
      margin-bottom: 20px; }
  .thim-search-room .hotel-booking-search form .hb-submit {
    width: 100%;
    float: none; }
    .thim-search-room .hotel-booking-search form .hb-submit button {
      max-width: none;
      width: 100%; }
  .site-main .hotel-booking-search {
    padding-bottom: 60px; }
    .site-main .hotel-booking-search .hb-form-field,
    .site-main .hotel-booking-search form button {
      max-width: 100%; }
    .site-main .hotel-booking-search .hb-form-field-input {
      display: block; }
  .thim-list-posts.sidebar .article-title-wrapper {
    clear: right; }
  #hotel-booking-results .hb-search-results > .hb-room .hb-room-thumbnail {
    float: none; }
  #hotel-booking-results .hb-search-results > .hb-room .hb-room-info {
    width: 100%;
    padding-left: 0; } }

@media (min-width: 768px) and (max-width: 780px) {
  .navbar-nav > li > a,
  .navbar-nav > li > span.disable_link {
    padding-left: 15px;
    padding-right: 15px; }
  .navigation .navbar-nav > li.current-menu-item > a:after,
  .navigation .navbar-nav > li:hover > a:after,
  .navigation .navbar-nav > li.current-menu-item > span:after,
  .navigation .navbar-nav > li:hover > span:after {
    left: 15px;
    right: 15px; }
  .thim-our-service {
    padding-left: 0;
    margin-top: 60px; }
  body .hb_room_carousel_container .hb_room {
    min-height: 272px;
    min-width: 256px; }
  .thim-search-room .hotel-booking-search form {
    padding-left: 0;
    padding-right: 0; }
  .site-main.alignleft {
    float: left; }
  body .hb_related_other_room .rooms li.hb_room {
    min-height: 272px;
    min-width: 256px;
    max-width: 256px; } }

@media (min-width: 768px) {
  .thim-border-grid .panel-grid-cell:first-child .panel-widget-style {
    position: relative;
    overflow: hidden;
    padding-right: 30px; }
    .thim-border-grid .panel-grid-cell:first-child .panel-widget-style:after {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 1px;
      background: #dce0e2; }
  .top_site_main .banner-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    display: inline-block; } }

@media (max-width: 767px) {
  .width-navigation {
    overflow: auto;
    overflow-x: hidden; }
  .top-header .thim-social ul.social_link {
    margin-left: -10px;
    margin-right: 0; }
  .top_site_main img {
    position: absolute;
    height: 100%;
    left: 0;
    right: 0; }
  .top_site_main .page-title-wrapper {
    position: static;
    padding: 15px 0; }
    .top_site_main .page-title-wrapper .banner-description p {
      margin-bottom: 0; }
  .list-html-content {
    text-align: left;
    position: relative;
    padding-bottom: 0;
    margin-bottom: 50px; }
    .list-html-content .line-center {
      display: none; }
    .list-html-content .item-content {
      padding: 10px 0; }
  .erm_menu_content.menu_content_two_column li.erm_product {
    width: 100%; }
  .otw-wrapper .col-sm-3 {
    margin-bottom: 25px; }
  .otw-wrapper .otw-button-wrap {
    margin-bottom: 0; }
  .border-widget .panel-grid-cell {
    width: 50% !important;
    float: left !important;
    margin-bottom: 30px; }
    .border-widget .panel-grid-cell:nth-child(1) {
      padding-right: 15px !important; }
    .border-widget .panel-grid-cell:nth-child(2) {
      padding-left: 15px !important; }
    .border-widget .panel-grid-cell:last-child {
      margin-top: 25px !important;
      width: 100% !important; }
  .border-widget .widget.so-panel {
    min-height: inherit; }
  .wrapper-gallery-filter .fancybox {
    display: inline-block;
    margin-bottom: 10px; }
  .top-header {
    padding-top: 10px; }
    .top-header aside {
      display: block;
      margin-left: 15px;
      padding: 5px 0 2px;
      border-bottom: 0 !important; }
  .footer aside {
    padding-bottom: 10px; }
  footer#colophon .footer aside {
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
    margin-left: 15px;
    margin-right: 15px; }
  .footer aside:first-child {
    padding-bottom: 5px; }
  .footer aside:last-child {
    padding-bottom: 0; }
  .footer .newletter {
    display: block;
    text-align: left; }
  .thim-list-posts.sidebar .article-title-wrapper {
    clear: initial; }
  .list-html-content .col-sm-6 {
    clear: both; }
  .list-html-content .item-content .desc-list {
    float: none;
    max-width: none; }
  .thim-widget-gallery .wrapper-gallery-filter .col-sm-4 {
    width: 50%; }
  body .hb_room_carousel_container .hb_room {
    min-height: 261px;
    min-width: 245px; }
  body .hb_related_other_room .rooms li.hb_room {
    min-height: 261px;
    min-width: 245px;
    max-width: 245px; }
  .widget_shopping_cart .widget_shopping_cart_content {
    min-width: 200px;
    width: 200px; }
  #hotel-booking-cart .hb_check_in,
  #hotel-booking-payment .hb_check_in,
  #hotel-booking-cart .hb_check_out,
  #hotel-booking-payment .hb_check_out {
    display: none; }
  .hb-booking-room-details {
    left: auto;
    right: 10px; } }

@media (max-width: 667px) {
  body .hb_room_carousel_container .hb_room {
    min-height: 349px;
    min-width: 333px; }
  body .hb_related_other_room .rooms li.hb_room {
    min-height: 349px;
    min-width: 333px;
    max-width: 333px; }
  .thim-sailing-hotel .width50 {
    width: 100%; }
    .thim-sailing-hotel .width50:first-child {
      margin-bottom: 30px; } }

@media (max-width: 640px) {
  body .hb_room_carousel_container .hb_room {
    min-height: 336px;
    min-width: 320px; }
  body .hb_related_other_room .rooms li.hb_room {
    min-height: 336px;
    min-width: 320px;
    max-width: 320px; } }

@media (max-width: 600px) {
  .top_site_main {
    height: auto; }
  .thim-widget-event .item-event {
    display: block; }
    .thim-widget-event .item-event .event-thumbnail,
    .thim-widget-event .item-event .content-item,
    .thim-widget-event .item-event .content-right {
      display: block;
      width: 100%;
      overflow: hidden; }
  .thim-widget-tab-restaurant-menu .nav-menu-tabs li a span.box > span {
    display: none; }
  .erm_menu_content.layout-default .erm_product.with_image a.image-popup {
    width: 60px; }
  .erm_menu_content.layout-default .erm_product.with_image .item-left {
    width: 100%;
    display: block;
    padding-left: 15px; }
  .erm_menu_content.layout-default .erm_product.with_image .erm_product_price {
    width: 100%;
    display: block;
    padding-left: 15px;
    margin-top: 0;
    padding: 0 15px 15px; }
    .erm_menu_content.layout-default .erm_product.with_image .erm_product_price li {
      display: inline-block;
      margin-right: 7px; }
  body .hb_room_carousel_container .hb_room {
    min-height: 316px;
    min-width: 300px; }
  body .hb_related_other_room .rooms li.hb_room {
    min-height: 316px;
    min-width: 300px;
    max-width: 300px; } }

@media (max-width: 480px) {
  .top_site_main .page-title-wrapper {
    padding: 45px 0 15px; }
  .newletter .mc4wp-form input[type="email"] {
    width: 220px; }
  .product-grid .col-sm-6 {
    width: 100%; }
  .product-grid .product_thumb {
    display: block;
    text-align: center; }
  .border-widget .panel-grid-cell {
    width: 100% !important;
    float: none !important;
    margin-bottom: 30px !important; }
    .border-widget .panel-grid-cell:nth-child(1) {
      padding-right: 0 !important; }
    .border-widget .panel-grid-cell:nth-child(2) {
      padding-left: 0 !important; }
  body .hb_room_carousel_container .hb_room {
    min-height: 256px;
    min-width: 240px; }
  body .hb_related_other_room .rooms li.hb_room {
    min-width: 240px;
    max-width: 240px;
    min-height: 256px; }
  #hotel-booking-cart .hb_capacity,
  #hotel-booking-payment .hb_capacity {
    display: none; }
  #hotel-booking-results .hb-search-results > .hb-room .hb-room-info {
    clear: both;
    margin-left: 0; }
  .hb_single_room .price {
    margin: 10px 0 20px;
    float: none;
    clear: both; }
  .hb_single_room table.hb_room_pricing_plans {
    max-width: 100%;
    overflow: hidden;
    table-layout: fixed; }
    .hb_single_room table.hb_room_pricing_plans tr td {
      padding: .5rem 0; }
    .hb_single_room table.hb_room_pricing_plans tr th {
      font-size: .75rem; } }

@media (max-width: 360px) {
  #hotel-booking-cart table td.hb_gross_total,
  #hotel-booking-payment table td.hb_gross_total {
    min-width: 100px;
    width: 100px; }
  #hotel-booking-cart .hb_night,
  #hotel-booking-payment .hb_night {
    display: none; }
  .hb-booking-room-details {
    min-width: inherit;
    max-width: 100%;
    width: 92vw; }
  .rooms {
    margin: 0; }
  .post-type-archive-hb_room .rooms.hb-catalog-column-4 > .hb_room {
    width: 100%; }
  body .hb_room_carousel_container .hb_room {
    min-height: 376px;
    min-width: 360px; }
  body .hb_related_other_room .rooms li.hb_room {
    min-width: 360px;
    max-width: 360px;
    min-height: 376px; } }

@media (max-width: 320px) {
  .width-navigation {
    overflow: auto;
    left: -260px; }
    .width-navigation .inner-navigation {
      width: 260px; }
  .mobile-menu-open .content-pusher {
    left: 260px; }
  body .hb_room_carousel_container .hb_room {
    min-height: 336px;
    min-width: 320px; }
  body .hb_related_other_room .rooms li.hb_room {
    max-width: 320px;
    min-height: 336px;
    min-width: 320px; }
  #hotel-booking-cart table td.hb_gross_total,
  #hotel-booking-payment table td.hb_gross_total {
    min-width: 80px;
    width: 80px; }
  #hotel-booking-cart button#hb-apply-coupon,
  #hotel-booking-payment button#hb-apply-coupon {
    margin-left: 0; }
  #hotel-booking-cart .hb_button.hb_checkout,
  #hotel-booking-payment .hb_button.hb_checkout,
  #hotel-booking-cart .hb_button.update,
  #hotel-booking-payment .hb_button.update {
    margin-bottom: 10px; }
  #sidebar .hotel_booking_mini_cart .hb_mini_cart_footer .hb_button {
    min-width: 120px;
    margin-bottom: 10px; } }

@media (max-width: 240px) {
  .width-navigation {
    left: -200px; }
    .width-navigation .inner-navigation {
      width: 200px; }
  .mobile-menu-open .content-pusher {
    left: 200px; }
  body .hb_room_carousel_container .hb_room {
    min-height: 256px;
    min-width: 240px; }
  body .hb_related_other_room .rooms li.hb_room {
    min-height: 256px;
    min-width: 240px;
    max-width: 240px; }
  #hotel-booking-cart table .hb_quantity,
  #hotel-booking-payment table .hb_quantity {
    display: none; }
  #hotel-booking-cart .hb_button.hb_checkout,
  #hotel-booking-payment .hb_button.hb_checkout,
  #hotel-booking-cart .hb_button.update,
  #hotel-booking-payment .hb_button.update {
    margin-left: 0; }
  .thim-list-posts.sidebar .article-title-wrapper {
    clear: both; } }

.post-content-wrapper > .hb_room_load_booking_form_wrapper {
  display: none; }

.hb_room_load_booking_form_wrapper {
  text-align: center; }

#hb_room_load_booking_form {
  float: none; }

body > #hotel_booking_room_hidden {
  display: none; }

.slider-nav .arrow-prev {
  color: #f1e2b1; }

.slider-nav .swiper-pagination {
  color: #f1e2b1; }

.slider-nav .arrow-next {
  color: #f1e2b1; }

.intro-slider-content .intro-content .mb-0 {
  color: #f1e2b1; }

#hotel_booking_room_hidden {
  min-width: auto; }
  #hotel_booking_room_hidden .hb-search-results-form-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    #hotel_booking_room_hidden .hb-search-results-form-container .hb-booking-room-form-group {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33%;
              flex: 0 0 33%;
      margin: 0;
      padding: 10px 10px 0; }
      #hotel_booking_room_hidden .hb-search-results-form-container .hb-booking-room-form-group > div {
        width: 100%; }
        #hotel_booking_room_hidden .hb-search-results-form-container .hb-booking-room-form-group > div input {
          width: 100%;
          text-align: center; }
      #hotel_booking_room_hidden .hb-search-results-form-container .hb-booking-room-form-group .hb_button {
        color: inherit;
        width: 100%;
        text-align: center; }
      @media (max-width: 767.98px) {
        #hotel_booking_room_hidden .hb-search-results-form-container .hb-booking-room-form-group {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; } }

.blog.blog-grid .blog-grid-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.blog.blog-grid.rokka-4-col .blog-grid-wrapper > article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  padding-bottom: 20%; }

.blog.blog-grid.rokka-3-col .blog-grid-wrapper > article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100%/3);
          flex: 0 0 calc(100%/3);
  padding-bottom: 25%; }

.blog.blog-grid.rokka-2-col .blog-grid-wrapper > article {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-bottom: 33.33%; }

@media (max-width: 991.98px) {
  .blog.blog-grid .blog-grid-wrapper > article {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
    padding-bottom: 66.66% !important; } }

.blog.blog-grid .post-grid {
  position: relative;
  overflow: hidden;
  height: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .blog.blog-grid .post-grid .post-thumbnail {
    position: absolute; }
  .blog.blog-grid .post-grid .post-inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2.5rem; }
    .blog.blog-grid .post-grid .post-inner .cat-links {
      font-family: cormorant garamond;
      font-style: italic;
      margin-bottom: 0;
      display: block; }
    .blog.blog-grid .post-grid .post-inner .entry-meta {
      text-transform: uppercase;
      font-size: .625rem;
      font-weight: 700;
      letter-spacing: 2px;
      margin-bottom: 1.25rem;
      text-align: center; }
    .blog.blog-grid .post-grid .post-inner .entry-title {
      text-align: center; }
  .blog.blog-grid .post-grid img {
    width: 100%; }
  .blog.blog-grid .post-grid.post-with-img {
    position: relative; }
    .blog.blog-grid .post-grid.post-with-img:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background: #000;
      width: 100%;
      height: 100%;
      opacity: .5;
      z-index: 0; }

.blog.blog-grid.pagination-ajax {
  padding-bottom: 100px;
  position: relative; }
  .blog.blog-grid.pagination-ajax .rokka-load-more-wrapper {
    position: absolute;
    bottom: 50px;
    width: 100%;
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }

.blog.blog-standard article {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .blog.blog-standard article .btn-arrow {
    width: 60px;
    margin-right: 0;
    margin-left: auto;
    height: 60px;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    .blog.blog-standard article .btn-arrow div {
      position: absolute;
      top: 50%;
      height: 2px;
      margin-top: -1px;
      width: 30px;
      left: 50%;
      margin-left: -15px;
      background: currentColor; }
      .blog.blog-standard article .btn-arrow div:before, .blog.blog-standard article .btn-arrow div:after {
        position: absolute;
        content: "";
        top: 50%;
        height: 2px;
        width: 10px;
        background: currentColor;
        right: 0; }
      .blog.blog-standard article .btn-arrow div:before {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        margin-top: -5px; }
      .blog.blog-standard article .btn-arrow div:after {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        margin-top: 3px; }
    @media (max-width: 991.98px) {
      .blog.blog-standard article .btn-arrow {
        display: none; } }
  .blog.blog-standard article:first-of-type .btn-arrow {
    opacity: .5; }
  .blog.blog-standard article .post-img {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px; }
    .blog.blog-standard article .post-img > a {
      display: block;
      width: 60px;
      height: 60px;
      line-height: 60px; }
    .blog.blog-standard article .post-img h3 {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .blog.blog-standard article .post-meta-bar .post-date a {
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: 2px;
    opacity: .7;
    font-weight: bold;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    .blog.blog-standard article .post-meta-bar .post-date a:hover {
      opacity: 1; }
    .blog.blog-standard article .post-meta-bar .post-date a i {
      font-size: 0.75rem;
      vertical-align: middle; }
  .blog.blog-standard article .post-content-wrapper {
    margin-left: 2.5rem;
    width: calc(100% - 250px); }
    .blog.blog-standard article .post-content-wrapper header h3 {
      margin-bottom: 0;
      word-wrap: break-word; }
    @media (max-width: 991.98px) {
      .blog.blog-standard article .post-content-wrapper {
        width: 100%; } }
  .blog.blog-standard article:hover .btn-arrow {
    opacity: 1; }
  .blog.blog-standard article img {
    display: block; }

.blog .navigation {
  width: 100%;
  text-align: center;
  padding: 30px 0 15px; }
  .blog .navigation .arrow:before, .blog .navigation .arrow:after {
    display: none; }

.blog .nav-links {
  width: 100%;
  text-align: center;
  padding: 30px 0 15px; }
  .blog .nav-links ul {
    list-style: none; }
  .blog .nav-links a, .blog .nav-links span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    color: inherit; }
  .blog .nav-links .prev, .blog .nav-links .next {
    position: relative; }
  .blog .nav-links .arrow {
    position: absolute;
    margin: 0; }
    .blog .nav-links .arrow i {
      display: none; }

.post-category {
  padding: 0;
  margin-bottom: 1.25rem; }
  .post-category li {
    list-style-type: none;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .875rem;
    position: relative;
    padding-right: .625rem;
    margin-right: .625rem; }
    .post-category li:after {
      content: "";
      background: currentColor;
      font-size: 1.25rem;
      opacity: .5;
      position: absolute;
      right: -2px;
      top: 50%;
      width: 4px;
      height: 4px;
      margin-top: -2px;
      border-radius: 50%; }
    .post-category li:last-of-type {
      margin-right: 0;
      padding-right: 0; }
      .post-category li:last-of-type:after {
        display: none; }

body.archive .blog-standard, body.search .blog-standard {
  padding: 7.5rem 0; }

body.archive article, body.search article {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  body.archive article .btn-arrow, body.search article .btn-arrow {
    width: 60px;
    margin-right: 0;
    margin-left: auto;
    height: 60px;
    position: relative;
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    body.archive article .btn-arrow div, body.search article .btn-arrow div {
      position: absolute;
      top: 50%;
      height: 2px;
      margin-top: -1px;
      width: 30px;
      left: 50%;
      margin-left: -15px;
      background: currentColor; }
      body.archive article .btn-arrow div:before, body.archive article .btn-arrow div:after, body.search article .btn-arrow div:before, body.search article .btn-arrow div:after {
        position: absolute;
        content: "";
        top: 50%;
        height: 2px;
        width: 10px;
        background: currentColor;
        right: 0; }
      body.archive article .btn-arrow div:before, body.search article .btn-arrow div:before {
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        margin-top: -5px; }
      body.archive article .btn-arrow div:after, body.search article .btn-arrow div:after {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        margin-top: 3px; }
    @media (max-width: 991.98px) {
      body.archive article .btn-arrow, body.search article .btn-arrow {
        display: none; } }
  body.archive article:first-of-type .btn-arrow, body.search article:first-of-type .btn-arrow {
    opacity: .5; }
  body.archive article .post-img, body.search article .post-img {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px; }
    body.archive article .post-img > a, body.search article .post-img > a {
      display: block;
      width: 60px;
      height: 60px;
      line-height: 60px; }
    body.archive article .post-img h3, body.search article .post-img h3 {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  body.archive article .post-meta-bar .post-date a, body.search article .post-meta-bar .post-date a {
    text-transform: uppercase;
    font-size: .75rem;
    letter-spacing: 2px;
    opacity: .7;
    font-weight: bold;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    body.archive article .post-meta-bar .post-date a:hover, body.search article .post-meta-bar .post-date a:hover {
      opacity: 1; }
  body.archive article .post-content-wrapper, body.search article .post-content-wrapper {
    margin-left: 2.5rem;
    width: calc(100% - 250px); }
    body.archive article .post-content-wrapper header h3, body.search article .post-content-wrapper header h3 {
      margin-bottom: 0;
      word-wrap: break-word; }
    @media (max-width: 991.98px) {
      body.archive article .post-content-wrapper, body.search article .post-content-wrapper {
        width: 100%; } }
  body.archive article:hover .btn-arrow, body.search article:hover .btn-arrow {
    opacity: 1; }
  body.archive article img, body.search article img {
    display: block; }

body.archive .navigation {
  width: 100%;
  text-align: center;
  padding: 30px 0 15px; }
  body.archive .navigation .arrow:before, body.archive .navigation .arrow:after {
    display: none; }

body.archive .nav-links {
  width: 100%;
  text-align: center;
  padding: 30px 0 15px; }
  body.archive .nav-links ul {
    list-style: none; }
  body.archive .nav-links a, body.archive .nav-links span {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    color: inherit; }
  body.archive .nav-links .prev, body.archive .nav-links .next {
    position: relative; }
  body.archive .nav-links .arrow {
    position: absolute;
    margin: 0; }
    body.archive .nav-links .arrow i {
      display: none; }

body.search .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.single-post > .page-wrapper > .container > .row {
  padding-bottom: 6.25rem; }

.single-post .post-content {
  margin-bottom: 2.5rem; }
  .single-post .post-content .post-content-wrapper {
    margin-bottom: 3.75rem;
    overflow: hidden; }
    .single-post .post-content .post-content-wrapper .post-date {
      text-align: center;
      font-size: .625rem;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 1.5rem; }
    .single-post .post-content .post-content-wrapper .post-category {
      margin-bottom: 2.5rem; }
  .single-post .post-content footer .post-cat-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline; }
    .single-post .post-content footer .post-cat-tags span {
      text-transform: uppercase;
      font-weight: 600;
      background: transparent;
      margin: 0 1rem 0 0;
      padding-left: 0;
      padding-right: 0;
      font-size: 0.75rem; }
    .single-post .post-content footer .post-cat-tags .tags-list {
      padding-left: 0; }
    .single-post .post-content footer .post-cat-tags li {
      font-size: .75rem !important;
      margin: .25rem;
      list-style-type: none;
      display: inline-block; }
      .single-post .post-content footer .post-cat-tags li a {
        padding: .375rem .75rem;
        display: block; }
  @media (min-width: 768px) {
    .single-post .post-content footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
      .single-post .post-content footer .tags-list {
        padding-right: 2.5rem; } }
  @media (max-width: 767.98px) {
    .single-post .post-content footer .tags-list {
      margin-bottom: 1.25rem; } }

.single-post .author-bio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2.5rem;
  margin-bottom: 3.75rem; }
  .single-post .author-bio .author-avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    border-radius: 50%;
    overflow: hidden;
    text-align: center; }
    .single-post .author-bio .author-avatar > div {
      line-height: 80px;
      font-size: 2.5rem;
      font-family: 'Cormorant Garamond'; }
  .single-post .author-bio .biography {
    padding-left: 2.5rem; }
    .single-post .author-bio .biography h5 {
      margin-bottom: 1.25rem; }
  @media (max-width: 575.98px) {
    .single-post .author-bio {
      display: block; }
      .single-post .author-bio .author-avatar {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 2.5rem; }
      .single-post .author-bio .biography {
        padding-left: 0; } }

.single-post .prev-next-posts h3 {
  text-align: center;
  line-height: 60px;
  margin: 0; }

.single-post .prev-next-posts .nav-links {
  border-top-width: 1px;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 2.5rem 0; }
  .single-post .prev-next-posts .nav-links .prev-img, .single-post .prev-next-posts .nav-links .next-img {
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px; }
    .single-post .prev-next-posts .nav-links .prev-img img, .single-post .prev-next-posts .nav-links .next-img img {
      width: 60px;
      height: 60px; }
  .single-post .prev-next-posts .nav-links > div:last-child {
    margin-bottom: 0; }
  .single-post .prev-next-posts .nav-links h6 {
    margin-bottom: 5px; }
  .single-post .prev-next-posts .nav-links .post-date {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .75rem;
    font-weight: 600; }
  .single-post .prev-next-posts .nav-links .prev-post {
    margin-bottom: 2.5rem; }
  .single-post .prev-next-posts .nav-links .prev-post-content {
    padding-left: 1.5rem; }
  .single-post .prev-next-posts .nav-links .next-post-content {
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
  .single-post .prev-next-posts .nav-links .prev-post, .single-post .prev-next-posts .nav-links .next-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  @media (min-width: 768px) {
    .single-post .prev-next-posts .nav-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .single-post .prev-next-posts .nav-links .prev-post {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        margin-bottom: 0;
        padding-right: 1.25rem; }
      .single-post .prev-next-posts .nav-links .next-post {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        padding-left: 1.25rem;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .single-post .prev-next-posts .nav-links .next-img {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; }
      .single-post .prev-next-posts .nav-links .prev-post-content {
        padding-right: 0; }
      .single-post .prev-next-posts .nav-links .next-post-content {
        padding-left: 0;
        text-align: right; } }

.single-post .post-content {
  margin: 0 50px 50px 50px;
  padding: 50px;
  position: relative; }
  @media (max-width: 767.98px) {
    .single-post .post-content {
      padding: 50px 0 0 0;
      margin: 0 0 50px 0; } }

.single-post .has_img .post-content {
  margin: -50px 50px 50px; }
  @media (max-width: 767.98px) {
    .single-post .has_img .post-content {
      margin: 50px 0 50px 0; }
      .single-post .has_img .post-content .room-gallery-arrows {
        top: -100px;
        left: -20px; } }

.single-post h1.h3 {
  text-align: center;
  margin-bottom: 1.5rem;
  word-wrap: break-word; }

.single-post .post-category {
  text-align: center; }

.single-post .post-category li {
  font-size: 1rem;
  letter-spacing: 0;
  font-style: italic;
  font-family: cormorant garamond;
  text-transform: none; }

.single-post.post-without-image.post-without-sidebar .post-content {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.single-post.post-without-sidebar.has_img .post-content {
  margin: 50px 0;
  padding-left: 0;
  padding-right: 0; }

.single-post.post-with-sidebar.post-without-image .post-content {
  margin: 50px 0;
  padding: 0; }

.single-post .single-post-image-wrapper {
  text-align: center; }

#comments {
  margin: 5rem 0 0; }
  #comments .comment-list {
    margin: 0 0 20px 0;
    padding: 0; }
    #comments .comment-list > li {
      list-style-type: none; }
    #comments .comment-list .comment-list {
      margin-left: 32px; }
    #comments .comment-list .comment-author-avatar {
      width: 32px;
      height: 32px;
      line-height: 60px;
      text-align: center;
      margin-right: 15px;
      overflow: hidden;
      margin-top: 8px;
      float: left; }
      #comments .comment-list .comment-author-avatar img {
        display: block; }
    #comments .comment-list .comment-author {
      margin-bottom: 2rem;
      border-bottom: 1px solid #ddd;
      padding-bottom: 2rem; }
    #comments .comment-list .comment-header {
      padding-left: 0;
      width: 100%; }
      #comments .comment-list .comment-header .comment-author-link {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        font-size: 1.25rem; }
      #comments .comment-list .comment-header .comment-date {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: .75rem;
        font-weight: 600; }
      #comments .comment-list .comment-header .reply {
        text-align: left;
        display: block;
        margin-top: 20px; }
      #comments .comment-list .comment-header:hover .reply {
        opacity: 1; }
    #comments .comment-list .comment-body {
      margin-top: .625rem; }
      #comments .comment-list .comment-body #comment-content {
        font-size: .875rem; }
        #comments .comment-list .comment-body #comment-content p {
          font-size: inherit;
          padding-right: 2.5rem; }
        #comments .comment-list .comment-body #comment-content > *:last-child {
          margin-bottom: 0; }
    #comments .comment-list .pingback {
      font-size: .875rem; }
      #comments .comment-list .pingback .comment-body {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 2rem;
        border-bottom: 1px solid #ddd;
        padding-bottom: 2rem; }
        #comments .comment-list .pingback .comment-body > a {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 0px;
                  flex: 1 0 0;
          padding: 0 1.5rem; }
    #comments .comment-list .comment-notes {
      font-size: .875rem; }
    @media (max-width: 991.98px) {
      #comments .comment-list .comment-author-avatar > div {
        font-size: 1.5rem; }
      #comments .comment-list .comment-header {
        padding-left: 0; }
        #comments .comment-list .comment-header .comment-body #comment-content {
          display: block; }
          #comments .comment-list .comment-header .comment-body #comment-content p {
            padding-right: 0; }
        #comments .comment-list .comment-header .reply {
          opacity: 1; } }
  #comments .no-comments {
    text-align: center; }
  #comments .comments-title {
    margin-bottom: 2.5rem; }
  #comments .reply > .comment-reply-link {
    padding: 0; }
    #comments .reply > .comment-reply-link a {
      display: block;
      padding: .5rem 1rem; }
  #comments .comment-reply-title {
    margin-bottom: 0; }
  #comments .comment-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -.625rem; }
    #comments .comment-form .comment-notes {
      width: 100%; }
    #comments .comment-form .comment-form-comment {
      width: 100%;
      margin-bottom: 1.25rem; }
    #comments .comment-form .comment-form-author, #comments .comment-form .comment-form-email, #comments .comment-form .comment-form-url {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33%;
              flex: 0 0 33.33%;
      margin-bottom: 1.25rem; }
      @media (max-width: 991.98px) {
        #comments .comment-form .comment-form-author, #comments .comment-form .comment-form-email, #comments .comment-form .comment-form-url {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 100%;
                  flex: 0 0 100%; } }
    #comments .comment-form label {
      display: block;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 500;
      font-size: .6875rem;
      line-height: 1; }
    #comments .comment-form textarea, #comments .comment-form input:not([type="submit"]), #comments .comment-form select {
      width: 100%;
      border-width: 1px;
      border-style: solid;
      color: inherit;
      display: block;
      padding: .625rem 1rem; }
    #comments .comment-form > p {
      padding: 0 .625rem; }
    #comments .comment-form .form-submit {
      text-align: right;
      width: 100%; }
      #comments .comment-form .form-submit input[type="submit"] {
        text-transform: uppercase;
        letter-spacing: 1px;
        border: none;
        font-size: .75rem;
        padding: .4375rem 1.3125rem;
        font-weight: 500; }
  #comments .logged-in-as {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: .75rem;
    font-weight: 600; }

.food-menu {
  padding: 0 2.5rem 2.5rem 0; }
  .food-menu .food-item {
    margin-bottom: 2rem; }
  .food-menu .food-menu-header {
    width: 50%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
    .food-menu .food-menu-header .food-header-desc {
      width: 80%; }
    @media (max-width: 991.98px) {
      .food-menu .food-menu-header {
        width: 100%; }
        .food-menu .food-menu-header .food-header-desc {
          width: 100%; } }
  .food-menu .food-header-desc {
    font-size: 1rem; }
  .food-menu .food-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: .9375rem; }
    .food-menu .food-header .food-badge {
      margin-right: .9375rem;
      display: inline-block;
      vertical-align: text-top; }
    .food-menu .food-header .food-title {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: auto;
      margin-right: .3125rem;
      max-width: 70%; }
      .food-menu .food-header .food-title span:not(.food-badge) {
        font-size: .875rem;
        font-weight: bold; }
    .food-menu .food-header .food-price {
      -webkit-box-flex: 0;
          -ms-flex: 0 0;
              flex: 0 0;
      margin-left: .3125rem; }
      .food-menu .food-header .food-price span:after {
        content: "•";
        margin: 0 .3125rem;
        opacity: .5; }
      .food-menu .food-header .food-price span:last-of-type:after {
        display: none; }
    .food-menu .food-header .food-dots {
      background-position: bottom;
      background-size: 4px 1px;
      background-repeat: repeat-x;
      height: 4px;
      -webkit-box-flex: 1;
          -ms-flex: 1 0;
              flex: 1 0; }
  .food-menu .food-desc {
    width: 70%;
    font-size: .875rem; }
    .food-menu .food-desc > * {
      font-size: inherit;
      margin-bottom: 0; }
  .food-menu.food-menu-2col .food-menu-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .food-menu.food-menu-2col .food-menu-items > div {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 45%;
              flex: 0 0 45%; }
    @media (max-width: 991.98px) {
      .food-menu.food-menu-2col .food-menu-items > div {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%; } }
  .food-menu.food-menu-1col {
    padding: 0 0 2.5rem; }
    .food-menu.food-menu-1col .food-menu-header {
      width: 100%; }
    .food-menu.food-menu-1col .food-menu-items .food-menu {
      padding: 0 0 2.5rem; }
  @media (max-width: 991.98px) {
    .food-menu {
      padding: 0; } }

footer.page-footer {
  width: 100%; }
  footer.page-footer.footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1; }
  @media (max-width: 991.98px) {
    footer.page-footer {
      position: relative !important;
      z-index: 1 !important;
      width: 100%; } }
  footer.page-footer .text-logo {
    font-size: 20px; }

.vc_row {
  position: relative; }

.rokka-parallax, .extended_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  left: 0;
  right: 0; }

.row-image-overlay {
  position: absolute !important;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.remove-gap > .vc_column_container > .vc_column-inner {
  padding: 0; }

.remove-gap .mosaic-item {
  margin-bottom: 0; }

.pattern_bg {
  background-size: auto; }

.column-overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

.column-overlay.column-hoverable {
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s; }

.vc_column-inner:hover .column-overlay.column-hoverable {
  background-color: transparent !important; }

.vc_column-inner:hover .column-overlay-hover {
  opacity: 1; }

.column-overlay-hover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s; }

.wpb_wrapper {
  position: relative;
  z-index: 1; }

.vc_column-inner {
  position: relative; }

.wpb_text_column.wpb_content_element:last-child {
  margin: 0; }

.vc_row {
  position: relative; }
  .vc_row.vc_column-gap-inner-100 > .vc_column_container > .vc_column-inner {
    padding: 50px; }
    .vc_row.vc_column-gap-inner-100 > .vc_column_container > .vc_column-inner .vc_inner {
      margin-left: -50px;
      margin-right: -50px; }
      .vc_row.vc_column-gap-inner-100 > .vc_column_container > .vc_column-inner .vc_inner > .vc_column_container {
        padding: 0 50px; }
        .vc_row.vc_column-gap-inner-100 > .vc_column_container > .vc_column-inner .vc_inner > .vc_column_container > .vc_column-inner {
          padding-left: 0;
          padding-right: 0; }

@media (max-width: 991.98px) {
  div.vc_row {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

@media (max-width: 991.98px) {
  .vc_row:not(.vc_row-no-padding) > .wpb_column > .vc_column-inner {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

@media (max-width: 991.98px) {
  .vc_row.remove-mobile-margin, .vc_column_container.remove-mobile-margin > .vc_column-inner {
    margin-bottom: 0px !important;
    margin-top: 0px !important; } }

@media (max-width: 991.98px) {
  .vc_row.vc_row-no-padding > .wpb_column > .vc_column-inner {
    padding-left: 0px !important;
    padding-right: 0px !important; } }

div.vc_row {
  margin-left: -20px;
  margin-right: -20px; }

div.vc_column_container > .vc_column-inner {
  padding-left: 20px;
  padding-right: 20px; }

@media (min-width: 992px) {
  div.vc_row.lg_gutter {
    padding-left: 20px;
    padding-right: 20px; } }

.rokka-parallax, .extended_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center center;
  left: 0;
  right: 0; }

.row-image-overlay {
  position: absolute !important;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0; }

.gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  max-width: none; }
  .gallery .gallery-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    padding: 0 10px;
    margin-bottom: 20px; }
    .gallery .gallery-item img {
      width: 100%;
      height: auto; }
  .gallery.gallery-columns-1 .gallery-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .gallery.gallery-columns-2 .gallery-item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
  .gallery.gallery-columns-3 .gallery-item {
    -ms-flex-preferred-size: 33.33%;
        flex-basis: 33.33%; }
  .gallery.gallery-columns-4 .gallery-item {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%; }
  .gallery.gallery-columns-5 .gallery-item {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%; }
  .gallery.gallery-columns-6 .gallery-item {
    -ms-flex-preferred-size: 16.66%;
        flex-basis: 16.66%; }
  .gallery.gallery-columns-7 .gallery-item {
    -ms-flex-preferred-size: 14.28%;
        flex-basis: 14.28%; }
  .gallery.gallery-columns-8 .gallery-item {
    -ms-flex-preferred-size: 12.5%;
        flex-basis: 12.5%; }
  .gallery.gallery-columns-9 .gallery-item {
    -ms-flex-preferred-size: 11.11%;
        flex-basis: 11.11%; }

.blog-sidebar, .room-sidebar {
  font-size: .875rem; }
  .blog-sidebar .widget, .room-sidebar .widget {
    margin-bottom: 3rem; }
    .blog-sidebar .widget .widget-title, .room-sidebar .widget .widget-title {
      margin-bottom: 2rem; }
    .blog-sidebar .widget select, .room-sidebar .widget select {
      background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
      background-repeat: no-repeat;
      background-position-x: calc(100% - 10px);
      background-position-y: calc(50% - 3px); }
    .blog-sidebar .widget ul, .room-sidebar .widget ul {
      padding: 0; }
      .blog-sidebar .widget ul li, .room-sidebar .widget ul li {
        list-style-type: none; }
  .blog-sidebar .latest-posts ul, .room-sidebar .latest-posts ul {
    padding: 0;
    margin: 0; }
    .blog-sidebar .latest-posts ul li, .room-sidebar .latest-posts ul li {
      list-style-type: none;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 1.25rem; }
      .blog-sidebar .latest-posts ul li img, .room-sidebar .latest-posts ul li img {
        width: 60px;
        height: 60px;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 60px;
                flex: 0 0 60px; }
      .blog-sidebar .latest-posts ul li .latest-post, .room-sidebar .latest-posts ul li .latest-post {
        margin-left: 1.25rem;
        -webkit-box-flex: 0;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        white-space: nowrap;
        overflow: hidden; }
        .blog-sidebar .latest-posts ul li .latest-post h6, .room-sidebar .latest-posts ul li .latest-post h6 {
          margin-bottom: .3125rem;
          text-overflow: ellipsis;
          overflow: hidden; }
        .blog-sidebar .latest-posts ul li .latest-post .post-date, .room-sidebar .latest-posts ul li .latest-post .post-date {
          font-size: .625rem;
          font-weight: 600;
          text-transform: uppercase;
          line-height: 1;
          letter-spacing: 2px;
          opacity: .7; }
          .blog-sidebar .latest-posts ul li .latest-post .post-date a, .room-sidebar .latest-posts ul li .latest-post .post-date a {
            display: block; }
  .blog-sidebar .widget_rokka_recent_posts ul, .room-sidebar .widget_rokka_recent_posts ul {
    padding-left: 0; }
  .blog-sidebar .widget_rokka_recent_posts li, .room-sidebar .widget_rokka_recent_posts li {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .blog-sidebar .widget_rokka_recent_posts .post-img, .room-sidebar .widget_rokka_recent_posts .post-img {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    margin-right: 15px; }
    .blog-sidebar .widget_rokka_recent_posts .post-img > a, .room-sidebar .widget_rokka_recent_posts .post-img > a {
      display: block;
      width: 60px;
      height: 60px;
      line-height: 60px; }
      .blog-sidebar .widget_rokka_recent_posts .post-img > a img, .room-sidebar .widget_rokka_recent_posts .post-img > a img {
        display: block; }
    .blog-sidebar .widget_rokka_recent_posts .post-img h6, .room-sidebar .widget_rokka_recent_posts .post-img h6 {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      font-size: 1.125rem; }
  .blog-sidebar .widget_rokka_recent_posts .recent-post-content, .room-sidebar .widget_rokka_recent_posts .recent-post-content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 90px);
            flex: 0 0 calc(100% - 90px);
    width: calc(100% - 90px); }
  .blog-sidebar .widget_rokka_recent_posts .recent-post-title h6, .room-sidebar .widget_rokka_recent_posts .recent-post-title h6 {
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .blog-sidebar .widget_rokka_recent_posts .post-date, .room-sidebar .widget_rokka_recent_posts .post-date {
    text-transform: uppercase;
    font-size: .625rem;
    font-weight: bold;
    letter-spacing: 1px; }
  .blog-sidebar .widget_rokka_recent_comments ul, .room-sidebar .widget_rokka_recent_comments ul {
    padding-left: 0; }
  .blog-sidebar .widget_rokka_recent_comments li, .room-sidebar .widget_rokka_recent_comments li {
    list-style-type: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .blog-sidebar .widget_rokka_recent_comments li .comment-header, .room-sidebar .widget_rokka_recent_comments li .comment-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-bottom: 5px; }
      .blog-sidebar .widget_rokka_recent_comments li .comment-header .comment-author-link, .room-sidebar .widget_rokka_recent_comments li .comment-header .comment-author-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        font-size: 1.125rem;
        margin-right: .625rem; }
        .blog-sidebar .widget_rokka_recent_comments li .comment-header .comment-author-link > div, .room-sidebar .widget_rokka_recent_comments li .comment-header .comment-author-link > div {
          margin-right: 5px;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 auto;
                  flex: 0 0 auto; }
        .blog-sidebar .widget_rokka_recent_comments li .comment-header .comment-author-link > a, .room-sidebar .widget_rokka_recent_comments li .comment-header .comment-author-link > a {
          text-overflow: ellipsis;
          white-space: nowrap;
          overflow: hidden; }
          .blog-sidebar .widget_rokka_recent_comments li .comment-header .comment-author-link > a h6, .room-sidebar .widget_rokka_recent_comments li .comment-header .comment-author-link > a h6 {
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden; }
      .blog-sidebar .widget_rokka_recent_comments li .comment-header h6, .room-sidebar .widget_rokka_recent_comments li .comment-header h6 {
        font-size: 1.125rem;
        margin-bottom: 0; }
    .blog-sidebar .widget_rokka_recent_comments li .comment-date, .room-sidebar .widget_rokka_recent_comments li .comment-date {
      letter-spacing: 1px;
      text-transform: uppercase;
      font-size: .625rem;
      font-weight: bold;
      line-height: 1.5rem; }
    .blog-sidebar .widget_rokka_recent_comments li .comment p, .room-sidebar .widget_rokka_recent_comments li .comment p {
      font-size: .875rem;
      font-weight: normal; }
      .blog-sidebar .widget_rokka_recent_comments li .comment p:last-of-type, .room-sidebar .widget_rokka_recent_comments li .comment p:last-of-type {
        margin-bottom: 0; }
  .blog-sidebar .widget_categories ul, .blog-sidebar .widget_archive ul, .blog-sidebar .widget_pages ul, .blog-sidebar .widget_nav_menu ul, .room-sidebar .widget_categories ul, .room-sidebar .widget_archive ul, .room-sidebar .widget_pages ul, .room-sidebar .widget_nav_menu ul {
    padding: 0;
    margin: 0; }
    .blog-sidebar .widget_categories ul li, .blog-sidebar .widget_archive ul li, .blog-sidebar .widget_pages ul li, .blog-sidebar .widget_nav_menu ul li, .room-sidebar .widget_categories ul li, .room-sidebar .widget_archive ul li, .room-sidebar .widget_pages ul li, .room-sidebar .widget_nav_menu ul li {
      list-style-type: none;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: .625rem;
      font-weight: 600; }
      .blog-sidebar .widget_categories ul li:last-of-type, .blog-sidebar .widget_archive ul li:last-of-type, .blog-sidebar .widget_pages ul li:last-of-type, .blog-sidebar .widget_nav_menu ul li:last-of-type, .room-sidebar .widget_categories ul li:last-of-type, .room-sidebar .widget_archive ul li:last-of-type, .room-sidebar .widget_pages ul li:last-of-type, .room-sidebar .widget_nav_menu ul li:last-of-type {
        margin-bottom: 0; }
      .blog-sidebar .widget_categories ul li a, .blog-sidebar .widget_archive ul li a, .blog-sidebar .widget_pages ul li a, .blog-sidebar .widget_nav_menu ul li a, .room-sidebar .widget_categories ul li a, .room-sidebar .widget_archive ul li a, .room-sidebar .widget_pages ul li a, .room-sidebar .widget_nav_menu ul li a {
        margin-bottom: .5rem;
        display: inline-block; }
  .blog-sidebar .widget_categories .children, .blog-sidebar .widget_archive .children, .blog-sidebar .widget_pages .children, .blog-sidebar .widget_nav_menu .children, .room-sidebar .widget_categories .children, .room-sidebar .widget_archive .children, .room-sidebar .widget_pages .children, .room-sidebar .widget_nav_menu .children {
    margin-left: .75rem; }
  .blog-sidebar .widget_recent_comments li, .blog-sidebar .widget_recent_entries li, .blog-sidebar .widget_rss li, .room-sidebar .widget_recent_comments li, .room-sidebar .widget_recent_entries li, .room-sidebar .widget_rss li {
    margin-bottom: 15px; }
  .blog-sidebar .widget_meta ul, .room-sidebar .widget_meta ul {
    padding: 0;
    margin: 0; }
    .blog-sidebar .widget_meta ul li, .room-sidebar .widget_meta ul li {
      list-style-type: none; }
  .blog-sidebar .widget_nav_menu ul li,
  .blog-sidebar .widget_archive ul li,
  .blog-sidebar .widget_pages ul li,
  .blog-sidebar .widget_categories ul li, .room-sidebar .widget_nav_menu ul li,
  .room-sidebar .widget_archive ul li,
  .room-sidebar .widget_pages ul li,
  .room-sidebar .widget_categories ul li {
    font-style: italic;
    text-transform: none;
    font-size: 1rem; }
  .blog-sidebar .widget_search, .room-sidebar .widget_search {
    position: relative; }
    .blog-sidebar .widget_search .search-form, .room-sidebar .widget_search .search-form {
      font-size: .875rem;
      position: relative; }
      .blog-sidebar .widget_search .search-form .search-field, .room-sidebar .widget_search .search-form .search-field {
        padding-right: 50px !important; }
      .blog-sidebar .widget_search .search-form .form-submit, .room-sidebar .widget_search .search-form .form-submit {
        width: 50px;
        height: 50px;
        position: absolute;
        bottom: 1px;
        right: 0; }
      .blog-sidebar .widget_search .search-form .search-submit, .room-sidebar .widget_search .search-form .search-submit {
        position: absolute;
        width: 100%;
        height: 100%;
        outline: none;
        cursor: pointer; }
    .blog-sidebar .widget_search button, .room-sidebar .widget_search button {
      background: transparent;
      color: currentColor;
      padding: 0;
      border: none;
      text-transform: uppercase;
      font-weight: 600; }
  .blog-sidebar li a:empty, .room-sidebar li a:empty {
    display: none !important; }
  .blog-sidebar .widget_gallery .gallery-img, .room-sidebar .widget_gallery .gallery-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -5px; }
    .blog-sidebar .widget_gallery .gallery-img > div, .room-sidebar .widget_gallery .gallery-img > div {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% / 3);
              flex: 0 0 calc(100% / 3);
      margin-bottom: 10px; }
      .blog-sidebar .widget_gallery .gallery-img > div > div, .room-sidebar .widget_gallery .gallery-img > div > div {
        height: 65px;
        margin: 0 5px; }
  .blog-sidebar #wp-calendar, .room-sidebar #wp-calendar {
    text-align: center;
    table-layout: fixed;
    border-collapse: collapse;
    border: none !important;
    width: 100%; }
    .blog-sidebar #wp-calendar thead, .room-sidebar #wp-calendar thead {
      border-width: 1px;
      border-style: solid;
      border-bottom: none; }
      .blog-sidebar #wp-calendar thead th, .room-sidebar #wp-calendar thead th {
        text-align: center;
        padding: 8px 0;
        font-size: 12px;
        border: none !important;
        line-height: 22px; }
    .blog-sidebar #wp-calendar .pad, .room-sidebar #wp-calendar .pad {
      border: none !important; }
    .blog-sidebar #wp-calendar caption, .room-sidebar #wp-calendar caption {
      padding-bottom: 5px;
      caption-side: top;
      text-align: center;
      font-size: 1.25rem; }
    .blog-sidebar #wp-calendar tbody, .room-sidebar #wp-calendar tbody {
      background: transparent;
      text-align: center;
      border-width: 1px;
      border-style: solid; }
      .blog-sidebar #wp-calendar tbody td, .room-sidebar #wp-calendar tbody td {
        padding: 8px 0; }
        .blog-sidebar #wp-calendar tbody td a, .room-sidebar #wp-calendar tbody td a {
          display: block;
          border-radius: 50%;
          width: 30px;
          height: 30px;
          line-height: 30px;
          margin: 0 auto; }
          .blog-sidebar #wp-calendar tbody td a:hover, .room-sidebar #wp-calendar tbody td a:hover {
            color: inherit; }
      .blog-sidebar #wp-calendar tbody tr, .room-sidebar #wp-calendar tbody tr {
        background: transparent;
        border-bottom: none !important; }
      .blog-sidebar #wp-calendar tbody #today, .room-sidebar #wp-calendar tbody #today {
        font-weight: bold; }
    .blog-sidebar #wp-calendar tfoot, .room-sidebar #wp-calendar tfoot {
      background: transparent;
      border: none;
      color: inherit; }
      .blog-sidebar #wp-calendar tfoot tr, .room-sidebar #wp-calendar tfoot tr {
        color: inherit;
        border: none; }
      .blog-sidebar #wp-calendar tfoot td, .room-sidebar #wp-calendar tfoot td {
        text-transform: uppercase;
        font-size: 11px;
        letter-spacing: 1px;
        border: none; }
    .blog-sidebar #wp-calendar #next, .room-sidebar #wp-calendar #next {
      text-align: right; }
  .blog-sidebar .widget_rss .rsswidget, .room-sidebar .widget_rss .rsswidget {
    font-size: 1.25rem; }
  .blog-sidebar .widget_rss .rss-date, .room-sidebar .widget_rss .rss-date {
    text-transform: uppercase;
    font-size: .75rem;
    margin-left: 10px; }
  .blog-sidebar .widget_rss .rssSummary, .room-sidebar .widget_rss .rssSummary {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: .875rem; }
  .blog-sidebar .widget_rss cite, .room-sidebar .widget_rss cite {
    font-size: .875rem; }

.tagcloud {
  padding: 0;
  margin: -.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .tagcloud a {
    font-size: .75rem !important;
    margin: .25rem;
    padding: .375rem .75rem; }

.social-list {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0; }
  .social-list li {
    list-style-type: none;
    font-family: "Cormorant Garamond";
    font-weight: 600;
    font-size: 1.25rem; }
    .social-list li:after {
      content: "•";
      padding-left: 5px;
      padding-right: 5px;
      font-size: 1.25rem;
      line-height: 1rem; }
    .social-list li:last-of-type:after {
      display: none; }

.widget_hb_widget_search .hotel-booking-search {
  padding: 1.25rem;
  margin: 0;
  margin-bottom: 0;
  border-width: 1px;
  border-style: solid; }
  .widget_hb_widget_search .hotel-booking-search > h5 {
    margin-bottom: 0;
    padding: 0 0 1rem;
    margin-bottom: 10px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    text-align: left; }
  .widget_hb_widget_search .hotel-booking-search > form {
    width: auto;
    margin: 0 auto; }
    .widget_hb_widget_search .hotel-booking-search > form input, .widget_hb_widget_search .hotel-booking-search > form select {
      background: transparent; }
    .widget_hb_widget_search .hotel-booking-search > form .hb-submit {
      width: 100%;
      margin-top: 1.25rem; }
      .widget_hb_widget_search .hotel-booking-search > form .hb-submit button {
        height: 100%;
        max-width: 100%;
        padding: .625rem; }
  .widget_hb_widget_search .hotel-booking-search .hb-form-table {
    /* display: flex; flex-wrap: wrap; align-items: center;  */
    position: relative;
    padding: 0;
    overflow: hidden;
    width: 100%; }
    .widget_hb_widget_search .hotel-booking-search .hb-form-table:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: -1; }
    .widget_hb_widget_search .hotel-booking-search .hb-form-table label {
      display: block; }
    .widget_hb_widget_search .hotel-booking-search .hb-form-table .hb-form-field {
      margin-bottom: .625rem;
      /* width: 50%; margin: 0; border-right: 1px solid; border-bottom: 1px solid; display: block; background: transparent; */ }
      .widget_hb_widget_search .hotel-booking-search .hb-form-table .hb-form-field > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .widget_hb_widget_search .hotel-booking-search .hb-form-table .hb-form-field > div label {
          text-transform: uppercase;
          font-size: .75rem;
          margin-bottom: 0;
          text-align: left;
          height: 2rem;
          line-height: 2.5rem;
          font-weight: bold; }
        .widget_hb_widget_search .hotel-booking-search .hb-form-table .hb-form-field > div .hb-form-field-input {
          height: 2.5rem;
          line-height: 2.5rem;
          font-size: .875rem;
          padding-left: 1.25rem;
          padding-right: 1.25rem;
          border-width: 1px;
          border-style: solid;
          width: 100%; }
      .widget_hb_widget_search .hotel-booking-search .hb-form-table .hb-form-field:nth-last-child(2) {
        margin-bottom: 0;
        width: 50%;
        float: left;
        padding-right: .625rem; }
      .widget_hb_widget_search .hotel-booking-search .hb-form-table .hb-form-field:last-of-type {
        margin-bottom: 0;
        width: 50%;
        float: right;
        padding-left: .625rem; }
    .widget_hb_widget_search .hotel-booking-search .hb-form-table .hb-form-field-input {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      position: relative;
      cursor: pointer;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative; }
      .widget_hb_widget_search .hotel-booking-search .hb-form-table .hb-form-field-input select {
        position: absolute;
        height: 100%;
        min-width: auto;
        left: 0;
        right: 0;
        z-index: 1;
        cursor: pointer;
        opacity: 0; }
      .widget_hb_widget_search .hotel-booking-search .hb-form-table .hb-form-field-input input.hb_input_date_check {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-width: auto;
        cursor: pointer; }
      .widget_hb_widget_search .hotel-booking-search .hb-form-table .hb-form-field-input:after {
        display: none; }
      .widget_hb_widget_search .hotel-booking-search .hb-form-table .hb-form-field-input .day {
        /*  font-size: 2.5rem; line-height: 50px;  */
        margin-right: 5px; }
      .widget_hb_widget_search .hotel-booking-search .hb-form-table .hb-form-field-input .capacity {
        /*  font-size: 2.5rem; line-height: 50px;  */
        margin-right: 20px; }
      .widget_hb_widget_search .hotel-booking-search .hb-form-table .hb-form-field-input .month {
        /* font-weight: bold; */
        margin-right: 15px;
        /* font-size: 1rem;  */ }
      .widget_hb_widget_search .hotel-booking-search .hb-form-table .hb-form-field-input .hb-select__group {
        width: 20px;
        height: 40px;
        position: absolute;
        right: .625rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .widget_hb_widget_search .hotel-booking-search .hb-form-table .hb-form-field-input .hb-select__group span {
          /* position: absolute; width: 100%; left: 0; cursor: pointer; */
          height: 14px;
          display: block; }
          .widget_hb_widget_search .hotel-booking-search .hb-form-table .hb-form-field-input .hb-select__group span i {
            display: block; }
          .widget_hb_widget_search .hotel-booking-search .hb-form-table .hb-form-field-input .hb-select__group span.hb__goup {
            display: none; }

.hb_room_carousel_container {
  margin-bottom: 0; }
  .hb_room_carousel_container .rooms.tp-hotel-booking li.hb_room {
    width: 100%;
    padding: 0;
    margin-bottom: .625rem; }
  .hb_room_carousel_container .rooms.tp-hotel-booking .rating {
    display: none; }
  .hb_room_carousel_container .owl-buttons {
    position: absolute;
    top: 144px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%; }
    .hb_room_carousel_container .owl-buttons .owl-prev {
      left: 0;
      height: 50px;
      width: 40px;
      position: absolute;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      color: transparent !important;
      background: transparent !important;
      padding: 0 !important;
      margin: 0 !important; }
      .hb_room_carousel_container .owl-buttons .owl-prev:before {
        content: "";
        position: absolute;
        top: 20px;
        left: 0;
        width: 30px;
        height: 2px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .hb_room_carousel_container .owl-buttons .owl-prev:after {
        content: "";
        position: absolute;
        top: 40px;
        left: 0;
        width: 30px;
        height: 2px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
    .hb_room_carousel_container .owl-buttons .owl-next {
      right: 0;
      height: 50px;
      width: 40px;
      position: absolute;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      color: transparent !important;
      background: transparent !important;
      padding: 0 !important;
      margin: 0 !important; }
      .hb_room_carousel_container .owl-buttons .owl-next:before {
        content: "";
        position: absolute;
        top: 20px;
        right: 0;
        width: 30px;
        height: 2px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
      .hb_room_carousel_container .owl-buttons .owl-next:after {
        content: "";
        position: absolute;
        top: 40px;
        right: 0;
        width: 30px;
        height: 2px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }

.widget_hb_widget_best_reviews .hb_room, .widget_hb_widget_lastest_reviews .hb_room {
  width: 100% !important; }

.widget_hb_widget_best_reviews .summary, .widget_hb_widget_lastest_reviews .summary {
  overflow: hidden; }
  .widget_hb_widget_best_reviews .summary .media, .widget_hb_widget_lastest_reviews .summary .media {
    display: block;
    float: left;
    position: initial;
    margin-bottom: 0; }
    .widget_hb_widget_best_reviews .summary .media > a, .widget_hb_widget_lastest_reviews .summary .media > a {
      width: 90px;
      display: block;
      float: left; }
    .widget_hb_widget_best_reviews .summary .media .price, .widget_hb_widget_lastest_reviews .summary .media .price {
      color: inherit;
      padding: 0;
      left: auto;
      right: 0;
      font-size: 1rem; }
      .widget_hb_widget_best_reviews .summary .media .price .price_value, .widget_hb_widget_lastest_reviews .summary .media .price .price_value {
        font-size: 1rem; }
      .widget_hb_widget_best_reviews .summary .media .price:after, .widget_hb_widget_lastest_reviews .summary .media .price:after {
        display: none; }
    .widget_hb_widget_best_reviews .summary .media .rating, .widget_hb_widget_lastest_reviews .summary .media .rating {
      padding: 0;
      right: auto;
      left: 110px;
      font-size: .75rem; }
  .widget_hb_widget_best_reviews .summary .title, .widget_hb_widget_lastest_reviews .summary .title {
    margin-left: 110px;
    padding: 0; }
    .widget_hb_widget_best_reviews .summary .title h2, .widget_hb_widget_lastest_reviews .summary .title h2 {
      margin-bottom: 0; }

.widget_hb_widget_best_reviews .rating, .widget_hb_widget_lastest_reviews .rating {
  position: relative;
  padding: .625rem 1.25rem; }
  .widget_hb_widget_best_reviews .rating:after, .widget_hb_widget_lastest_reviews .rating:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7; }

.widget_hb_widget_best_reviews .star-rating, .widget_hb_widget_lastest_reviews .star-rating {
  float: right;
  position: relative;
  width: 96px;
  height: 18px;
  line-height: 1; }
  .widget_hb_widget_best_reviews .star-rating:before, .widget_hb_widget_lastest_reviews .star-rating:before {
    content: "\e601\e601\e601\e601\e601";
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    font-family: hotel-booking-star;
    letter-spacing: 4px; }
  .widget_hb_widget_best_reviews .star-rating span, .widget_hb_widget_lastest_reviews .star-rating span {
    overflow: hidden;
    position: relative;
    height: 18px;
    display: block; }
    .widget_hb_widget_best_reviews .star-rating span:before, .widget_hb_widget_lastest_reviews .star-rating span:before {
      content: "\e601\e601\e601\e601\e601";
      float: left;
      top: 0;
      left: 0;
      position: absolute;
      font-family: hotel-booking-star;
      content: "\e600\e600\e600\e600\e600";
      letter-spacing: 4px; }

.hb_addition_services_title {
  background: transparent !important; }
  .hb_addition_services_title td {
    color: inherit !important; }

/*!
* animate.css -http://daneden.me/animate
* Version - 3.7.0
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2018 Daniel Eden
*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60%, 0);
            transform: translate3d(0, 60%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60%, 0);
            transform: translate3d(0, 60%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
          animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
          animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
          animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
          animation-name: fadeOutUp; }

.animated {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
          animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
          animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
          animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
          animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
          animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
          animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
          animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
          animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
            animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }

/**
 * Swiper 4.3.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 5, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

@font-face {
  font-family: ytpregular;
  src: url(font/ytp-regular.eot); }

@font-face {
  font-family: ytpregular;
  src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAA5sABEAAAAAFCAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABgAAAABwAAAAcZ9iuNUdERUYAAAGcAAAAHQAAACAAdAAET1MvMgAAAbwAAABJAAAAYHUMUrFjbWFwAAACCAAAAKkAAAGKn5XycWN2dCAAAAK0AAAANgAAADYNLQohZnBnbQAAAuwAAAGxAAACZVO0L6dnYXNwAAAEoAAAAAgAAAAIAAAAEGdseWYAAASoAAAGVQAAB4jz86dSaGVhZAAACwAAAAAzAAAANgbKONpoaGVhAAALNAAAACAAAAAkESQLXGhtdHgAAAtUAAAAVAAAARxOmwVwbG9jYQAAC6gAAAAjAAAAkFoEXRRtYXhwAAALzAAAACAAAAAgAWoB625hbWUAAAvsAAAA+wAAAeok3Eb+cG9zdAAADOgAAADAAAABN99tv1lwcmVwAAANqAAAALkAAAFY3I6ikndlYmYAAA5kAAAABgAAAAbHMlGnAAAAAQAAAADMPaLPAAAAAM3Nk7QAAAAAzc13sXjaY2BkYGDgA2IJBhBgYmAEQjcgZgHzGAAHTAB5AAAAeNpjYGbZwDiBgZWBhdWY5SwDA8MsCM10liGNKQ3IB0rBASMDEgj1DvdjcGDgfcDAlvYPqJJVldEZpoZVkuUZkFJgYAQAUUULewAAAHjaY2BgYGaAYBkGRgYQaAHyGMF8FoYMIC3GIAAUYQOyeBkUGKIYqhgWKHAp6CvEP2D4/x+sAyTuyJAIFGeAizP+//r/8f/D//f+n/HA8oHo/WcKblDzsQBGoOkwSUYmIMGErgDiRLyAhZWNnYOTi5uHl49fQFBIWERUTFxCUkpaRhYiLyevoKikrKKqpq6hqaWto6unb2BoZGxiambOQF1gQZYuAIQnH4IAAAAAAAAAAAABegEnAHEAswC9AOAA5QD+ARcBIwBdAHIBtgBcAGAAZgByAI8AogErAbIAUwBEBREAAHjaXVG7TltBEN0NDwOBxNggOdoUs5mQxnuhBQnE1Y1iZDuF5QhpN3KRi3EBH0CBRA3arxmgoaRImwYhF0h8Qj4hEjNriKI0Ozuzc86ZM0vKkap36WvPU+ckkMLdBs02/U5ItbMA96Tr642MtIMHWmxm9Mp1+/4LBpvRlDtqAOU9bykPGU07gVq0p/7R/AqG+/wf8zsYtDTT9NQ6CekhBOabcUuD7xnNussP+oLV4WIwMKSYpuIuP6ZS/rc052rLsLWR0byDMxH5yTRAU2ttBJr+1CHV83EUS5DLprE2mJiy/iQTwYXJdFVTtcz42sFdsrPoYIMqzYEH2MNWeQweDg8mFNK3JMosDRH2YqvECBGTHAo55dzJ/qRA+UgSxrxJSjvjhrUGxpHXwKA2T7P/PJtNbW8dwvhZHMF3vxlLOvjIhtoYEWI7YimACURCRlX5hhrPvSwG5FL7z0CUgOXxj3+dCLTu2EQ8l7V1DjFWCHp+29zyy4q7VrnOi0J3b6pqqNIpzftezr7HA54eC8NBY8Gbz/v+SoH6PCyuNGgOBEN6N3r/orXqiKu8Fz6yJ9O/sVoAAAAAAQAB//8AD3jaTZVrbBxXFcfvufNe72Nmdx77tmfHO2N76117784OTr154YAbR7RQuUQhttoSuXZKFQVKKYqgiFJAgkpIkVClIn8opSomjXY3VHHTFldEIYpay1hR+ID4Bha27FoIEQGpd8Idu4lY7c6eOfee//2f3+zeizAaQwif4iYRgwRUbgGqjLYFNvVxtcVzfxltM5iGqMUEaS5ItwU+vTPahiBPFFMpmoo5hnv8XnjFn+Um7/xmjF1GCLHoPf+fgsUVEYcSKIcGkYbaWYxKLZ3bgGa50qpACQ0NeyYoYILaDTqpurUK2FZBUYlJY8ukEc0egLpbo+kY8O/BQcx2dvwP2Fh6/Q+Gl19fyroubHmer7rpjHllPZ/NKB+tp2/4/TzxSx0zo/74uUY29vJZOEHIfng4lzz7cjyXzn/jJwqCwCOLdj2iPSP3F/hUAHF3v+Cviee5DIqhJDLRACLoPGpHECq1M7Sd5iDZ/W6zQW8mu9Ecql7SI6xYaiOpnxCydwPNWqWJ/tSSjY1mqtqU5ZYNpWal2pJiGy0XSi1bVuKX1Fyh1GuMoJYeUeJvy/GEVbTpfTOjHJRVzUim0tlcwekbKD1QrgR5M97OV8nIyMjQsKPUEKWGNEVFFBwqEs/yHMEVFMM1PIc4FhiWQVxHcxjD0zzXEkgbmHe5G1eA9T955453xd+B9tbpi6vj10+fvj6+evH0Fju7vPDU5szVY8euzmw+tXABv7kEov/v33WOv+v/C8LG9M2xD19/EquzCyuHVuY6R25Obz35+odw4NDKwuzWHAK86q9x21wKYYQkjFeZ3M5f/TUmw6Qo12P+38Wf0zEZpVABlVANfQu1owHXXMD1AdIyQhvNgeou2b1LAuhAkVwyExRps/ppAE230qrTX1MrEVXil5W4qlm9thMAMpR2MtVHAbXMnBJvZ8oVGjdZ5XK6u6cwNExqdNJ9dnm4D+8eIeYeM7hH0b3H9bcQuczdeH75ef+TxTveO/5tuDK2Mrs5d+HmzQtzm7MrbP6ZqxMrrz2+vf34aysTV5+5iN9YhMi51W93Tiz5/wFp+ujy/MntGXx+dfrjqflrO788Ob989MaMP716+Nr8FOpCjbvnw032BUrm82gKfQc10SJaAwwZGINHEUrksaEndI3XCppBavWaU7Nrda/u7QfPsnmBF1ReK4NjCxbkgVRJdW/MdmiyjHkhCgKvGkrNq+uGngPLUDXVioJTcGxONWguENOIYmkq1lQqaDu2q1AqKi6qRh6CN0uqhlkn1WIwt1Z3FTqH6lt2kWLkqZpQ2F1H4D3X1CzFUkCp1R8EVaeKGr3mgXpyd3OKZTcgioMi3qImqA2FaFSYrkHd7BYESnSMdqAx1HNgg/6pG0Bo95RAGehqoNAuaRHR90wGdXyJtkAJ1DxSDVQCfS8ocui+EohqagNjFroniyLAOYbBgvSQxuXxiUSCGQXReJBnjafhbf6xBs8P9ZclLLJdTJfdL3bLRsgd50Nf52P7JIWjInYqFuZhUGErucF0Qj/zNJtPGArDz7EYFi0chvSpw8C/mJRgRVLfgrEf7RvowhyjJ3JPfPlX/h8N/6fZryX7bh/pJsPj4QLX9Ra89NL3QQkljmOqnognU6HcxKkoI/JsaJ8cDcfCqZAMC2cfFeSoHu+WFEmWzIQqx8PVmCThSFqPKqLIsgxJx0QYZt1iocjgfrPbjIoiltkXxzxTlE5FVTL1zb7YmTOSzXGiEBU0ZgHzXexjd9HklDtTc2P7iR4/Wmqk/jGhfZXjZW1bYFVp3y01G+ocrh/K9VST3+05OUsaEnAYGKZRfWIpDQaXT2Ej2/vCl1S5nNe7jHq5eCAlM7rOpFx8PP1Zf/NzCUdkpXjUhHmdfdi/Xv31D6WccPAIDjNMmPnBzC+ErAipZzPf++LkQyGRhTDEpCNkbmLpz8892zmE3+8swq1YODIqf2Z7lO8RdJHn7RS8kpY6r0qhAg7xXIHnhViu+zBDbhcx16UOfGVgaGkoXe6LhwS+h7NgSa+vR7ESZvPyq6VUqN+SC0ZSTPm3oETGoxGIh/p60w3naIyJ/Gywf9CMnnAemR3524hT5DErxOwBhR55COMw3e+u0T0tOEsR0JMx+NBHftD/AJ+D/f7v/TW+9t+P+Bo9e/7vNYz+By6FsKkAAAB42mNgZGBgYGRwbI8IWhzPb/OVQZ6DAQTOni3fCKP/+/x7yrOBNRTI5WBgAokCAG3mDbAAeNpjYGRgYFX9t5eBgeftf5//WTwbGIAiKMAdAJycBph42mN6w+DCwcDAAMIsZ8D0HhBNLIap52D478fBwHQRyvbBpZ7nLYMtKeZjt5OJhxT1TKsYGFhDETTjcSAG0gyPoRgozigIpL0hNEiOBcgFAEBoNC142mNgYNCBwjoccALDBEY9RhsgPIMMmZcRhHtIhkcA9pQspAAAAQAAAEcBVAALAAAAAAACAAEAAgAWAAABAACTAAAAAHjalZCxTgJBFEXPApJoYYgF9VZUSIAFTdDCnmiIgsTKsASQuGiCu0YaCr4OfomKOzsTCHRmMzPn3blz38sCFyzJ4uXOgbKWZY+8KssZLqk7zkp9cJyjSOT4jD9WjvPSt46vKHoFx2txyfGGqnfPO18kyohSGjBjJPqRFmqPmWolWkZ9o0uHZ/EkfTNgTo0KVX017ujRps+TyDqvT7xW9U/UV1Vz9ZryrQn8o8QOL1JsdVA/5IwZpv7f/YsKTW50O1PqpzKNZyw1UnKov2c9dbkD7c1/zdhXFSrNdIz3HbuaJFH1KM9CZyDN3N3SoiFupfP66mbOYAd8k0EGAHjabc05TwJhHITxZ0BBBc/P4IkI7y4sh0dBsosHKiqHeLUiiTE0FH56Xdl/6TS/ZIoZUszzM+ad/3IOSilNmm122GWPfQ4ocEiRI0qUcXj4VKgSUKNOgybHnHDKGSER7Xjjgkuu6HDNDbd0ueOeB3r0GTDkkRFPPPPCK29a0KIyympJy1pRTnmtak3r2tCmtjLjz+/ph5edfU2cc2Fiy/3px4Xpmb5ZMatmYNbMutkwm2Yr0W8nBnOj+OcXVDk0PnjaRc67DoJAEAVQFuT9fqsJCSZ2+w12QkNjrCCx9w+sbSy19DsGK/9Ob3RZujk3k7nzZp8bsbvSkXXoR8Yew9gavN9QNHSUHTFch4oMfuoV0uqGNL4nv25emq3yHzzADwVcwOsFHMCtBWzAWQlYgJ0ImIA1rRmAeRbQAWM6vQD04A9GgXglRBo4Kh+19gJGYDgzBqOnZALGO8kUTLaSGZhWkjmYrSULMA8kS7CYi5ZgKTlQxr/W1F5aAAAAAAFRp8cxAAA=) format("woff"), url(font/ytp-regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal; }

.mb_YTPlayer:focus {
  outline: 0; }

.YTPWrapper {
  display: block;
  -webkit-transform: translateZ(0) translate3d(0, 0, 0);
          transform: translateZ(0) translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000;
          perspective: 1000;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mb_YTPlayer .loading {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  background: rgba(0, 0, 0, 0.51);
  text-align: center;
  padding: 2px 4px;
  border-radius: 5px;
  font-family: "Droid Sans",sans-serif;
  -webkit-animation: fade .1s infinite alternate;
  animation: fade .1s infinite alternate; }

.inlinePlayButton, .mb_YTPBar .ytpicon {
  font-family: ytpregular; }

@-webkit-keyframes fade {
  0% {
    opacity: .5; }
  100% {
    opacity: 1; } }

@keyframes fade {
  0% {
    opacity: .5; }
  100% {
    opacity: 1; } }

.YTPFullscreen {
  display: block !important;
  position: fixed !important;
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  border: none !important;
  opacity: 1 !important;
  background-color: #000 !important;
  padding: 0 !important; }

.inlinePlayButton {
  font-size: 45px;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  width: 80px;
  height: 80px;
  line-height: 80px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  cursor: pointer;
  opacity: .8;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-transform: scale(1.3);
          transform: scale(1.3); }

.mb_YTPlayer:hover .inlinePlayButton {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1); }

.inlinePlayButton:hover {
  background-color: black;
  -webkit-transform: scale(1.3) !important;
          transform: scale(1.3) !important; }

.mbYTP_wrapper iframe {
  max-width: 8000px !important; }

.inline_YTPlayer {
  margin-bottom: 20px;
  vertical-align: top;
  position: relative;
  left: 0;
  overflow: hidden;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
  background: rgba(0, 0, 0, 0.5); }

.inline_YTPlayer img {
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-transform: none !important;
          transform: none !important; }

.mb_YTPBar, .mb_YTPBar .buttonBar {
  left: 0;
  padding: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mb_YTPBar .ytpicon {
  font-size: 20px; }

.mb_YTPBar .mb_YTPUrl.ytpicon {
  font-size: 30px; }

.mb_YTPBar {
  -webkit-transition: opacity .5s;
  transition: opacity .5s;
  display: block;
  height: 10px;
  background: #333;
  position: fixed;
  bottom: 0;
  text-align: left;
  z-index: 1000;
  font: 14px/16px sans-serif;
  color: #fff;
  opacity: .1; }

.mb_YTPBar.visible, .mb_YTPBar:hover {
  opacity: 1; }

.mb_YTPBar .buttonBar {
  -webkit-transition: all .5s;
  transition: all .5s;
  background: 0 0;
  font: 12px/14px san-serif;
  position: absolute;
  top: -30px;
  height: 40px; }

.mb_YTPBar:hover .buttonBar {
  background: rgba(0, 0, 0, 0.4); }

.mb_YTPBar span {
  display: inline-block;
  font: 16px/20px sans-serif;
  position: relative;
  width: 30px;
  height: 25px;
  vertical-align: middle; }

.mb_YTPBar span.mb_YTPTime {
  width: 130px; }

.mb_YTPBar span.mb_OnlyYT, .mb_YTPBar span.mb_YTPUrl {
  position: absolute;
  width: auto;
  display: block;
  top: 6px;
  right: 10px;
  cursor: pointer; }

.mb_YTPBar span.mb_YTPUrl img {
  width: 60px; }

.mb_YTPBar span.mb_OnlyYT {
  left: 300px;
  right: auto; }

.mb_YTPBar span.mb_OnlyYT img {
  width: 25px; }

.mb_YTPBar span.mb_YTPUrl a {
  color: #fff; }

.mb_YTPBar .mb_YTPMuteUnmute, .mb_YTPBar .mb_YTPPlayPause, .mb_YTPlayer .mb_YTPBar .mb_YTPPlayPause img {
  cursor: pointer; }

.mb_YTPBar .mb_YTPProgress {
  height: 10px;
  width: 100%;
  background: #222;
  bottom: 0;
  left: 0; }

.mb_YTPBar .mb_YTPLoaded {
  height: 10px;
  width: 0;
  background: #444;
  left: 0; }

.mb_YTPBar .mb_YTPseekbar {
  height: 10px;
  width: 0;
  background: #bb110e;
  bottom: 0;
  left: 0;
  -webkit-box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px;
          box-shadow: rgba(82, 82, 82, 0.47) 1px 1px 3px; }

.mb_YTPBar .YTPOverlay {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: "flat";
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.YTPOverlay.raster {
  background: url(images/raster.png); }

.YTPOverlay.raster.retina {
  background: url(images/raster@2x.png); }

.YTPOverlay.raster-dot {
  background: url(images/raster_dot.png); }

.YTPOverlay.raster-dot.retina {
  background: url(images/raster_dot@2x.png); }

.mb_YTPBar .simpleSlider {
  position: relative;
  width: 100px;
  height: 10px;
  border: 1px solid #fff;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 10px;
  cursor: pointer !important;
  border-radius: 3px; }

.mb_YTPBar.compact .simpleSlider {
  width: 40px; }

.mb_YTPBar.compact span.mb_OnlyYT {
  left: 260px; }

.mb_YTPBar .simpleSlider.muted {
  opacity: .3; }

.mb_YTPBar .level {
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mb_YTPBar .level.horizontal {
  height: 100%;
  width: 0; }

.mb_YTPBar .level.vertical {
  height: auto;
  width: 100%; }

.vegas-wrapper,
.vegas-overlay,
.vegas-timer,
.vegas-slide,
.vegas-slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  border: none;
  padding: 0;
  margin: 0; }

.vegas-overlay {
  opacity: .5;
  background: transparent url("overlays/02.png") center center repeat; }

.vegas-timer {
  top: auto;
  bottom: 0;
  height: 2px; }

.vegas-timer-progress {
  width: 0%;
  height: 100%;
  background: white;
  -webkit-transition: width ease-out;
  transition: width ease-out; }

.vegas-timer-running .vegas-timer-progress {
  width: 100%; }

.vegas-slide,
.vegas-slide-inner {
  margin: 0;
  padding: 0;
  background: transparent center center no-repeat;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform, opacity; }

body .vegas-container {
  overflow: hidden !important;
  position: relative; }

.vegas-video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto; }

body.vegas-container {
  overflow: auto;
  position: static;
  z-index: -2; }

body.vegas-container > .vegas-timer,
body.vegas-container > .vegas-overlay,
body.vegas-container > .vegas-slide {
  position: fixed;
  z-index: -1; }

/* Target Safari IOS7+ in order to add 76px */
/*******************************************/
/* blur transition */
/*******************************************/
.vegas-transition-blur,
.vegas-transition-blur2 {
  opacity: 0;
  -webkit-filter: blur(32px) brightness(1.01);
  filter: blur(32px) brightness(1.01); }

.vegas-transition-blur-in,
.vegas-transition-blur2-in {
  opacity: 1;
  -webkit-filter: blur(0px) brightness(1.01);
  filter: blur(0px) brightness(1.01); }

.vegas-transition-blur2-out {
  opacity: 0; }

/*******************************************/
/* burn transition */
/*******************************************/
.vegas-transition-burn,
.vegas-transition-burn2 {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%); }

.vegas-transition-burn-in,
.vegas-transition-burn2-in {
  opacity: 1;
  -webkit-filter: contrast(100%) saturate(100%);
  filter: contrast(100%) saturate(100%); }

.vegas-transition-burn2-out {
  opacity: 0;
  -webkit-filter: contrast(1000%) saturate(1000%);
  filter: contrast(1000%) saturate(1000%); }

/*******************************************/
/* fade transition */
/*******************************************/
.vegas-transition-fade,
.vegas-transition-fade2 {
  opacity: 0; }

.vegas-transition-fade-in,
.vegas-transition-fade2-in {
  opacity: 1; }

.vegas-transition-fade2-out {
  opacity: 0; }

/*******************************************/
/* flash transition */
/*******************************************/
.vegas-transition-flash,
.vegas-transition-flash2 {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25); }

.vegas-transition-flash-in,
.vegas-transition-flash2-in {
  opacity: 1;
  -webkit-filter: brightness(1);
  filter: brightness(1); }

.vegas-transition-flash2-out {
  opacity: 0;
  -webkit-filter: brightness(25);
  filter: brightness(25); }

/*******************************************/
/* negative transition */
/*******************************************/
.vegas-transition-negative,
.vegas-transition-negative2 {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%); }

.vegas-transition-negative-in,
.vegas-transition-negative2-in {
  opacity: 1;
  -webkit-filter: invert(0);
  filter: invert(0); }

.vegas-transition-negative2-out {
  opacity: 0;
  -webkit-filter: invert(100%);
  filter: invert(100%); }

/*******************************************/
/* slideDown transition */
/*******************************************/
.vegas-transition-slideDown,
.vegas-transition-slideDown2 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.vegas-transition-slideDown-in,
.vegas-transition-slideDown2-in {
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }

.vegas-transition-slideDown2-out {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

/*******************************************/
/* slideLeft transition */
/*******************************************/
.vegas-transition-slideLeft,
.vegas-transition-slideLeft2 {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.vegas-transition-slideLeft-in,
.vegas-transition-slideLeft2-in {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

.vegas-transition-slideLeft2-out {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

/*******************************************/
/* slideRight transition */
/*******************************************/
.vegas-transition-slideRight,
.vegas-transition-slideRight2 {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.vegas-transition-slideRight-in,
.vegas-transition-slideRight2-in {
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }

.vegas-transition-slideRight2-out {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

/*******************************************/
/* slideUp transition */
/*******************************************/
.vegas-transition-slideUp,
.vegas-transition-slideUp2 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.vegas-transition-slideUp-in,
.vegas-transition-slideUp2-in {
  -webkit-transform: translateY(0%);
  transform: translateY(0%); }

.vegas-transition-slideUp2-out {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

/*******************************************/
/* swirlLeft transition */
/*******************************************/
.vegas-transition-swirlLeft,
.vegas-transition-swirlLeft2 {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0; }

.vegas-transition-swirlLeft-in,
.vegas-transition-swirlLeft2-in {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1; }

.vegas-transition-swirlLeft2-out {
  -webkit-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0; }

/*******************************************/
/* swirlRight transition */
/*******************************************/
.vegas-transition-swirlRight,
.vegas-transition-swirlRight2 {
  -webkit-transform: scale(2) rotate(-35deg);
  transform: scale(2) rotate(-35deg);
  opacity: 0; }

.vegas-transition-swirlRight-in,
.vegas-transition-swirlRight2-in {
  -webkit-transform: scale(1) rotate(0deg);
  transform: scale(1) rotate(0deg);
  opacity: 1; }

.vegas-transition-swirlRight2-out {
  -webkit-transform: scale(2) rotate(35deg);
  transform: scale(2) rotate(35deg);
  opacity: 0; }

/*******************************************/
/* zoomIn transition */
/*******************************************/
.vegas-transition-zoomIn,
.vegas-transition-zoomIn2 {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

.vegas-transition-zoomIn-in,
.vegas-transition-zoomIn2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.vegas-transition-zoomIn2-out {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0; }

/*******************************************/
/* zoomOut transition */
/*******************************************/
.vegas-transition-zoomOut,
.vegas-transition-zoomOut2 {
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0; }

.vegas-transition-zoomOut-in,
.vegas-transition-zoomOut2-in {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.vegas-transition-zoomOut2-out {
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

/*******************************************/
/* kenburns animation */
/*******************************************/
.vegas-animation-kenburns {
  -webkit-animation: kenburns ease-out;
  animation: kenburns ease-out; }

@-webkit-keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes kenburns {
  0% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

/*******************************************/
/* kenburnsDownLeft animation */
/*******************************************/
.vegas-animation-kenburnsDownLeft {
  -webkit-animation: kenburnsDownLeft ease-out;
  animation: kenburnsDownLeft ease-out; }

@-webkit-keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsDownLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, -10%);
    transform: scale(1.5) translate(10%, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsDownRight animation */
/*******************************************/
.vegas-animation-kenburnsDownRight {
  -webkit-animation: kenburnsDownRight ease-out;
  animation: kenburnsDownRight ease-out; }

@-webkit-keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsDownRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, -10%);
    transform: scale(1.5) translate(-10%, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsDown animation */
/*******************************************/
.vegas-animation-kenburnsDown {
  -webkit-animation: kenburnsDown ease-out;
  animation: kenburnsDown ease-out; }

@-webkit-keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsDown {
  0% {
    -webkit-transform: scale(1.5) translate(0, -10%);
    transform: scale(1.5) translate(0, -10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsLeft animation */
/*******************************************/
.vegas-animation-kenburnsLeft {
  -webkit-animation: kenburnsLeft ease-out;
  animation: kenburnsLeft ease-out; }

@-webkit-keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 0);
    transform: scale(1.5) translate(10%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsRight animation */
/*******************************************/
.vegas-animation-kenburnsRight {
  -webkit-animation: kenburnsRight ease-out;
  animation: kenburnsRight ease-out; }

@-webkit-keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 0);
    transform: scale(1.5) translate(-10%, 0); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsUpLeft animation */
/*******************************************/
.vegas-animation-kenburnsUpLeft {
  -webkit-animation: kenburnsUpLeft ease-out;
  animation: kenburnsUpLeft ease-out; }

@-webkit-keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsUpLeft {
  0% {
    -webkit-transform: scale(1.5) translate(10%, 10%);
    transform: scale(1.5) translate(10%, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsUpRight animation */
/*******************************************/
.vegas-animation-kenburnsUpRight {
  -webkit-animation: kenburnsUpRight ease-out;
  animation: kenburnsUpRight ease-out; }

@-webkit-keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsUpRight {
  0% {
    -webkit-transform: scale(1.5) translate(-10%, 10%);
    transform: scale(1.5) translate(-10%, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

/*******************************************/
/* kenburnsUp animation */
/*******************************************/
.vegas-animation-kenburnsUp {
  -webkit-animation: kenburnsUp ease-out;
  animation: kenburnsUp ease-out; }

@-webkit-keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

@keyframes kenburnsUp {
  0% {
    -webkit-transform: scale(1.5) translate(0, 10%);
    transform: scale(1.5) translate(0, 10%); }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); } }

/*!
 * Font Awesome Free 5.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-campground:before {
  content: "\f6bb"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-text:before {
  content: "\f658"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-haykal:before {
  content: "\f666"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f6a9"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

/*!
 * Font Awesome Free 5.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("../webfonts/fa-regular-400.eot");
  src: url("../webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-regular-400.woff2") format("woff2"), url("../webfonts/fa-regular-400.woff") format("woff"), url("../webfonts/fa-regular-400.ttf") format("truetype"), url("../webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }

/*!
 * Font Awesome Free 5.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../webfonts/fa-solid-900.eot");
  src: url("../webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-solid-900.woff2") format("woff2"), url("../webfonts/fa-solid-900.woff") format("woff"), url("../webfonts/fa-solid-900.ttf") format("truetype"), url("../webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }

/*!
 * Font Awesome Free 5.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../webfonts/fa-brands-400.eot");
  src: url("../webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../webfonts/fa-brands-400.woff2") format("woff2"), url("../webfonts/fa-brands-400.woff") format("woff"), url("../webfonts/fa-brands-400.ttf") format("truetype"), url("../webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.rokka-minicart {
  z-index: 9999;
  position: fixed;
  right: 20px;
  bottom: 64px;
  width: 400px;
  background: #fff;
  padding: 40px 40px 20px 40px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 22px 70px 4px rgba(0, 0, 0, 0.18);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6), 0 22px 70px 4px rgba(0, 0, 0, 0.18);
  font-size: 0.875rem;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  .rokka-minicart .hb_mini_cart_item {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    .rokka-minicart .hb_mini_cart_item:nth-last-child(2) {
      border: none;
      padding-bottom: 0; }
    .rokka-minicart .hb_mini_cart_item .hb_mini_cart_top {
      margin-top: 0; }
  .rokka-minicart .hb_mini_cart_remove {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer; }
  .rokka-minicart label {
    margin: 0; }
  .rokka-minicart--active {
    opacity: 1;
    pointer-events: auto; }
  @media (max-width: 767.98px) {
    .rokka-minicart {
      width: auto;
      left: 20px; } }
  .rokka-minicart .hotel_booking_mini_cart {
    padding: 0;
    background: transparent; }

.rokka-minicart-open {
  z-index: 9999;
  position: fixed;
  bottom: 20px;
  right: 20px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.2rem;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px; }
  .rokka-minicart-open--active {
    opacity: 1;
    pointer-events: auto; }
  .rokka-minicart-open svg {
    margin-right: 20px; }
  .rokka-minicart-open--cart-active {
    width: 400px; }
    .rokka-minicart-open--cart-active .rokka-minicart-open__close {
      display: block; }
    @media (max-width: 767.98px) {
      .rokka-minicart-open--cart-active {
        width: auto;
        left: 20px; } }
  .rokka-minicart-open__close {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    text-align: right;
    display: none; }

html h1, html h2, html h3, html h4, html h5, html h6,
html .h1, html .h2, html .h3, html .h4, html .h5, html .h6, html .lighter-heading {
  margin-bottom: 1.25rem; }

html p {
  margin-bottom: 2rem;
  line-height: 1.8em; }

@media (max-width: 991.98px) {
  h1, .h1 {
    font-size: 2.5rem; }
  h2, .h2 {
    font-size: 2rem; }
  h3, .h3 {
    font-size: 1.75rem; }
  h4, .h4 {
    font-size: 1.5rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

p:empty {
  display: none !important; }

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body img {
    max-width: 100%;
    height: auto; }
  body a {
    color: inherit;
    -webkit-transition: color .4s;
    transition: color .4s; }
    body a:hover {
      text-decoration: none !important; }
  @media (min-width: 992px) {
    body.admin-bar .body-sidebar .burger-nav {
      top: 48px; }
    body.admin-bar .nav-overlay {
      padding: calc(1.25rem + 32px) calc(1.25rem + 15px) 1.25rem 1.25rem; } }
  @media (max-width: 991.98px) {
    body.admin-bar .nav-overlay {
      padding: calc(1.25rem + 46px) calc(1.25rem + 15px) 1.25rem 1.25rem; } }
  body.admin-bar .navbar {
    top: 32px; }
    body.admin-bar .navbar.sticked {
      top: 0; }
  @media screen and (max-width: 782px) {
    body.admin-bar .navbar {
      top: 46px; } }
  @media screen and (max-width: 600px) {
    body.admin-bar .navbar {
      top: 46px; }
      body.admin-bar .navbar.shrinked {
        top: 0; } }
  body .container {
    max-width: 100% !important; }
  body:not(.page-template-default) .page-wrapper .page-header .page-title {
    margin-bottom: 3.75rem; }

.z-index-up {
  z-index: 3;
  position: relative; }

.page-wrapper {
  overflow: hidden; }
  @media (max-width: 991.98px) {
    .page-wrapper {
      margin-bottom: 0 !important; } }

strong {
  font-weight: 600; }

.text-italic {
  font-style: italic; }

.text-sm {
  font-size: .875rem; }

.text-uppercase {
  text-transform: uppercase; }

.text-light a {
  color: inherit; }

@media (max-width: 991.98px) {
  .no-border-sm div.vc_column-inner {
    border: none !important; } }

.sm-p {
  font-size: .875rem; }

.mb-0 {
  margin-bottom: 0; }

.mb-sm {
  margin-bottom: .875rem !important; }

.mb-lg {
  margin-bottom: 2.5rem !important; }

.list-links, .list-lang {
  padding-left: 0;
  margin-left: 0; }
  .list-links li, .list-lang li {
    list-style-type: none; }

.list-lang li {
  display: inline-block; }

.h-subheading {
  font-size: .75rem;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: inherit;
  text-transform: uppercase; }

.image-no-animation.wpb_single_image .animate-image, .image-no-animation.wpb_single_image .animate-image img {
  z-index: 1;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.header-inline {
  display: inline-block; }

@media (min-width: 992px) {
  .offset-left-lg {
    margin-left: -120px;
    margin-right: 120px; } }

@media (min-width: 992px) {
  .offset-right-lg {
    margin-right: -120px;
    margin-left: 120px; } }

@media (max-width: 991.98px) {
  .mobile-text-center {
    text-align: center !important; }
  .vc_row.vc_row-no-padding > .wpb_column.column-mobile-padding > .vc_column-inner {
    padding-left: 20px !important;
    padding-right: 20px !important; } }

.error-404 {
  margin: 7.5rem 0;
  position: relative; }
  .error-404 .header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .error-404 .error-number {
    opacity: .1;
    font-size: 200px;
    line-height: 200px;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
  .error-404 .page-content {
    margin-top: 60px; }

.badge {
  padding: .3125rem .625rem;
  text-transform: uppercase;
  border-radius: 0; }

blockquote {
  padding: 1.25rem 1.25rem 0 1.25rem;
  position: relative;
  margin-bottom: 0; }
  blockquote:before {
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .1;
    font-size: 3rem; }

.dropcap {
  font-size: 3.5em;
  line-height: 1;
  font-weight: bold;
  float: left;
  padding: 0 10px 0 0; }
  .dropcap.dropcap-normal {
    color: currentColor; }

.rokka-highlight {
  position: relative;
  background: 0 0;
  border: 0; }
  .rokka-highlight.highlight-accent {
    color: currentColor; }

.form-control {
  padding: .625rem 1rem;
  margin-bottom: .625rem; }
  .form-control.light-input {
    background: transparent !important;
    border: none;
    border-width: 1px;
    border-style: solid; }

select, input, textarea {
  outline: none !important;
  background: transparent;
  border-width: 1px;
  border-style: solid; }

::-webkit-input-placeholder {
  color: inherit !important;
  opacity: .5; }

:-moz-placeholder {
  color: inherit !important;
  opacity: .5; }

::-moz-placeholder {
  color: inherit !important;
  opacity: .5; }

:-ms-input-placeholder {
  color: inherit !important;
  opacity: .5; }

select {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  width: 100%;
  /*  background: transparent; border-width: 1px; border-style: solid; */
  border-radius: 0;
  padding: .875rem 1.25rem;
  font-size: .875rem; }

.input-select {
  position: relative; }
  .input-select:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: currentColor transparent transparent transparent; }

form.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 -.625rem; }
  form.wpcf7-form label {
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: .6875rem;
    line-height: 1;
    margin-bottom: .5rem; }
  form.wpcf7-form textarea, form.wpcf7-form input:not([type="submit"]), form.wpcf7-form select {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    color: inherit;
    display: block;
    padding: .5rem 1rem; }
  form.wpcf7-form > p {
    padding: 0 .625rem; }
  form.wpcf7-form .form-submit {
    text-align: right;
    width: 100%;
    padding: 0; }
    form.wpcf7-form .form-submit input[type="submit"] {
      text-transform: uppercase;
      letter-spacing: 1px;
      border: none;
      font-size: .75rem;
      padding: .625rem 1rem;
      font-weight: 500; }
    form.wpcf7-form .form-submit .ajax-loader {
      margin: 0; }
  form.wpcf7-form .wpcf7-form-control-wrap {
    position: relative;
    display: block; }
  form.wpcf7-form .wpcf7-not-valid {
    border-color: #f00; }
  form.wpcf7-form span.wpcf7-not-valid-tip {
    text-transform: uppercase;
    font-size: .625rem;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -25px; }
  form.wpcf7-form .fieldset {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  form.wpcf7-form .wpcf7-textarea {
    max-height: 150px; }
  form.wpcf7-form div.wpcf7-response-output {
    margin: 0 15px;
    padding: .625rem 1.25rem;
    width: 100%;
    font-size: .75rem; }

.search-form label {
  display: inherit;
  margin-bottom: 0; }

.search-form .rokka-input {
  max-width: 100%;
  position: relative; }

.search-form .form-fieldset {
  width: 100%; }

.search-form .form-submit {
  position: absolute;
  right: 0;
  bottom: 0; }

.search-form .search-submit {
  height: 48px;
  width: 48px;
  border: 1px solid transparent;
  background: none;
  outline: none;
  cursor: pointer;
  left: 0; }
  .search-form .search-submit:focus {
    outline: none; }

.page-numbers, .page-number {
  font-size: 0.875em;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: none;
  position: relative;
  margin: 0;
  font-weight: bold; }
  .page-numbers.dots:after, .page-number.dots:after {
    border: none !important; }
  .page-numbers.current, .page-number.current {
    border-radius: 50%; }
    .page-numbers.current:after, .page-number.current:after {
      opacity: 1; }
  .page-numbers:hover:after, .page-number:hover:after {
    opacity: 1; }
  .page-numbers:hover .arrow-icon:after, .page-number:hover .arrow-icon:after {
    opacity: 1; }

.vc_tta-accordion.vc_tta.vc_general .vc_tta-panel {
  border-top-width: 2px;
  border-top-style: solid;
  -webkit-transition: border .3s;
  transition: border .3s; }
  .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel:last-of-type {
    border-bottom-width: 2px;
    border-bottom-style: solid; }
    .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel:last-of-type.vc_active {
      border-bottom-color: currentColor; }
  .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-title > a {
    padding: 1.875rem 0 1.875rem 2.875rem !important; }
  .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    border: none; }
    .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title {
      width: 100%; }
      .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel .vc_tta-panel-heading .vc_tta-panel-title span:not(.vc_tta-title-text) {
        font-style: italic;
        font-size: 1rem;
        padding: 0;
        opacity: .8; }
  .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel.vc_active {
    border-color: currentColor; }
    .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel.vc_active + div {
      border-top-color: currentColor; }

.vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-body {
  border: none !important; }
  .vc_tta-accordion.vc_tta.vc_general .vc_tta-panel-body > * {
    margin-top: -14px;
    padding: 0 0 22px 22px; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta.vc_general .vc_tta-tabs-list {
  border-bottom-width: 2px;
  border-bottom-style: solid; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta.vc_general .vc_tta-tab > a {
  border-bottom: 2px solid transparent;
  margin-bottom: -2px; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta.vc_general .vc_tta-tab.vc_active > a {
  border-bottom: 2px solid currentColor !important; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-bottom.vc_tta.vc_general .vc_tta-tabs-list {
  border-top-width: 2px;
  border-bottom-style: solid; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-bottom.vc_tta.vc_general .vc_tta-tab > a {
  border-top: 2px solid transparent;
  margin-top: -2px; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-bottom.vc_tta.vc_general .vc_tta-tab.vc_active > a {
  border-top: 2px solid currentColor !important; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta.vc_general .vc_tta-tabs-list, .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-bottom.vc_tta.vc_general .vc_tta-tabs-list {
  padding: 0 1.25rem;
  overflow: visible; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta.vc_general .vc_tta-tab, .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-bottom.vc_tta.vc_general .vc_tta-tab {
  padding: 0 1.25rem; }
  .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-top.vc_tta.vc_general .vc_tta-tab > a, .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-bottom.vc_tta.vc_general .vc_tta-tab > a {
    padding: 14px 0;
    border: none; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta.vc_general .vc_tta-tabs-list {
  border-right-width: 2px;
  border-right-style: solid; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta.vc_general .vc_tta-tab > a {
  border-right: 2px solid transparent;
  margin-right: -2px; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta.vc_general .vc_tta-tab.vc_active > a {
  border-right: 2px solid currentColor !important; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right.vc_tta.vc_general .vc_tta-tabs-list {
  border-left-width: 2px;
  border-left-width: solid; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right.vc_tta.vc_general .vc_tta-tab > a {
  border-left: 2px solid transparent;
  margin-left: -2px; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right.vc_tta.vc_general .vc_tta-tab.vc_active > a {
  border-left: 2px solid currentColor !important; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right.vc_tta.vc_general .vc_tta-tabs-list, .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta.vc_general .vc_tta-tabs-list {
  padding: 1.25rem 0;
  overflow: visible; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right.vc_tta.vc_general .vc_tta-tab, .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta.vc_general .vc_tta-tab {
  padding: 14px 0; }
  .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right.vc_tta.vc_general .vc_tta-tab > a, .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta.vc_general .vc_tta-tab > a {
    padding: 0 20px;
    border: none; }

.wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-right.vc_tta.vc_general .vc_tta-panel-body > *, .wpb-js-composer .vc_tta-tabs.vc_tta-tabs-position-left.vc_tta.vc_general .vc_tta-panel-body > * {
  padding: 11px 0 !important; }

.wpb-js-composer .vc_tta-tabs .vc_tta-panel-body {
  padding: 14px 2.5rem !important; }

.wpb-js-composer .vc_tta-tabs .vc_tta-title-text {
  font-size: 1.875rem;
  font-weight: bold; }

.tab-content .food-menu {
  padding: 20px 40px 40px 100px; }
  @media (max-width: 991.98px) {
    .tab-content .food-menu {
      padding: 20px; } }

.element-list-table {
  margin: 0;
  padding: 0;
  overflow: hidden; }
  @media (max-width: 767.98px) {
    .element-list-table.el-half-width li {
      width: 100%; } }
  @media (min-width: 992px) {
    .element-list-table.el-half-width {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .element-list-table.el-half-width li {
        width: 50%;
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%; }
        .element-list-table.el-half-width li:first-of-type, .element-list-table.el-half-width li:nth-child(2) {
          border: none; } }
  .element-list-table.el-full-width li {
    width: 100%; }
  .element-list-table.el-sm-list li {
    padding: 5px 30px;
    font-size: 14px; }
  .element-list-table li {
    border-top-width: 1px;
    border-top-style: solid;
    padding: 1.25rem 2.5rem;
    position: relative;
    list-style-type: none; }
    .element-list-table li:first-of-type {
      border: none; }

ul.element-list-table li:before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  margin-top: -3px;
  top: 50%;
  left: .625rem;
  border-radius: 50%; }

ol.element-list-table {
  counter-reset: counter_level1; }
  ol.element-list-table li:before {
    content: counter(counter_level1) ".";
    counter-increment: counter_level1;
    position: absolute;
    left: .625rem;
    background: transparent; }

.row-slides {
  position: absolute !important;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }
