/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --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;
}

@media print {

  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}

*,
::after,
::before {
  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: transparent;
}

@-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;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  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: 1rem;
}

abbr[data-original-title],
abbr[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;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.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: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  color: #780976;
}

a:hover {
  color: rgb(173, 118, 176);
  text-decoration: none;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code,
kbd,
pre,
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 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

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

[role="button"],
a,
area,
button,
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -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: 0.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;
}

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: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.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;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.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(0, 0, 0, 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: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #868e96;
}

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

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f8f9fa;
  border-radius: 0.25rem;
}

a>code {
  padding: 0;
  color: inherit;
  background-color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #212529;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  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: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
  color: #322630;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.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-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.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-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.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-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.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-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

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

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  color: #636363;
  font-family: raleway-medium, arial, sans-serif;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }

  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #e9ecef;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #e9ecef;
}

.table tbody+tbody {
  border-top: 2px solid #e9ecef;
}

.table .table {
  background-color: #fff;
}

.table-sm td,
.table-sm th {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #e9ecef;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #e9ecef;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>td,
.table-primary>th {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
  background-color: #dddfe2;
}

.table-hover .table-secondary:hover {
  background-color: #cfd2d6;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #cfd2d6;
}

.table-success,
.table-success>td,
.table-success>th {
  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>td,
.table-info>th {
  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>td,
.table-warning>th {
  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>td,
.table-danger>th {
  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>td,
.table-light>th {
  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>td,
.table-dark>th {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #b9bbbe;
}

.table-active,
.table-active>td,
.table-active>th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9ecef;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e;
}

.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: 575px) {
  .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: 767px) {
  .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: 991px) {
  .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: 1199px) {
  .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%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-image: none;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control::placeholder {
  color: #868e96;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  line-height: 1.5;
}

.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.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.col-form-legend {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  font-size: 1rem;
}

.form-control-plaintext {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.form-control-plaintext.input-group-addon,
.input-group-lg>.input-group-btn>.form-control-plaintext.btn,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.form-control-plaintext.input-group-addon,
.input-group-sm>.input-group-btn>.form-control-plaintext.btn {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-sm>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
.input-group-sm>select.input-group-addon:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-lg>.input-group-btn>select.btn:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
.input-group-lg>select.input-group-addon:not([size]):not([multiple]),
select.form-control-lg: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: -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;
  margin-bottom: 0.5rem;
}

.form-check.disabled .form-check-label {
  color: #868e96;
}

.form-check-label {
  padding-left: 1.25rem;
  margin-bottom: 0;
}

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem;
}

.form-check-inline {
  display: inline-block;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-label {
  vertical-align: middle;
}

.valid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745;
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.custom-select.is-valid~.valid-feedback,
.custom-select.is-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,
.was-validated .form-control:valid~.valid-feedback,
.was-validated .form-control:valid~.valid-tooltip {
  display: block;
}

.form-check-input.is-valid+.form-check-label,
.was-validated .form-check-input:valid+.form-check-label {
  color: #28a745;
}

.custom-control-input.is-valid~.custom-control-indicator,
.was-validated .custom-control-input:valid~.custom-control-indicator {
  background-color: rgba(40, 167, 69, 0.25);
}

.custom-control-input.is-valid~.custom-control-description,
.was-validated .custom-control-input:valid~.custom-control-description {
  color: #28a745;
}

.custom-file-input.is-valid~.custom-file-control,
.was-validated .custom-file-input:valid~.custom-file-control {
  border-color: #28a745;
}

.custom-file-input.is-valid~.custom-file-control::before,
.was-validated .custom-file-input:valid~.custom-file-control::before {
  border-color: inherit;
}

.custom-file-input.is-valid:focus,
.was-validated .custom-file-input:valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  width: 250px;
  padding: 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-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,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
  display: block;
}

.form-check-input.is-invalid+.form-check-label,
.was-validated .form-check-input:invalid+.form-check-label {
  color: #dc3545;
}

.custom-control-input.is-invalid~.custom-control-indicator,
.was-validated .custom-control-input:invalid~.custom-control-indicator {
  background-color: rgba(220, 53, 69, 0.25);
}

.custom-control-input.is-invalid~.custom-control-description,
.was-validated .custom-control-input:invalid~.custom-control-description {
  color: #dc3545;
}

.custom-file-input.is-invalid~.custom-file-control,
.was-validated .custom-file-input:invalid~.custom-file-control {
  border-color: #dc3545;
}

.custom-file-input.is-invalid~.custom-file-control::before,
.was-validated .custom-file-input:invalid~.custom-file-control::before {
  border-color: inherit;
}

.custom-file-input.is-invalid:focus,
.was-validated .custom-file-input:invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -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: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-inline .form-check-label {
    padding-left: 0;
  }

  .form-inline .form-check-input {
    position: relative;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }

  .form-inline .custom-control {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }

  .form-inline .custom-control-indicator {
    position: static;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
  }

  .form-inline .has-feedback .form-control-feedback {
    top: 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;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
}

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

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.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: #007bff;
  border-color: #007bff;
}

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}

.btn-primary.focus,
.btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  background-color: #007bff;
  border-color: #007bff;
}

.btn-primary:not([disabled]):not(.disabled).active,
.btn-primary:not([disabled]):not(.disabled):active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #727b84;
  border-color: #6c757d;
}

.btn-secondary.focus,
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: #868e96;
  border-color: #868e96;
}

.btn-secondary:not([disabled]):not(.disabled).active,
.btn-secondary:not([disabled]):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #666e76;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 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 {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-success.disabled,
.btn-success:disabled {
  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;
  box-shadow: 0 0 0 0.2rem 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 {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
  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;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning {
  color: #111;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #111;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning.focus,
.btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled,
.btn-warning:disabled {
  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: #111;
  background-color: #d39e00;
  border-color: #c69500;
  box-shadow: 0 0 0 0.2rem 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 {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled,
.btn-danger:disabled {
  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;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light {
  color: #111;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #111;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light.focus,
.btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
  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: #111;
  background-color: #dae0e5;
  border-color: #d3d9df;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark.focus,
.btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-dark.disabled,
.btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not([disabled]):not(.disabled).active,
.btn-dark:not([disabled]):not(.disabled):active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #007bff;
  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: #007bff;
  border-color: #007bff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5);
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #868e96;
  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: #fff;
  background-color: #868e96;
  border-color: #868e96;
  box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 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 {
  box-shadow: 0 0 0 0.2rem 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;
  box-shadow: 0 0 0 0.2rem 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 {
  box-shadow: 0 0 0 0.2rem 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;
  box-shadow: 0 0 0 0.2rem 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: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem 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: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem 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 {
  box-shadow: 0 0 0 0.2rem 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;
  box-shadow: 0 0 0 0.2rem 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: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem 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: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #343a40;
  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: #343a40;
  border-color: #343a40;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link.focus,
.btn-link:focus {
  border-color: transparent;
  box-shadow: none;
}

.btn-link.disabled,
.btn-link:disabled {
  color: #868e96;
}

.btn-group-lg>.btn,
.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-group-sm>.btn,
.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

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

.btn-block+.btn-block {
  margin-top: 0.5rem;
}

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

.fade {
  opacity: 0;
  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;
  transition: height 0.35s ease;
}

.dropdown,
.dropup {
  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: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 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;
}

.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: #212529;
  text-align: inherit;
  white-space: nowrap;
  background: 0 0;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #868e96;
  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: #868e96;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
  z-index: 2;
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
  z-index: 2;
}

.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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

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

.btn-group>.btn:first-child {
  margin-left: 0;
}

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

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

.btn-group>.btn-group {
  float: left;
}

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

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

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

.btn+.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.btn+.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -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(:first-child):not(:last-child) {
  border-radius: 0;
}

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

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

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

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

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

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

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group .form-control:active,
.input-group .form-control:focus,
.input-group .form-control:hover {
  z-index: 3;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

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

.input-group-addon,
.input-group-btn {
  white-space: nowrap;
}

.input-group-addon {
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-addon.form-control-sm,
.input-group-sm>.input-group-addon,
.input-group-sm>.input-group-btn>.input-group-addon.btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-addon.form-control-lg,
.input-group-lg>.input-group-addon,
.input-group-lg>.input-group-btn>.input-group-addon.btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
  margin-top: 0;
}

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

.input-group-addon:not(:last-child) {
  border-right: 0;
}

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

.form-control+.input-group-addon:not(:first-child) {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn>.btn {
  position: relative;
}

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

.input-group-btn>.btn:active,
.input-group-btn>.btn:focus,
.input-group-btn>.btn:hover {
  z-index: 3;
}

.input-group-btn:first-child>.btn+.btn {
  margin-left: 0;
}

.input-group-btn:not(:last-child)>.btn,
.input-group-btn:not(:last-child)>.btn-group {
  margin-right: -1px;
}

.input-group-btn:not(:first-child)>.btn,
.input-group-btn:not(:first-child)>.btn-group {
  z-index: 2;
  margin-left: 0;
}

.input-group-btn:not(:first-child)>.btn-group:first-child,
.input-group-btn:not(:first-child)>.btn:first-child {
  margin-left: -1px;
}

.input-group-btn:not(:first-child)>.btn-group:active,
.input-group-btn:not(:first-child)>.btn-group:focus,
.input-group-btn:not(:first-child)>.btn-group:hover,
.input-group-btn:not(:first-child)>.btn:active,
.input-group-btn:not(:first-child)>.btn:focus,
.input-group-btn:not(:first-child)>.btn:hover {
  z-index: 3;
}

.custom-control {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked~.custom-control-indicator {
  color: #fff;
  background-color: #007bff;
}

.custom-control-input:focus~.custom-control-indicator {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active~.custom-control-indicator {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled~.custom-control-indicator {
  background-color: #e9ecef;
}

.custom-control-input:disabled~.custom-control-description {
  color: #868e96;
}

.custom-control-indicator {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #ddd;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-indicator {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
  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-indicator {
  background-color: #007bff;
  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-radio .custom-control-indicator {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
  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-controls-stacked {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-controls-stacked .custom-control {
  margin-bottom: 0.25rem;
}

.custom-controls-stacked .custom-control+.custom-control {
  margin-left: 0;
}

.custom-select {
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  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='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple] {
  height: auto;
  background-image: none;
}

.custom-select:disabled {
  color: #868e96;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-file {
  position: relative;
  display: inline-block;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  min-width: 14rem;
  max-width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus~.custom-file-control {
  box-shadow: 0 0 0 0.075rem #fff, 0 0 0 0.2rem #007bff;
}

.custom-file-control {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-control:lang(en):empty::after {
  content: "Choose file...";
}

.custom-file-control::before {
  position: absolute;
  top: -1px;
  right: -1px;
  bottom: -1px;
  z-index: 6;
  display: block;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-file-control:lang(en)::before {
  content: "Browse";
}

.nav {
  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:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #868e96;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.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:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #ddd;
}

.nav-tabs .nav-link.disabled {
  color: #868e96;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #ddd #ddd #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: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -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: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar>.container,
.navbar>.container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -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:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -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%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: 0 0;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.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: 575px) {

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -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: -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: 767px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -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: -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: 991px) {

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -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: -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: 1199px) {

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -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: -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 {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -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 {
  -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: -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(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 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='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  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 .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
  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:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

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

.card-link+.card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group .card {
    -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 {
    border-top-right-radius: 0;
  }

  .card-group .card:first-child .card-img-bottom {
    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 {
    border-top-left-radius: 0;
  }

  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  .card-group .card:only-child {
    border-radius: 0.25rem;
  }

  .card-group .card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group .card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .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-bottom,
  .card-group .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@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: -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: #442642;
  content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #868e96;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.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: 2;
  color: #fff;
  background-color: #26282b;
  border-color: #26282b;
}

.page-item.disabled .page-link {
  color: #868e96;
  pointer-events: none;
  background-color: #fff;
  border-color: #ddd;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #26282b;
  background-color: #fff;
  border: 1px solid #ddd;
}

.page-link:focus,
.page-link:hover {
  color: #26282b;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #ddd;
}

.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: #007bff;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #868e96;
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #6c757d;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #111;
  background-color: #ffc107;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #111;
  background-color: #f8f9fa;
}

.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #111;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.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 .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #464a4e;
  background-color: #e7e8ea;
  border-color: #dddfe2;
}

.alert-secondary hr {
  border-top-color: #cfd2d6;
}

.alert-secondary .alert-link {
  color: #2e3133;
}

.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: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-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: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: #007bff;
}

.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: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -ms-flexbox;
  display: flex;
  -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:focus,
.list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  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(0, 0, 0, 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:focus,
.list-group-item:hover {
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #868e96;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.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: #004085;
  background-color: #b8daff;
}

a.list-group-item-primary,
button.list-group-item-primary {
  color: #004085;
}

a.list-group-item-primary:focus,
a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
  color: #004085;
  background-color: #9fcdff;
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #464a4e;
  background-color: #dddfe2;
}

a.list-group-item-secondary,
button.list-group-item-secondary {
  color: #464a4e;
}

a.list-group-item-secondary:focus,
a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
  color: #464a4e;
  background-color: #cfd2d6;
}

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
  color: #fff;
  background-color: #464a4e;
  border-color: #464a4e;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #155724;
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
  color: #155724;
  background-color: #b1dfbb;
}

a.list-group-item-success.active,
button.list-group-item-success.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #0c5460;
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
  color: #0c5460;
  background-color: #abdde5;
}

a.list-group-item-info.active,
button.list-group-item-info.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #856404;
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
  color: #856404;
  background-color: #ffe8a1;
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #721c24;
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

a.list-group-item-light,
button.list-group-item-light {
  color: #818182;
}

a.list-group-item-light:focus,
a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
  color: #818182;
  background-color: #ececf6;
}

a.list-group-item-light.active,
button.list-group-item-light.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

a.list-group-item-dark,
button.list-group-item-dark {
  color: #1b1e21;
}

a.list-group-item-dark:focus,
a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

a.list-group-item-dark.active,
button.list-group-item-dark.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

button.close {
  padding: 0;
  background: 0 0;
  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.fade .modal-dialog {
  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-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

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

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 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: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 15px;
  margin: -15px -15px -15px auto;
}

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

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef;
}

.modal-footer> :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer> :not(:last-child) {
  margin-right: 0.25rem;
}

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

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
  }

  .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: 5px;
  height: 5px;
}

.tooltip .arrow::before {
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tooltip.bs-tooltip-auto[x-placement^="top"],
.tooltip.bs-tooltip-top {
  padding: 5px 0;
}

.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow,
.tooltip.bs-tooltip-top .arrow {
  bottom: 0;
}

.tooltip.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.tooltip.bs-tooltip-top .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^="right"],
.tooltip.bs-tooltip-right {
  padding: 0 5px;
}

.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow,
.tooltip.bs-tooltip-right .arrow {
  left: 0;
}

.tooltip.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.tooltip.bs-tooltip-right .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^="bottom"],
.tooltip.bs-tooltip-bottom {
  padding: 5px 0;
}

.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.tooltip.bs-tooltip-bottom .arrow {
  top: 0;
}

.tooltip.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.tooltip.bs-tooltip-bottom .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.tooltip.bs-tooltip-auto[x-placement^="left"],
.tooltip.bs-tooltip-left {
  padding: 0 5px;
}

.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow,
.tooltip.bs-tooltip-left .arrow {
  right: 0;
}

.tooltip.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.tooltip.bs-tooltip-left .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  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(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow::before {
  content: "";
  border-width: 0.8rem;
}

.popover .arrow::after {
  content: "";
  border-width: 0.8rem;
}

.popover.bs-popover-auto[x-placement^="top"],
.popover.bs-popover-top {
  margin-bottom: 0.8rem;
}

.popover.bs-popover-auto[x-placement^="top"] .arrow,
.popover.bs-popover-top .arrow {
  bottom: 0;
}

.popover.bs-popover-auto[x-placement^="top"] .arrow::after,
.popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::after,
.popover.bs-popover-top .arrow::before {
  border-bottom-width: 0;
}

.popover.bs-popover-auto[x-placement^="top"] .arrow::before,
.popover.bs-popover-top .arrow::before {
  bottom: -0.8rem;
  margin-left: -0.8rem;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-auto[x-placement^="top"] .arrow::after,
.popover.bs-popover-top .arrow::after {
  bottom: calc((0.8rem - 1px) * -1);
  margin-left: -0.8rem;
  border-top-color: #fff;
}

.popover.bs-popover-auto[x-placement^="right"],
.popover.bs-popover-right {
  margin-left: 0.8rem;
}

.popover.bs-popover-auto[x-placement^="right"] .arrow,
.popover.bs-popover-right .arrow {
  left: 0;
}

.popover.bs-popover-auto[x-placement^="right"] .arrow::after,
.popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::after,
.popover.bs-popover-right .arrow::before {
  margin-top: -0.8rem;
  border-left-width: 0;
}

.popover.bs-popover-auto[x-placement^="right"] .arrow::before,
.popover.bs-popover-right .arrow::before {
  left: -0.8rem;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-auto[x-placement^="right"] .arrow::after,
.popover.bs-popover-right .arrow::after {
  left: calc((0.8rem - 1px) * -1);
  border-right-color: #fff;
}

.popover.bs-popover-auto[x-placement^="bottom"],
.popover.bs-popover-bottom {
  margin-top: 0.8rem;
}

.popover.bs-popover-auto[x-placement^="bottom"] .arrow,
.popover.bs-popover-bottom .arrow {
  top: 0;
}

.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::after,
.popover.bs-popover-bottom .arrow::before {
  margin-left: -0.8rem;
  border-top-width: 0;
}

.popover.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.popover.bs-popover-bottom .arrow::before {
  top: -0.8rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.popover.bs-popover-bottom .arrow::after {
  top: calc((0.8rem - 1px) * -1);
  border-bottom-color: #fff;
}

.popover.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.popover.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 20px;
  margin-left: -10px;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.popover.bs-popover-auto[x-placement^="left"],
.popover.bs-popover-left {
  margin-right: 0.8rem;
}

.popover.bs-popover-auto[x-placement^="left"] .arrow,
.popover.bs-popover-left .arrow {
  right: 0;
}

.popover.bs-popover-auto[x-placement^="left"] .arrow::after,
.popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::after,
.popover.bs-popover-left .arrow::before {
  margin-top: -0.8rem;
  border-right-width: 0;
}

.popover.bs-popover-auto[x-placement^="left"] .arrow::before,
.popover.bs-popover-left .arrow::before {
  right: -0.8rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.bs-popover-auto[x-placement^="left"] .arrow::after,
.popover.bs-popover-left .arrow::after {
  right: calc((0.8rem - 1px) * -1);
  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: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  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-next,
.carousel-item-prev,
.carousel-item.active {
  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);
  }
}

.active.carousel-item-right,
.carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.active.carousel-item-left,
.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-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: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -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: #007bff !important;
}

a.bg-primary:focus,
a.bg-primary:hover {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #868e96 !important;
}

a.bg-secondary:focus,
a.bg-secondary:hover {
  background-color: #6c757d !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:focus,
a.bg-success:hover {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:focus,
a.bg-info:hover {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:focus,
a.bg-warning:hover {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:focus,
a.bg-danger:hover {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:focus,
a.bg-light:hover {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:focus,
a.bg-dark:hover {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #ad76b0 !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: #007bff !important;
}

.border-secondary {
  border-color: #868e96 !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: #343a40 !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: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    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: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.d-print-block {
  display: none !important;
}

@media print {
  .d-print-block {
    display: block !important;
  }
}

.d-print-inline {
  display: none !important;
}

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

.d-print-inline-block {
  display: none !important;
}

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

@media print {
  .d-print-none {
    display: none !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 embed,
.embed-responsive iframe,
.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.857143%;
}

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

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

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -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 {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -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 {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -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 {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -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 {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -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 {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -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: #007bff !important;
}

a.text-primary:focus,
a.text-primary:hover {
  color: #0062cc !important;
}

.text-secondary {
  color: #868e96 !important;
}

a.text-secondary:focus,
a.text-secondary:hover {
  color: #6c757d !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:focus,
a.text-success:hover {
  color: #1e7e34 !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:focus,
a.text-info:hover {
  color: #117a8b !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:focus,
a.text-warning:hover {
  color: #d39e00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:focus,
a.text-danger:hover {
  color: #bd2130 !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:focus,
a.text-light:hover {
  color: #dae0e5 !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:focus,
a.text-dark:hover {
  color: #1d2124 !important;
}

.text-muted {
  color: #868e96 !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;
}

/*# sourceMappingURL=bootstrap.min.css.map */
.SumoSelect p {
  margin: 0;
}

.SumoSelect {
  width: 200px;
}

.SelectBox {
  padding: 5px 8px;
}

.sumoStopScroll {
  overflow: hidden;
}

.SumoSelect .hidden {
  display: none;
}

.SumoSelect .search-txt {
  display: none;
  outline: 0;
}

.SumoSelect .no-match {
  display: none;
  padding: 6px;
}

.SumoSelect.open .search-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}

.SumoSelect.open>.search>label,
.SumoSelect.open>.search>span {
  visibility: hidden;
}

.SelectClass,
.SumoUnder {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}

.SelectClass {
  z-index: 1;
}

.SumoSelect .select-all>label,
.SumoSelect>.CaptionCont,
.SumoSelect>.optWrapper>.options li.opt label {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: 0;
}

.SumoSelect.open>.CaptionCont,
.SumoSelect:focus>.CaptionCont,
.SumoSelect:hover>.CaptionCont {
  box-shadow: 0 0 2px #7799d0;
  border-color: #7799d0;
}

.SumoSelect>.CaptionCont {
  position: relative;
  border: 1px solid #a4a4a4;
  min-height: 14px;
  background-color: #fff;
  border-radius: 2px;
  margin: 0;
}

.SumoSelect>.CaptionCont>span {
  display: block;
  padding-right: 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
}

.SumoSelect>.CaptionCont>span.placeholder {
  color: #ccc;
  font-style: italic;
}

.SumoSelect>.CaptionCont>label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px;
}

.SumoSelect>.CaptionCont>label>i {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: 0.8;
}

.SumoSelect>.optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  border-radius: 3px;
  overflow: hidden;
}

.SumoSelect.open>.optWrapper {
  top: 35px;
  display: block;
}

.SumoSelect.open>.optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px;
}

.SumoSelect>.optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto;
}

.SumoSelect>.optWrapper>.options {
  border-radius: 2px;
  position: relative;
  max-height: 250px;
}

.SumoSelect>.optWrapper.okCancelInMulti>.options {
  border-radius: 2px 2px 0 0;
}

.SumoSelect>.optWrapper.selall>.options {
  border-radius: 0 0 2px 2px;
}

.SumoSelect>.optWrapper.selall.okCancelInMulti>.options {
  border-radius: 0;
}

.SumoSelect>.optWrapper>.options li.group.disabled>label {
  opacity: 0.5;
}

.SumoSelect>.optWrapper>.options li ul li.opt {
  padding-left: 22px;
}

.SumoSelect>.optWrapper.multiple>.options li ul li.opt {
  padding-left: 50px;
}

.SumoSelect>.optWrapper.isFloating>.options {
  max-height: 100%;
  box-shadow: 0 0 100px #595959;
}

.SumoSelect>.optWrapper>.options li.opt {
  padding: 6px 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5;
}

.SumoSelect>.optWrapper>.options>li.opt:first-child {
  border-radius: 2px 2px 0 0;
}

.SumoSelect>.optWrapper.selall>.options>li.opt:first-child {
  border-radius: 0;
}

.SumoSelect>.optWrapper>.options>li.opt:last-child {
  border-radius: 0 0 2px 2px;
  border-bottom: none;
}

.SumoSelect>.optWrapper.okCancelInMulti>.options>li.opt:last-child {
  border-radius: 0;
}

.SumoSelect>.optWrapper>.options li.opt:hover {
  background-color: #e4e4e4;
}

.SumoSelect .select-all.sel,
.SumoSelect>.optWrapper>.options li.opt.sel {
  background-color: #a1c0e4;
}

.SumoSelect>.optWrapper>.options li label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer;
}

.SumoSelect>.optWrapper>.options li span {
  display: none;
}

.SumoSelect>.optWrapper>.options li.group>label {
  cursor: default;
  padding: 8px 6px;
  font-weight: 700;
}

.SumoSelect>.optWrapper>.options li.opt.disabled {
  background-color: inherit;
  pointer-events: none;
}

.SumoSelect>.optWrapper>.options li.opt.disabled * {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
}

.SumoSelect>.optWrapper.multiple>.options li.opt {
  padding-left: 35px;
  cursor: pointer;
}

.SumoSelect .select-all>span,
.SumoSelect>.optWrapper.multiple>.options li.opt span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px;
}

.SumoSelect .select-all>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #aeaeae;
  border-radius: 2px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
}

.SumoSelect>.optWrapper>.MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  border-radius: 0 0 3px 3px;
}

.SumoSelect>.optWrapper.multiple.isFloating>.MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls {
  display: block;
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p {
  padding: 6px;
}

.SumoSelect>.optWrapper.multiple.okCancelInMulti>.MultiControls>p:focus {
  box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: 0;
  background-color: #a1c0e4;
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p:hover {
  background-color: #f1f1f1;
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnOk {
  border-right: 1px solid #dbdbdb;
  border-radius: 0 0 0 3px;
}

.SumoSelect>.optWrapper.multiple>.MultiControls>p.btnCancel {
  border-radius: 0 0 3px 0;
}

.SumoSelect>.optWrapper.isFloating>.options li.opt {
  padding: 12px 6px;
}

.SumoSelect>.optWrapper.multiple.isFloating>.options li.opt {
  padding-left: 35px;
}

.SumoSelect>.optWrapper.multiple.isFloating {
  padding-bottom: 43px;
}

.SumoSelect .select-all.partial>span i,
.SumoSelect .select-all.selected>span i,
.SumoSelect>.optWrapper.multiple>.options li.opt.selected span i {
  background-color: #11a911;
  box-shadow: none;
  border-color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center;
}

.SumoSelect.disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.SumoSelect.disabled>.CaptionCont {
  border-color: #ccc;
  box-shadow: none;
}

.SumoSelect .select-all {
  border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer;
}

.SumoSelect .select-all>label,
.SumoSelect .select-all>span i {
  cursor: pointer;
}

.SumoSelect .select-all.partial>span i {
  background-color: #ccc;
}

.SumoSelect>.optWrapper>.options li.optGroup {
  padding-left: 5px;
  text-decoration: underline;
}

/**
 * Swiper 4.1.0
 * 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: January 13, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: 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(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.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-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  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: -webkit-linear-gradient(right,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right,
      rgba(0, 0, 0, 0.5),
      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: -webkit-linear-gradient(left,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left,
      rgba(0, 0, 0, 0.5),
      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: -webkit-linear-gradient(bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom,
      rgba(0, 0, 0, 0.5),
      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: -webkit-linear-gradient(top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom,
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0));
}

.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-next,
.swiper-button-prev {
  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-next.swiper-button-disabled,
.swiper-button-prev.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: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-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(0, -50%, 0);
  transform: translate3d(0, -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%);
  -ms-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: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -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%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.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);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.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%;
  -ms-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);
  }
}

.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;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-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;
  -ms-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;
  -ms-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-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  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-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/**

*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  text-align: center;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.padding-tb-14 {
  padding: 14px 0;
}

.padding-tb-18 {
  padding: 18px 0;
}

.margin-tb-20 {
  margin: 20px 0;
}

.ml-100 {
  margin-left: 100px;
}

.mr-100 {
  margin-right: 100px;
}

.mobile-section.show {
  display: none;
}

.mobile-section.hide {
  display: block;
}

.snow {
  background-image: url(https://i.imgur.com/uYjnk8N.png),
    url(https://i.imgur.com/iAGD6MA.png), url(https://i.imgur.com/hIJDjbg.png);
  -webkit-animation: snow 30s linear infinite;
  -moz-animation: snow 30s linear infinite;
  -o-animation: snow 30s linear infinite;
  animation: snow 30s linear infinite;
}

@-webkit-keyframes snow {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }

  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}

@-moz-keyframes snow {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }

  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}

@-o-keyframes snow {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }

  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}

@keyframes snow {
  0% {
    background-position: 0 0, 0 0, 0 0;
  }

  100% {
    background-position: 500px 1000px, 400px 400px, 300px 300px;
  }
}

body,
button,
input,
p,
select,
td,
textarea,
th {
  font-weight: 400;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
}

blockquote,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
textarea,
ul {
  padding: 5px;
  margin: 10px 0;
}

body {
  background: #fff;
  color: #000;
  position: relative;
  margin: 0;
}

li,
ul {
  list-style: none;
}

cite {
  font-style: normal;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

button {
  white-space: nowrap;
}

button,
input[type="password"],
input[type="text"],
select,
textarea {
  outline: 0;
}

h1,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 1em;
}

h1 {
  margin-bottom: 0.5em;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 21px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

a,
a:visited {
  text-decoration: none;
  color: rgb(173, 118, 176) 76;
}

h1 {
  font-size: 42px;
  padding: 52px 0;
  margin: 0;
  font-family: "Pt Sans", sans-serif;
}

@font-face {
  font-family: raleway-bold;
  src: url(../fonts/raleway-bold/raleway-bold-webfont.woff2) format("woff2"),
    url(../fonts/raleway-bold/raleway-bold-webfont.woff) format("woff"),
    url(../fonts/raleway-bold/raleway-bold-webfont.ttf) format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: raleway-italic;
  src: url(../fonts/raleway-italic/raleway-italic-webfont.woff2) format("woff2"),
    url(../fonts/raleway-italic/raleway-italic-webfont.woff) format("woff"),
    url(../fonts/raleway-italic/raleway-italic-webfont.ttf) format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: raleway-medium-italic;
  src: url(../fonts/raleway-medium-italic/raleway-medium-italic-webfont.woff2) format("woff2"),
    url(../fonts/raleway-medium-italic/raleway-medium-italic-webfont.woff) format("woff"),
    url(../fonts/raleway-medium-italic/raleway-medium-italic-webfont.ttf) format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: raleway-medium;
  src: url(../fonts/raleway-medium/raleway-medium-webfont.woff2) format("woff2"),
    url(../fonts/raleway-medium/raleway-medium-webfont.woff) format("woff"),
    url(../fonts/raleway-medium/raleway-medium-webfont.ttf) format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: source_sans_proitalic;
  src: url(../fonts/sourcesanspro-italic-webfont.woff2) format("woff2"),
    url(../fonts/sourcesanspro-italic-webfont.woff) format("woff"),
    url(../fonts/SourceSansPro-Italic.ttf) format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: source_sans_proregular;
  src: url(../fonts/sourcesanspro-regular-webfont.woff2) format("woff2"),
    url(../fonts/sourcesanspro-regular-webfont.woff) format("woff"),
    url(../fonts/SourceSansPro-Regular.ttf) format("ttf");
  font-weight: 400;
  font-style: normal;
}

.page-header {
  width: 100%;
}

.optional {
  display: flex;
  flex-direction: row;
  justify-content: space-between !important;
  align-items: center;
  height: 100%;
  margin: 0px auto 10px auto;
}

.header-top-subsection {
  position: fixed;
  top: 0;
  left: 0;
  /*background-color: #442642;*/
  background-color: #fff;
  max-width: 100%;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0 4px 7px 0 rgba(35, 31, 32, 0.1);
  -moz-box-shadow: 0 4px 7px 0 rgba(35, 31, 32, 0.1);
  box-shadow: 0 4px 7px 0 rgba(35, 31, 32, 0.1);
}

a.header-top-add-btn {
  position: relative;
  width: 150px;
  padding: 9px 14px;
  display: inline-block;
  background-color: #d05f02;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: raleway-bold, arial, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  background: #fea054;
  background: -moz-linear-gradient(top, #fea054 0, #d05e02 100%);
  background: -webkit-gradient(left top,
      left bottom,
      color-stop(0, #fea054),
      color-stop(100%, #d05e02));
  background: -webkit-linear-gradient(top, #fea054 0, #d05e02 100%);
  background: -o-linear-gradient(top, #fea054 0, #d05e02 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0, #fea054),
      to(#d05e02));
  background: linear-gradient(to bottom, #fea054 0, #d05e02 100%);
}

a.header-top-add-btn:hover {
  text-decoration: none;
  background: 0 0;
  background-color: #fea154;
}

a.header-top-add-btn .add-btn-icon {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 21px;
  height: 18px;
  display: inline-block;
  background: url(../images/icons/hand.png) no-repeat center center;
}

.search-wrapper {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header-offer-btn-wrapper {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.account-icon-wrapper,
.menu-trigger {
  width: 94px;
  max-width: 94px;
  -webkit-box-flex: 100%;
  -webkit-flex: 100%;
  -moz-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

.account-icon-wrapper a:hover,
.account-icon-wrapper a:visited:hover {
  text-decoration: none;
}

.account-icon-wrapper .account-message {
  font-family: raleway-bold, arial, sans-serif;
  font-size: 10px;
}

.account-icon-wrapper .account-message.logged-in {
  color: #00a10e;
}

.account-icon-wrapper .account-message.logged-out {
  color: #fc7e14;
}

.big-menu-search-form-wrapper {
  display: none;
}

.general-search-form {
  position: relative;
  width: 237px;
}

.general-search-form.mobile-general-search-form {
  display: none !important;
}

.general-search-form .quick-search-input {
  width: 197px;
  border: 1px solid #fff;
  color: #636363;
  font-family: raleway-italic;
  font-size: 12px;
  padding: 7px;
  margin-right: 8px;
  border-radius: 10px;
}

.general-search-form .quick-search-input:focus {
  border: 1px solid #bcbcbc;
  font-style: normal;
  color: #636363;
  margin-right: 8px;
}

.general-search-form .quick-search-btn {
  position: absolute;
  top: 10px;
  width: 21px;
  height: 21px;
  display: inline-block;
  border: none;
  background: url(../images/icons/search.png) no-repeat center center;
  cursor: pointer;
}

.header-center {
  position: relative;
  max-width: 100%;
  height: auto;
  padding-bottom: 103px;
  margin-top: -47px;
  padding-top: 40px;
  background: url(../images/backgrounds/banner-header.jpg) no-repeat center center;
  background-size: cover;
}

.header-center h1 {
  font-family: raleway-medium, arial, sans-serif;
  color: #fff;
  font-weight: 600;
  margin-top: 10px;
  text-shadow: #780976 1px 0 10px;
}

.header-center .bottom-select-wrapper,
.header-center .top-selects-wrapper {
  margin-bottom: 18px;
}

.header-form-wrapper {
  position: relative;
  display: inline-block;
  width: 416px;
  max-width: 416px;
  padding: 20px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.header-form-wrapper .header-search-form input[type="submit"] {
  position: relative;
  max-width: 100%;
  padding: 13px 136px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: raleway-bold, arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  cursor: pointer;
  background-color: #ad76b0;
}

.c-hamburger {
  display: inline-block;
  position: absolute;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 32px;
  height: 25px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  left: 50%;
  top: 50%;
  margin-top: -12.5px;
  margin-left: -14px;
}

.c-hamburger:focus {
  outline: 0;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  width: 30px;
  height: 4px;
  background-color: #442642;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.c-hamburger span::after,
.c-hamburger span::before {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #442642;
  content: "";
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.c-hamburger span::before {
  top: -10px;
  width: 20px;
}

.c-hamburger span::after {
  bottom: -10px;
  width: 25px;
}

.c-hamburger--htx {
  background: 0 0;
}

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
  -moz-transition: background 0s 0.3s;
  -o-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}

.c-hamburger--htx span::after,
.c-hamburger--htx span::before {
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
  -o-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  -moz-transition-delay: 0.3s, 0s;
  -o-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
  -moz-transition-property: top, -moz-transform;
  -o-transition-property: top, -o-transform;
  transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
  -moz-transition-property: bottom, -moz-transform;
  -o-transition-property: bottom, -o-transform;
  transition-property: bottom, transform;
}

.c-hamburger--htx.is-active {
  background: 0 0;
}

.c-hamburger--htx.is-active span {
  background: 0 0;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 26px;
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::after,
.c-hamburger--htx.is-active span::before {
  -webkit-transition-delay: 0s, 0.3s;
  -moz-transition-delay: 0s, 0.3s;
  -o-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-moz-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@-o-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -moz-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }

  100% {
    -webkit-transform: perspective(400px);
    -moz-transform: perspective(400px);
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-animation-name: flipInX;
  -o-animation-name: flipInX;
  animation-name: flipInX;
}

.page-footer {
  position: relative;
}

.page-footer h1 {
  text-shadow: #780976 3px 0 10px;
  padding-top: 20px;
  font-family: raleway-medium, arial, sans-serif;
}

.footer-delimiter:before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 336px;
  height: 1px;
  left: 50%;
  margin-left: -168px;
  background-color: #6f6e6e;
}

.footer-delimiter:after {
  position: absolute;
  left: 0;
  top: 1px;
  content: "";
  width: 336px;
  height: 1px;
  left: 50%;
  margin-left: -168px;
  background-color: #322630;
}

.section-social-media-blog {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #442642;
  color: white;
  border-bottom: 1px solid #322630;
  border-top: 1px solid #322630;
}

.section-social-media-blog h3 {
  padding: 0 0 18px 0;
  margin-bottom: 0;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 30px;
  color: #fff;
}

.section-social-media-blog h3 p {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 30px;
  color: #fff;
}

.section-social-media-blog h6 {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 18px;
  color: #fff;
  margin-bottom: 70px;
}

.section-social-media-blog .special-left-border {
  padding-bottom: 22px;
  border-left: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-social-media-blog .section-image {
  max-width: 55%;
}

.section-social-media-blog .social-media-info {
  position: relative;
  margin-left: 10px;
  padding-left: 30px;
}

.section-social-media-blog .social-media-info p {
  padding: 0;
}

/*.section-social-media-blog .social-media-info .small-info {
  padding-left: 20px;
}*/
.section-social-media-blog .social-media-info .small-info .pencil {
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(../images/icons/small-pencil.png) no-repeat top left;
  margin-right: 7px;
}

.section-social-media-blog .social-media-info .small-info .source-link {
  padding-left: 0;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
  color: #fff;
}

.section-social-media-blog .social-media-info .small-info .dot {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
  color: #fff;
}

.section-social-media-blog .social-media-info .small-info .date {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
  color: #fff;
}

.section-social-media-blog .social-media-info a,
.section-social-media-blog .social-media-info a:visited {
  display: inline-block;
  font-family: raleway-bold, arial, sans-serif;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
}

.section-social-media-blog .social-media-info a:hover.icon-blog:before,
.section-social-media-blog .social-media-info a:hover.icon-facebook:before,
.section-social-media-blog .social-media-info a:visited:hover.icon-blog:before,
.section-social-media-blog .social-media-info a:visited:hover.icon-facebook:before {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.section-social-media-blog .social-media-info a.icon-blog:before,
.section-social-media-blog .social-media-info a:visited.icon-blog:before {
  position: absolute;
  left: -16px;
  top: 15px;
  width: 41px;
  height: 41px;
  content: "";
  display: block;
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -258px 0;
}

.section-social-media-blog .social-media-info a.icon-facebook:before,
.section-social-media-blog .social-media-info a:visited.icon-facebook:before {
  position: absolute;
  left: -36px;
  top: 0;
  width: 41px;
  height: 41px;
  content: "";
  display: block;
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -308px 0;
}

.section-social-media-blog .social-media-info .short-content {
  font-family: "Pt Sans", "Calibri";
  font-size: 16px;
  color: #fff;
  padding-left: 20px;
}

.section-social-media-blog .social-media-info .article-btn {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
  background-color: #ad76b0;
  color: #fff;
  padding: 10px 40px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.section-social-media-blog .social-media-info .article-btn:hover {
  border-color: #374061;
}

.footer-description-text {
  position: relative;
  max-width: 100%;
  padding: 45px 0;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
  background: url(../images/backgrounds/banner-footer-4.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}

.footer-description-text h2 {
  font-size: 18px;
  margin-bottom: 50px;
  font-weight: 400;
}

.footer-description-text.column-images {
  padding: 75px 0 45px 0;
}

.footer-description-text.column-images .col-4 {
  max-width: 350px;
}

.footer-description-text.column-images div:first-child {
  padding-bottom: 30px;
}

.footer-description-text.column-images div {
  text-align: center;
  font-size: 11px;
}

.footer-description-text div,
.footer-description-text p {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
}

.footer-description-text div {
  padding-bottom: 16px;
}

.footer-description-text div:last-child {
  padding-bottom: 0;
}

.footer-contact-details {
  position: relative;
  max-width: 100%;
  padding: 45px 0;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
  background-color: #442642;
  border-bottom: 1px solid #322630;
  color: #fff;
}

.footer-contact-details a,
.footer-contact-details a:visited {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  margin-bottom: 12px;
  font-family: "Pt Sans", "Calibri";
}

.footer-contact-details a.no-gutters,
.footer-contact-details a:visited.no-gutters {
  margin-bottom: 0;
}

.footer-contact-details .img-sign-wrapper {
  margin: 36px 0;
  overflow: hidden;
}

.footer-contact-details .img-sign-wrapper .img-sign {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: 0 -260px;
}

.footer-contact-details .img-sign-wrapper .img-sign:after {
  right: auto;
  left: 70px;
}

.footer-contact-details .contacts-wrapper .icon {
  display: inline-block;
  margin-right: 12px;
}

.footer-contact-details .contacts-wrapper .icon.icon-email {
  width: 17px;
  height: 13px;
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -147px 0;
}

.footer-contact-details .contacts-wrapper .icon.icon-phone {
  width: 18px;
  height: 17px;
  margin-top: 14px;
  display: inline-block;
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -168px 0;
}

.footer-contact-details .contacts-wrapper .contact-details {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
}

.footer-bottom {
  position: relative;
  max-width: 100%;
  padding: 28px 0;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
  background-color: #442642;
  color: #fff;
}

.footer-bottom a,
.footer-bottom a:visited {
  text-decoration: none;
  color: #fff;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-moz-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-o-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.cookie-notice {
  position: fixed;
  bottom: 6px;
  left: 50%;
  margin-left: -49%;
  width: 98%;
  max-width: 98%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #780976;
  padding: 12px;
  text-align: center;
  z-index: 9;
  display: none;
}

.cookie-notice.active {
  display: block;
  -webkit-animation: fadeIn 1s;
  -moz-animation: fadeIn 1s;
  -o-animation: fadeIn 1s;
  animation: fadeIn 1s;
}

.cookie-notice.hidden {
  -webkit-animation: fadeOut 1s;
  -moz-animation: fadeOut 1s;
  -o-animation: fadeOut 1s;
  animation: fadeOut 1s;
}

.cookie-notice .top {
  margin-bottom: 10px;
}

.cookie-notice p {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 13px;
  color: #fff;
}

.cookie-notice a,
.cookie-notice a:visited {
  font-family: raleway-bold, arial, sans-serif;
  font-size: 13px;
  color: #fff;
}

.cookie-notice .button {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 25px;
  color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
}

.footer-description-image-text {
  position: relative;
  max-width: 100%;
  padding: 50px 0;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
  background-color: #525252;
  color: #fff;
  text-align: left;
}

.footer-description-image-text .col-6:first-child {
  padding-left: 15%;
}

.footer-description-image-text .text-left {
  padding-top: 20px;
}

.footer-description-image-text .text-wrapper {
  padding-right: 17%;
}

.footer-description-image-text .text {
  line-height: 14px;
}

.footer-description-image-text .text:first-child {
  padding-bottom: 10px;
}

.page-wrapper {
  position: relative;
  max-width: 1278px;
  margin: 0 auto;
}

.page-content {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.page-content.inner-page {
  padding-top: 65px;
  padding-bottom: 15px;
}

img {
  max-width: 100%;
  height: auto;
}

.special-orange-color {
  color: #e34500;
}

.special-green-color {
  color: #780976;
}

.special-blue-color {
  color: #780976;
}

.special-blue-color.medium-light {
  color: #780976;
}

.special-blue-color.light {
  color: #780976;
}

.bordered {
  border: 1px solid #e8e8e8;
}

.underline {
  text-decoration: underline;
}

.bkg-green {
  background: #780976;
}

.bkg-green:hover {
  background: #780976;
}

a.green,
a:visited.green,
button.green,
input[type="submit"].green {
  position: relative;
  padding: 14px 36px;
  display: inline-block;
  background-color: #d05f02;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: raleway-bold, arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  cursor: pointer;
  background: #442642;
}

a.green:hover,
a:visited.green:hover,
button.green:hover,
input[type="submit"].green:hover {
  background: #0de605;
}

a.blue,
a:visited.blue,
button.blue,
input[type="submit"].blue {
  font-size: 14px;
  padding: 9px 36px;
  background: #2293de;
}

a.blue:hover,
a:visited.blue:hover,
button.blue:hover,
input[type="submit"].blue:hover {
  background: #2293de;
}

.smart-value .sign {
  position: relative;
  float: left;
  width: 25px;
  height: 25px;
  background-color: #d66305;
  -webkit-border-top-left-radius: 50%;
  -moz-border-radius-topleft: 50%;
  border-top-left-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-bottom-left-radius: 50%;
}

.smart-value .sign span {
  position: absolute;
  top: 6px;
  left: 8px;
  display: inline-block;
  width: 11px;
  height: 11px;
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -239px 0;
}

.smart-value .message {
  float: left;
  padding: 5px 12px 5px 4px;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 10px;
  color: #fff;
  background-color: #414f7e;
  text-transform: uppercase;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  border-bottom-right-radius: 15px;
}

.special-premium-sign.gold {
  width: 21px;
  height: 18px;
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -379px 0;
}

.fav-offer-tooltip {
  position: absolute;
  top: -54px;
  right: -41px;
  width: 116px;
  height: 70px;
  max-width: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out, top 1s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out, top 1s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, top 1s ease-in-out;
  transition: opacity 0.5s ease-in-out, top 1s ease-in-out;
}

.fav-offer-tooltip.show {
  opacity: 1;
  top: -64px;
}

.fav-offer-tooltip.hide {
  opacity: 0;
}

.grid-banner a,
.grid-banner a:visited {
  display: block;
  text-decoration: none;
}

.background-wrapper {
  background-color: #fbfbfb;
  margin-left: -8px;
  margin-right: -8px;
}

.statistic-number {
  padding: 2px 11px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-family: raleway-bold, arial, sans-serif;
  font-size: 12px;
  color: #fff;
  background-color: #442642;
}

.statistic-number.special {
  border: 1px solid #442642;
  background-color: transparent;
  color: #442642;
}

.grid-list-pagination-actions {
  border: 1px solid rgb(173, 118, 176, 0.2);
  ;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  max-height: 50px;
  padding: 7px 15px;
  margin-bottom: 22px;
}

.grid-list-pagination-actions.mobile {
  display: none;
}

.grid-list-pagination-actions.mobile .pagination-wrapper {
  padding: 5px 0;
}

.grid-list-pagination-actions .offers-no {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #636363;
  padding-top: 7px;
}

.grid-list-pagination-actions .offers-no span {
  font-family: raleway-bold, arial, sans-serif;
  font-size: 14px;
  color: #e34500;
}

.trigger-forms-wrapper {
  display: none;
}

.trigger-forms-wrapper .trigger-show-advanced-search-forms {
  background-color: red;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  max-height: 50px;
  padding: 7px 15px;
  margin-bottom: 22px;
  cursor: pointer;
}

.trigger-forms-wrapper .trigger-show-advanced-search-forms.opened .trigger-icon {
  background-position: -166px -147px;
}

.trigger-forms-wrapper .trigger-show-advanced-search-forms .trigger-text {
  padding-top: 7px;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.trigger-forms-wrapper .trigger-show-advanced-search-forms .trigger-icon {
  display: inline-block;
  width: 36px;
  height: 34px;
  background: url('../images/icons/arrow-down-white-2.png') no-repeat top left;
  background-size: cover;

}

.trigger-forms-wrapper .forms-wrapper {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.5s ease-in-out;
  -moz-transition: max-height 0.5s ease-in-out;
  -o-transition: max-height 0.5s ease-in-out;
  transition: max-height 0.5s ease-in-out;
}

.pagination-wrapper {
  position: relative;
  padding-top: 4px;
}

.pagination-wrapper .pag-w {
  position: relative;
}

.pagination-wrapper .pagination-left-wrapper,
.pagination-wrapper .pagination-right-wrapper {
  position: relative;
  max-width: 58px;
}

.pagination-wrapper .pagination-left-arrow {
  position: absolute;
  top: -8px;
  top: 50%;
  left: -25px;
  margin-top: -13px;
  margin-left: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -416px -72px;
}

.pagination-wrapper .pagination-left-arrow a,
.pagination-wrapper .pagination-left-arrow a:visited {
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.pagination-wrapper .pagination-right-arrow {
  position: absolute;
  top: -8px;
  top: 50%;
  right: -25px;
  margin-top: -13px;
  margin-right: 10px;
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -451px -72px;
}

.pagination-wrapper .pagination-right-arrow a,
.pagination-wrapper .pagination-right-arrow a:visited {
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.pagination-wrapper ul.pagination-list {
  position: relative;
  list-style: none;
  padding: 0 17px;
  margin: 0px;
  display: inline-block;
}

.pagination-wrapper ul.pagination-list li.pagination-item {
  display: inline-block;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 16px;
  color: #636363;
  padding: 0 5px;
  margin: 0px;
}

.pagination-wrapper ul.pagination-list li.pagination-item.active {
  font-family: raleway-bold, arial, sans-serif;
  color: #414f7e;
}

.pagination-wrapper ul.pagination-list li.pagination-item.active a,
.pagination-wrapper ul.pagination-list li.pagination-item.active a:visited {
  color: #414f7e;
}

.pagination-wrapper ul.pagination-list li.pagination-item a,
.pagination-wrapper ul.pagination-list li.pagination-item a:visited {
  color: #636363;
}

.agency-image {
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  max-width: 250px;
  width: 250px;
  padding: 31px 0;
}

.agency-image a,
.agency-image a:visited {
  display: block;
}

.agency-image a img,
.agency-image a:visited img {
  max-width: 100%;
  height: auto;
}

.about-us-banner {
  display: none;
}

.cards-offers-wrapper {
  padding: 0 92px;
}

.cards-offers-wrapper .card-item {
  background-color: #fff;
  border-bottom: 1px solid #596eaf;
  padding: 0;
  margin: 0 15px;
}

.cards-offers-wrapper .card-item a,
.cards-offers-wrapper .card-item a:visited {
  display: block;
  text-decoration: none;
  padding-bottom: 18px;
}

.cards-offers-wrapper .card-image-wrapper {
  position: relative;
}

.cards-offers-wrapper .card-image-wrapper:hover:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.12);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}

.cards-offers-wrapper .card-image-wrapper:before {
  content: "";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.12);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  z-index: 1;
  pointer-events: none;
}

.cards-offers-wrapper .card-image {
  margin-bottom: 15px;
  filter: brightness(108%);
  -webkit-filter: brightness(108%);
  -moz-filter: brightness(108%);
  -o-filter: brightness(108%);
  -ms-filter: brightness(108%);
}

.cards-offers-wrapper .card-stars {
  display: inline-block;
}

.cards-offers-wrapper .card-details {
  margin: 15px 0;
}

.cards-offers-wrapper .card-details div {
  min-height: 18px;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
  color: #636363;
}

.cards-offers-wrapper .card-details div span {
  font-family: raleway-bold, arial, sans-serif;
}

.cards-offers-wrapper .card-title {
  font-family: raleway-bold, arial, sans-serif;
  font-size: 30px;
  color: #e34500;
  margin-bottom: 0;
}

.footer-links {
  position: relative;
  padding-bottom: 15px;
  text-align: center;
  background-color: #442642;
  border-bottom: 1px solid #322630;
  color: #fff;
}

.footer-links ul {
  max-width: 70%;
  text-align: left;
  margin-right: 5%;
  list-style: none;
  font-family: "Pt Sans", sans-serif;
  font-size: 10px;
  color: #fff;
  line-height: 10px;
}

.footer-links ul:last-child {
  margin-right: 0;
}

.footer-links ul li {
  position: relative;
  padding: 0;
  font-family: "Pt Sans", sans-serif;
  font-size: 14px;
  color: #9ca9cc;
  line-height: 12px;
  margin: 5px 0;
}

.footer-links ul li:first-child {
  min-height: 12px;
  margin-bottom: 10px;
  font-family: nunito-bold, arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 6px;
}

.footer-links ul li span {
  display: inline-block;
  font-family: "Pt Sans", sans-serif;
}

.footer-links ul a,
.footer-links ul a:visited {
  font-family: "Pt Sans", sans-serif;
  font-size: 12px;
  color: #fff;
}

.footer-links ul a:hover,
.footer-links ul a:visited:hover {
  text-decoration: underline;
}

.button-white-wrapper a,
.button-white-wrapper button,
.offer-add-to-favorites a,
.offer-add-to-favorites button {
  background: 0 0;
  max-width: 100%;
  border: none;
  display: block;
  width: 100%;
  border: 1px solid #059f01;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 7px 0;
  cursor: pointer;
}

.button-white-wrapper a:focus,
.button-white-wrapper button:focus,
.offer-add-to-favorites a:focus,
.offer-add-to-favorites button:focus {
  outline: 0;
}

.button-white-wrapper a.btn-grey,
.button-white-wrapper button.btn-grey,
.offer-add-to-favorites a.btn-grey,
.offer-add-to-favorites button.btn-grey {
  border-color: #e8e8e8;
  padding: 7px 16px;
}

.button-white-wrapper a.btn-grey:hover .icon-add-to-favorites,
.button-white-wrapper button.btn-grey:hover .icon-add-to-favorites,
.offer-add-to-favorites a.btn-grey:hover .icon-add-to-favorites,
.offer-add-to-favorites button.btn-grey:hover .icon-add-to-favorites {
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -262px -72px;
}

.button-white-wrapper a.btn-grey .btn-text,
.button-white-wrapper button.btn-grey .btn-text,
.offer-add-to-favorites a.btn-grey .btn-text,
.offer-add-to-favorites button.btn-grey .btn-text {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #7e7e7e;
}

.button-white-wrapper a.d-inline-block,
.button-white-wrapper button.d-inline-block,
.offer-add-to-favorites a.d-inline-block,
.offer-add-to-favorites button.d-inline-block {
  width: auto;
  display: inline-block;
  padding: 9px 23px;
}

.button-white-wrapper a .button-content-wrapper,
.button-white-wrapper button .button-content-wrapper,
.offer-add-to-favorites a .button-content-wrapper,
.offer-add-to-favorites button .button-content-wrapper {
  position: relative;
  display: table;
  max-width: 100%;
  width: 100%;
}

.button-white-wrapper a .btn-text,
.button-white-wrapper button .btn-text,
.offer-add-to-favorites a .btn-text,
.offer-add-to-favorites button .btn-text {
  position: relative;
  display: inline-block;
  font-family: raleway-bold, arial, sans-serif;
  font-size: 16px;
  color: #2f9e26;
  text-align: center;
  vertical-align: middle;
}

.button-white-wrapper a .btn-text.green,
.button-white-wrapper button .btn-text.green,
.offer-add-to-favorites a .btn-text.green,
.offer-add-to-favorites button .btn-text.green {
  font-family: raleway-bold, arial, sans-serif;
  font-size: 14px;
  color: #02a721;
  text-transform: uppercase;
}

.button-white-wrapper a .icon-add-to-favorites,
.button-white-wrapper button .icon-add-to-favorites,
.offer-add-to-favorites a .icon-add-to-favorites,
.offer-add-to-favorites button .icon-add-to-favorites {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 33px;
  height: 28px;
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -197px 0;
}

.button-white-wrapper a .icon-add-to-favorites.green,
.button-white-wrapper button .icon-add-to-favorites.green,
.offer-add-to-favorites a .icon-add-to-favorites.green,
.offer-add-to-favorites button .icon-add-to-favorites.green {
  background-position: -67px -150px;
  height: 26px;
}

.button-white-wrapper a .icon-remove-from-favorites,
.button-white-wrapper button .icon-remove-from-favorites,
.offer-add-to-favorites a .icon-remove-from-favorites,
.offer-add-to-favorites button .icon-remove-from-favorites {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 33px;
  height: 28px;
  background: url(/assets/dist/images/icons/favorite.png) no-repeat top left;
}

.section-big-banner {
  padding: 0 0 25px 0;
  background-color: #fafafa;
}

.section-big-banner .banner-desktop {
  display: block;
}

.section-big-banner .banner-mobile {
  display: none;
}

.section-promoted-deals {
  padding-top: 45px;
  padding-bottom: 76px;
  background-color: #fafafa;
}

.section-promoted-deals h3 {
  display: inline-block;
  padding: 0 0 70px 0;
  margin-bottom: 0;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 30px;
  color: #636363;
}

.section-promoted-deals .promoted-deals-more-wrapper {
  padding-top: 75px;
}

.section-promoted-deals .promoted-deals-more-wrapper a,
.section-promoted-deals .promoted-deals-more-wrapper a:visited {
  padding: 16px 86px;
  border: 1px solid #2c3c70;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 16px;
  color: #e34500;
  line-height: 16px;
  text-decoration: none;
}

.section-promoted-deals .promoted-deals-more-wrapper a:hover,
.section-promoted-deals .promoted-deals-more-wrapper a:visited:hover {
  color: #fff;
  background-color: #e34500;
  border-color: #e34500;
}

.section-main-content-wrapper {
  position: relative;
  padding: 46px 0;
}

.section-main-content-wrapper h3 {
  display: inline-block;
  max-width: 50%;
  font-family: raleway-medium, arial, sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #636363;
  margin-bottom: 12px;
}

.section-main-content-wrapper h6 {
  display: inline-block;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 18px;
  color: #636363;
  margin-bottom: 73px;
}

.section-content-sidebar-grid .content-sidebar {
  max-width: 370px;
}

.section-content-sidebar-grid .content-sidebar .delimiter {
  width: 100%;
  max-width: 100%;
  height: 1px;
  background-color: rgb(173, 118, 176, 0.2);
  ;
  margin-bottom: 38px;
}

.section-content-sidebar-grid .content-sidebar .banner-image {
  display: inline-block;
  margin-bottom: 27px;
}

.section-content-sidebar-grid .content-grid .small-cards-wrapper {
  margin-bottom: 28px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 12px;
}

.section-content-sidebar-grid .content-grid .card-wrapper {

  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .1);
  position: relative;
  max-width: 258px;
  padding: 0;
  border-bottom: 2px solid #780976;
  overflow: hidden;
}

.section-content-sidebar-grid .content-grid .card-wrapper:first-child {
  padding-left: 0;
  margin-left: 0px;
}

.section-content-sidebar-grid .content-grid .card-wrapper:last-child {
  padding-right: 0;
  margin-right: 0;
}

.section-content-sidebar-grid .content-grid .card-wrapper.card-wrapper-big {
  max-width: 408px;
}

.section-content-sidebar-grid .content-grid .card-wrapper.card-wrapper-big .card-info {
  max-width: 100%;
}

.section-content-sidebar-grid .content-grid .card-wrapper .smart-value {
  position: absolute;
  top: 16px;
  left: 12px;
}

.section-content-sidebar-grid .content-grid .card-wrapper .card-link {
  display: inline-block;
}

.section-content-sidebar-grid .content-grid .card-wrapper .card-image {
  position: relative;
  margin-bottom: 15px;
  filter: brightness(108%);
  -webkit-filter: brightness(108%);
  -moz-filter: brightness(108%);
  -o-filter: brightness(108%);
  -ms-filter: brightness(108%);
}

.section-content-sidebar-grid .content-grid .card-wrapper .card-image:hover:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.12);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}

.section-content-sidebar-grid .content-grid .card-wrapper .card-image:before {
  content: "";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.12);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  z-index: 1;
  pointer-events: none;
}

.section-content-sidebar-grid .content-grid .card-wrapper .card-info {
  max-width: 240px;
  height: 54px;
  font-family: "Pt Sans", sans-serif;
  font-size: 15px;
  color: #636363;
  margin-bottom: 16px;
  padding: 0px 10px;
}

.section-content-sidebar-grid .content-grid .card-wrapper .card-info span {
  font-family: raleway-medium, arial, sans-serif;
  font-weight: bold;
}

.section-content-sidebar-grid .content-grid .card-wrapper .card-actions {
  padding-bottom: 12px;
}

.section-content-sidebar-grid .content-grid .card-wrapper .card-price {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: red;
  padding: 0px 10px;
}

.section-content-sidebar-grid .content-grid .card-wrapper .fav-offer-tooltip {
  position: absolute;
  top: -54px;
  right: -41px;
  width: 116px;
  height: 70px;
  max-width: none;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out, top 1s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out, top 1s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out, top 1s ease-in-out;
  transition: opacity 0.5s ease-in-out, top 1s ease-in-out;
}

.section-content-sidebar-grid .content-grid .card-wrapper .fav-offer-tooltip.show {
  opacity: 1;
  top: -64px;
}

.section-content-sidebar-grid .content-grid .card-wrapper .fav-offer-tooltip.hide {
  opacity: 0;
}

.section-content-sidebar-grid .content-grid .card-wrapper .add-to-favourites-icon {
  position: relative;
  z-index: 9;
  display: inline-block;
  width: 33px;
  height: 28px;
  cursor: pointer;
  background: url(../images/icons/fav-button.png) no-repeat top left;
}

.section-content-sidebar-grid .content-grid .card-wrapper .add-to-favourites-icon.button-remove-from-favorites {
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -262px -72px;
}

.section-content-sidebar-grid .content-grid .card-wrapper .add-to-favourites-icon.button-remove-from-favorites:hover {
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -197px -34px;
}

.section-content-sidebar-grid .content-grid .card-wrapper .add-to-favourites-icon:hover {
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -198px 0;
  background-position: -262px -72px;
}

.section-content-sidebar-grid .content-grid .category-grid-banner {
  margin-bottom: 25px;
}

.section-advanced-search-form .title {
  padding: 13px 20px 13px 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #d8dae9;
  margin-bottom: 7px;
}

.section-advanced-search-form .title:before {
  height: 30px;
  margin-bottom: -20px;
  margin-left: 5px;
  content: "";
  display: block;
  background: url(../images/misc/favicons/favicon1.ico);
  background-size: contain;
  background-repeat: no-repeat;
  /* pentru a evita repetarea imaginii */
  background-position: left;
  /* pentru a centra imaginea */
}

.section-advanced-search-form .title span {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 15px;
  color: #636363;
}

.section-advanced-search-form .title span.special-orange-color {
  font-family: raleway-bold, arial, sans-serif;
  font-size: 15px;
  color: #780976;
  text-align: center;
  align-items: middle;
  text-transform: uppercase;
}

.section-advanced-search-form .title span.no-uppercase {
  font-family: raleway-medium, arial, sans-serif;
  text-transform: none;
}

.section-advanced-search-form .title .search-category-type {
  font-family: raleway-bold, arial, sans-serif;
}

.section-advanced-search-form form {
  margin-bottom: 32px;
}

.section-advanced-search-form form input[type="submit"] {
  position: relative;
  padding: 14px 36px;
  display: inline-block;
  background-color: #ad76b0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-family: raleway-bold, arial, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  border: none;
  cursor: pointer;
}

.section-advanced-search-form form .row-form-field {
  margin-bottom: 7px;
}

.section-advanced-search-form form .row-form-field.hidden {
  display: none;
}

.section-advanced-search-form form .row-form-field.checkbox-field,
.section-advanced-search-form form .row-form-field.from-to-fields {
  padding: 10px 16px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.section-advanced-search-form form .row-form-field.checkbox-field span,
.section-advanced-search-form form .row-form-field.from-to-fields span {
  font-family: raleway-bold, arial, sans-serif;
  font-size: 12px;
  color: #474646;
  text-transform: uppercase;
}

.section-advanced-search-form form .row-form-field.checkbox-field span.special-orange-color,
.section-advanced-search-form form .row-form-field.from-to-fields span.special-orange-color {
  color: #780976;
}

.section-advanced-search-form form .row-form-field.checkbox-field span.uppercase,
.section-advanced-search-form form .row-form-field.from-to-fields span.uppercase {
  text-transform: uppercase;
}

.section-advanced-search-form form .row-form-field.checkbox-field span {
  font-family: raleway-medium, arial, sans-serif;
  text-transform: none;
}

.section-advanced-search-form form .row-form-field.checkbox-field-agency span {
  font-family: raleway-bold, arial, sans-serif;
  text-transform: none;
}

.section-advanced-search-form form .row-form-field.from-to-fields {
  padding: 5px 16px;
}

.section-advanced-search-form form .row-form-field.from-to-fields .from-fields-wrapper,
.section-advanced-search-form form .row-form-field.from-to-fields .to-fields-wrapper {
  display: inline-block;
}

.section-advanced-search-form form .row-form-field.from-to-fields .from-fields-wrapper input[type="text"],
.section-advanced-search-form form .row-form-field.from-to-fields .to-fields-wrapper input[type="text"] {
  max-width: 60px;
  padding: 2px 5px;
  font-size: 14px;
  color: #636363;
  border: 1px solid #d4d6ef;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.05);
}

.section-advanced-search-form form .row-form-field.from-to-fields .from-fields-wrapper .input-label,
.section-advanced-search-form form .row-form-field.from-to-fields .to-fields-wrapper .input-label {
  padding: 0 5px;
  text-transform: none;
}

.section-advanced-search-form form .row-form-field .col-6 {
  max-width: 49%;
}

.section-advanced-search-form form .row-form-field .to-top-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 3px;
}

.section-advanced-search-form form .row-form-field .to-top-wrapper .to-top {
  position: absolute;
  top: 7px;
  font-size: 7px;
}

.section-advanced-search-form form .row-form-field .to-top-wrapper .to-top.mp {
  right: -12px;
}

.section-advanced-search-form form .row-form-field .to-top-wrapper .to-top.euro {
  right: -22px;
}

.section-advanced-search-form form .row-form-field .to-top-wrapper .to-top.euro-mp {
  right: -44px;
}

.section-advanced-search-form form .row-form-submit {
  padding-top: 8px;
}

.breadcrumb-section .col-12 {
  margin-bottom: 10px;
  text-align: center;
}

.breadcrumb-section a,
.breadcrumb-section a:visited {
  position: relative;
  display: inline-block;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #636363;
  text-decoration: none;
  padding: 0 10px 0 5px;
}

.breadcrumb-section a:after,
.breadcrumb-section a:visited:after {
  content: ">";
  position: absolute;
  top: -1px;
  right: -5px;
}

.breadcrumb-section a:hover,
.breadcrumb-section a:visited:hover {
  color: #780976;
}

.breadcrumb-section a:first-child,
.breadcrumb-section a:visited:first-child {
  padding-left: 0;
}

.breadcrumb-section a:last-child,
.breadcrumb-section a:visited:last-child {
  padding-right: 0;
}

.breadcrumb-section a:last-child:after,
.breadcrumb-section a:visited:last-child:after {
  content: "";
}

.offer-wrapper {
  margin-bottom: 80px;
}

.offer-wrapper h1.offer-title {
  font-family: raleway-bold, arial, sans-serif;
  font-size: 20px;
  color: #e34500;
  padding: 10px 0;
}

.offer-wrapper h1.offer-title span.offer-code {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 20px;
  color: #9a9a9a;
}

.offer-wrapper h2.offer-subtitle {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 16px;
  color: #636363;
  margin: 2px 0;
}

.offer-wrapper .offer-informations {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
  color: #9b9b9b;
}

.offer-wrapper .offer-informations span {
  font-family: raleway-bold, arial, sans-serif;
}

.offer-wrapper .left-column {
  padding-right: 15px;
}

.offer-wrapper .right-column {
  padding-left: 15px;
}

.offer-wrapper .slider {
  position: relative;
  overflow: hidden;
}

.offer-wrapper .slider .smart-value {
  position: absolute;
  top: 22px;
  left: 33px;
  z-index: 9;
}

.offer-wrapper .slider .smart-value .sign {
  background-color: #fff;
}

.offer-wrapper .slider .smart-value .sign span {
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -239px -22px;
}

.offer-wrapper .slider img {
  max-width: none;
  height: auto;
}

.offer-wrapper .offer-details {
  background-color: #fbfbfb;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
}

.offer-wrapper .offer-details .price {
  padding: 7px 0;
  border: 1px solid #ee4204;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
  font-family: raleway-bold, arial, sans-serif;
  font-size: 30px;
  color: #ee4204;
  text-transform: uppercase;
  background-color: #fff;
}

.offer-wrapper .offer-details .text-left {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
  color: #9a9a9a;
}

.offer-wrapper .offer-details .text-right {
  font-family: raleway-bold, arial, sans-serif;
  font-size: 12px;
  color: #636363;
}

.offer-wrapper .offer-details .delimiter {
  margin: 11px 0;
}

.offer-wrapper .offer-content-wrapper .delimiter {
  margin: 19px 0 11px 0;
}

.offer-wrapper .offer-content-wrapper .delimiter.delimiter-equal {
  margin: 23px 0;
}

.offer-wrapper .offer-use-cases {
  font-family: raleway-bold, arial, sans-serif;
  font-size: 10px;
  color: #636363;
  margin-bottom: 40px;
}

.offer-wrapper .offer-use-cases span {
  text-transform: uppercase;
}

.offer-wrapper .offer-use-cases .use-case {
  display: inline-block;
  padding: 0 20px;
}

.offer-wrapper .offer-use-cases .exclamation-mark-icon {
  position: relative;
}

.offer-wrapper .offer-use-cases .exclamation-mark-icon:before {
  position: absolute;
  top: 1px;
  left: 3px;
  width: 13px;
  height: 13px;
  content: "";
  display: block;
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -361px 0;
}

.offer-wrapper .offer-use-cases .print-icon {
  position: relative;
}

.offer-wrapper .offer-use-cases .print-icon:before {
  position: absolute;
  top: 2px;
  left: 3px;
  width: 14px;
  height: 14px;
  content: "";
  display: block;
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -361px -16px;
}

.offer-wrapper .offer-use-cases .share-icon {
  position: relative;
}

.offer-wrapper .offer-use-cases .share-icon:before {
  position: absolute;
  top: 2px;
  left: 3px;
  width: 14px;
  height: 10px;
  content: "";
  display: block;
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -361px -33px;
}

.offer-wrapper .offer-extra-details h3 {
  font-family: raleway-bold, arial, sans-serif;
  font-size: 16px;
  color: #780976;
}

.offer-wrapper .offer-extra-details ul {
  list-style-type: none;
}

.offer-wrapper .offer-extra-details .extra-details-list {
  display: flex;
  flex-wrap: wrap;
  /* Permite elementelor să se împartă pe mai multe rânduri */
  /* Elimină bullet-urile implicite */
  padding: 0;
  margin: 0;
}

.offer-wrapper .offer-extra-details .extra-details-list li {
  flex: 0 0 50%;
  /* Fiecare element ocupă 50% din lățimea containerului, adică două elemente per rând */
  box-sizing: border-box;
  /* Asigură calculul corect al dimensiunilor */
  position: relative;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #636363;
  padding: 0 2px;
  margin: 5px 0;
}

.offer-wrapper .offer-extra-details .extra-details-list li:after {
  position: absolute;
  top: 0;
  right: -3px;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #780976;
  content: " ";
  display: block;
}

.offer-wrapper .offer-content {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #636363;
  margin-bottom: 10px;
  margin-top: 5px;
}

.offer-wrapper .offer-content p,
.offer-wrapper .offer-content h1,
.offer-wrapper .offer-content h2,
.offer-wrapper .offer-content h3,
.offer-wrapper .offer-content h4,
.offer-wrapper .offer-content h5,
.offer-wrapper .offer-content h6 {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

.offer-wrapper .offer-content b {
  color: #780976;
}

.offer-wrapper .offer-content strong {
  color: #780976;
}

.offer-wrapper .offer-content h4 {
  margin: 10px 0;
  font-size: 18px;
}

.offer-wrapper .offer-content ul,
.offer-wrapper .offer-content ul li {
  margin: 0;
}

.offer-wrapper .offer-agency-image {
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  max-width: 250px;
  width: 250px;
  padding: 9px;
  line-height: 116px;
  margin-right: 10px;
}

.offer-wrapper .offer-agency-image a,
.offer-wrapper .offer-agency-image a:visited {
  display: block;
  vertical-align: middle;
}

.offer-wrapper .offer-agency-image a img,
.offer-wrapper .offer-agency-image a:visited img {
  max-width: 100%;
  height: auto;
}

.offer-wrapper .offer-agent-image {
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  max-width: 140px;
  width: 140px;
  height: 136px;
  position: relative;
  overflow: hidden;
}

.offer-wrapper .offer-agent-image img {
  display: block;
  position: absolute;
  bottom: 0;
}

.offer-wrapper .agent-title {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
  color: #9a9a9a;
  padding-top: 2px;
  padding-right: 5px;
}

.offer-wrapper .agent-name {
  font-family: raleway-bold, arial, sans-serif;
  font-size: 12px;
  color: #636363;
  padding-top: 2px;
}

.offer-wrapper .offer-agent-phone-number {
  padding: 14px 0 15px 0;
}

.offer-wrapper .offer-agent-phone-number button.green {
  font-family: raleway-bold, arial, sans-serif;
  font-size: 12px;
  padding: 8px 33px;
}

.offer-wrapper .offer-agent-phone-number button.fake-btn.hidden,
.offer-wrapper .offer-agent-phone-number button.phone-number.hidden {
  display: none;
}

.offer-wrapper .offer-agent-phone-number button.phone-number {
  font-family: raleway-bold, arial, sans-serif;
  font-size: 16px;
  padding: 5px 33px;
}

.offer-wrapper .offer-agent-phone-number button.phone-number a,
.offer-wrapper .offer-agent-phone-number button.phone-number a:visited {
  color: #fff;
  font-family: raleway-bold, arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.offer-wrapper .offer-agency-links {
  margin-bottom: 14px;
}

.offer-wrapper .offer-agency-links .text-center {
  padding: 3px 0;
}

.offer-wrapper .offer-agency-links .icon {
  margin-bottom: 3px;
}

.offer-wrapper .offer-agency-links .text {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 10px;
  color: #636363;
}

.offer-wrapper .offer-agency-links .text span {
  font-family: raleway-bold, arial, sans-serif;
  color: #ffc90d;
  text-transform: uppercase;
}

.offer-wrapper .offer-add-to-favorites button {
  background: 0 0;
  max-width: 100%;
  border: none;
  display: block;
  width: 100%;
  background: #0de605;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 7px 0;
}

.offer-wrapper .offer-add-to-favorites button .button-content-wrapper {
  position: relative;
  display: table;
  max-width: 100%;
  width: 100%;
}

.offer-wrapper .offer-add-to-favorites button .btn-text {
  position: relative;
  display: inline-block;
  font-family: raleway-bold, arial, sans-serif;
  font-size: 16px;
  color: #fff;
}

.offer-wrapper .offer-add-to-favorites button .icon-add-to-favorites {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  width: 33px;
  height: 28px;
  background: url(/assets/dist/images/icons/icon-add-to-favorites.png) no-repeat top left;
}

.offer-wrapper .offer-delimiter .delimiter {
  margin: 19px 0 11px 0;
}

.offer-wrapper .offer-contact-form-wrapper .title {
  display: block;
  font-family: raleway-bold, arial, sans-serif;
  font-size: 16px;
  color: #636363;
  margin-bottom: 16px;
}

.offer-wrapper .offer-contact-form-wrapper .offer-contact-form input[type="text"] {
  font-family: raleway-italic, arial, sans-serif;
  font-size: 16px;
  color: #9a9a9a;
  border: 1px solid #a1a1a1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 6px 14px;
  margin-bottom: 10px;
}

.offer-wrapper .offer-contact-form-wrapper .offer-contact-form .g-recaptcha-wrapper {
  padding: 0;
  margin: 0;
}

.offer-wrapper .offer-contact-form-wrapper .offer-contact-form .g-recaptcha {
  margin-bottom: 5px;
  display: inline-block;
}

.offer-wrapper .offer-contact-form-wrapper .offer-contact-form .form-btn {
  text-transform: none;
  font-size: 16px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 8px 36px;
}

.offer-wrapper .offer-contact-form-wrapper .offer-contact-form .form-btn:hover {
  background: #0de605;
}

.offer-wrapper .offer-contact-form-wrapper .offer-contact-form .form-notes {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
  color: #9a9a9a;
  margin-top: 10px;
}

.offer-wrapper .offer-contact-form-wrapper .offer-contact-form .form-notes span {
  max-width: 90%;
  display: inline-block;
}

.offer-wrapper .offer-share-banner a,
.offer-wrapper .offer-share-banner a:visited {
  max-width: 100%;
  width: 100%;
}

.category-wrapper {
  margin-bottom: 80px;
}

.category-wrapper h1.category-title {
  width: 100%;
  max-width: 100%;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 30px;
  color: #780976;
  padding: 10px 0;
}

.category-wrapper h1.category-title span {
  color: #636363;
}

.category-wrapper h2.category-subtitle {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #780976;
}

.category-wrapper .category-description-text {
  position: relative;
  display: block;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
  color: #636363;
}

.category-wrapper .category-email-form {
  position: relative;
  margin-top: 18px;
}

.category-wrapper .category-email-form input[type="email"] {
  width: 194px;
  font-family: raleway-italic, arial, sans-serif;
  font-size: 12px;
  color: #ababab;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 7px 10px;
  margin-right: 10px;
}

.category-wrapper .category-email-form input[type="email"]:focus {
  border: 1px solid #fea154;
  outline: 0 !important;
}

.category-wrapper .category-email-form button {
  position: relative;
  width: 194px;
  font-family: raleway-bold, arial, sans-serif;
  font-size: 12px;
  color: #e34500;
  border: 1px solid #fea154;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 7px 65px 7px 45px;
  background: 0 0;
  cursor: pointer;
}

.category-wrapper .category-email-form button:after {
  content: "";
  position: absolute;
  display: block;
  top: 7px;
  right: 35px;
  width: 20px;
  height: 17px;
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -6px -151px;
}

.category-wrapper .category-email-form button:hover {
  color: #fff;
  background-color: #fea154;
}

.category-wrapper .category-email-form button:hover:after {
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -6px -173px;
}

.category-wrapper .delimiter {
  margin: 24px 0;
}

.card-per-row-wrapper.card-per-row-internal .card-image-wrapper {
  max-width: 240px;
}

.card-per-row-wrapper.card-per-row-internal .card-info-wrapper .card-title {
  height: 59px;
}

.card-per-row-wrapper.card-per-row-internal .card-info-wrapper .card-actions {
  margin-top: 14px;
}

.card-per-row-wrapper.card-per-row-internal .card-info-wrapper .card-actions .card-price {
  color: #2e76b5;
}

.card-per-row-wrapper.card-per-row-internal .card-info-wrapper .card-actions button.orange {
  padding: 9px 36px;
  background: #fea054;
  background: -moz-linear-gradient(top, #fea054 0, #d05e02 100%);
  background: -webkit-gradient(left top,
      left bottom,
      color-stop(0, #fea054),
      color-stop(100%, #d05e02));
  background: -webkit-linear-gradient(top, #fea054 0, #d05e02 100%);
  background: -o-linear-gradient(top, #fea054 0, #d05e02 100%);
  background: -webkit-gradient(linear,
      left top,
      left bottom,
      color-stop(0, #fea054),
      to(#d05e02));
  background: linear-gradient(to bottom, #fea054 0, #d05e02 100%);
}

.card-per-row-wrapper.card-per-row-internal .card-info-wrapper .card-actions button.orange:hover {
  text-decoration: none;
  background: 0 0;
  background-color: #fea154;
}

.card-per-row-wrapper .card-image-wrapper {
  position: relative;
  max-width: 258px;
  padding: 0;
}

.card-per-row-wrapper .card-image-wrapper.card-wrapper-big {
  max-width: 408px;
}

.card-per-row-wrapper .card-image-wrapper .smart-value {
  position: absolute;
  top: 16px;
  left: 12px;
}

.card-per-row-wrapper .card-image-wrapper .card-link {
  display: inline-block;
  position: relative;
}

.card-per-row-wrapper .card-image-wrapper:hover:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.12);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
}

.card-per-row-wrapper .card-image-wrapper:before {
  content: "";
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.12);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  z-index: 1;
  pointer-events: none;
}

.card-per-row-wrapper .card-image-wrapper .card-image {
  filter: brightness(108%);
  -webkit-filter: brightness(108%);
  -moz-filter: brightness(108%);
  -o-filter: brightness(108%);
  -ms-filter: brightness(108%);
}

.card-per-row-wrapper .card-image-wrapper .card-image .special-premium-sign {
  position: absolute;
  top: 15px;
  right: 15px;
}

.card-per-row-wrapper .card-image-wrapper .card-price {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 20px;
  color: #7e7e7e;
}

.card-per-row-wrapper .card-image-wrapper .add-to-favourites-icon {
  display: inline-block;
  width: 33px;
  height: 28px;
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -198px 0;
  cursor: pointer;
}

.card-per-row-wrapper .card-info-wrapper {
  padding-left: 15px;
}

.card-per-row-wrapper .card-info-wrapper .card-title {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 20px;
  color: #636363;
  padding-bottom: 8px;
  margin-bottom: 4px;
  height: 70px;
}

.card-per-row-wrapper .card-info-wrapper .card-title span {
  font-family: raleway-bold, arial, sans-serif;
}

.card-per-row-wrapper .card-info-wrapper .card-title a,
.card-per-row-wrapper .card-info-wrapper .card-title a:visited {
  color: #636363;
  text-decoration: none;
}

.card-per-row-wrapper .card-info-wrapper .card-info {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #636363;
}

.card-per-row-wrapper .card-info-wrapper .card-info:last-child {
  padding-bottom: 5px;
}

.card-per-row-wrapper .card-info-wrapper .card-info span {
  font-family: raleway-bold, arial, sans-serif;
}

.card-per-row-wrapper .card-info-wrapper .card-info .special-grey-color {
  color: #a1a1a1;
}

.card-per-row-wrapper .card-info-wrapper .card-info .special-orange-color {
  color: #e34500;
}

.card-per-row-wrapper .card-info-wrapper .card-info .special-purple-color {
  color: #780976;
  font-weight: bold;
}

.card-per-row-wrapper .card-info-wrapper .card-actions .col,
.card-per-row-wrapper .card-info-wrapper .card-actions .col-4 {
  max-width: 183px;
}

.card-per-row-wrapper .card-info-wrapper .card-actions .card-price {
  font-family: raleway-bold, arial, sans-serif;
  font-size: 26px;
  color: #e34500;
}

.card-per-row-wrapper .card-info-wrapper .card-actions button.green {
  font-size: 14px;
  padding: 10px 36px;
  width: 100%;
  max-width: 100%;
}

.card-per-row-wrapper .card-info-wrapper .card-actions .offer-add-to-favorites button {
  padding: 6px 16px;
}

.card-per-row-wrapper .card-info-wrapper .card-actions .offer-add-to-favorites button.button-remove-from-favorites:hover .button-content-wrapper .btn-text {
  color: red;
}

.card-per-row-wrapper .card-info-wrapper .card-actions .offer-add-to-favorites button.button-remove-from-favorites:hover .button-content-wrapper .icon-remove-from-favorites {
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -197px -34px;
}

.card-per-row-wrapper .card-info-wrapper .card-actions .offer-add-to-favorites button .btn-text {
  padding-top: 2px;
}

.card-per-row-wrapper .delimiter {
  margin: 18px 0 25px 0;
}

.agencies-list-wrapper {
  margin-bottom: 80px;
}

.agencies-list-wrapper h1.agencies-title {
  width: 100%;
  max-width: 100%;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 30px;
  color: #442642;
  padding: 10px 0;
}

.agencies-list-wrapper h1.agencies-title span {
  color: #636363;
}

.agencies-list-wrapper h2.agencies-subtitle {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 18px;
  color: #636363;
}

.agencies-list-wrapper .delimiter {
  margin: 24px 0;
}

.list-wrapper {
  margin-bottom: 80px;
}

.list-wrapper h1.title {
  width: 100%;
  max-width: 100%;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 30px;
  padding: 10px 0;
}

.list-wrapper h1.title span {
  color: #636363;
}

.list-wrapper h2.subtitle {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 18px;
  color: #636363;
}

.list-wrapper .delimiter {
  margin: 24px 0;
}

.agency-card-wrapper h3,
h2.abonamentStil {
  font-family: raleway-bold, arial, sans-serif;
  font-size: 30px;
  color: #636363;
  padding-top: 18px;
}

.agency-card-wrapper .agency-card-image {
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  max-width: 250px;
  width: 250px;
  /* padding: 45px 0; */
  margin-right: 15px;
}

.agency-card-wrapper .agency-card-image a,
.agency-card-wrapper .agency-card-image a:visited {
  display: block;
}

.agency-card-wrapper .agency-card-image a img,
.agency-card-wrapper .agency-card-image a:visited img {
  max-width: 100%;
  height: auto;
}

.agency-card-wrapper .agency-card-reward-image {
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  max-width: 140px;
  width: 140px;
  padding: 24px 0;
  margin-right: 15px;
}

.agency-card-wrapper .agency-card-reward-image a,
.agency-card-wrapper .agency-card-reward-image a:visited {
  display: block;
}

.agency-card-wrapper .agency-card-address {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #717171;
  line-height: 14px;
}

.agency-card-wrapper .agency-card-phone-no,
.agency-card-wrapper .agency-offers-no {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #717171;
}

.agency-card-wrapper .agency-offers-no {
  margin-bottom: 9px;
}

.agency-card-wrapper .agency-card-website a,
.agency-card-wrapper .agency-card-website a:visited {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #636363;
}

.agency-card-wrapper .agency-details-btn {
  margin-top: 4px;
}

.agency-card-wrapper .agency-details-btn a,
.agency-card-wrapper .agency-details-btn a:visited {
  display: inline-block;
  padding: 9px 66px;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #636363;
  line-height: 14px;
  border: 1px solid #780976;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  text-decoration: none;
}

.agency-card-wrapper .agency-details-btn a:hover,
.agency-card-wrapper .agency-details-btn a:visited:hover {
  color: #e34500;
}

.agency-card-wrapper .delimiter {
  background-color: #780976;
  margin: 30px 0;
}

.agency-card-wrapper .delimiter.delimiter-light-grey {
  margin: 9px 0;
  background-color: #f1f1f1;
}

.list-card-wrapper.residential-projects-list .image-wrapper {
  max-width: 354px;
  height: 200px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.list-card-wrapper.residential-projects-list .image-wrapper a,
.list-card-wrapper.residential-projects-list .image-wrapper a:visited {
  display: block;
}

.list-card-wrapper.residential-projects-list .info-wrapper {
  position: relative;
  padding: 0 15px;
  text-align: left;
}

.list-card-wrapper.residential-projects-list .info-wrapper h3.list-card-title {
  font-family: raleway-bold, arial, sans-serif;
  font-size: 30px;
  color: #636363;
  margin: 0;
  padding: 0;
  line-height: 26px;
  margin-bottom: 10px;
}

.list-card-wrapper.residential-projects-list .info-wrapper .list-card-address,
.list-card-wrapper.residential-projects-list .info-wrapper .list-card-info,
.list-card-wrapper.residential-projects-list .info-wrapper .list-card-phone-no {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #717171;
  line-height: 16px;
}

.list-card-wrapper.residential-projects-list .info-wrapper .list-card-info {
  max-height: 65px;
  overflow: hidden;
}

.list-card-wrapper.residential-projects-list .info-wrapper hr {
  display: block;
  width: 341px;
  height: 1px;
  background-color: #e2f3ff;
  margin: 10px 0;
}

.list-card-wrapper.residential-projects-list .info-wrapper a.list-card-btn,
.list-card-wrapper.residential-projects-list .info-wrapper a.list-card-btn:visited {
  position: absolute;
  left: 15px;
  bottom: 0;
  display: inline-block;
  margin-top: 2px;
}

.list-card-wrapper.residential-projects-list .info-wrapper a.list-card-btn .blue,
.list-card-wrapper.residential-projects-list .info-wrapper a.list-card-btn:visited .blue {
  font-size: 14px;
  padding: 10px 76px;
  width: 100%;
  max-width: 100%;
}

.list-card-wrapper.residential-projects-list .info-wrapper a.list-card-btn .blue:hover,
.list-card-wrapper.residential-projects-list .info-wrapper a.list-card-btn:visited .blue:hover {
  background: 0 0;
  background-color: #2292dc;
}

.list-card-wrapper.residential-projects-list .delimiter {
  background-color: #bfd2e1;
}

.list-card-wrapper .list-card-info {
  line-height: 20px;
}

.list-card-wrapper h3 {
  font-family: raleway-bold, arial, sans-serif;
  font-size: 30px;
  color: #636363;
  padding-top: 18px;
}

.list-card-wrapper .list-card-image {
  max-width: 250px;
  width: 250px;
  margin-right: 15px;
}

.list-card-wrapper .list-card-image a,
.list-card-wrapper .list-card-image a:visited {
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 0;
  max-width: 250px;
  width: 250px;
  display: inline-block;
}

.list-card-wrapper .list-card-image a img,
.list-card-wrapper .list-card-image a:visited img {
  max-width: 100%;
  height: auto;
}

.list-card-wrapper .list-card-address {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #717171;
  max-width: 356px;
}

.list-card-wrapper .list-card-email,
.list-card-wrapper .list-card-phone-no {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #717171;
}

.list-card-wrapper .list-card-website a,
.list-card-wrapper .list-card-website a:visited {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #636363;
}

.list-card-wrapper a.list-card-btn,
.list-card-wrapper a.list-card-btn:visited {
  display: inline-block;
  margin-top: 2px;
}

.list-card-wrapper a.list-card-btn .blue,
.list-card-wrapper a.list-card-btn:visited .blue {
  font-size: 14px;
  padding: 10px 36px;
  width: 100%;
  max-width: 100%;
}

.list-card-wrapper .delimiter {
  background-color: #bfd2e1;
  margin: 30px 0;
}

.content-text-wrapper h3 {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 16px;
  color: #780976;
  margin-bottom: 24px;
  font-weight: bold;
}

.content-text-wrapper div,
.content-text-wrapper p {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #717171;
  margin-bottom: 24px;
}

.content-text-wrapper div a,
.content-text-wrapper div a:visited,
.content-text-wrapper p a,
.content-text-wrapper p a:visited {
  color: #717171;
}

.content-text-wrapper div div p,
.content-text-wrapper div div ul,
.content-text-wrapper p div p,
.content-text-wrapper p div ul {
  margin-bottom: 20px;
}

.content-text-wrapper div div p:last-child,
.content-text-wrapper div div ul:last-child,
.content-text-wrapper p div p:last-child,
.content-text-wrapper p div ul:last-child {
  margin-bottom: 0;
}

.content-text-wrapper .orange {
  color: #e34500;
  font-weight: bold;
}

.content-text-wrapper .light-orange {
  color: #780976;
}

.agency-wrapper {
  margin-bottom: 80px;
}

.agency-wrapper.residential-project .reward-image {
  border: none;
}

.agency-wrapper.residential-project .agency-contact-informations a,
.agency-wrapper.residential-project .agency-contact-informations a:visited {
  font-family: raleway-bold, arial, sans-serif;
  margin-top: 7px;
  display: inline-block;
}

.agency-wrapper h1.agency-title {
  width: 100%;
  max-width: 100%;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 30px;
  color: #414f7e;
  padding: 10px 0;
}

.agency-wrapper h1.agency-title.special-blue-color {
  color: #477ea9;
}

.agency-wrapper h1.agency-title span {
  color: #636363;
}

.agency-wrapper h2.agency-subtitle {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 18px;
  color: #636363;
}

.agency-wrapper .right-column .first-section {
  height: 320px;
}

.agency-wrapper .delimiter {
  margin: 22px 0;
}

.agency-wrapper .delimiter.invisible {
  margin: 14px 0;
  background-color: #fff;
}

.agency-wrapper .delimiter.mb-10 {
  margin-bottom: 10px;
}

.agency-wrapper .delimiter.mb-16 {
  margin-bottom: 16px;
}

.agency-wrapper .delimiter.mt-10 {
  margin-top: 10px;
}

.agency-wrapper .delimiter.mt-18 {
  margin-top: 18px;
}

.agency-wrapper .slider img {
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.agency-wrapper .agency-content-wrapper .title {
  padding: 40px 0;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #636363;
  font-weight: bold;
}

.agency-wrapper div.agency-content,
.agency-wrapper p {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #717171;
  margin-bottom: 20px;
}

.agency-wrapper div.agency-content:last-child,
.agency-wrapper p:last-child {
  margin-bottom: 0;
}

.agency-wrapper div.agency-content a,
.agency-wrapper div.agency-content a:visited,
.agency-wrapper p a,
.agency-wrapper p a:visited {
  color: #717171;
}

.agency-wrapper div.agency-content div p,
.agency-wrapper p div p {
  margin-bottom: 20px;
}

.agency-wrapper div.agency-content div p:last-child,
.agency-wrapper p div p:last-child {
  margin-bottom: 0;
}

.agency-wrapper .agency-images {
  margin-bottom: 20px;
}

.agency-wrapper .agency-image {
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  max-width: 250px;
  width: 250px;
  height: 139px;
  line-height: 139px;
  padding: 0 10px;
  margin-right: 15px;
}

.agency-wrapper .agency-image a img,
.agency-wrapper .agency-image a:visited img {
  max-width: 100%;
  height: auto;
}

.agency-wrapper .reward-image {
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  max-width: 140px;
  width: 140px;
  height: 139px;
  display: table;
}

.agency-wrapper .reward-image a,
.agency-wrapper .reward-image a:visited {
  display: table-cell;
}

.agency-wrapper .agency-links {
  margin-bottom: 20x;
}

.agency-wrapper .agency-links .text-center {
  padding: 3px 0;
}

.agency-wrapper .agency-links .icon {
  margin-bottom: 3px;
}

.agency-wrapper .agency-links .text {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 10px;
  color: #636363;
}

.agency-wrapper .agency-links .text span {
  font-family: raleway-bold, arial, sans-serif;
  color: #ffc90d;
  text-transform: uppercase;
}

.agency-wrapper .agency-contact-informations {
  margin-bottom: 5px;
}

.agency-wrapper .agency-contact-informations p {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #717171;
  margin-bottom: 0;
  line-height: normal;
}

.agency-wrapper .agency-contact-informations a,
.agency-wrapper .agency-contact-informations a:visited {
  font-family: raleway-medium, arial, sans-serif;
  color: #636363;
}

.agency-wrapper .agency-consultants .agency-consultants-section-title {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #e34500;
  margin-bottom: 22px;
}

.agency-wrapper .agency-consultants .agency-consultant {
  margin-bottom: 11px;
}

.agency-wrapper .agency-consultants .agency-consultant .agency-consultant-name {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #717171;
}

.agency-wrapper .agency-consultants .agency-consultant .agency-consultant-phone-no {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #717171;
}

.agency-wrapper .phone-call-to-action {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #636363;
  text-align: center;
}

.call-to-action-info p {
  font-family: raleway-medium, arial, sans-serif;
}

.agency-wrapper .info-slider {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #636363;
}

.agency-wrapper .info-slider .slider-actions {
  cursor: pointer;
  border-left: 1px solid #ebebeb;
  padding: 6px 0;
}

.agency-wrapper .info-slider .slider-actions>div {
  position: relative;
}

.agency-wrapper .info-slider .slider-actions>div img {
  position: absolute;
  top: 2px;
  left: -20px;
}

.agency-wrapper .info-slider .info {
  padding: 6px 0;
}

.agency-wrapper .social-statistics-wrapper {
  margin-bottom: 22px;
}

.agency-wrapper .social-statistics-wrapper .left {
  text-align: left;
}

.agency-wrapper .social-statistics-wrapper .right {
  text-align: right;
  color: #9b9b9b;
  font-family: raleway-regular, arial, sans-serif;
  font-size: 12px;
}

.agency-wrapper .social-statistics-wrapper .right span {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
}

.fake-phone-number {
  padding: 30px 0;
}

.fake-phone-number button.green {
  font-family: raleway-bold, arial, sans-serif;
  font-size: 12px;
  padding: 8px 33px;
}

.fake-phone-number button.fake-btn.hidden,
.fake-phone-number button.phone-number.hidden {
  display: none;
}

.fake-phone-number button.phone-number {
  font-family: raleway-bold, arial, sans-serif;
  font-size: 16px;
  padding: 5px 33px;
}

.fake-phone-number button.phone-number a,
.fake-phone-number button.phone-number a:visited {
  color: #fff;
  font-family: raleway-bold, arial, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.left-sidebar-contact-form-wrapper .title {
  display: block;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #636363;
  margin-bottom: 20px;
}

.left-sidebar-contact-form-wrapper .title div {
  max-width: 75%;
  display: inline-block;
}

.left-sidebar-contact-form-wrapper .offer-contact-form input[type="text"],
.left-sidebar-contact-form-wrapper .offer-contact-form textarea {
  font-family: raleway-italic, arial, sans-serif;
  font-size: 16px;
  color: #9a9a9a;
  border: 1px solid #a1a1a1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 6px 14px;
  margin-bottom: 10px;
  max-width: 100%;
  width: 100%;
}

.left-sidebar-contact-form-wrapper .offer-contact-form textarea {
  height: 120px;
}

.left-sidebar-contact-form-wrapper .offer-contact-form .g-recaptcha-wrapper {
  padding: 0;
  margin: 0;
}

.left-sidebar-contact-form-wrapper .offer-contact-form .g-recaptcha {
  margin-bottom: 10px;
  display: inline-block;
}

.left-sidebar-contact-form-wrapper .offer-contact-form .form-btn {
  text-transform: none;
  font-size: 16px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 8px 36px;
}

.left-sidebar-contact-form-wrapper .offer-contact-form .form-notes {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
  color: #9a9a9a;
  margin-top: 10px;
}

.left-sidebar-contact-form-wrapper .offer-contact-form .form-notes span {
  max-width: 90%;
  display: inline-block;
}

.rows-page-template-wrapper .top-image-wrapper {
  padding: 10px 0 33px 0;
}

.rows-page-template-wrapper .top-image-wrapper.small-image {
  padding-top: 56px;
  padding-bottom: 19px;
}

.rows-page-template-wrapper .top-image-wrapper.small-image img {
  margin-left: 0;
}

.rows-page-template-wrapper .top-image-wrapper img {
  margin-left: -55px;
}

.rows-page-template-wrapper .content-wrapper {
  padding-top: 33px;
  padding-bottom: 22px;
}

.rows-page-template-wrapper .content-wrapper.small-image {
  padding-top: 19px;
}

.rows-page-template-wrapper .content-wrapper.small-image h1 {
  padding-bottom: 5px;
}

.rows-page-template-wrapper .content-wrapper h1 {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 30px;
  color: #e34500;
  padding-top: 0;
  padding-bottom: 14px;
  margin: 0;
}

.rows-page-template-wrapper .content-wrapper h2 {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 18px;
  color: #636363;
  margin: 0;
  font-weight: 400;
}

.rows-page-template-wrapper .button-wrapper {
  padding-top: 22px;
  padding-bottom: 39px;
}

.rows-page-template-wrapper .button-wrapper a,
.rows-page-template-wrapper .button-wrapper a:visited {
  text-decoration: none;
}

.rows-page-template-wrapper .button-wrapper a.green,
.rows-page-template-wrapper .button-wrapper a:visited.green {
  padding: 8px 46px;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
  color: #fff;
}

.rows-page-template-wrapper .redirection-counting-wrapper {
  padding-top: 22px;
}

.rows-page-template-wrapper .redirection-counting-wrapper .counting-character {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 38px;
  color: #bbb;
  padding-bottom: 41px;
}

.rows-page-template-wrapper .redirection-counting-wrapper .redirect-message {
  font-family: raleway-italic, arial, sans-serif;
  font-size: 16px;
  color: #e34500;
  margin-bottom: 41px;
}

.rows-page-template-wrapper .delimiter {
  margin: 39px 0 39px 0;
}

.contact-wrapper {
  margin-bottom: 80px;
}

.contact-wrapper h1.contact-title {
  width: 100%;
  max-width: 100%;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 30px;
  color: #442642;
  padding: 10px 0;
}

.contact-wrapper h1.contact-title span {
  color: #636363;
}

.contact-wrapper h2.contact-subtitle {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 18px;
  color: #636363;
}

.contact-wrapper .delimiter {
  margin: 22px 0 6px 0;
}

.contact-wrapper .contact-informations-wrapper {
  padding: 30px 0;
  margin-bottom: 6px;
}

.contact-wrapper .contact-informations-wrapper .contact-email {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 18px;
  color: #636363;
}

.contact-wrapper .contact-informations-wrapper .contact-email span {
  position: relative;
}

.contact-wrapper .contact-informations-wrapper .contact-email span:before {
  position: absolute;
  top: 5px;
  left: -29px;
  content: "";
  display: inline-block;
  width: 17px;
  height: 13px;
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -434px 0;
}

.contact-wrapper .contact-informations-wrapper .contact-email a:hover,
.contact-wrapper .contact-informations-wrapper .contact-email a:visited:hover {
  color: #636363;
}

.contact-wrapper .contact-informations-wrapper .contact-phone-no {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 18px;
  color: #636363;
}

.contact-wrapper .contact-informations-wrapper .contact-phone-no span {
  position: relative;
}

.contact-wrapper .contact-informations-wrapper .contact-phone-no span:before {
  position: absolute;
  top: 5px;
  left: -22px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 17px;
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -434px -24px;
}

.contact-wrapper .contact-form-wrapper {
  padding: 30px 0 38px 0;
}

.contact-wrapper .contact-form-wrapper .image-wrapper {
  margin-bottom: 20px;
}

.contact-wrapper .contact-form-wrapper .text-wrapper {
  margin-bottom: 17px;
}

.contact-wrapper .contact-form-wrapper .text-wrapper div,
.contact-wrapper .contact-form-wrapper .text-wrapper p {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #636363;
}

.contact-wrapper .contact-form-wrapper .text-wrapper div span,
.contact-wrapper .contact-form-wrapper .text-wrapper p span {
  font-family: raleway-medium, arial, sans-serif;
}

.contact-wrapper .contact-form-wrapper .form-wrapper input[type="text"],
.contact-wrapper .contact-form-wrapper .form-wrapper textarea {
  padding: 13px;
  max-width: 100%;
  width: 402px;
  border: 1px solid #9a9a9a;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 9px;
}

.contact-wrapper .contact-form-wrapper .form-wrapper textarea {
  height: 115px;
}

.contact-wrapper .contact-form-wrapper .form-wrapper input[type="submit"] {
  max-width: 100%;
  width: 402px;
  text-transform: none;
  font-family: raleway-bold, arial, sans-serif;
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-wrapper .contact-form-wrapper .form-wrapper::-webkit-input-placeholder {
  font-style: italic;
}

.contact-wrapper .contact-form-wrapper .form-wrapper:-moz-placeholder {
  font-style: italic;
}

.contact-wrapper .contact-form-wrapper .form-wrapper::-moz-placeholder {
  font-style: italic;
}

.contact-wrapper .contact-form-wrapper .form-wrapper:-ms-input-placeholder {
  font-style: italic;
}

.contact-wrapper .contact-form-wrapper .form-wrapper .error-message {
  display: none;
  margin-top: 11px;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
  color: #ff1c1c;
}

.contact-wrapper .contact-form-wrapper .form-wrapper .error-message.visible {
  display: block;
}

.promote-wrapper {
  margin-bottom: 160px;
}

.promote-wrapper h1.promote-title {
  width: 100%;
  max-width: 100%;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 30px;
  color: #e34500;
  padding: 10px 0;
}

.promote-wrapper h1.promote-title span {
  color: #636363;
}

.promote-wrapper h2.promote-subtitle {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 18px;
  color: #636363;
}

.promote-wrapper .delimiter {
  margin: 22px 0 6px 0;
}

.promote-wrapper .left-side,
.promote-wrapper .right-side {
  cursor: pointer;
}

.promote-wrapper .left-side:hover .image-wrapper .big-image,
.promote-wrapper .right-side:hover .image-wrapper .big-image {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.promote-wrapper .left-side:hover .image-wrapper .icon-small,
.promote-wrapper .right-side:hover .image-wrapper .icon-small {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.promote-wrapper .left-side:hover .bar-animation,
.promote-wrapper .right-side:hover .bar-animation {
  width: 100%;
}

.promote-wrapper .image-wrapper {
  position: relative;
  margin-bottom: 3px;
  overflow: hidden;
}

.promote-wrapper .image-wrapper .big-image {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.promote-wrapper .image-wrapper .icon-small {
  position: absolute;
  top: 20px;
  left: 15px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.promote-wrapper .bar-animation {
  position: relative;
  display: block;
  width: 0;
  height: 2px;
  background-color: #2c3c70;
  -webkit-transition: width 0.5s linear;
  -moz-transition: width 0.5s linear;
  -o-transition: width 0.5s linear;
  transition: width 0.5s linear;
  margin-bottom: 25px;
}

.promote-wrapper h3 {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 18px;
  color: #e34500;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 400;
}

.promote-wrapper h4 {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #636363;
  margin-bottom: 10px;
  font-weight: 400;
}

.promote-wrapper h5 {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
  color: #636363;
  font-weight: 400;
  margin-bottom: 25px;
}

.promote-wrapper .empty-space {
  height: 14px;
  margin-bottom: 25px;
}

.promote-wrapper .delimiter.small-delimiter {
  width: 115px;
  display: inline-block;
  margin-bottom: 40px;
}

.promote-wrapper .download-btn-wrapper {
  display: block;
}

.promote-wrapper a.download-btn,
.promote-wrapper a:visited.download-btn {
  position: relative;
  display: inline-block;
  padding: 20px 44px 20px 66px;
  border: 2px solid #ececec;
  text-decoration: none;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
  color: #666;
}

.promote-wrapper a.download-btn:hover,
.promote-wrapper a:visited.download-btn:hover {
  border-color: #e34500;
  color: #e34500;
}

.promote-wrapper a.download-btn .download-icon,
.promote-wrapper a:visited.download-btn .download-icon {
  position: absolute;
  left: 44px;
  top: 50%;
  margin-top: -7px;
}

.promote-wrapper a.download-btn .special-orange-color,
.promote-wrapper a:visited.download-btn .special-orange-color {
  font-family: raleway-bold, arial, sans-serif;
}

.login-wrapper {
  margin-bottom: 80px;
}

.login-wrapper h1.login-title {
  width: 100%;
  max-width: 100%;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 30px;
  color: #414f7e;
  padding: 10px 0;
}

.login-wrapper h1.login-title span {
  color: #636363;
}

.login-wrapper h2.login-subtitle {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 18px;
  color: #636363;
  margin-bottom: 25px;
  font-weight: 300;
}

.login-wrapper .login-form-wrapper .input-wrapper {
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 14px;
  background: #e34500;
  background: -moz-linear-gradient(-45deg, #e34500 0, #2c3c70 100%);
  background: -webkit-gradient(left top,
      right bottom,
      color-stop(0, #e34500),
      color-stop(100%, #2c3c70));
  background: -webkit-linear-gradient(-45deg, #e34500 0, #2c3c70 100%);
  background: -o-linear-gradient(-45deg, #e34500 0, #2c3c70 100%);
  background: -webkit-linear-gradient(315deg, #e34500 0, #2c3c70 100%);
  background: -moz-linear-gradient(315deg, #e34500 0, #2c3c70 100%);
  background: -o-linear-gradient(315deg, #e34500 0, #2c3c70 100%);
  background: linear-gradient(135deg, #e34500 0, #2c3c70 100%);
  -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
}

.login-wrapper .login-form-wrapper .input-wrapper .input-background {
  padding: 35px 50px;
  background: transparent url(/assets/dist/images/backgrounds/imobile-iasi-cont-creeaza-logo-bkg.png) no-repeat bottom right;
}

.login-wrapper .login-form-wrapper .input-wrapper .form-input-label {
  font-family: raleway-bold, arial, sans-serif;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.login-wrapper .login-form-wrapper .input-wrapper input[type="text"] {
  width: 368px;
  padding: 10px 20px;
  border: 1px solid #f9b868;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
  color: #474646;
  margin-bottom: 12px;
}

.login-wrapper .login-form-wrapper input[type="submit"] {
  padding: 12px 43px;
  font-family: raleway-bold, arial, sans-serif;
  font-size: 14px;
  color: #fff;
}

.login-wrapper .login-form-wrapper .account-question {
  position: relative;
  display: inline-block;
  font-family: raleway-bold, arial, sans-serif;
  font-size: 14px;
  color: red;
  text-transform: uppercase;
  padding: 17px 0 15px 0;
}

.login-wrapper .login-form-wrapper .account-question .exclamation-sign {
  position: absolute;
  top: 10px;
  left: -10px;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 18px;
  color: #636363;
}

.form-error-message {
  display: none;
  padding-bottom: 10px;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 10px;
  color: #ff1c1c;
}

.form-error-message.show {
  display: block;
}

/* .register-wrapper {
  margin-bottom: 80px;
} */

.page-content.inner-page.page-register {
  background-image: url('/assets/dist/images/backgrounds/background_login.png');
  background-size: cover;
  background-position: center;
}

.page-content.inner-page.page-register .accountTypes {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.register-wrapper h1.register-title {
  width: 100%;
  max-width: 100%;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 30px;
  color: #414f7e;
  padding: 10px 0;
}

.register-wrapper h1.register-title span {
  color: #636363;
}

.register-wrapper h2.register-subtitle {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 18px;
  color: #636363;
  margin: 10px 0 0 0;
  color: #780976;
}

.register-wrapper .register-form-wrapper .label-account-type {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
  color: #636363;
  margin-bottom: 12px;
}

.register-wrapper .register-form-wrapper .label-account-type span {
  color: #780976;
}

.register-wrapper .register-form-wrapper select.input-account-type {
  text-transform: uppercase;
}

.register-wrapper .register-form-wrapper select.input-account-type option {
  text-transform: uppercase;
}

.register-wrapper .register-form-wrapper .SumoSelect>.optWrapper>.options li.opt {
  padding: 9px 18px;
}

.register-wrapper .form-delimiter {
  display: inline-block;
  width: 184px;
  height: 1px;
  background-color: #e34500;
  margin: 17px 0;
}

.register-wrapper .inputs-wrapper {
  padding: 32px 50px 37px 50px;
  background-color: #f5f5f5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 14px;
  -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, 0.1);
}

.register-wrapper .inputs-wrapper h5 {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
  color: #636363;
  margin-bottom: 10px;
}

.register-wrapper .inputs-wrapper input[type="password"],
.register-wrapper .inputs-wrapper input[type="text"] {
  padding: 10px 16px;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
  color: #474646;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.register-wrapper .inputs-wrapper input[type="password"]:focus,
.register-wrapper .inputs-wrapper input[type="text"]:focus {
  border: 1px solid #e34500;
}

.register-wrapper .inputs-wrapper input[type="password"]:last-child,
.register-wrapper .inputs-wrapper input[type="text"]:last-child {
  margin-bottom: 0;
}

.register-wrapper .input-eula-agree-wrapper {
  margin-bottom: 16px;
}

.register-wrapper .input-eula-agree-wrapper .wrapper {
  position: relative;
  display: inline-block;
}

.register-wrapper .input-eula-agree-wrapper input[type="checkbox"] {
  position: absolute;
  top: 4px;
  left: -15px;
}

.register-wrapper .input-eula-agree-wrapper span {
  font-family: raleway-bold, arial, sans-serif;
  font-size: 9px;
  color: #636363;
  text-transform: uppercase;
  padding-left: 5px;
}

.register-wrapper .input-eula-agree-wrapper span a,
.register-wrapper .input-eula-agree-wrapper span a:visited {
  text-decoration: underline;
}

.register-wrapper input[type="submit"] {
  font-size: 14px;
  padding: 10px 36px;
}

.register-wrapper .SumoSelect {
  width: 368px;
  max-width: 100%;
  cursor: pointer;
}

.register-wrapper .SumoSelect .SelectBox {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 9px 18px;
  cursor: pointer;
}

.register-wrapper .SumoSelect .SelectBox span {
  font-family: raleway-bold, arial, sans-serif;
  font-size: 12px;
  color: #474646;
  text-align: left;
  cursor: pointer;
}

.register-wrapper .SumoSelect .SelectBox .optWrapper {
  top: 39px;
}

.register-wrapper .SumoSelect .SelectBox .optWrapper .options li label {
  font-family: raleway-bold, arial, sans-serif;
  font-size: 12px;
  color: #474646;
}

.register-wrapper .SumoSelect .select-all>label,
.register-wrapper .SumoSelect>.CaptionCont,
.register-wrapper .SumoSelect>.optWrapper>.options li.opt label {
  font-family: raleway-bold, arial, sans-serif;
  font-size: 12px;
  color: #474646;
  text-transform: uppercase;
  margin: 0;
}

.register-wrapper .SumoSelect>.CaptionCont>label {
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -463px 0;
  display: inline-block;
  width: 13px;
  height: 8px;
  top: 12px;
  right: 18px;
  cursor: pointer;
}

.register-wrapper .SumoSelect>.CaptionCont>label>i {
  display: none;
}

.swiper-container .swiper-wrapper {
  max-height: 322px;
  height: 322px;
}

.swiper-container .swiper-button-prev {
  left: 30px;
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -312px -61px;
  display: inline-block;
  width: 37px;
  height: 49px;
  cursor: pointer;
}

.swiper-container .swiper-button-next {
  right: 30px;
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -364px -61px;
  display: inline-block;
  width: 37px;
  height: 49px;
  cursor: pointer;
}

.swiper-container .swiper-pagination {
  color: #fff;
}

.swiper-container .pagination-gallery-wrapper {
  position: relative;
  left: 33px;
  bottom: 22px;
}

.swiper-container .swiper-pagination-fraction {
  width: auto;
  float: left;
  padding: 5px 10px;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 13px;
  color: #fff;
  background-color: #780976;
  text-transform: uppercase;
  -webkit-border-top-left-radius: 15px;
  -moz-border-radius-topleft: 15px;
  border-top-left-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  border-bottom-left-radius: 15px;
  padding-right: 15px;
  bottom: 0;
}

.swiper-container .show-gallery {
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 48px;
  padding: 5px 22px 5px 8px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-bottomright: 15px;
  border-bottom-right-radius: 15px;
  cursor: pointer;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 13px;
}

.swiper-container .show-gallery .icon {
  position: absolute;
  top: 6px;
  right: 7px;
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -463px -27px;
  display: inline-block;
  width: 11px;
  height: 11px;
}

.swiper-wrapper {
  position: relative;
}

.swiper-wrapper .swiper-button-next,
.swiper-wrapper .swiper-button-prev {
  width: 26px;
  height: 34px;
  margin-top: -17px;
  -moz-background-size: 26px 34px;
  background-size: 26px 34px;
}

.swiper-wrapper .swiper-button-prev {
  left: -35px;
  background-image: url(../images/icons/homepage-swiper-left-arrow.png);
}

.swiper-wrapper .swiper-button-next {
  right: -35px;
  background-image: url(../images/icons/homepage-swiper-right-arrow.png);
}

.swiper-container-promoted-deals {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.swiper-container-promoted-deals .swiper-pagination {
  display: none;
}

.swiper-slide {
  padding: 0;
}

.swiper-slide .card-item {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
}

.swiper-pagination-bullet-active {
  background-color: #e34500;
}

.grid-2-columns-3-images {
  height: 316px;
  max-height: 316px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.grid-2-columns-3-images .grid-left-column {
  padding-right: 1px;
  height: 316px;
  max-height: 316px;
}

.grid-2-columns-3-images .grid-right-column {
  padding-left: 1px;
  height: 316px;
  max-height: 316px;
}

.grid-2-columns-3-images .top-column {
  margin-bottom: 1px;
  height: 158px;
  max-height: 158px;
  overflow: hidden;
}

.grid-2-columns-3-images .bottom-column {
  padding-top: 1px;
  height: 158px;
  max-height: 158px;
  overflow: hidden;
}

.grid-2-columns-3-images .img-holder {
  width: 100%;
  height: 100%;
}

.grid-2-columns-3-images img {
  display: inline-block;
  max-width: 100%;
  width: 100%;
}

.statistics-wrapper {
  position: relative;
}

.statistics-wrapper .section-icon {
  display: inline-block;
  width: 34px;
  height: 27px;
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -210px -155px;
  margin-bottom: 30px;
}

.statistics-wrapper span {
  display: inline-block;
  margin-bottom: 6px;
}

.statistics-wrapper span.title {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #636363;
  margin-right: 6px;
}

.agency-contact-form-wrapper {
  margin-bottom: 20px;
}

.agency-contact-form-wrapper .title {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #2c3c70;
  margin-top: 18px;
  margin-bottom: 27px;
}

.agency-contact-form-wrapper .agency-contact-form input[type="text"],
.agency-contact-form-wrapper .agency-contact-form textarea {
  font-family: raleway-italic, arial, sans-serif;
  font-size: 16px;
  color: #9a9a9a;
  border: 1px solid #a1a1a1;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 6px 14px;
  margin-bottom: 10px;
  max-width: 100%;
  width: 100%;
}

.agency-contact-form-wrapper .agency-contact-form textarea {
  height: 120px;
}

.agency-contact-form-wrapper .agency-contact-form input[type="submit"].form-btn {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 16px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: block;
  max-width: 100%;
  width: 100%;
  text-transform: uppercase;
  padding: 7px 36px;
}

.agency-contact-form-wrapper .agency-contact-form .form-notes {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
  color: #9a9a9a;
  margin-top: 10px;
}

.agency-contact-form-wrapper .agency-contact-form .form-notes span {
  max-width: 90%;
  display: inline-block;
}

.social-media-icons-wrapper {
  position: relative;
  margin-top: 8px;
}

.social-media-icons-wrapper .list-items {
  list-style: none;
}

.social-media-icons-wrapper .list-items .item {
  padding: 0 5px;
  text-align: center;
}

.social-media-icons-wrapper .list-items .item a,
.social-media-icons-wrapper .list-items .item a:visited {
  display: inline-block;
  text-decoration: none;
  text-align: center;
}

.social-media-icons-wrapper .list-items .item img {
  display: inline-block;
  margin-bottom: 16px;
}

.social-media-icons-wrapper .list-items .item span {
  display: block;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #636363;
}

.agents-list-wrapper {
  position: relative;
  display: block;
  width: 100%;
}

.agents-list-wrapper .title {
  width: 100%;
  display: block;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #636363;
  font-weight: bold;
}

.agents-list-wrapper .agents-list-row {
  padding: 20px 0;
  border-bottom: 1px solid #f8f8f8;
}

.agents-list-wrapper .agents-list-row:first-child {
  margin-top: 0;
}

.agent-wrapper {
  padding-left: 8px;
  padding-right: 8px;
}

.agent-wrapper.sidebar .agent-image-wrapper {
  max-width: 100%;
  margin: 10px 0;
}

.agent-wrapper.sidebar .agent-image-wrapper .agent-image {
  max-width: 250px;
}

.agent-wrapper.sidebar .agent-name {
  font-size: 18px;
  line-height: 18px;
  color: #e34500;
}

.agent-wrapper .agent-image-wrapper {
  position: relative;
  max-width: 109px;
  margin-right: 14px;
}

.agent-wrapper .agent-image-wrapper .agent-image {
  max-width: 112px;
  border: 1px solid #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.agent-wrapper .agent-name {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #636363;
  margin-bottom: 4px;
}

.agent-wrapper .agent-phone {
  position: relative;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
  color: #717171;
  padding-left: 20px;
}

.agent-wrapper .agent-phone span {
  position: relative;
}

.agent-wrapper .agent-phone span:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -20px;
  width: 10px;
  height: 11px;
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -484px 0;
}

.agent-wrapper .agent-email {
  position: relative;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
  color: #717171;
  padding-left: 20px;
  margin-bottom: 8px;
}

.agent-wrapper .agent-email span {
  position: relative;
}

.agent-wrapper .agent-email span:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -20px;
  width: 11px;
  height: 9px;
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -484px -14px;
}

.agent-wrapper .agent-offers-btn {
  display: inline-block;
  border: 1px solid #442642;
  text-transform: uppercase;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.agent-wrapper .agent-offers-btn:hover {
  background-color: #442642;
}

.agent-wrapper .agent-offers-btn:hover a,
.agent-wrapper .agent-offers-btn:hover a:visited {
  color: #fff;
}

.agent-wrapper .agent-offers-btn a,
.agent-wrapper .agent-offers-btn a:visited {
  display: inline-block;
  padding: 12px 58px;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
  color: #442642;
  text-decoration: none;
  line-height: 12px;
}

.big-menu {
  display: none;
  position: relative;
  background-color: #fafafa;
  border-top: 1px solid #ad76b0;
  padding-bottom: 36px;
  -webkit-box-shadow: 0 4px 7px 0 rgba(35, 31, 32, 0.1);
  -moz-box-shadow: 0 4px 7px 0 rgba(35, 31, 32, 0.1);
  box-shadow: 0 4px 7px 0 rgba(35, 31, 32, 0.1);
}

.big-menu.active {
  display: block;
}

.big-menu .menu-wrapper {
  padding-top: 3px;
  margin-top: 2px;
  overflow-y: auto;
  /* scrollbar-ul apare doar când conținutul depășește înălțimea containerului */
  max-height: 600px;
}

.big-menu .main-menu-item {
  padding: 0 11px;
}

.big-menu .main-menu-item span {
  font-family: raleway-bold, arial, sans-serif;
  font-size: 16px;
  color: #636363;
  margin-bottom: 5px;
  display: block;
}

.main-menu-subsection {
  position: relative;
  z-index: 9;
  background-color: rgba(246, 246, 246, 0.98);
  margin-top: 64px;
}

.main-menu {
  display: inline-block;
}

.main-menu .main-menu-item {
  position: relative;
  display: inline-block;
  padding: 14px 45px 14px 26px;
  cursor: pointer;
  margin: 15px 0 5px;
}

.main-menu .main-menu-item span:after {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}

.main-menu .main-menu-item:hover {
  background-color: #fff;
}

.main-menu .main-menu-item:hover span {
  color: #2c3c70;
}

.main-menu .main-menu-item:hover span:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-menu .main-menu-item:hover .sub-menu,
.main-menu .main-menu-item .sub-menu:hover {
  display: block;
}

.main-menu .main-menu-item>span {
  position: relative;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 16px;
  color: #636363;
}

.main-menu .main-menu-item>span:after {
  position: absolute;
  display: block;
  top: 6px;
  right: -19px;
  width: 13px;
  height: 7px;
  background: url(../images/icons/menu-arrow.png) no-repeat center center;
  content: "";
}

.main-menu .main-menu-item .sub-menu {
  display: none;
  width: 335px;
  position: absolute;
  left: 0;
  top: 25px;
  padding: 25px 45px 14px 26px;
  background-color: #fff;
  text-align: left;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  max-height: 600px;
  /* Setează înălțimea maximă a meniului */
  overflow-y: auto;
}

.main-menu ul .sub-menu {
  margin-top: 2px;
}

.main-menu .main-menu-item .sub-menu-item ul,
.big-menu .main-menu-item .sub-menu-item ul {
  margin-left: 20px;
  margin-top: 5px;
}

.main-menu .main-menu-item .sub-menu-item ul li,
.big-menu .main-menu-item .sub-menu-item ul li {
  margin-top: 2px;
}

.main-menu .main-menu-item .sub-menu-item ul li a,
.big-menu .main-menu-item .sub-menu-item ul li a {
  font-weight: 400;
}

.sub-menu-item {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 15px;
  margin: 2px 0;
}

.sub-menu-item a,
.sub-menu-item a:visited {
  position: relative;
  font-weight: bold;
  color: #636363;
}

.sub-menu-item a:hover,
.sub-menu-item a:visited:hover {
  color: #442642;
  text-decoration: none;
}

.sub-menu-item a.special-green-color,
.sub-menu-item a:visited.special-green-color {
  color: #780976;
}

.sub-menu-item a.special-green-color:hover,
.sub-menu-item a:visited.special-green-color:hover {
  color: #442642;
  text-decoration: none;
}

.sub-menu-item a.with-icon span,
.sub-menu-item a:visited.with-icon span {
  position: absolute;
  top: 0;
  right: -30px;
  color: #e34500;
  font-family: raleway-bold, arial, sans-serif;
  font-size: 10px;
  text-transform: uppercase;
}

.sub-menu-item a.with-icon.icon-agency-account,
.sub-menu-item a:visited.with-icon.icon-agency-account {
  padding-left: 35px;
}

.sub-menu-item a.with-icon.icon-agency-account:before,
.sub-menu-item a:visited.with-icon.icon-agency-account:before {
  position: absolute;
  top: 0;
  width: 28px;
  display: block;
  background: url(../images/misc/sprite.png) no-repeat bottom left;
  content: "";
  height: 29px;
  background-position: -68px 0;
}

.sub-menu-item a.with-icon.icon-user-account,
.sub-menu-item a:visited.with-icon.icon-user-account {
  padding-left: 35px;
}

.sub-menu-item a.with-icon.icon-user-account:before,
.sub-menu-item a:visited.with-icon.icon-user-account:before {
  position: absolute;
  top: 0;
  width: 28px;
  display: block;
  background: url(../images/misc/sprite.png) no-repeat bottom left;
  content: "";
  height: 29px;
  background-position: -33px 0;
}

.sub-menu-item a.with-icon.icon-residential-projects,
.sub-menu-item a:visited.with-icon.icon-residential-projects {
  padding-left: 35px;
}

.sub-menu-item a.with-icon.icon-residential-projects:before,
.sub-menu-item a:visited.with-icon.icon-residential-projects:before {
  position: absolute;
  top: -3px;
  width: 18px;
  display: block;
  background: url(../images/misc/sprite.png) no-repeat bottom left;
  content: "";
  height: 21px;
  background-position: -33px -38px;
}

.delimiter {
  width: 100%;
  max-width: 100%;
  height: 1px;
  background-color: rgb(173, 118, 176, 0.2);
  margin-bottom: 11px;
}

.SumoSelect {
  width: 100%;
  cursor: pointer;
}

.SumoSelect .col-12 {
  width: 100%;
  max-width: 100%;
}

.SumoSelect .col-6 {
  width: 50%;
  max-width: 50%;
}

.SumoSelect.special-main-dropdown .SelectBox {
  background-color: #780976;
  border: 1px solid #780976;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
}

.SumoSelect.special-main-dropdown .SelectBox.attention {
  background-color: red;
}

.SumoSelect.special-main-dropdown .SelectBox span {
  color: #fff;
}

.SumoSelect.special-main-dropdown .SelectBox label {
  background-position: -463px -13px;
}

.SumoSelect .SelectBox {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 11px 18px;
  cursor: pointer;
}

.SumoSelect .SelectBox span {
  font-family: raleway-bold, arial, sans-serif;
  font-size: 12px;
  color: #474646;
  text-align: left;
  cursor: pointer;
}

.SumoSelect .SelectBox .optWrapper {
  top: 39px;
}

.SumoSelect .SelectBox .optWrapper .options li label {
  font-family: raleway-bold, arial, sans-serif;
  font-size: 12px;
  color: #474646;
  white-space: normal;
}

.SumoSelect.sort-dropdown {
  width: auto;
  max-width: 100%;
  padding-top: 7px;
}

.SumoSelect.sort-dropdown.open>.CaptionCont,
.SumoSelect.sort-dropdown:focus>.CaptionCont,
.SumoSelect.sort-dropdown:hover>.CaptionCont {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.SumoSelect.sort-dropdown>.CaptionCont>label {
  display: inline-block;
  width: 11px;
  height: 15px;
  top: 2px;
  right: 0;
  margin-bottom: 0;
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -39px -151px;
}

.SumoSelect.sort-dropdown .SelectBox {
  border: none;
  padding: 0;
}

.SumoSelect.sort-dropdown .SelectBox span {
  padding-right: 20px;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 14px;
  color: #636363;
  text-transform: uppercase;
}

.SumoSelect.open>.CaptionCont,
.SumoSelect:focus>.CaptionCont,
.SumoSelect:hover>.CaptionCont {
  -webkit-box-shadow: 0 0 2px #ffe6d7;
  -moz-box-shadow: 0 0 2px #ffe6d7;
  box-shadow: 0 0 2px #ffe6d7;
  border-color: #ffe6d7;
}

.SumoSelect>.optWrapper>.options li.opt {
  padding: 6px 18px;
}

.SumoSelect .select-all>label,
.SumoSelect>.CaptionCont,
.SumoSelect>.optWrapper>.options li.opt label {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 12px;
  color: #666;
  margin: 0;
  text-align: left;
  text-transform: none;
  white-space: normal;
}

.SumoSelect>.CaptionCont>label {
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -463px 0;
  display: inline-block;
  width: 13px;
  height: 8px;
  top: 14px;
  right: 18px;
  cursor: pointer;
}

.SumoSelect>.CaptionCont>label>i {
  display: none;
}

.SumoSelect.open .search-txt {
  padding: 7px 18px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

.sumo-select-zone .SumoSelect.open .search-txt {
  padding: 11px 18px;
}

.jqTransformHidden {
  display: none;
}

.jqTransformRadioWrapper {
  display: inline-block;
}

.jqTransformRadio {
  background: transparent url(../images/icons/radio.png) no-repeat center top;
  vertical-align: middle;
  height: 19px;
  width: 18px;
  display: block;
}

span.jqTransformCheckboxWrapper {
  display: inline-block;
  position: absolute;
  right: 0;
}

.jqTransformRadioWrapper {
  display: inline-block;
}

a.jqTransformCheckbox {
  background: transparent url(../images/icons/checkbox.gif) no-repeat center top;
  vertical-align: middle;
  height: 19px;
  width: 18px;
  display: block;
}

a.jqTransformChecked {
  background-position: center bottom;
}

.header-search-form .select-2-options .SumoSelect .SelectBox {
  background-color: #780976;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  padding: 10px 18px;
  border: 2px solid #780976;
  border-right: none;
}

.header-search-form .select-2-options .SumoSelect .SelectBox span {
  width: 110px;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 16px;
  color: #fff;
  text-transform: capitalize;
}

.header-search-form .select-2-options .SumoSelect .SelectBox label {
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -463px -12px;
  display: inline-block;
  width: 13px;
  height: 8px;
  top: 17px;
  right: 18px;
  cursor: pointer;
}

.header-search-form .select-2-options .SumoSelect .optWrapper {
  top: 46px;
}

.header-search-form .select-2-options .SumoSelect .optWrapper .opt {
  padding: 9px 18px;
}

.header-search-form .select-2-options .SumoSelect .optWrapper .opt:hover {
  background-color: #ad76b0;
}

.header-search-form .select-2-options .SumoSelect .optWrapper .opt:hover label {
  color: #fff;
}

.header-search-form .select-2-options .SumoSelect .optWrapper .opt.selected {
  display: none;
}

.header-search-form .select-2-options .SumoSelect .optWrapper .opt label {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 16px;
  color: #780976;
  text-transform: capitalize;
  text-align: left;
}

.header-search-form .select-2-types .SumoSelect .SelectBox {
  background-color: #fff;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  padding: 10px 18px;
  border: 2px solid #fff;
  border-left: none;
}

.header-search-form .select-2-types .SumoSelect .SelectBox span {
  width: 140px;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 16px;
  color: #474646;
  text-transform: capitalize;
}

.header-search-form .select-2-types .SumoSelect .SelectBox label {
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -463px 0;
  display: inline-block;
  width: 13px;
  height: 8px;
  top: 17px;
  right: 18px;
  cursor: pointer;
}

.header-search-form .select-2-types .SumoSelect .optWrapper {
  top: 46px;
}

.header-search-form .select-2-types .SumoSelect .optWrapper .opt {
  padding: 9px 18px;
}

.header-search-form .select-2-types .SumoSelect .optWrapper .opt:hover label {
  color: #474646;
}

.header-search-form .select-2-types .SumoSelect .optWrapper .opt.selected {
  display: none;
}

.header-search-form .select-2-types .SumoSelect .optWrapper .opt label {
  font-family: raleway-medium, arial, sans-serif;
  font-size: 16px;
  color: #474646;
  text-transform: capitalize;
  text-align: left;
}

.header-search-form .sumo-select-zone .SumoSelect .SelectBox {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.header-search-form .sumo-select-zone .SumoSelect .SelectBox label {
  top: 17px;
}

.header-search-form .sumo-select-zone .SumoSelect .SelectBox span,
.header-search-form .sumo-select-zone .SumoSelect .SelectBox span.placeholder {
  font-family: raleway-medium-italic, arial, sans-serif;
  font-size: 16px;
  color: #474747;
  text-transform: initial;
}

.header-search-form .sumo-select-zone .SumoSelect .optWrapper {
  top: 43px;
}

.header-search-form .sumo-select-zone .SumoSelect .optWrapper .opt {
  padding: 9px 18px;
}

.fav-menu {
  position: fixed;
  top: 250px;
  height: 176px;
  width: 80px;
  right: 0;
  background-color: #fff;
  border-right: 5px solid #26282b;
  -webkit-border-radius: 12px 0 0 12px;
  -moz-border-radius: 12px 0 0 12px;
  border-radius: 12px 0 0 12px;
  z-index: 999;
  line-height: normal;
  -webkit-box-shadow: -6px 1px 15px 1px rgba(35, 31, 32, 0.1);
  -moz-box-shadow: -6px 1px 15px 1px rgba(35, 31, 32, 0.1);
  box-shadow: -6px 1px 15px 1px rgba(35, 31, 32, 0.1);
}

.fav-circle {
  position: absolute;
  left: 13px;
  top: 57px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 49px;
  height: 49px;
  background: rgb(173, 118, 176);
  font-family: raleway-bold, arial, sans-serif;
  color: #fff;
  line-height: 49px;
  text-align: center;
  font-size: 16px;
}

.top-txt-fav-menu {
  position: absolute;
  font-size: 10px;
  font-family: raleway-bold, arial, sans-serif;
  text-align: center;
  top: 20px;
  color: #6e6e6e;
}

.btm-txt-fav-menu {
  position: absolute;
  font-size: 11px;
  font-family: raleway-bold, arial, sans-serif;
  text-align: center;
  top: 128px;
  text-transform: uppercase;
  color: #26282b;
}

.btm-txt-fav-menu:before {
  content: "";
  position: absolute;
  top: -6px;
  left: 14px;
  background: url(../images/icons/separator-fav.png) no-repeat top left;
  width: 48px;
  height: 1px;
}

.btm-txt-fav-menu:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 14px;
  background: url(../images/icons/separator-fav.png) no-repeat top left;
  width: 48px;
  height: 1px;
}

.heart-fav {
  position: absolute;
  right: 11px;
  top: 52px;
  width: 49px;
  height: 49px;
  background: url(../images/icons/heart-fav.png) no-repeat top right;
  z-index: 1;
}

.btm-txt-fav-menu a {
  text-decoration: none;
}

.floating-cta-banner {
  position: fixed;
  bottom: 22px;
  right: 10px;
  z-index: 999;
}

.floating-cta-banner .close-banner {
  position: absolute;
  top: -9px;
  right: 2px;
  z-index: 1000;
  cursor: pointer;
}

.floating-btn-to-top {
  position: fixed;
  display: block;
  bottom: 22px;
  right: 10px;
  width: 54px;
  height: 54px;
  z-index: 998;
  background: url(../images/icons/up-to-button.png) no-repeat top left;
  cursor: pointer;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}

.floating-btn-to-top.hide {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
}

.offer-call-center {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 5px 0;
}

.offer-call-center .fake-col {
  width: 10px;
  max-width: 10px;
}

.offer-call-center .call-center {
  padding: 6px 0;
  font-family: raleway-bold, arial, sans-serif;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  position: relative;
  padding: 7px 0;
  border-right: 1px solid #fff;
  max-width: 100%;
  flex: 100%;
  background: #780976;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.offer-call-center .call-center .call-center-text {
  margin-left: 45px;
}

.offer-call-center .call-center a {
  margin-right: 10px;
}

.offer-call-center .call-center:before {
  content: "";
  position: absolute;
  top: -14px;
  left: -10px;
  width: 60px;
  height: 60px;
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -314px -150px;
}

.offer-call-center .call-center .text {
  position: absolute;
  top: 4px;
  left: 50%;
  width: 40px;
  height: 21px;
  margin-left: -4px;
  background: url(../images/misc/sprite.png) no-repeat top left;
  background-position: -378px -150px;
}

.column {
  float: left;
  width: 25%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
}

.modal.show {
  display: block;
  overflow: hidden;
}

.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 10px;
  font-family: raleway-medium, arial, sans-serif;
  color: #fff;
  font-size: 35px;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

.next,
.prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  transition: 0.6s ease;
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.next {
  right: 0;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.next:hover,
.prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: #000;
  padding: 2px 16px;
  color: #fff;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.hover-shadow:hover {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2),
    0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.slider-swiper-wrapper {
  width: 80%;
  height: 90%;
  margin: 0 auto;
}

.swiper-container-lightbox {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  -moz-background-size: contain;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.gallery-top {
  height: 80%;
  width: 100%;
  overflow: hidden;
}

.gallery-thumbs {
  height: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-thumbs .swiper-slide {
  width: 12%;
  height: 100%;
  opacity: 0.4;
}

.gallery-thumbs .swiper-slide-active {
  opacity: 1;
}

.replacertop {
  height: 65px;
}

.promovare-form {
  padding: 32px 50px 37px 50px;
  margin: 0 auto;
  background-color: #f5f5f5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 14px;
  -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .1);
}

@media (max-width: 1438px) {
  .fav-menu {
    display: none;
  }
}

@media (max-width: 1278px) {
  .page-wrapper {
    padding: 0 20px;
  }

  .page-grid-item-per-row .section-content-sidebar-grid .content-sidebar {
    max-width: 25%;
    margin-right: 2%;
  }

  .page-grid-item-per-row .section-content-sidebar-grid .content-grid {
    max-width: 73%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0 !important;
  }

  .offer-wrapper .slider img {
    margin: 0 auto;
    top: 0;
    bottom: 0;
    left: -9999px;
    right: -9999px;
    width: auto;
    height: 100%;
    max-width: none;
  }

  .offer-wrapper .offer-agency-image {
    line-height: 113px;
  }

  .offer-wrapper .offer-details .text-left,
  .offer-wrapper .offer-details .text-right {
    padding: 0;
  }

  .residential-project .card-per-row-wrapper.card-per-row-internal .card-image-wrapper {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }

  .residential-project .card-per-row-wrapper.card-per-row-internal .card-info-wrapper {
    padding-left: 0;
  }

  .residential-project .card-per-row-wrapper.card-per-row-internal .card-info-wrapper .card-title {
    height: auto;
  }
}

@media (max-width: 1262px) {
  .agents-list-wrapper .agents-list-row .agent-wrapper {
    text-align: center;
  }

  .agents-list-wrapper .agents-list-row .agent-image-wrapper,
  .agents-list-wrapper .agents-list-row .agent-info-wrapper {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .agents-list-wrapper .agents-list-row .agent-image-wrapper {
    margin-bottom: 8px;
  }
}

@media (max-width: 1222px) {
  .main-menu .main-menu-item:last-child .sub-menu {
    width: 222px;
  }
}

@media (max-width: 1200px) {
  .content-grid {
    padding-left: 20px !important;
  }

  .cards-offers-wrapper {
    padding: 0;
  }

  .page-grid-item-per-row .section-content-sidebar-grid>.row {
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .page-grid-item-per-row .section-content-sidebar-grid .content-sidebar {
    max-width: 100%;
    width: 100%;
  }

  .page-grid-item-per-row .section-content-sidebar-grid .content-sidebar .banner-image {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .page-grid-item-per-row .section-content-sidebar-grid .content-sidebar .banner-image .agency-image {
    display: inline-block;
  }

  .page-grid-item-per-row .section-content-sidebar-grid .content-grid {
    max-width: 100%;
    width: 100%;
    padding-left: 0 !important;
  }

  .section-advanced-search-form .col-6 {
    max-width: 100% !important;
    width: 100%;
    margin-bottom: 7px;
  }

  .section-advanced-search-form .checkbox-field .col-2 {
    max-width: 100%;
    width: 100%;
  }

  .section-advanced-search-form form .row-form-field.field-wrapper-only-options,
  .section-advanced-search-form form .row-form-field.field-wrapper-type-destination,
  .section-advanced-search-form form .row-form-field.field-wrapper-zone {
    margin-bottom: 0;
  }

  .swiper-wrapper .swiper-button-prev {
    left: -25px;
  }

  .swiper-wrapper .swiper-button-next {
    right: -25px;
  }
}

@media (max-width: 1180px) {
  .section-social-media-blog .section-image {
    max-width: 50%;
  }

  .section-social-media-blog .special-left-border {
    margin-left: 5%;
  }
}

@media (max-width: 1150px) {
  .big-menu.active {
    position: absolute;
    top: 64px;
    left: 0;
    width: 100%;
    height: 427px;
    overflow-y: auto;
  }

  .big-menu .menu-wrapper {
    padding: 0;
    padding-bottom: 26px;
    overflow-y: visible;
  }

  .big-menu .main-menu-item {
    max-width: 50%;
    width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 26px;
    padding-bottom: 0;
  }

  .offer-call-center .col,
  .offer-call-center .col-3 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 19px;
  }

  .offer-call-center .col.fake-col {
    width: 0;
    padding: 0;
  }

  .offer-call-center .col:last-child {
    margin-bottom: 0;
  }

  .offer-call-center .call-center {
    height: 30px;
  }
}

@media (max-width: 1100px) {
  .header-top-subsection .page-wrapper {
    padding: 0;
  }

  .footer-description-image-text .col-6:first-child {
    padding-left: 0;
  }

  .footer-description-image-text .text-wrapper {
    padding-right: 0;
  }
}

@media (max-width: 1068px) {
  .offer-wrapper .offer-agent-phone-number {
    padding: 15px 0;
  }

  .offer-wrapper .offer-details .price {
    font-size: 24px;
  }
}

@media (max-width: 1000px) {
  h1 {
    font-size: 32px;
  }

  .register-wrapper .inputs-wrapper {
    padding: 32px 5px 37px 5px;
  }

  .main-menu-subsection {
    display: none;
  }

  .header-center .page-wrapper {
    padding-top: 20px;
  }

  .header-center {
    margin-top: 64px;
    padding-top: 0;
  }

  .general-search-form,
  .header-top-add-btn {
    display: none !important;
  }

  .general-search-form.mobile-general-search-form {
    display: inline-block !important;
  }

  .big-menu-search-form-wrapper {
    display: block;
    text-align: left;
    padding: 10px 26px;
    padding-right: 40px;
    background-color: #fff;
  }

  .section-content-sidebar-grid>.row {
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .promovare-agentie-imobiliara-iasi .section-content-sidebar-grid>.row {
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    flex-direction: column;
  }

  .section-content-sidebar-grid .content-sidebar {
    max-width: 100%;
    width: 100%;
  }

  .section-content-sidebar-grid .content-sidebar .banner-image {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

  .section-content-sidebar-grid .content-sidebar .banner-image.about-us-banner {
    display: none;
  }

  .section-content-sidebar-grid .content-sidebar .banner-image .agency-image {
    display: inline-block;
  }

  .section-content-sidebar-grid .content-grid {
    max-width: 100%;
    width: 100%;
    padding-left: 0 !important;
  }

  .cards-offers-wrapper {
    padding: 0 0;
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
    -moz-box-pack: justify !important;
    justify-content: space-between !important;
  }

  .cards-offers-wrapper .card-item {
    margin-bottom: 50px;
  }

  .cards-offers-wrapper .card-title {
    font-size: 24px;
    padding: 0 10px;
    height: auto;
  }

  .section-main-content-wrapper h3,
  .section-promoted-deals h3 {
    max-width: 90%;
    font-size: 24px;
    margin-bottom: 30px;
  }

  .section-promoted-deals .page-wrapper {
    padding: 0;
  }

  .cards-offers-wrapper .card-image {
    width: 333px;
  }

  .swiper-container-promoted-deals {
    width: 75%;
    overflow: hidden;
    margin: 0 auto;
    display: inline-block;
  }

  .swiper-container-promoted-deals .swiper-pagination {
    display: inline-block;
  }

  .agency-wrapper .left-column,
  .agency-wrapper .right-column {
    max-width: 50%;
    width: 50%;
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -moz-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
  }

  .residential-project .left-column-wrapper,
  .residential-project .right-column-wrapper {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .offer-wrapper .offer-details .price {
    font-size: 24px;
  }

  .offer-wrapper .offer-agent-image {
    max-width: 125px;
  }

  .about-us-banner {
    display: inline-block;
  }

  .card-per-row-wrapper .card-info-wrapper .card-title {
    height: auto;
  }

  .promote-wrapper .image-wrapper .icon-small {
    height: 38%;
  }

  .agency-wrapper.residential-project .agency-images {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
    -moz-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .section-advanced-search-form {
    max-width: 60%;
  }

  .section-advanced-search-form .field-wrapper-only-options .col-6 {
    max-width: 49% !important;
  }

  .section-advanced-search-form .col-6 {
    max-width: 100% !important;
    width: 100%;
    margin-bottom: 7px;
  }

  .section-advanced-search-form .checkbox-field .col-2 {
    max-width: 100%;
    width: 100%;
  }

  .agents-list-wrapper .agents-list-row .agent-wrapper {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-bottom: 50px;
  }

  .agents-list-wrapper .agents-list-row .agent-wrapper:last-child {
    margin-bottom: 0;
  }

  .offer-wrapper .offer-contact-form-wrapper .offer-contact-form .form-btn {
    padding: 8px 32px;
    font-size: 14px;
  }

  .left-sidebar-contact-form-wrapper .offer-contact-form .g-recaptcha-wrapper .g-recaptcha {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform-origin: center left;
    -ms-transform-origin: center left;
    -o-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform-origin: center left;
  }

  .g-recaptcha {
    -moz-transform: scale(0.84);
    -ms-transform: scale(0.84);
    -o-transform: scale(0.84);
    transform: scale(0.84);
    -webkit-transform: scale(0.84);
    -moz-transform-origin: center left;
    -ms-transform-origin: center left;
    -o-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform-origin: center left;
  }

  .swiper-wrapper .swiper-button-next,
  .swiper-wrapper .swiper-button-prev {
    display: none;
  }
}

@media (max-width: 900px) {
  .card-per-row-wrapper.card-per-row-internal .card-image-wrapper {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }

  .card-per-row-wrapper.card-per-row-internal .card-info-wrapper {
    padding-left: 0;
  }

  .card-per-row-wrapper.card-per-row-internal .card-info-wrapper .card-title {
    height: 39px;
  }

  .card-per-row-wrapper .card-image-wrapper {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin-bottom: 25px;
  }

  .card-per-row-wrapper .card-info-wrapper {
    padding-left: 0;
  }

  .footer-description-image-text .row {
    margin-right: 0;
    margin-left: 0;
  }

  .footer-description-image-text .col-6 {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    text-align: center !important;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-description-image-text .col-6:last-child {
    max-width: 50%;
  }
}

@media (max-width: 886px) {
  .agency-card-wrapper .agency-card-image {
    padding: 40px 0;
  }

  .agency-card-wrapper .agency-card-reward-image {
    padding: 34px 0;
  }
}

@media (max-width: 860px) {

  .offer-wrapper .left-column,
  .offer-wrapper .right-column {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .offer-wrapper .left-column {
    padding-right: 15px;
  }

  .g-recaptcha {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform-origin: center center;
  }
}

@media (max-width: 800px) {
  .register-wrapper .inputs-wrapper {
    padding: 32px 5px 37px 5px;
  }

  .account-data-inputs-wrapper,
  .agency-data-inputs-wrapper,
  .builder-data-inputs-wrapper,
  .contact-data-inputs-wrapper {
    margin-bottom: 20px;
  }

  .account-data-inputs-wrapper.col-4,
  .account-data-inputs-wrapper.col-6,
  .agency-data-inputs-wrapper.col-4,
  .agency-data-inputs-wrapper.col-6,
  .builder-data-inputs-wrapper.col-4,
  .builder-data-inputs-wrapper.col-6,
  .contact-data-inputs-wrapper.col-4,
  .contact-data-inputs-wrapper.col-6 {
    max-width: 100%;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    -webkit-box-flex: 100%;
    -moz-box-flex: 100%;
    flex: 100%;
  }

  .login-wrapper .login-form-wrapper .input-wrapper {
    max-width: 80%;
    width: 100%;
  }

  .login-wrapper .login-form-wrapper .input-wrapper .input-background {
    padding: 35px 5px;
  }

  .login-wrapper .login-form-wrapper .input-wrapper input[type="text"] {
    max-width: 100%;
    width: 100%;
  }

  .section-social-media-blog {
    padding-bottom: 0;
  }

  .section-social-media-blog .social-media-info {
    padding-left: 50px;
  }

  .section-social-media-blog .section-image {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    text-align: center;
  }

  .section-social-media-blog .special-left-border {
    margin-left: 0;
    padding-top: 70px;
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    border: none;
  }

  /*.section-social-media-blog .special-left-border .icon-blog,
  .section-social-media-blog .special-left-border .icon-facebook {
    padding-left: 55px;
  }*/
  .section-social-media-blog .social-media-info a.icon-blog:before,
  .section-social-media-blog .social-media-info a:visited.icon-blog:before {
    top: 12px;
  }

  .section-social-media-blog .special-left-border .icon-blog:before,
  .section-social-media-blog .special-left-border .icon-facebook:before {
    left: 0 !important;
  }

  /*.section-social-media-blog .social-media-info p .short-content,
  .section-social-media-blog .social-media-info .small-info {
    padding-left: 55px;
  }*/
  .footer-description-text.column-images .ml-5,
  .footer-description-text.column-images .mr-5 {
    margin: 0 !important;
  }

  .footer-description-text.column-images .col-4 {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-bottom: 50px;
  }

  .footer-description-text.column-images .col-4:last-child {
    margin-bottom: 0;
  }

  .footer-description-text.column-images .col-4 div {
    text-align: center;
    font-size: 16px;
  }

  .promote-wrapper .image-wrapper .icon-small {
    top: 15px;
    left: 10px;
  }

  .floating-cta-banner {
    right: 0;
    bottom: 0;
  }
}

@media (max-width: 774px) {
  .optional {
    display: flex;
    flex-direction: column;
    justify-content: space-between !important;
    align-items: center;
    height: 100%;
    padding: 0px;
    margin: 20px auto 0px auto;
  }

  .list-card-wrapper.residential-projects-list .image-wrapper {
    max-width: 100%;
    height: auto;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-bottom: 25px;
  }

  .list-card-wrapper.residential-projects-list .info-wrapper {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }

  .list-card-wrapper.residential-projects-list .info-wrapper .list-card-info {
    margin-bottom: 25px;
  }

  .list-card-wrapper.residential-projects-list .info-wrapper a.list-card-btn,
  .list-card-wrapper.residential-projects-list .info-wrapper a.list-card-btn:visited {
    position: relative;
    left: auto;
    bottom: auto;
  }
}

@media (max-width: 750px) {
  .section-advanced-search-form {
    max-width: 75%;
  }
}

@media (max-width: 700px) {
  .mobile-section.show {
    display: block;
  }

  .mobile-section.hide {
    display: none;
  }

  .agency-wrapper.residential-project .left-column-wrapper,
  .agency-wrapper.residential-project .right-column-wrapper {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .agency-wrapper.residential-project .delimiter.mt-10 {
    margin-top: 10px;
    margin-bottom: 22px;
  }

  .agency-wrapper .left-column,
  .agency-wrapper .right-column {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    padding: 0;
  }

  .agency-wrapper .left-column .ml-0 {
    margin: 0;
  }

  .agents-list-wrapper .agents-list-row .agent-wrapper {
    max-width: 50%;
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -moz-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    margin-bottom: 0;
  }

  .agents-list-wrapper .agents-list-row .agent-wrapper:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 670px) {
  .agency-card-wrapper .agency-card-image {
    padding: 50px 0;
  }

  .agency-card-wrapper .agency-card-reward-image {
    padding: 44px 0;
  }

  .agency-card-wrapper .agency-details-btn a,
  .agency-card-wrapper .agency-details-btn a:visited {
    padding: 9px 62px;
  }
}

@media (max-width: 650px) {
  .section-content-sidebar-grid .content-grid .card-wrapper {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-bottom: 25px;
  }

  .section-content-sidebar-grid .content-grid .card-wrapper.card-wrapper-big {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .agency-card-wrapper .agency-card-image,
  .agency-card-wrapper .agency-card-reward-image {
    max-width: 50%;
    width: 50%;
  }

  .agency-card-wrapper .agency-card-reward-image {
    margin-right: 0;
  }

  .agency-card-wrapper .agency-card-info {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-top: 30px;
  }

  .promote-wrapper .left-side,
  .promote-wrapper .right-side {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    padding-right: 0 !important;
  }

  .promote-wrapper .left-side {
    margin-bottom: 80px;
  }

  .promote-wrapper .empty-space {
    display: none;
  }

  .agency-card-wrapper .agency-offers-no {
    float: left;
    padding-top: 11px;
    margin-bottom: 20px;
  }

  .agency-card-wrapper .agency-details-btn {
    float: right;
  }

  .agency-card-wrapper .delimiter.delimiter-light-grey {
    margin: 20px 0;
  }
}

@media (max-width: 620px) {
  .card-per-row-wrapper .card-info-wrapper .card-actions .offer-add-to-favorites {
    max-width: 100px;
    display: inline-block;
  }

  .card-per-row-wrapper .card-info-wrapper .card-actions .offer-add-to-favorites button.btn-grey .btn-text {
    display: none;
  }
}

@media (max-width: 600px) {
  .offer-wrapper .offer-extra-details .extra-details-list li {
    flex: 100%;
  }

  .swiper-container-promoted-deals {
    width: 100%;
  }

  .offer-wrapper h2.offer-subtitle {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }

  .offer-wrapper .offer-informations {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    text-align: left !important;
    margin-bottom: 8px;
    margin-top: 8px;
  }

  .offer-wrapper .slider {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    height: auto;
  }

  .offer-wrapper .slider img {
    height: auto !important;
    max-width: 100% !important;
  }

  .offer-wrapper .swiper-container .swiper-wrapper {
    max-height: initial !important;
    height: auto !important;
  }

  .offer-wrapper .offer-details {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }

  .offer-wrapper .offer-details .price {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }

  .section-advanced-search-form {
    max-width: 100%;
  }

  .section-big-banner .banner-desktop {
    display: none;
  }

  .section-big-banner .banner-mobile {
    display: block;
  }

  .footer-description-image-text .col-6:last-child {
    max-width: 87%;
  }
}

@media (max-width: 550px) {
  h1 {
    font-size: 25px;
  }

  .account-icon-wrapper,
  .menu-trigger {
    width: 70px;
    max-width: 70px;
  }

  .account-icon-wrapper .padding-tb-18,
  .menu-trigger .padding-tb-18 {
    padding: 12px 0;
  }

  .header-center {
    margin-top: 53px;
  }

  .big-menu.active {
    top: 65px;
  }

  .logo {
    height: 100%;
    line-height: 48px;
    margin: 0;
  }

  .section-promoted-deals .page-wrapper {
    padding: 0;
  }

  .cards-offers-wrapper {
    padding: 0;
  }

  .cards-offers-wrapper .card-item {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .section-main-content-wrapper {
    background-color: #fafafa;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-main-content-wrapper .page-wrapper {
    padding: 0;
  }

  .section-content-sidebar-grid .content-grid .card-wrapper {
    background-color: #fff;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .section-content-sidebar-grid .content-grid .card-wrapper .card-actions,
  .section-content-sidebar-grid .content-grid .card-wrapper .card-info {
    padding: 0 10px;
  }

  .grid-list-pagination-actions .col-6 {
    display: none;
  }

  .grid-list-pagination-actions .col-3 {
    -webkit-box-flex: 50%;
    -webkit-flex: 50%;
    -moz-box-flex: 50%;
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }

  .grid-list-pagination-actions.mobile {
    display: block;
  }

  .big-menu-search-form-wrapper {
    padding-right: 26px;
  }

  .grid-2-columns-3-images {
    height: auto;
    max-height: initial;
  }

  .grid-2-columns-3-images .grid-left-column {
    padding-right: 0;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    width: 100%;
  }

  .grid-2-columns-3-images .grid-right-column {
    padding-left: 0;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    width: 100%;
    height: auto;
  }

  .grid-2-columns-3-images .top-column {
    max-width: 50%;
    padding-top: 2px;
    padding-right: 1px;
  }

  .grid-2-columns-3-images .bottom-column {
    max-width: 50%;
    padding-top: 2px;
    padding-left: 1px;
  }

  .grid-2-columns-3-images .w-100 {
    width: 0 !important;
  }

  .agents-list-wrapper .agents-list-row .agent-wrapper {
    max-width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    margin-bottom: 50px;
  }

  .agents-list-wrapper .agents-list-row .agent-wrapper:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 520px) {
  .list-card-wrapper.residential-projects-list .info-wrapper .list-card-info {
    text-align: left;
  }

  .list-card-wrapper.residential-projects-list .info-wrapper hr {
    max-width: 220px;
    width: auto;
  }

  .list-card-wrapper .list-card-image,
  .list-card-wrapper .list-card-info {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    text-align: center;
    max-width: 100%;
    width: 100%;
  }

  .list-card-wrapper .list-card-image {
    margin-bottom: 25px;
  }

  .list-card-wrapper .list-card-website {
    margin-bottom: 10px;
  }

  .list-card-wrapper button.blue {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 502px) {
  .card-per-row-wrapper .card-info-wrapper .card-actions .card-btn {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin-top: 20px;
  }

  .card-per-row-wrapper .card-info-wrapper .card-actions .card-price {
    text-align: left !important;
  }

  .card-per-row-wrapper .card-info-wrapper .card-actions .card-add-delete {
    text-align: right !important;
    max-width: 100px;
  }

  .card-per-row-wrapper .card-info-wrapper .card-actions .offer-add-to-favorites {
    max-width: 100px;
    display: inline-block;
  }

  .card-per-row-wrapper .card-info-wrapper .card-actions .offer-add-to-favorites button.btn-grey .btn-text {
    display: none;
  }
}

@media (max-width: 500px) {
  .login-wrapper .login-form-wrapper .input-wrapper {
    max-width: 100%;
    width: 100%;
  }

  .big-menu.active {
    width: 100%;
  }

  .big-menu .main-menu-item {
    max-width: 100%;
    width: 100%;
  }

  .section-main-content-wrapper,
  .section-promoted-deals {
    padding-bottom: 45px;
  }

  .section-main-content-wrapper h3,
  .section-promoted-deals h3 {
    font-size: 26px;
    margin-bottom: 0;
  }

  .section-main-content-wrapper h6,
  .section-promoted-deals h6 {
    font-size: 16px;
    margin-bottom: 50px;
  }

  .agency-card-wrapper h3 {
    font-size: 26px;
  }

  .agency-card-wrapper .agency-card-image,
  .agency-card-wrapper .agency-card-reward-image {
    max-width: 100%;
    width: 100%;
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .agency-card-wrapper .agency-card-image {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .agency-wrapper.residential-project .info-slider .info,
  .agency-wrapper.residential-project .info-slider .slider-actions {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    width: 100%;
    border: none;
  }

  .agency-wrapper.residential-project .info-slider .slider-actions>div {
    padding-left: 26px;
  }

  .agency-wrapper.residential-project .info-slider .slider-actions>div img {
    left: 0;
  }
}

@media (max-width: 450px) {
  .blog .post-content {
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .blog .sidebar {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }

  .header-form-wrapper {
    width: auto;
    max-width: 100%;
  }

  .header-form-wrapper .header-search-form input[type="submit"] {
    padding: 13px 0;
    width: 100%;
  }

  .agency-wrapper .agency-image {
    max-width: 48%;
    width: 50%;
    -webkit-box-flex: 48%;
    -webkit-flex: 48%;
    -moz-box-flex: 48%;
    -ms-flex: 48%;
    flex: 48%;
    margin-right: 4%;
  }

  .agency-wrapper .reward-image {
    max-width: 48%;
    width: 50%;
    -webkit-box-flex: 48%;
    -webkit-flex: 48%;
    -moz-box-flex: 48%;
    -ms-flex: 48%;
    flex: 48%;
  }

  .cards-offers-wrapper .card-image {
    width: 390px;
  }

  .category-wrapper .category-email-form button,
  .category-wrapper .category-email-form input[type="email"] {
    width: 100%;
    max-width: 100%;
  }

  .category-wrapper .category-email-form input[type="email"] {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .grid-2-columns-3-images .grid-left-column {
    height: 255px;
  }

  .grid-2-columns-3-images .bottom-column,
  .grid-2-columns-3-images .top-column {
    height: 125px;
  }
}

@media (max-width: 430px) {
  .agency-card-wrapper .agency-offers-no {
    float: none;
    padding-top: 0;
    text-align: center;
  }

  .agency-card-wrapper .agency-details-btn {
    float: none;
    text-align: center;
  }
}

@media (max-width: 410px) {
  .top-selects-wrapper .col {
    max-width: 50%;
  }

  .header-form-wrapper {
    padding: 0;
    background: 0 0;
  }

  .header-search-form .sumo-select-zone .SumoSelect .SelectBox span {
    font-size: 14px;
  }

  .header-search-form .sumo-select-zone .SumoSelect .SelectBox span.placeholder {
    font-size: 14px;
  }

  .header-search-form .sumo-select-zone .SumoSelect .SelectBox label {
    top: 16px;
  }

  .header-search-form .sumo-select-zone .SumoSelect .optWrapper {
    top: 40px;
  }

  .header-search-form .select-2-options .SumoSelect .SelectBox span {
    font-size: 14px;
  }

  .header-search-form .select-2-options .SumoSelect .SelectBox label {
    top: 15px;
  }

  .header-search-form .select-2-options .SumoSelect .optWrapper {
    top: 49px;
  }

  .header-search-form .select-2-options .SumoSelect .optWrapper .options li.opt {
    padding: 12px 20px;
  }

  .header-search-form .select-2-options .SumoSelect .optWrapper .options li label {
    font-size: 14px;
  }

  .header-search-form .select-2-types .SumoSelect .SelectBox span {
    font-size: 14px;
  }

  .header-search-form .select-2-types .SumoSelect .SelectBox label {
    top: 15px;
  }

  .header-search-form .select-2-types .SumoSelect .optWrapper {
    top: 49px;
  }

  .header-search-form .select-2-types .SumoSelect .optWrapper .options li.opt {
    padding: 12px 20px;
  }

  .header-search-form .select-2-types .SumoSelect .optWrapper .options li label {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .header-form-wrapper {
    width: auto;
    max-width: auto;
  }

  .register-wrapper .input-eula-agree-wrapper .wrapper {
    max-width: 60%;
  }

  .register-wrapper .input-eula-agree-wrapper .wrapper span {
    padding-left: 0;
  }

  .register-wrapper .input-eula-agree-wrapper input[type="checkbox"] {
    left: -20px;
  }

  .background-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }

  .cards-offers-wrapper {
    padding: 0 10px;
  }

  .cards-offers-wrapper .card-item {
    margin-left: 0;
    margin-right: 0;
  }

  .offer-wrapper .slider .smart-value {
    top: 10px;
    left: 10px;
  }

  .swiper-container .pagination-gallery-wrapper {
    left: 10px;
    bottom: 10px;
  }

  .swiper-container .swiper-button-prev {
    left: 10px;
  }

  .swiper-container .swiper-button-next {
    right: 10px;
  }

  .section-advanced-search-form .title.no-image:before {
    background: 0 0;
  }

  .SumoSelect.col-6 {
    -webkit-box-flex: 100%;
    -webkit-flex: 100%;
    -moz-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
  }

  .section-content-sidebar-grid .sidebar-forms-wrapper.hidden {
    display: none;
  }

  .pagina-articol .section-content-sidebar-grid .sidebar-forms-wrapper.hidden {
    display: block;
  }

  .homepage .section-content-sidebar-grid .sidebar-forms-wrapper.hidden {
    display: block;
  }

  .section-advanced-search-form form .row-form-field.from-to-fields .from-fields-wrapper:first-child {
    margin-bottom: 5px;
  }

  .trigger-forms-wrapper {
    display: block;
  }

  .trigger-forms-wrapper .section-advanced-search-form {
    display: block;
  }

  .list-card-wrapper.residential-projects-list .info-wrapper a.list-card-btn,
  .list-card-wrapper.residential-projects-list .info-wrapper a.list-card-btn:visited {
    width: 100%;
    max-width: 100%;
  }

  .section-promoted-deals .promoted-deals-more-wrapper a,
  .section-promoted-deals .promoted-deals-more-wrapper a:visited {
    padding: 16px 67px;
  }
}

@media (max-width: 370px) {
  .register-wrapper .input-eula-agree-wrapper input[type="checkbox"] {
    left: -15px;
  }
}

@media (max-width: 350px) {
  .section-social-media-blog .social-media-info .small-info {
    padding-left: 0;
    text-align: center;
  }

  .section-social-media-blog .social-media-info .article-btn {
    margin-left: 0;
    width: 100%;
    text-align: center;
  }

  .left-sidebar-contact-form-wrapper .offer-contact-form .g-recaptcha-wrapper .g-recaptcha {
    -moz-transform: scale(0.92);
    -ms-transform: scale(0.92);
    -o-transform: scale(0.92);
    transform: scale(0.92);
    -webkit-transform: scale(0.92);
    -moz-transform-origin: center left;
    -ms-transform-origin: center left;
    -o-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform-origin: center left;
  }

  .g-recaptcha {
    -moz-transform: scale(0.92);
    -ms-transform: scale(0.92);
    -o-transform: scale(0.92);
    transform: scale(0.92);
    -webkit-transform: scale(0.92);
    -moz-transform-origin: center left;
    -ms-transform-origin: center left;
    -o-transform-origin: center left;
    transform-origin: center left;
    -webkit-transform-origin: center left;
  }
}

.card-link .message img,
.smart-value .message img {
  vertical-align: top;
  margin-top: 2px;
}

.hand {
  cursor: hand;
  cursor: pointer;
}

.offer-call-center a {
  color: #fff;
  text-decoration: none;
}

/* BLOG */
.page-header-blog {
  width: 100%;
  height: 475px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 200px;
  position: relative;
  margin-bottom: 30px;
  background-color: #4a263a;
}

.page-header-blog:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #26282b;
  background: -moz-linear-gradient(161deg,
      #26282b 0%,
      #26282b 49%,
      rgb(235, 21, 240) 100%);
  background: -webkit-linear-gradient(161deg,
      #26282b 0%,
      #26282b 49%,
      rgb(235, 21, 240) 100%);
  background: linear-gradient(161deg,
      #26282b 0%,
      #26282b 49%,
      rgb(235, 21, 240) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26282b", endColorstr="#9f8054", GradientType=1);
  opacity: 0.65;
}

.page-header-blog .container {
  position: relative;
  z-index: 2;
}

.page-header-blog .container h1 {
  font-size: 5vw;
  color: #fff;
  font-family: raleway-medium, arial, sans-serif;
  color: #fff;
  padding: 0;
  margin: 0 0 20px;
}

.page-header-blog .container h2 {
  display: block;
  color: #fff;
  padding: 0;
  font-family: "Pt Sans", "Calibri";
}

.page-header-blog .container .breadcrumb {
  position: absolute;
  left: 15px;
  bottom: -30px;
  background: rgb(173, 118, 176);
  width: 70%;
  padding: 20px 20px;
  margin: 0;
  color: #fff;
}

.page-header-blog .container .breadcrumb li {
  color: #fff;
  font-weight: bold;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 18px;
}

.page-header-blog .container .breadcrumb li a {
  color: #26282b;
  text-decoration: none;
  font-family: raleway-medium, arial, sans-serif;
  font-size: 18px;
}

.blog {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0 100px;
}

.blog .container h1 {
  padding: 35px 0;
}

.blog .date {
  color: #780976;
  font-weight: bold;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.blog .text-principal p,
.text-principal h1,
.text-principal h2,
.text-principal h3,
.text-principal h4,
.text-principal h5,
.text-principal h6,
.text-principal ul,
.text-principal ol,
.text-principal li,
.text-principal a {
  font-family: 'Lato', arial, sans-serif;
}

.blog .post {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.blog .post .post-image {
  width: 100%;
  float: left;
  margin-bottom: 0;
}

.blog .post .post-image img {
  width: 100%;
  -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .1);
}

.blog .post .post-content {
  width: calc(100% - 60px);
  float: left;
  background: #fff;
  margin: 0 30px;
  margin-top: -100px;
  padding: 20px;
  -webkit-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .1);
  -moz-box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .1);
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .1);
}

.blog .post .post-content.single {
  width: 100%;
  margin: 0;
  margin-top: 50px;
  padding: 0;
}

.blog .post .post-content .post-title {
  font-weight: 800;
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

.blog .post .post-content h1.post-title {
  font-weight: 800;
  padding: 0;
}

.blog .post .post-content .post-title a {
  color: #26282b;
  transition: color 0.6s;
  font-family: raleway-medium, arial, sans-serif;
}

.blog .post .post-content .post-title a:hover {
  color: #26282b;
  text-decoration: none;
}

.blog .post .post-content .post-tags {
  width: 100%;
  float: left;
  padding: 0 5px;
}

.blog .post .post-content .post-tags i {
  font-size: 19px;
  float: left;
  margin-right: 10px;
  color: #9f8054;
  margin-top: 4px;
}

.blog .post .post-content .post-tags ul {
  display: block;
  margin: 0;
  padding: 0;
}

.blog .post .post-content .post-tags ul li {
  float: left;
  margin-right: 10px;
  padding: 0;
  list-style: none;
}

.blog .post .post-content .post-tags ul li a {
  color: #26282b;
  text-decoration: underline;
  font-family: raleway-medium, arial, sans-serif;
  /*font-family: "Pt Sans", sans-serif;*/
}

.blog .post .post-content ul {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  padding-left: 20px;
}

.blog .post .post-content ul li {
  margin: 0;
  padding: 4px 0;
}

.blog .post .post-content blockquote {
  display: inline-block;
  padding: 30px;
  background: #ebcfa7;
  margin-bottom: 40px;
}

.blog .post .post-content blockquote p {
  margin: 0;
}

.blog .post .post-content blockquote strong {
  font-size: 20px;
}

.blog .post .post-content .post-intro {
  width: 100%;
  float: left;
  font-size: 19px;
  line-height: 1.6;
  font-family: "Pt Sans", "Calibri";
}

.blog .post .post-content .post-author {
  width: 100%;
  float: left;
  line-height: 60px;
  margin-bottom: 20px;
}

.blog .post .post-content .post-author img {
  width: 60px;
  float: left;
  border-radius: 50%;
  margin-right: 10px;
}

.blog .post .post-content .post-author span {
  float: left;
  opacity: 0.5;
  margin-right: 5px;
}

.blog .post .post-content .post-author a {
  color: #780976;
}

.blog .sidebar {
  width: calc(100% - 50px);
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid rgb(173, 118, 176, 0.2);
  padding-left: 20px;
  margin-bottom: 20px;
}

.blog .sidebar .widget {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgb(173, 118, 176, 0.2);
}

.blog .sidebar .widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.blog .sidebar .widget .title {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  font-family: raleway-medium, arial, sans-serif;
}

.blog .sidebar .widget p {
  font-family: "Pt Sans", "Calibri";
  font-size: 15px;
}

.blog .sidebar .widget .categories {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.blog .sidebar .widget .categories li {
  width: 100%;
  display: block;
  margin: 0;
  padding: 2px 0;
  list-style: none;
}

.blog .sidebar .widget .categories li:before {
  content: "»";
  margin-right: 9px;
  color: #780976;
}

.blog .sidebar .widget .categories li span {
  float: right;
  color: #780976;
  font-family: "Pt Sans", "Calibri";
}

.blog .sidebar .widget .categories li a {
  color: #26282b;
  font-family: "Pt Sans", "Calibri";
  font-size: 15px;
}

.blog .sidebar .widget .categories li a:hover {
  color: #780976;
}

.blog .sidebar .widget form {
  width: 100%;
  display: block;
}

.blog .sidebar .widget form input[type="text"] {
  width: calc(100% - 50px);
  float: left;
  border: 1px solid #780976;
  border-right: none;
}

.blog .sidebar .widget form button[type="submit"] {
  width: 50px;
  height: 23px;
  padding: 0;
  background: url(../images/icons/search.png) no-repeat center center;
  cursor: pointer;
  border: 1px solid #780976;
}

.blog .sidebar .widget .tags {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.blog .sidebar .widget .tags li {
  float: left;
  margin-right: 8px;
  margin-bottom: 6px;
  padding: 0;
  list-style: none;
}

.blog .sidebar .widget .tags li a {
  height: 30px;
  line-height: 30px;
  float: left;
  border: 1px solid #780976;
  padding: 0 10px;
  font-size: 15px;
  color: #780976;
  font-weight: 600;
  font-family: "Pt Sans", "Calibri";
}

.blog .sidebar .widget .tags li a:hover {
  background: #ad76b0;
  color: #fff;
  border-color: #9f8054;
  text-decoration: none;
}

.blog .sidebar .widget .side-gallery {
  margin-left: -3px;
  margin-right: -3px;
  padding: 0;
}

.blog .sidebar .widget .side-gallery li {
  width: 33.33333%;
  float: left;
  margin: 0;
  padding: 3px;
  list-style: none;
}

.blog .sidebar .widget .side-gallery li a {
  width: 100%;
  float: left;
  background: #26282b;
}

.blog .sidebar .widget .side-gallery li a:hover img {
  opacity: 1;
}

.blog .sidebar .widget .side-gallery li a img {
  opacity: 0.5;
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -ms-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.group-blog {
  display: flex;
  line-height: 28px;
  align-items: center;
  position: relative;
  max-width: 190px;
}

.input-blog {
  height: 40px;
  line-height: 28px;
  padding: 0 1rem;
  width: 100%;
  padding-left: 2.5rem;
  border: 2px solid transparent;
  border-radius: 8px;
  outline: none;
  background-color: #caa8cc;
  color: #0d0c22;
  box-shadow: 0 0 5px #eec7f0, 0 0 0 10px #f5f5f5eb;
  transition: 0.3s ease;
}

.input-blog::placeholder {
  color: black;
}

.icon_blog {
  position: absolute;
  left: 1rem;
  width: 1rem;
  height: 1rem;
}

/* Servicii */

.page-header-services {

  max-width: 100vw;
  margin: 0px 0px 10px 0px;
  height: 450px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: #4a263a;
}

.page-header-services:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #26282b;
  background: -moz-linear-gradient(161deg,
      #26282b 0%,
      #26282b 49%,
      rgb(235, 21, 240) 100%);
  background: -webkit-linear-gradient(161deg,
      #26282b 0%,
      #26282b 49%,
      rgb(235, 21, 240) 100%);
  background: linear-gradient(161deg,
      #26282b 0%,
      #26282b 49%,
      rgb(235, 21, 240) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26282b", endColorstr="#9f8054", GradientType=1);
  opacity: 0.65;
}

.page-header-services .container {
  position: relative;
  z-index: 2;
  padding: 0px;
  margin: 0px;
  margin-top: -80px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}

.page-header-services .container h1 {
  font-size: 3vw;
  color: #fff;
  font-family: raleway-medium, arial, sans-serif;
  color: #fff;
  padding: 0;
  margin: 0;
  text-align: center;
}

.services {
  text-align: center;
  padding: 15px 10% 50px 10%;
}

.bannerpromo-text {
  font-size: 1.5vw;
  color: #780976;
  font-weight: bold;
  font-family: raleway-medium, arial, sans-serif;
}

.serviceItem,
.optionalItem,
.bannerpromo {
  width: 30%;
  text-decoration: none;
  margin: 0 auto;
  margin-top: 30px;
  background: #f5f5f5;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  box-shadow: 0 2px 6px 2px rgba(0, 0, 0, .1);
  border-radius: 50px;
  overflow: hidden;
}

.bannerpromo {
  width: 100%;
  opacity: 1;
  transform: translateY(0);
}

.bannerpromo a {
  margin: 0;
}

.seriveItem img {
  object-fit: cover;
}

.serviceItem.visible,
.optionalItem.visible {
  opacity: 1;
  transform: translateY(0);
}

.serviceItem p,
.serviceItem strong,
.optionalItem p,
.optionalItem strong,
.bannerpromo p,
.bannerpromo strong {
  padding: 0 30px;
}

.services p {
  color: #7a7a7a;
  width: 60%;
  margin: 10px auto;
  font-size: 22px;
  font-family: raleway-medium, arial, sans-serif;
}

.services h1 {
  color: #780976;
  width: 100%;
  font-size: 25px;
  padding: 0 30px;
  font-family: raleway-medium, arial, sans-serif;
}

.services .wrap {
  flex-wrap: wrap;
}

.services .fcenter {
  justify-content: center;
}

.services .flex {
  display: flex;
}

.serviceItem p,
.optionalItem p,
.bannerpromo p {
  width: 100%;
  font-size: 13px;
  margin: 10px 0 20px;
  /*margin-top: 10px;
  margin-bottom: 50px;   atunci cand avem si butonul de detalii*/
}

.optionalItem p {
  align-items: center;
  text-align: left;
  padding: 0 15px;
}

.serviceItem strong,
.optionalItem strong,
.bannerpromo strong {
  margin-top: 0;
  padding: 0;
  color: #fff;
  font-weight: 600;
  display: block;
  transition: all 0.3s ease-in-out;
  font-size: 20px;
  background: linear-gradient(144deg, rgba(120, 9, 118), rgba(79, 70, 229));
  font-family: raleway-medium, arial, sans-serif;
}

.optionalItem strong,
.bannerpromo .silver {
  background: linear-gradient(144deg,
      rgba(192, 192, 192, 1),
      /* argintiu deschis */
      rgba(211, 211, 211, 1),
      /* gri deschis */
      rgba(169, 169, 169, 1),
      /* gri mediu */
      rgba(211, 211, 211, 1),
      /* gri deschis */
      rgba(192, 192, 192, 1)
      /* argintiu deschis */
    );

}

.optionalItem:first-child strong,
.bannerpromo .bronze {
  background: linear-gradient(144deg,
      rgba(255, 140, 0, 1),
      /* bronz portocaliu vibrant (deschis) */
      rgba(205, 127, 50, 1),
      /* bronz mediu */
      rgba(139, 69, 19, 1),
      /* maro închis */
      rgba(184, 115, 51, 1),
      /* maro bronz */
      rgba(255, 140, 0, 1)
      /* bronz portocaliu vibrant (deschis) */
    );

}

.optionalItem:last-child strong,
.bannerpromo .gold {
  background: linear-gradient(144deg,
      rgba(255, 223, 186, 1),
      /* deschis */
      rgba(255, 215, 0, 1),
      /* auriu pur */
      rgba(218, 165, 32, 1),
      /* auriu închis */
      rgba(255, 215, 0, 1),
      /* auriu pur */
      rgba(255, 223, 186, 1)
      /* deschis */
    );


}

.serviceItem button,
.optionalItem button {
  margin-top: 40px;
  margin-bottom: 0;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 10px;
  padding-left: 15px;
  padding-right: 15px;
  color: #fff;
  background-color: #780976;
  border: none;
}

.seriveItem button:focus {
  outline: none !important;
}

.serviceItem a,
.optionalItem a {
  display: block;
  font-weight: bold;
  font-family: raleway-medium, arial, sans-serif;
  color: #fff;
}

.optionalItem a:hover {
  color: #fff;
  text-decoration: none;
}

/* Pachete info */

.page-header-info {
  width: 100%;
  height: 400px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 10px;
  background-color: #4a263a;
}

.page-header-info:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #26282b;
  background: -moz-linear-gradient(161deg,
      #26282b 0%,
      #26282b 49%,
      rgb(235, 21, 240) 100%);
  background: -webkit-linear-gradient(161deg,
      #26282b 0%,
      #26282b 49%,
      rgb(235, 21, 240) 100%);
  background: linear-gradient(161deg,
      #26282b 0%,
      #26282b 49%,
      rgb(235, 21, 240) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26282b", endColorstr="#9f8054", GradientType=1);
  opacity: 0.65;
}

.page-header-info .container {
  position: relative;
  z-index: 2;
  margin: 0px auto;
  padding: 0;
  margin-top: -10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}

.page-header-info .container h1 {
  display: inline-block;
  font-size: 3.5vw;
  color: #fff;
  font-family: raleway-medium, arial, sans-serif;
  color: #fff;
  padding: 0px;
  margin: 0px auto;
}

/* Apartamente */

.page-header-apartments {
  max-width: 100vw;
  margin: 0px 0px 10px 0px;
  height: 300px;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  background-color: #4a263a;
}

.page-header-apartments:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #26282b;
  background: -moz-linear-gradient(161deg,
      #26282b 0%,
      #26282b 49%,
      rgb(235, 21, 240) 100%);
  background: -webkit-linear-gradient(161deg,
      #26282b 0%,
      #26282b 49%,
      rgb(235, 21, 240) 100%);
  background: linear-gradient(161deg,
      #26282b 0%,
      #26282b 49%,
      rgb(235, 21, 240) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#26282b", endColorstr="#9f8054", GradientType=1);
  opacity: 0.65;
}

.page-header-apartments .container {
  position: relative;
  z-index: 2;
  padding: 0px;
  margin: 0px;
  margin-top: -80px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
}

.page-header-apartments .container h1 {
  font-size: 3vw;
  color: #fff;
  font-family: raleway-medium, arial, sans-serif;
  color: #fff;
  padding: 0;
  margin: 0;
  text-align: center;
}

.ghid-vanzare-cumparare-imobil,
.dictionar-imobiliar-util,
.despre-noi,
.acord-confidentialitate,
.termeni-si-conditii,
.contact,
.agentii-imobiliare-iasi,
.companie-imobiliara,
.promovare-agentie-imobiliara-iasi {
  padding-top: 15px;
  text-align: center;
}

.companie-imobiliara .agency-content {
  text-align: left;
}

.ghid-vanzare-cumparare-imobil h1,
.dictionar-imobiliar-util h1,
.despre-noi h1,
.acord-confidentialitate h1,
.termeni-si-conditii h1,
.contact h1,
.agentii-imobiliare-iasi h1,
.companie-imobiliara h1,
.promovare-agentie-imobiliara-iasi h1 {
  color: #780976;
  width: 100%;
  font-size: 25px;
  padding: 0 30px;
  font-family: raleway-medium, arial, sans-serif;
}

@media (min-width: 1560px) {

  .page-header-services .container h1,
  .page-header-blog .container h1 {
    font-size: 3vw;
  }
}

@media (min-width: 1416px) and (max-width: 1560px) {

  .page-header-services .container h1,
  .page-header-blog .container h1 {
    font-size: 4vw;
  }

  .page-header-apartments .container h1,
  .page-header-services .container h1 {
    font-size: 3.5vw;
  }
}

@media (min-width: 1300px) and (max-width: 1415px) {

  .page-header-services .container h1,
  .page-header-blog .container h1 {
    font-size: 3.5vw;
  }

  .page-header-apartments .container h1,
  .page-header-services .container h1 {
    font-size: 3vw;
  }

  .page-header-info .container h1 {
    font-size: 4vw;
  }
}

@media (min-width: 1000px) and (max-width: 1299px) {
  .page-header-info .container h1 {
    font-size: 5vw;
  }

  .page-header-apartments .container h1 {
    font-size: 3vw;
  }

  .page-header-services .container h1 {
    font-size: 4vw;
  }
}

@media (min-width: 1117px) and (max-width: 1197px) {

  .page-header-apartments .container h1,
  .page-header-services .container h1 {
    font-size: 4.5vw;
  }

  .page-header-apartments .container h1,
  .page-header-services .container h1 {
    font-size: 3vw;
  }
}

@media (max-width: 1000px) {
  .page-header-info .container h1 {
    text-align: center;
    font-size: 7vw;
  }

  .page-header-blog .container h1 {
    font-size: 7vw;
  }

  .page-header-blog {
    height: 350px;
    padding-top: 150px;
  }

  .page-header-blog .container .breadcrumb {
    padding: 20px 10px;
  }

  .blog {
    padding: 10px 0 100px;
  }

  .blog .container h1 {
    padding: 25px 0;
  }

  .page-header-blog .container .breadcrumb li {
    margin: 0;
    padding: 0;
  }

  .page-header-services .container h1 {
    font-size: 6vw;
  }
}

@media (min-width: 925px) and (max-width: 990px) {
  .page-header-info .container {
    padding: 0px auto;
  }
}

@media (min-width: 899px) and (max-width: 990px) {
  .page-header-services .container h1 {
    font-size: 5vw;
  }
}

@media (min-width: 820px) and (max-width: 898px) {
  .page-header-services .container h1 {
    font-size: 5.5vw;
  }
}

@media (max-width: 600px) {

  .page-header-apartments .container,
  .page-header-services .container {
    padding: 0px 5%;
  }

  .page-header-info .container h1 {
    font-size: 8vw;
  }
}

@media (max-width: 360px) {

  .page-header-services .container h1,
  .page-header-blog .container h1 {
    font-size: 7vw;
  }

  .page-header-apartments .container h1,
  .page-header-services .container h1 {
    font-size: 6.5vw;
  }
}

@media (max-width: 1000px) {
  .serviceItem {
    width: 100%;
    margin-right: 0;
  }
}

@media (min-width: 1000px) and (max-width: 1235px) {

  .optional .banner-image-promovare {
    padding: 0px 5px;
  }

  .optional .banner-image-promovare img {
    width: 30%;
  }
}

.fa-map-marker-alt {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  content: "\f3c5";
  white-space: nowrap;
}

.card-info img {
  height: 15px;
  vertical-align: text-top;
}

@media (max-width: 615px) {
  .breadcrumb-section a {
    font-size: 15px;
  }

  .breadcrumb-section .col-12 {
    margin-top: 7px;
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {

  .page-header-apartments .container,
  .page-header-services .container {
    margin: 0px auto;
    margin-top: -40px;
  }
}

@media (max-width: 555px) {
  .page-header-apartments .container h1 {
    font-size: 5vw;
  }
}

@media (max-width: 650px) {
  .section-content-sidebar-grid .content-grid .small-cards-wrapper {
    display: block;
  }
}

.card-footer-links {
  width: 250px;
  height: 260px;
  background: linear-gradient(144deg, rgba(120, 9, 118, 0.6), rgba(79, 70, 229, 0.6));
  border-radius: 15px;
  box-shadow: 1px 5px 60px 0px #100a886b;
  padding: 5px;
  margin: 10px 15px;
  font-family: raleway-medium, arial, sans-serif;
}

.card-footer-links .card-footer-links-top {
  width: 60%;
  height: 3%;
  margin: auto;
  border-radius: 0px 0px 15px 15px;
}

.card-footer-links span {
  font-weight: 600;
  color: white;
  text-align: center;
  display: block;
  padding-top: 10px;
  font-size: 18px;
}

.card-footer-links .footer_links {
  font-weight: 400;
  color: white;
  display: block;
  text-align: left;
  padding-top: 3px;
  font-size: 14px;
  margin-left: 15px;
}

.card-footer-links .footer_links_utile {
  font-weight: 400;
  color: white;
  display: block;
  text-align: left;
  padding-top: 3px;
  font-size: 14px;
  margin-left: 7px;
}

/* CSS pentru modal */

#zoomModal {
  display: none;
  /* Ascunde modalul implicit */
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
}

.modal {
  display: none;
  /* Ascuns inițial */
  position: fixed;
  padding-top: 0;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  /* Flexbox pentru centrare */
  justify-content: center;
  /* Centrare orizontală */
  align-items: center;
  /* Centrare verticală */
}

/* CSS pentru imaginea mărită */
.modal-content {
  /*max-width: 90%;
  max-height: 80vh; /* Înălțimea maximă a imaginii */
  object-fit: cover;
  /* Păstrează proporțiile imaginii */
  border-radius: 8px;
  /* Colțuri rotunjite */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  /* Umbră pentru efect vizual */
}

/* CSS pentru butonul de închidere */
.close {
  position: fixed;
  top: 20px;
  right: 35px;
  padding: 5px 10px;
  background: #780976;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  cursor: pointer;
  z-index: 1001;
  opacity: 1;
  border-radius: 50%;
}

.close:hover {
  background-color: rgb(173, 118, 176, 0.8);
  opacity: 1;
  color: #fff;
}

.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border: none;
  background: #780976;
  z-index: 1001;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

.prev:hover,
.next:hover {
  background-color: rgb(173, 118, 176, 0.8);
}

/*@media (min-width: 800px) {
  .modal-content {
    height: auto;
    width: auto;
  }
}*/


@media(min-width: 1000px) and (max-width: 1299px) {
  .serviceItem {
    width: 45%;
    margin: 10px auto;
  }
}

@media (max-width: 1150px) and (min-width: 1000px) {
  .big-menu.active {
    position: absolute;
    top: 84px;
    left: 0;
    width: 100%;
    height: 427px;
    overflow-y: auto;
  }
}

@media (max-width: 425px) {
  .blog .post .post-content {
    width: 100%;
    margin: -75px 15px 0 15px;
  }
}

@media (max-width: 774px) {
  .optionalItem {
    width: 100%;
  }
}

/* CSS pentru header-top in functie de tema dispozitivului */
@media (prefers-color-scheme: dark) {
  #logo-header {
    content: url(../images/misc/Logo-Imobiliare-Iasi-ALB.png);
  }

  #header-top {
    background-color: #442642;
  }

  #hamburger-menu {
    background: #fff;
  }

  #hamburger-menu::before,
  #hamburger-menu::after {
    background: #fff;
  }

  #quicksearch {

    background: url(../images/icons/search_icon_1.png) no-repeat center center;
  }
}

@media (min-width:1000px) {
  .page-content.inner-page.page-register {
    padding-top: 100px; 
    padding-bottom: 15px;
  }
}

@media (max-width: 1000px) {
  #quicksearch {

    background: url(../images/icons/search.png) no-repeat center center;
  }

  .bannerpromo,
  .bannerpromo-text {
    display: none;
  }
}