﻿@charset "UTF-8";
/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
/*!
 * Bootstrap v4.2.1 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #00a4e4;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #ee3440;
  --orange: #fd7e14;
  --yellow: #f1a36c;
  --green: #a5dc86;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #00a4e4;
  --secondary: #6c757d;
  --success: #a5dc86;
  --info: #17a2b8;
  --warning: #f1a36c;
  --danger: #ee3440;
  --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, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: Shabnam, tahoma;
  font-size: 0.8rem;
  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[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #00a4e4;
  text-decoration: none;
  background-color: transparent; }
  a:hover {
    color: #006d98;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  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; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2rem; }

h2, .h2 {
  font-size: 1.6rem; }

h3, .h3 {
  font-size: 1.4rem; }

h4, .h4 {
  font-size: 1.2rem; }

h5, .h5 {
  font-size: 1rem; }

h6, .h6 {
  font-size: 0.8rem; }

.lead {
  font-size: 1rem;
  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: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.15rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.15rem; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.container {
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
  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: 10px;
  padding-left: 10px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.5rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.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 > th,
.table-primary > td {
  background-color: #b8e6f7; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7ad0f1; }

.table-hover .table-primary:hover {
  background-color: #a1def4; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #a1def4; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #e6f5dd; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #d0edc0; }

.table-hover .table-success:hover {
  background-color: #d8efc9; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #d8efc9; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fbe5d6; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #f8cfb3; }

.table-hover .table-warning:hover {
  background-color: #f9d6bf; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #f9d6bf; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #fac6ca; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #f6959c; }

.table-hover .table-danger:hover {
  background-color: #f8afb4; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f8afb4; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.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 > th,
.table-active > td {
  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: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .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: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(2.332rem + 2px);
  padding: 0.65rem 0.75rem;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.29;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #e0e0e0;
  border-radius: 0.15rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #65d4ff;
    outline: 0;
    box-shadow: none; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(0.65rem + 1px);
  padding-bottom: calc(0.65rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.29; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.7rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  margin-bottom: 0;
  line-height: 1.29;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.55rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  line-height: 1.5;
  border-radius: 0.15rem; }

.form-control-lg {
  height: calc(2.5rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.15rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #a5dc86; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.7rem;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(165, 220, 134, 0.9);
  border-radius: 0.15rem; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #a5dc86;
  padding-right: 2.332rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.332rem / 4);
  background-size: calc(2.332rem / 2) calc(2.332rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23a5dc86' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #a5dc86;
    box-shadow: 0 0 0 0.2rem rgba(165, 220, 134, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: 2.332rem;
  background-position: top calc(2.332rem / 4) right calc(2.332rem / 4); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #a5dc86;
  padding-right: 2.949rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.5rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23a5dc86' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") no-repeat center right 1.2rem/1.166rem 1.166rem; }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #a5dc86;
    box-shadow: 0 0 0 0.2rem rgba(165, 220, 134, 0.25); }
  .was-validated .custom-select:valid ~ .valid-feedback,
  .was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #a5dc86; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #a5dc86; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #a5dc86; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #c2e7ae;
  background-color: #c2e7ae; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(165, 220, 134, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #a5dc86; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #a5dc86; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #a5dc86;
  box-shadow: 0 0 0 0.2rem rgba(165, 220, 134, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #ee3440; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.7rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(238, 52, 64, 0.9);
  border-radius: 0.15rem; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #ee3440;
  padding-right: 2.332rem;
  background-repeat: no-repeat;
  background-position: center right calc(2.332rem / 4);
  background-size: calc(2.332rem / 2) calc(2.332rem / 2);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ee3440' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E"); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #ee3440;
    box-shadow: 0 0 0 0.2rem rgba(238, 52, 64, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: 2.332rem;
  background-position: top calc(2.332rem / 4) right calc(2.332rem / 4); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #ee3440;
  padding-right: 2.949rem;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.5rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ee3440' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23d9534f' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") no-repeat center right 1.2rem/1.166rem 1.166rem; }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #ee3440;
    box-shadow: 0 0 0 0.2rem rgba(238, 52, 64, 0.25); }
  .was-validated .custom-select:invalid ~ .invalid-feedback,
  .was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #ee3440; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #ee3440; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #ee3440; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #f2636c;
  background-color: #f2636c; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(238, 52, 64, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #ee3440; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #ee3440; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #ee3440;
  box-shadow: 0 0 0 0.2rem rgba(238, 52, 64, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      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,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.65rem 0.75rem;
  font-size: 0.8rem;
  line-height: 1.29;
  border-radius: 0.15rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: none; }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #00a4e4;
  border-color: #00a4e4; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0088be;
    border-color: #007fb1; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(38, 178, 232, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #00a4e4;
    border-color: #00a4e4; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #007fb1;
    border-color: #0076a4; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(38, 178, 232, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #212529;
  background-color: #a5dc86;
  border-color: #a5dc86; }
  .btn-success:hover {
    color: #212529;
    background-color: #8fd368;
    border-color: #88d15e; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(145, 193, 120, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #212529;
    background-color: #a5dc86;
    border-color: #a5dc86; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #212529;
    background-color: #88d15e;
    border-color: #80ce55; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(145, 193, 120, 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(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #f1a36c;
  border-color: #f1a36c; }
  .btn-warning:hover {
    color: #212529;
    background-color: #ee8d49;
    border-color: #ed863d; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(210, 144, 98, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #f1a36c;
    border-color: #f1a36c; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #ed863d;
    border-color: #eb7f32; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(210, 144, 98, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #ee3440;
  border-color: #ee3440; }
  .btn-danger:hover {
    color: #fff;
    background-color: #e81321;
    border-color: #dd1220; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 82, 93, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #ee3440;
    border-color: #ee3440; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #dd1220;
    border-color: #d1111e; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(241, 82, 93, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    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: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 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(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    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; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #00a4e4;
  border-color: #00a4e4; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #00a4e4;
    border-color: #00a4e4; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 164, 228, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #00a4e4;
    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: #00a4e4;
    border-color: #00a4e4; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 164, 228, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    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: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #a5dc86;
  border-color: #a5dc86; }
  .btn-outline-success:hover {
    color: #212529;
    background-color: #a5dc86;
    border-color: #a5dc86; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(165, 220, 134, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #a5dc86;
    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: #212529;
    background-color: #a5dc86;
    border-color: #a5dc86; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(165, 220, 134, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  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; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #f1a36c;
  border-color: #f1a36c; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #f1a36c;
    border-color: #f1a36c; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(241, 163, 108, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #f1a36c;
    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: #212529;
    background-color: #f1a36c;
    border-color: #f1a36c; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(241, 163, 108, 0.5); }

.btn-outline-danger {
  color: #ee3440;
  border-color: #ee3440; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #ee3440;
    border-color: #ee3440; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 52, 64, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #ee3440;
    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: #ee3440;
    border-color: #ee3440; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(238, 52, 64, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  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; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  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; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #00a4e4; }
  .btn-link:hover {
    color: #006d98;
    text-decoration: underline; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.15rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  line-height: 1.5;
  border-radius: 0.15rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  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: 0.8rem;
  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.15rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropdown-menu-left {
  right: auto;
  left: 0; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 0.45rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:first-child {
    border-top-left-radius: calc(0.15rem - 1px);
    border-top-right-radius: calc(0.15rem - 1px); }
  .dropdown-item:last-child {
    border-bottom-right-radius: calc(0.15rem - 1px);
    border-bottom-left-radius: calc(0.15rem - 1px); }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00a4e4; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 0.45rem;
  margin-bottom: 0;
  font-size: 0.7rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 0.45rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.65rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.8rem;
  font-weight: 400;
  line-height: 1.29;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #e0e0e0;
  border-radius: 0.15rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(2.5rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.15rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.55rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  line-height: 1.5;
  border-radius: 0.15rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.2rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.2rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #00a4e4;
    background-color: #00a4e4; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none; }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #65d4ff; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #98e2ff;
    border-color: #98e2ff; }
  .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.1rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.1rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 0.15rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #00a4e4;
  background-color: #00a4e4; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 164, 228, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 164, 228, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 164, 228, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }
  .custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 1.75rem;
    pointer-events: all;
    border-radius: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.1rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    transform: translateX(0.75rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0, 164, 228, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.332rem + 2px);
  padding: 0.3rem 1.2rem 0.3rem 0.5rem;
  font-weight: 400;
  line-height: 1.29;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.5rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.15rem;
  appearance: none; }
  .custom-select:focus {
    border-color: #65d4ff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(101, 212, 255, 0.5); }
    .custom-select:focus::-ms-value {
      color: #495057;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.5rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    opacity: 0; }

.custom-select-sm {
  height: calc(1.55rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.7rem; }

.custom-select-lg {
  height: calc(2.5rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.332rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.332rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: #65d4ff;
    box-shadow: none; }
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.332rem + 2px);
  padding: 0.65rem 0.75rem;
  font-weight: 400;
  line-height: 1.29;
  color: #495057;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 0.15rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.332rem;
    padding: 0.65rem 0.75rem;
    line-height: 1.29;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.15rem 0.15rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, none; }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, none; }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, none; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #00a4e4;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #98e2ff; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #00a4e4;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #98e2ff; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #00a4e4;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media screen and (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #98e2ff; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.3rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.15rem;
    border-top-right-radius: 0.15rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.15rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #00a4e4; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
  margin-right: 1rem;
  font-size: 1rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  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.3rem;
  padding-bottom: 0.3rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0 0;
  font-size: 1rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.15rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    text-decoration: none; }
  .navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: #c09c3d; }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #c09c3d; }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #c09c3d; }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #c09c3d; }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.9);
  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.9)' 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.9); }
  .navbar-light .navbar-text a {
    color: #c09c3d; }
    .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
      color: #c09c3d; }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  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.15rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.15rem;
    border-top-right-radius: 0.15rem; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.15rem;
    border-bottom-left-radius: 0.15rem; }

.card-body {
  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;
  color: inherit;
  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.15rem - 1px) calc(0.15rem - 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.15rem - 1px) calc(0.15rem - 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.15rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.15rem - 1px);
  border-top-right-radius: calc(0.15rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.15rem - 1px);
  border-bottom-left-radius: calc(0.15rem - 1px); }

.card-deck {
  display: flex;
  flex-direction: column; }
  .card-deck .card {
    margin-bottom: 10px; }
  @media (min-width: 576px) {
    .card-deck {
      flex-flow: row wrap;
      margin-right: -10px;
      margin-left: -10px; }
      .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 10px;
        margin-bottom: 0;
        margin-left: 10px; } }

.card-group {
  display: flex;
  flex-direction: column; }
  .card-group > .card {
    margin-bottom: 10px; }
  @media (min-width: 576px) {
    .card-group {
      flex-flow: row wrap; }
      .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0; }
        .card-group > .card + .card {
          margin-left: 0;
          border-left: 0; }
        .card-group > .card:first-child {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .card-group > .card:first-child .card-img-top,
          .card-group > .card:first-child .card-header {
            border-top-right-radius: 0; }
          .card-group > .card:first-child .card-img-bottom,
          .card-group > .card:first-child .card-footer {
            border-bottom-right-radius: 0; }
        .card-group > .card:last-child {
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .card-group > .card:last-child .card-img-top,
          .card-group > .card:last-child .card-header {
            border-top-left-radius: 0; }
          .card-group > .card:last-child .card-img-bottom,
          .card-group > .card:last-child .card-footer {
            border-bottom-left-radius: 0; }
        .card-group > .card:only-child {
          border-radius: 0.15rem; }
          .card-group > .card:only-child .card-img-top,
          .card-group > .card:only-child .card-header {
            border-top-left-radius: 0.15rem;
            border-top-right-radius: 0.15rem; }
          .card-group > .card:only-child .card-img-bottom,
          .card-group > .card:only-child .card-footer {
            border-bottom-right-radius: 0.15rem;
            border-bottom-left-radius: 0.15rem; }
        .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
          border-radius: 0; }
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
          .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
            border-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion .card {
  overflow: hidden; }
  .accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0; }
  .accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0; }
  .accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion .card .card-header {
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 0;
  list-style: none;
  background-color: #f9f9f9;
  border-radius: 0.15rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.35rem; }
  .breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.35rem;
    color: #000;
    content: ""; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #999; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.15rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd; }
  .page-link:hover {
    z-index: 2;
    color: #006d98;
    text-decoration: none;
    background-color: #f2f2f2;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none; }
  .page-link:not(:disabled):not(.disabled) {
    cursor: pointer; }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.15rem;
  border-bottom-left-radius: 0.15rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #c09c3d;
  background-color: #000;
  border-color: #ddd; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #ddd; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.15rem;
  border-bottom-left-radius: 0.15rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.7rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.15rem;
  border-bottom-left-radius: 0.15rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.15rem; }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .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: #00a4e4; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #007fb1; }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }

.badge-success {
  color: #212529;
  background-color: #a5dc86; }
  a.badge-success:hover, a.badge-success:focus {
    color: #212529;
    background-color: #88d15e; }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }

.badge-warning {
  color: #212529;
  background-color: #f1a36c; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #ed863d; }

.badge-danger {
  color: #fff;
  background-color: #ee3440; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #dd1220; }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #dae0e5; }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.15rem; }
  @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 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.1rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: bold; }

.alert-dismissible {
  padding-right: 2.2rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 0.5rem;
    color: inherit; }

.alert-primary {
  color: #005577;
  background-color: #ccedfa;
  border-color: #b8e6f7; }
  .alert-primary hr {
    border-top-color: #a1def4; }
  .alert-primary .alert-link {
    color: #003144; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #567246;
  background-color: #edf8e7;
  border-color: #e6f5dd; }
  .alert-success hr {
    border-top-color: #d8efc9; }
  .alert-success .alert-link {
    color: #3e5233; }

.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: #7d5538;
  background-color: #fcede2;
  border-color: #fbe5d6; }
  .alert-warning hr {
    border-top-color: #f9d6bf; }
  .alert-warning .alert-link {
    color: #5a3d28; }

.alert-danger {
  color: #7c1b21;
  background-color: #fcd6d9;
  border-color: #fac6ca; }
  .alert-danger hr {
    border-top-color: #f8afb4; }
  .alert-danger .alert-link {
    color: #521216; }

.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; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.6rem;
  background-color: #e9ecef;
  border-radius: 0.15rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #00a4e4;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.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 {
  animation: progress-bar-stripes 1s linear infinite; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #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.15rem;
    border-top-right-radius: 0.15rem; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.15rem;
    border-bottom-left-radius: 0.15rem; }
  .list-group-item:hover, .list-group-item:focus {
    z-index: 1;
    text-decoration: none; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #00a4e4;
    border-color: #00a4e4; }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:last-child {
    margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #005577;
  background-color: #b8e6f7; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #005577;
    background-color: #a1def4; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #005577;
    border-color: #005577; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #567246;
  background-color: #e6f5dd; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #567246;
    background-color: #d8efc9; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #567246;
    border-color: #567246; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #7d5538;
  background-color: #fbe5d6; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #7d5538;
    background-color: #f9d6bf; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #7d5538;
    border-color: #7d5538; }

.list-group-item-danger {
  color: #7c1b21;
  background-color: #fac6ca; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #7c1b21;
    background-color: #f8afb4; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #7c1b21;
    border-color: #7c1b21; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #818182;
    background-color: #ececf6; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: 0.75rem; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.15rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem; }
  .modal-header .close {
    padding: 10px;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 10px; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px;
  border-top: 1px solid #e9ecef;
  border-bottom-right-radius: 0.15rem;
  border-bottom-left-radius: 0.15rem; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: Shabnam, tahoma;
  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.7rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.15rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: Shabnam, tahoma;
  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.7rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.15rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.15rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top .arrow, .bs-popover-auto[x-placement^="top"] .arrow {
    bottom: calc((0.5rem + 1px) * -1); }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before,
  .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    border-width: 0.5rem 0.5rem 0; }
  .bs-popover-top .arrow::before, .bs-popover-auto[x-placement^="top"] .arrow::before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-top .arrow::after, .bs-popover-auto[x-placement^="top"] .arrow::after {
    bottom: 1px;
    border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right .arrow, .bs-popover-auto[x-placement^="right"] .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.15rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before,
  .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    border-width: 0.5rem 0.5rem 0.5rem 0; }
  .bs-popover-right .arrow::before, .bs-popover-auto[x-placement^="right"] .arrow::before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-right .arrow::after, .bs-popover-auto[x-placement^="right"] .arrow::after {
    left: 1px;
    border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom .arrow, .bs-popover-auto[x-placement^="bottom"] .arrow {
    top: calc((0.5rem + 1px) * -1); }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before,
  .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    border-width: 0 0.5rem 0.5rem 0.5rem; }
  .bs-popover-bottom .arrow::before, .bs-popover-auto[x-placement^="bottom"] .arrow::before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-bottom .arrow::after, .bs-popover-auto[x-placement^="bottom"] .arrow::after {
    top: 1px;
    border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left .arrow, .bs-popover-auto[x-placement^="left"] .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.15rem 0; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before,
  .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    border-width: 0.5rem 0 0.5rem 0.5rem; }
  .bs-popover-left .arrow::before, .bs-popover-auto[x-placement^="left"] .arrow::before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25); }
  .bs-popover-left .arrow::after, .bs-popover-auto[x-placement^="left"] .arrow::after {
    right: 1px;
    border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 0.8rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.15rem - 1px);
  border-top-right-radius: calc(0.15rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s 0.6s opacity; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%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,%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: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.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: #00a4e4 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #007fb1 !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #a5dc86 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #88d15e !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #f1a36c !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #ed863d !important; }

.bg-danger {
  background-color: #ee3440 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #dd1220 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #00a4e4 !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #a5dc86 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #f1a36c !important; }

.border-danger {
  border-color: #ee3440 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.15rem !important; }

.rounded-top {
  border-top-left-radius: 0.15rem !important;
  border-top-right-radius: 0.15rem !important; }

.rounded-right {
  border-top-right-radius: 0.15rem !important;
  border-bottom-right-radius: 0.15rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.15rem !important;
  border-bottom-left-radius: 0.15rem !important; }

.rounded-left {
  border-top-left-radius: 0.15rem !important;
  border-bottom-left-radius: 0.15rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !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: flex !important; }

.d-inline-flex {
  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: flex !important; }
  .d-sm-inline-flex {
    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: flex !important; }
  .d-md-inline-flex {
    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: flex !important; }
  .d-lg-inline-flex {
    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: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-3by4::before {
  padding-top: 133.33333%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-3by4::before {
  padding-top: 133.33333%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    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; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  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: sticky) {
  .sticky-top {
    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;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !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-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-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-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-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-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !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-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: bold !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #00a4e4 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #006d98 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #a5dc86 !important; }

a.text-success:hover, a.text-success:focus {
  color: #79cb4b !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #f1a36c !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ea7726 !important; }

.text-danger {
  color: #ee3440 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #c5101c !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("/dist/fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("/dist/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("/dist/fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("/dist/fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("/dist/fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("/dist/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
html, body {
  direction: rtl; }

.dropdown-menu {
  text-align: right; }

.input-group-btn > .btn + .btn {
  margin-right: -1px; }

.input-group-btn:not(:last-child) > .btn,
.input-group-btn:not(:last-child) > .btn-group {
  margin-left: -1px; }

.input-group-btn:not(:first-child) > .btn,
.input-group-btn:not(:first-child) > .btn-group {
  margin-right: -1px; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: flex;
  align-items: center; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon:not(:last-child) {
  border-right: 1px solid #e0e0e0;
  border-left: 0; }

.form-control + .input-group-addon:not(:first-child) {
  border-left: 1px solid #e0e0e0;
  border-right: 0; }

.custom-select {
  padding: 0.3rem 0.5rem 0.3rem 1.2rem;
  background-position: left 0.40rem center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/*custom-control*/
/*.custom-control {
    padding-right: $custom-control-gutter;
    padding-left: 0;
    margin-left: $custom-control-spacer-x;
    margin-right: 0;
}

.custom-control-indicator {
    right: 0;
    left: auto;
}*/
.modal-header .close {
  margin: -5px auto -10px -10px;
  cursor: pointer; }

.modal-footer {
  justify-content: flex-start; }
  .modal-footer :not(:last-child) {
    margin-left: .25rem;
    margin-right: 0; }

/*DropDown*/
.dropdown-toggle:after {
  margin-left: auto;
  margin-right: 0.255em; }

.nav {
  padding-left: auto;
  padding-right: 0; }

.pagination {
  padding-right: 0; }

.page-item:first-child .page-link {
  margin-right: 0;
  border-top-right-radius: 0.15rem;
  border-bottom-right-radius: 0.15rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.page-item:last-child .page-link {
  border-top-left-radius: 0.15rem;
  border-bottom-left-radius: 0.15rem;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.page-link {
  margin-left: 0;
  margin-right: 5px;
  margin-bottom: 5px; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-radius: 0 0.15rem 0.15rem 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-radius: 0.15rem 0 0 0.15rem; }

.input-group-prepend {
  margin-left: -1px; }

.input-group-append {
  margin-right: -1px; }

.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
  border-radius: 0.15rem 0 0 0.15rem; }

.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
  border-radius: 0 0.15rem 0.15rem 0; }

.input-group > .custom-select:not(:last-child):not(:first-child),
.input-group > .form-control:not(:last-child):not(:first-child) {
  border-radius: 0; }

/*breadcrumb*/
.breadcrumb-item + .breadcrumb-item {
  padding-right: 0.35rem;
  padding-left: 0; }
  .breadcrumb-item + .breadcrumb-item::before {
    padding-left: 0.35rem;
    padding-right: 0; }

/*custom-control*/
.custom-control {
  padding-right: 1.5rem;
  padding-left: 0; }

.custom-control-label::before {
  position: absolute;
  top: 0.1rem;
  right: -1.5rem;
  left: auto; }

.custom-control-label::after {
  position: absolute;
  top: 0.1rem;
  right: -1.5rem;
  left: auto; }

/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
.tfont {
  font-family: Tahoma; }

.bold {
  font-weight: bold; }

@font-face {
  font-family: 'ShabnamBold';
  src: url("/dist/PersianFont/shabnam/Shabnam-Bold-FD-WOL.eot") format("embedded-opentype"); }

@font-face {
  font-family: 'ShabnamBold';
  src: url("/dist/PersianFont/shabnam/Shabnam-Bold-FD-WOL.ttf") format("truetype"); }

@font-face {
  font-family: 'ShabnamBold';
  src: url("/dist/PersianFont/shabnam/Shabnam-Bold-FD-WOL.woff") format("woff"); }

@font-face {
  font-family: 'ShabnamBold';
  src: url("/dist/PersianFont/shabnam/Shabnam-Bold-FD-WOL.woff2") format("woff2"); }

@font-face {
  font-family: 'Shabnam';
  src: url("/dist/PersianFont/shabnam/Shabnam-FD-WOL.eot") format("embedded-opentype"); }

@font-face {
  font-family: 'Shabnam';
  src: url("/dist/PersianFont/shabnam/Shabnam-FD-WOL.ttf") format("truetype"); }

@font-face {
  font-family: 'Shabnam';
  src: url("/dist/PersianFont/shabnam/Shabnam-FD-WOL.woff") format("woff"); }

@font-face {
  font-family: 'Shabnam';
  src: url("/dist/PersianFont/shabnam/Shabnam-FD-WOL.woff2") format("woff2"); }

/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
a:focus, button:focus {
  outline: 0 !important; }

.btn {
  overflow: hidden !important;
  position: relative;
  cursor: pointer; }
  .btn:active {
    box-shadow: none !important; }
  .btn:focus {
    box-shadow: none; }
  .btn i.fa {
    margin-left: 2px;
    vertical-align: middle; }
  .btn.has-icon {
    padding-right: 40px;
    padding-left: 10px;
    position: relative; }
    .btn.has-icon.icon-left {
      padding-left: 40px;
      padding-right: 10px; }
      .btn.has-icon.icon-left .icon-btn {
        right: auto;
        left: 0; }
    .btn.has-icon.pdd-lg {
      padding: 1rem 35px 1rem 0.75rem !important; }
    .btn.has-icon .icon-btn {
      position: absolute;
      right: 0;
      top: 0;
      width: 32px;
      height: 100%;
      background: rgba(0, 0, 0, 0.14);
      display: flex;
      align-items: center;
      justify-content: center; }
      .btn.has-icon .icon-btn i {
        font-size: inherit; }
  .btn.btn-rounded {
    border-radius: 5rem; }

/*Material Design Button*/
.taint {
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0); }
  .taint.drop {
    -webkit-animation: ripple 0.98s linear;
    animation: ripple 0.98s linear; }

/*link-style*/
.link-style {
  color: #00a4e4;
  font-size: 12px;
  font-family: ShabnamBold, tahoma;
  text-decoration: none; }
  .link-style i {
    margin-left: 4px;
    font-size: 15px;
    vertical-align: middle; }
  .link-style:hover {
    color: #008ec5;
    text-decoration: none; }

/*GoTop (Scroll)*/
.cd-top {
  display: inline-block;
  height: 35px;
  width: 35px;
  position: fixed;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  visibility: hidden;
  opacity: 0;
  border-radius: 5%;
  right: 10px;
  bottom: 40px;
  background: #fff url("/dist/img/icon/go-top.png") no-repeat center center;
  border: 1px solid #eaeaea;
  z-index: 1030; }

.cd-top.cd-fade-out {
  opacity: .8; }

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
  right: 20px;
  bottom: 20px;
  opacity: 1; }

/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
/*AniMation*/
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-moz-keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }

@-webkit-keyframes colors {
  0% {
    stroke: #4285F4; }
  25% {
    stroke: #DE3E35; }
  50% {
    stroke: #F7C223; }
  75% {
    stroke: #1B9A59; }
  100% {
    stroke: #4285F4; } }

@keyframes colors {
  0% {
    stroke: #4285F4; }
  25% {
    stroke: #DE3E35; }
  50% {
    stroke: #F7C223; }
  75% {
    stroke: #1B9A59; }
  100% {
    stroke: #4285F4; } }

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg); } }

@keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg); } }

@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5); } }

@keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5); } }

/*attentive Animation (Custome Alert)*/
@-webkit-keyframes attentive-show {
  0% {
    transform: scale(0.99);
    -webkit-transform: scale(0.99); }
  45% {
    transform: scale(1.01);
    -webkit-transform: scale(1.01); }
  80% {
    transform: scale(0.99);
    -webkit-transform: scale(0.99); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@keyframes attentive-show {
  0% {
    transform: scale(0.99);
    -webkit-transform: scale(0.99); }
  45% {
    transform: scale(1.02);
    -webkit-transform: scale(1.02); }
  80% {
    transform: scale(0.99);
    -webkit-transform: scale(0.99); }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

@-webkit-keyframes success-tip {
  0%, 54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes success-tip {
  0%, 54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes success-long {
  0%, 65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes success-long {
  0%, 65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotate-placeholder {
  0%, 5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  100%, 12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@keyframes rotate-placeholder {
  0%, 5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); }
  100%, 12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg); } }

@-webkit-keyframes animate-error-icon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animate-error-icon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1; } }

@-webkit-keyframes animate-xmark {
  0%, 50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 1.62rem;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -.37rem; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animate-xmark {
  0%, 50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 1.62rem;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -.37rem; }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@-webkit-keyframes pulse-warning {
  0% {
    border-color: #f5c09b; }
  100% {
    border-color: #f1a36c; } }

@keyframes pulse-warning {
  0% {
    border-color: #f5c09b; }
  100% {
    border-color: #f1a36c; } }

@-webkit-keyframes pulse-warning-Ins {
  0% {
    background-color: #f5c09b; }
  100% {
    background-color: #f1a36c; } }

@keyframes pulse-warning-Ins {
  0% {
    background-color: #f5c09b; }
  100% {
    background-color: #f1a36c; } }

@-webkit-keyframes pulse-info {
  0% {
    border-color: #d6e4ea; }
  100% {
    border-color: #b4ced9; } }

@keyframes pulse-info {
  0% {
    border-color: #d6e4ea; }
  100% {
    border-color: #b4ced9; } }

@-webkit-keyframes pulseIcon {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulseIcon {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1.15);
    transform: scale3d(1.15, 1.15, 1.15); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes diamondsColor {
  0% {
    color: #4285F4; }
  25% {
    color: #6098f6; }
  50% {
    color: #6c9ff3; }
  75% {
    color: #6098f6; }
  100% {
    color: #4285F4; } }

@keyframes diamondsColor {
  0% {
    color: #4285F4; }
  25% {
    color: #6098f6; }
  50% {
    color: #6c9ff3; }
  75% {
    color: #6098f6; }
  100% {
    color: #4285F4; } }

@keyframes diamondsLight {
  from {
    left: 0; }
  to {
    left: 100%; } }

@-webkit-keyframes diamondsLight {
  from {
    left: 0; }
  to {
    left: 100%; } }

@keyframes move {
  20%, 100% {
    opacity: 0;
    transform: translate(50px, 0); }
  0% {
    opacity: 0; }
  10% {
    opacity: 1; } }

/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
.attentive {
  /*Has-background And height*/
  /*-webkit-animation: attentive-show .6s ease-in-out;
    animation: attentive-show .6s ease-in-out;*/
  /*Has border And Border type color*/
  /*Icons*/ }
  .attentive.has-bg {
    box-shadow: 0 0.31rem 1.37rem 0 rgba(0, 0, 0, 0.2);
    border-radius: .3rem;
    min-height: 11.25rem;
    max-width: 25rem;
    padding: 1rem;
    margin: 1.5rem auto;
    background: #fff; }
    .attentive.has-bg.attentive-fw {
      max-width: 100%; }
    .attentive.has-bg .attentive-caption {
      font-size: 1rem;
      line-height: 1.5;
      font-family: ShabnamBold, tahoma;
      color: #545454;
      display: block;
      text-align: center;
      margin-bottom: .25rem;
      position: relative; }
      .attentive.has-bg .attentive-caption.caption-lg {
        font-size: 1.5rem; }
      .attentive.has-bg .attentive-caption .key {
        color: #000; }
    .attentive.has-bg .attentive-desc {
      font-size: .90rem;
      color: #666;
      line-height: 1.6;
      text-align: center;
      margin: 0;
      position: relative; }
      .attentive.has-bg .attentive-desc a {
        color: #00a4e4; }
  .attentive.attentive-error.has-border {
    border: 1px solid #f69299; }
  .attentive.attentive-warning.has-border {
    border: 1px solid #f1a36c; }
  .attentive.attentive-info.has-border {
    border: 1px solid #b4ced9; }
  .attentive.attentive-success.has-border {
    border: 1px solid #a5dc86; }
  .attentive .icon {
    width: 5rem;
    height: 5rem;
    border: .25rem solid gray;
    -webkit-border-radius: 40px;
    border-radius: 50%;
    margin: .85rem auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
    /*Error*/
    /*Warning*/
    /*Info*/
    /*Success*/ }
    .attentive .icon.error {
      border-color: #f69299; }
      .attentive .icon.error .x-mark {
        position: relative;
        display: block; }
      .attentive .icon.error .line {
        position: absolute;
        height: .31rem;
        width: 2.93rem;
        background-color: #f7a5aa;
        display: block;
        top: 2.31rem;
        border-radius: 2px; }
      .attentive .icon.error .line.left {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        left: 1.04rem; }
      .attentive .icon.error .line.right {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        right: 1.04rem; }
    .attentive .icon.warning {
      border-color: #f1a36c; }
      .attentive .icon.warning .body {
        position: absolute;
        width: .31rem;
        height: 2.93rem;
        left: 50%;
        top: .62rem;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #f1a36c; }
      .attentive .icon.warning .dot {
        position: absolute;
        width: .463rem;
        height: .463rem;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        margin-left: -3px;
        left: 50%;
        bottom: .62rem;
        background-color: #f1a36c; }
    .attentive .icon.info {
      border-color: #b4ced9; }
      .attentive .icon.info:before {
        content: "";
        position: absolute;
        width: .31rem;
        height: 1.81rem;
        left: 50%;
        bottom: 1.06rem;
        border-radius: 2px;
        margin-left: -2px;
        background-color: #b4ced9; }
      .attentive .icon.info:after {
        content: "";
        position: absolute;
        width: .43rem;
        height: .43rem;
        border-radius: 50%;
        margin-left: -3px;
        top: 1.18rem;
        background-color: #b4ced9;
        left: 50%; }
    .attentive .icon.success {
      border-color: #c8eab5;
      position: relative; }
      .attentive .icon.success.overflow-bg:before, .attentive .icon.success.overflow-bg:after {
        content: '';
        position: absolute;
        width: 3.75rem;
        height: 7.5rem;
        background: #f9f9f9;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .attentive .icon.success.overflow-bg .fix {
        background: #f9f9f9; }
      .attentive .icon.success:before, .attentive .icon.success:after {
        content: '';
        position: absolute;
        width: 3.75rem;
        height: 7.5rem;
        background: #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .attentive .icon.success:before {
        -webkit-border-radius: 7.5rem 0 0 7.5rem;
        border-radius: 7.5rem 0 0 7.5rem;
        top: -.43rem;
        left: -2.06rem;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 3.75rem 3.75rem;
        transform-origin: 3.75rem 3.75rem; }
      .attentive .icon.success:after {
        -webkit-border-radius: 0 7.5rem 7.5rem 0;
        border-radius: 0 7.5rem 7.5rem 0;
        top: -.68rem;
        left: 1.87rem;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 0 3.75rem;
        transform-origin: 0 3.75rem; }
      .attentive .icon.success .placeholder {
        width: 5rem;
        height: 5rem;
        border: 4px solid rgba(165, 220, 134, 0.2);
        -webkit-border-radius: 2.5rem;
        border-radius: 50%;
        box-sizing: content-box;
        position: absolute;
        left: -4px;
        top: -4px;
        z-index: 2; }
      .attentive .icon.success .fix {
        width: .31rem;
        height: 5.62rem;
        background-color: #fff;
        position: absolute;
        left: 1.75rem;
        top: .5rem;
        z-index: 1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
      .attentive .icon.success .line {
        height: .31rem;
        background-color: #a5dc86;
        display: block;
        border-radius: 2px;
        position: absolute;
        z-index: 2; }
        .attentive .icon.success .line.tip {
          width: 1.56rem;
          left: .87rem;
          top: 2.87rem;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .attentive .icon.success .line.long {
          width: 2.97rem;
          right: .5rem;
          top: 2.37rem;
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }

.attentive-show {
  -webkit-animation: attentive-show 1.3s;
  animation: attentive-show 1.3s; }

.attentive-show[data-animation=none] {
  -webkit-animation: none;
  animation: none; }

.success-tip {
  -webkit-animation: success-tip .75s;
  animation: success-tip .75s; }

.success-long {
  -webkit-animation: success-long .75s;
  animation: success-long .75s; }

.icon.success.animate-rotate::after {
  -webkit-animation: rotate-placeholder 4.25s ease-in;
  animation: rotate-placeholder 4.25s ease-in; }

.animate-error-icon {
  -webkit-animation: animate-error-icon .8s;
  animation: animate-error-icon .8s; }

.animate-xmark {
  -webkit-animation: animate-xmark 1s;
  animation: animate-xmark 1s; }

.pulse-warning {
  -webkit-animation: pulse-warning .75s infinite alternate;
  animation: pulse-warning .75s infinite alternate; }

.pulse-warning-Ins {
  -webkit-animation: pulse-warning-Ins .75s infinite alternate;
  animation: pulse-warning-Ins .75s infinite alternate; }

.pulse-info {
  -webkit-animation: pulse-info .75s infinite alternate;
  animation: pulse-info .75s infinite alternate; }

/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
/*titles*/
.site-title {
  text-align: right;
  margin-top: 1.2rem;
  margin-bottom: .60rem;
  position: relative; }
  .site-title:before {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #eaeaea; }
  .site-title .title {
    position: relative;
    display: inline-block;
    padding-left: .90rem;
    background: #f9f9f9; }
    .site-title .title .name {
      font-size: 1.1rem;
      font-family: ShabnamBold, tahoma;
      line-height: 1.5;
      margin: 0;
      color: #222;
      background: #f9f9f9;
      display: inline-block; }

.primary-title {
  text-align: right;
  margin-top: 1.2rem;
  margin-bottom: .60rem;
  position: relative; }
  .primary-title:before {
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #eaeaea; }
  .primary-title .title {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    font-family: ShabnamBold, tahoma;
    padding-left: .90rem;
    line-height: 1.5;
    margin: 0;
    color: #222;
    background: #f9f9f9; }
    .primary-title .title.white-bg {
      background: #fff; }

.simple-title {
  margin-top: 1.2rem;
  margin-bottom: .55rem; }
  .simple-title .title {
    position: relative;
    display: inline-block;
    font-size: 1rem;
    font-family: ShabnamBold, tahoma;
    padding-left: .90rem;
    line-height: 1.5;
    margin: 0;
    color: #222; }
    .simple-title .title.blue {
      color: #075aaa; }
    .simple-title .title.hilihgt {
      color: #c09c3d; }

.mini-title {
  font-size: 1.1rem;
  font-family: ShabnamBold, tahoma;
  margin-top: 2.3rem;
  display: block;
  line-height: 1.7;
  margin-bottom: .31rem; }
  .mini-title:first-child {
    margin-top: 0; }

.specific-title {
  margin: 1.5rem 0;
  position: relative;
  text-align: center; }
  .specific-title:after {
    content: '';
    width: 16px;
    height: 2px;
    background: #ff3a46;
    display: block;
    position: absolute;
    right: 50%;
    margin-right: -8px;
    top: 114%;
    margin-top: 3px; }
  .specific-title:before {
    content: '';
    width: 24px;
    height: 2px;
    background: #ff3a46;
    display: block;
    position: absolute;
    right: 50%;
    margin-right: -12px;
    margin-top: 3px;
    top: 108%; }
  .specific-title .title {
    font-size: 1.3rem;
    font-family: ShabnamBold, tahoma;
    display: block;
    line-height: 30px;
    margin: 0;
    color: #ff3a46; }
    .specific-title .title.md-size {
      font-size: 1.1rem; }
    @media (min-width: 768px) {
      .specific-title .title {
        font-size: 1.9rem;
        line-height: 40px; }
        .specific-title .title.md-size {
          font-size: 1.5rem; } }
  .specific-title .title-desc {
    margin-top: 10px;
    margin-bottom: 3px;
    display: block;
    line-height: 15px;
    font-size: .91rem;
    color: #85878d; }

/*!
 * IranianBankLogos (https://github.com/webdesigniran/IranianBankLogos)
 * Version: 2.0
 * Author: Web Design Iran
 * Author URL: http://webdesigniran.com
 * Github: https://github.com/webdesigniran/IranianBankLogos
 */
.ibl32 {
  background: url("/dist/img/icon/ibls32.png") no-repeat;
  display: inline-block;
  width: 32px;
  height: 32px; }
  .ibl32.ibl-bsi {
    background-position: 0 0; }
  .ibl32.ibl-mellat {
    background-position: -32px 0; }
  .ibl32.ibl-tejarat {
    background-position: -64px 0; }
  .ibl32.ibl-bmi {
    background-position: -96px 0; }
  .ibl32.ibl-sepah {
    background-position: -128px 0; }
  .ibl32.ibl-bki {
    background-position: 0 -32px; }
  .ibl32.ibl-parsian {
    background-position: -32px -32px; }
  .ibl32.ibl-maskan {
    background-position: -64px -32px; }
  .ibl32.ibl-rb {
    background-position: -96px -32px; }
  .ibl32.ibl-en {
    background-position: -128px -32px; }
  .ibl32.ibl-ansar {
    background-position: 0 -64px; }
  .ibl32.ibl-bpi {
    background-position: -32px -64px; }
  .ibl32.ibl-sb {
    background-position: -64px -64px; }
  .ibl32.ibl-sina {
    background-position: -96px -64px; }
  .ibl32.ibl-post {
    background-position: -128px -64px; }
  .ibl32.ibl-ghbi {
    background-position: 0 -96px; }
  .ibl32.ibl-tt {
    background-position: -32px -96px; }
  .ibl32.ibl-shahr {
    background-position: -64px -96px; }
  .ibl32.ibl-ba {
    background-position: -96px -96px; }
  .ibl32.ibl-sarmayeh {
    background-position: -128px -96px; }
  .ibl32.ibl-day {
    background-position: 0 -128px; }
  .ibl32.ibl-hi {
    background-position: -32px -128px; }
  .ibl32.ibl-iz {
    background-position: -64px -128px; }
  .ibl32.ibl-kar {
    background-position: -96px -128px; }
  .ibl32.ibl-tourism {
    background-position: -128px -128px; }
  .ibl32.ibl-bim {
    background-position: 0 -160px; }
  .ibl32.ibl-edbi {
    background-position: -32px -160px; }
  .ibl32.ibl-me {
    background-position: -64px -160px; }
  .ibl32.ibl-ivbb {
    background-position: -96px -160px; }

/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
/*Sidebar List*/
.simple-list {
  padding-right: 0;
  margin-bottom: 0; }
  .simple-list.has-arrow.single li:before {
    font-family: 'FontAwesome';
    content: '\f104';
    vertical-align: baseline;
    margin-left: .31rem; }
  .simple-list.has-arrow li:before {
    font-family: 'FontAwesome';
    content: "\f100 ";
    vertical-align: middle;
    font-size: .85rem;
    margin-left: 3px;
    display: inline-block; }
  .simple-list.has-boldfont li {
    font-family: ShabnamBold, tahoma; }
    .simple-list.has-boldfont li a {
      font-family: ShabnamBold, tahoma; }
  .simple-list li {
    list-style: none;
    line-height: 1.9;
    font-size: .85rem;
    color: #444; }
    .simple-list li i {
      margin-left: 3px;
      vertical-align: middle; }
    .simple-list li a {
      padding: .13rem .31rem;
      text-decoration: none;
      font-size: 0.85rem;
      color: #444; }
      .simple-list li a:hover {
        color: #c09c3d; }

.list-style {
  padding: 0;
  margin: 0; }
  .list-style .item {
    list-style: none;
    line-height: 1.5; }
    .list-style .item:not(:last-child) {
      border-bottom: 1px solid #eaeaea; }
    .list-style .item.active a {
      background: #0092cb;
      color: #fff; }
      .list-style .item.active a:hover {
        background: #0092cb;
        color: #fff; }
    .list-style .item a {
      padding: 5px 7px;
      display: block;
      background: #fff;
      color: #222;
      font-size: .8rem; }
      .list-style .item a:hover {
        background: #eae9e9;
        text-decoration: none; }

.efficient-list {
  padding-right: 0px; }
  .efficient-list li {
    list-style: none;
    line-height: 1.6; }
    .efficient-list li a {
      padding: 2px;
      font-size: .75rem;
      color: #1a1a1a;
      position: relative;
      transition: 0.3s;
      text-decoration: none; }
      .efficient-list li a:before {
        position: absolute;
        content: '';
        right: 0px;
        top: 50%;
        width: 0;
        margin-top: -1px;
        height: 2px;
        background: #1a1a1a;
        transition: 0.3s; }
      .efficient-list li a:hover {
        padding-right: .87rem;
        transition: 0.3s;
        color: #000;
        text-decoration: none; }
        .efficient-list li a:hover:before {
          width: .62rem;
          transition: 0.3s;
          background: #000; }
  .efficient-list.normal-list {
    padding-right: 5px; }
    .efficient-list.normal-list li {
      display: inline-block;
      line-height: 1.7; }
      .efficient-list.normal-list li a {
        color: #404040;
        font-size: .80rem; }
        .efficient-list.normal-list li a:hover:before {
          background: #1a1a1a; }
  .efficient-list.light-list li a {
    color: #a3a3a3;
    font-size: .80rem; }
    .efficient-list.light-list li a:before {
      background: #a3a3a3; }
    .efficient-list.light-list li a:hover {
      color: #e6e6e6; }
      .efficient-list.light-list li a:hover:before {
        background: #e6e6e6; }

/*Sidebar List*/
.sidebar-list {
  padding-right: 0;
  margin-bottom: 0; }
  .sidebar-list.related li {
    border-bottom: 1px solid #ddd;
    font-size: .80rem;
    color: #777;
    display: block; }
    .sidebar-list.related li a {
      font-size: .80rem;
      display: block;
      min-height: 35px;
      display: flex;
      align-items: center;
      min-height: 2.8rem; }
  .sidebar-list.has-arrow li:before {
    font-family: 'FontAwesome';
    content: "\f100 ";
    vertical-align: middle;
    font-size: .81rem;
    margin-left: 3px; }
  .sidebar-list.fs-14 li {
    font-size: .87rem; }
  .sidebar-list.no-border li {
    border-bottom: 0; }
  .sidebar-list.less-height li {
    min-height: 1.25rem;
    line-height: 1.06rem; }
  .sidebar-list li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    font-size: .75rem;
    color: #777;
    min-height: 35px;
    display: flex;
    align-items: center;
    min-height: 2.8rem; }
    .sidebar-list li:last-child {
      border-bottom: 0; }
    .sidebar-list li:hover {
      background: #f9f9f9; }
    .sidebar-list li i {
      margin-left: 3px;
      vertical-align: middle; }
    .sidebar-list li a {
      padding: 2px 8px;
      display: block;
      text-decoration: none;
      font-size: .75rem;
      color: #444;
      line-height: 15px; }
      .sidebar-list li a:hover {
        color: #866d2b; }
      .sidebar-list li a.active {
        background: #343a40;
        color: #c09c3d; }

/*awesome-lst (show in groupAds & ProvinceAds)*/
.awesome-lst {
  background: #fff;
  padding: 1.3rem 1.5rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: .35rem;
  margin-bottom: .75rem; }
  .awesome-lst .header-lst {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .5rem 0;
    margin-bottom: .5rem; }
    @media (max-width: 991.98px) {
      .awesome-lst .header-lst {
        border-bottom: 1px solid #eee;
        padding: .5rem 0 .85rem;
        margin-bottom: .75rem; } }
    .awesome-lst .header-lst .icon {
      position: relative;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 4rem;
      height: 4rem;
      font-size: 2rem;
      color: #455;
      margin-top: 5px; }
      .awesome-lst .header-lst .icon.group:after {
        background: #f3f0f0; }
      .awesome-lst .header-lst .icon .fa, .awesome-lst .header-lst .icon .gfi {
        position: relative;
        z-index: 2; }
        .awesome-lst .header-lst .icon .fa:before, .awesome-lst .header-lst .icon .gfi:before {
          font-size: inherit; }
      .awesome-lst .header-lst .icon .gfi {
        position: relative;
        top: .2rem; }
      .awesome-lst .header-lst .icon:after {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        border-radius: .5rem;
        transform: rotate(6deg);
        content: '';
        z-index: 1;
        background: rgba(224, 205, 157, 0.62);
        background: rgba(226, 210, 168, 0.51); }
    .awesome-lst .header-lst .name {
      font-size: 1.2rem;
      font-family: ShabnamBold, tahoma;
      color: #455;
      margin: 0;
      line-height: 1.5; }
    .awesome-lst .header-lst .count, .awesome-lst .header-lst .desc {
      color: #81858b;
      font-size: .8rem;
      margin: 0;
      line-height: 1.5;
      display: block; }
  .awesome-lst .body-lst {
    max-height: 8rem;
    overflow: auto;
    background: #fff;
    padding: .25rem; }
    @media (min-width: 768px) {
      .awesome-lst .body-lst {
        max-height: none; } }

.lst-item {
  display: inline-block;
  background-color: #fff;
  border-radius: .4rem;
  padding: 0 .5rem;
  line-height: 2rem;
  font-size: .79rem;
  white-space: nowrap;
  margin-bottom: .5rem;
  margin-left: .15rem;
  color: #81858b;
  text-decoration: none;
  box-shadow: 0 0 2px 0 rgba(3, 10, 22, 0.41);
  box-shadow: 0 0 2px 0 rgba(3, 10, 22, 0.36);
  transition: .2s;
  text-decoration: none; }
  .lst-item.item-rounded {
    border-radius: 5rem; }
  .lst-item:hover {
    background: rgba(224, 205, 157, 0.55);
    color: #455;
    text-decoration: none; }

/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
.inifiniti-paging {
  width: 100%;
  position: fixed;
  bottom: -200px;
  right: 0;
  text-align: center;
  background: #fff;
  padding: 6px 0;
  text-align: center;
  box-shadow: 0 0 10px rgba(13, 13, 13, 0.4);
  z-index: 19;
  transition: all 0.2s ease-in-out; }
  .inifiniti-paging.show-paging {
    bottom: 0;
    transition: all 0.2s ease-in-out; }
  .inifiniti-paging .pagination {
    margin-bottom: -2px; }
    .inifiniti-paging .pagination li a {
      font-family: Tahoma;
      width: 25px;
      height: 25px;
      border: 0;
      padding: 0;
      display: inline-block;
      text-align: center;
      background: #fff;
      color: #222;
      margin-left: 2px;
      font-size: 11px;
      border-radius: 50%;
      border: 2px solid transparent;
      vertical-align: middle; }
      .inifiniti-paging .pagination li a:hover, .inifiniti-paging .pagination li a:focus {
        color: #c09c3d;
        text-decoration: none; }
    .inifiniti-paging .pagination li.active a {
      border-color: #c09c3d !important;
      color: #343a40; }
      .inifiniti-paging .pagination li.active a:hover, .inifiniti-paging .pagination li.active a:focus {
        color: #343a40 !important;
        background: #fff !important; }

@media (max-width: 450px) {
  .inifiniti-paging {
    padding: 4px 0 6px; }
    .inifiniti-paging .pagination li a {
      font-family: Tahoma;
      width: 20px;
      height: 20px;
      border: 0;
      padding: 0;
      padding-top: 1px;
      display: inline-block;
      text-align: center;
      background: #fff;
      color: #222;
      margin-left: 1px;
      font-size: 10px;
      font-weight: bold;
      border-radius: 50%;
      border: 2px solid transparent;
      vertical-align: middle; } }

/*Loading*/
.md-loading {
  padding: 10px;
  text-align: center; }
  .md-loading .spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite; }
    .md-loading .spinner .path {
      stroke-dasharray: 187;
      stroke-dashoffset: 0;
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
      animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite; }

.page-link {
  padding: .4rem .6rem;
  line-height: 1; }
  @media (min-width: 768px) {
    .page-link {
      padding: 0.5rem 0.75rem;
      line-height: 1.25; } }

/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
label {
  margin-bottom: 0.10rem; }

.border-0 {
  border: 0; }

.pdd-lg {
  padding: 1rem 0.75rem !important; }

.form-control.input-validation-error {
  border-color: rgba(238, 52, 64, 0.3); }

.form-control:focus {
  box-shadow: none; }

.form-control.no-border {
  border-color: transparent; }
  .form-control.no-border:focus {
    border-color: #ececec;
    box-shadow: none; }

/*validation-summary-errors*/
.field-validation-error {
  color: #ee3440;
  font-size: 12px;
  margin-top: 3px;
  font-family: ShabnamBold, tahoma; }

.validation-summary-errors ul {
  padding-right: 0; }
  .validation-summary-errors ul li {
    list-style: none;
    font-size: 12px;
    font-family: ShabnamBold, tahoma;
    color: #ee3440;
    line-height: 23px; }
  .validation-summary-errors ul li:before {
    font-family: 'FontAwesome';
    content: "\f06a";
    font-size: 15px;
    padding-left: 2px;
    color: #f15a63;
    display: inline-block; }

.help-block-error {
  font-size: 12px;
  font-family: ShabnamBold, tahoma;
  color: #ee3440 !important; }

.custome-height {
  height: 46px !important; }

/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
/*Header (TopHeader MiddleBar Navigation)*/
.dropdown-toggle::after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f107";
  vertical-align: middle;
  font-size: .71rem;
  border: 0 none;
  margin: 0 4px;
  line-height: 0;
  font-weight: 700; }

/*TopHeader*/
header {
  flex: 0 0 auto; }

.top-header {
  background: #272634;
  line-height: 3.0;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 1030;
  z-index: 1030; }
  .top-header .items a, .top-header .items a.dropdown-toggle {
    text-decoration: none;
    color: #dac489;
    font-size: .75rem;
    margin-left: .5rem;
    position: relative;
    display: inline-flex;
    align-items: center; }
    .top-header .items a .icon-wrpapper, .top-header .items a.dropdown-toggle .icon-wrpapper {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      width: 1.55rem;
      height: 1.55rem;
      text-align: center;
      border: 1px solid #c09c3d;
      border: 1px solid #dac489;
      border-radius: 50%;
      text-decoration: none;
      margin-left: 4px; }
      .top-header .items a .icon-wrpapper i.fa, .top-header .items a.dropdown-toggle .icon-wrpapper i.fa {
        font-size: .79rem;
        color: #c09c3d; }
    .top-header .items a:last-child, .top-header .items a.dropdown-toggle:last-child {
      margin-left: 0; }
    .top-header .items a.favorite, .top-header .items a.dropdown-toggle.favorite {
      position: relative;
      top: 2px; }
      .top-header .items a.favorite .icon-wrpapper, .top-header .items a.dropdown-toggle.favorite .icon-wrpapper {
        border: 0; }
        .top-header .items a.favorite .icon-wrpapper i, .top-header .items a.dropdown-toggle.favorite .icon-wrpapper i {
          font-size: 1rem; }
      .top-header .items a.favorite .count, .top-header .items a.dropdown-toggle.favorite .count {
        display: inline-block;
        font-size: .75rem;
        position: absolute;
        right: -3px;
        top: .02rem;
        line-height: 1;
        color: #fff;
        font-family: Shabnam, tahoma;
        background: transparent; }
    .top-header .items a:hover, .top-header .items a.dropdown-toggle:hover {
      color: #c09c3d;
      transition: all 0.2s ease-in-out; }
  .top-header .items .dropdown {
    display: inline-block; }
    .top-header .items .dropdown .dropdown-menu {
      padding: 0;
      margin-top: 13px;
      border-radius: 0;
      border: none;
      box-shadow: none;
      background: #e0e0e0; }
      .top-header .items .dropdown .dropdown-menu li {
        line-height: 25px; }
        .top-header .items .dropdown .dropdown-menu li a {
          padding: 2px 7px 2px 4px;
          font-size: .80rem;
          display: block;
          color: #000;
          position: relative;
          transition: 0.3s; }
          .top-header .items .dropdown .dropdown-menu li a:before {
            position: absolute;
            content: '';
            right: 5px;
            top: 50%;
            width: 0;
            margin-top: -1px;
            height: 2px;
            background: #000;
            transition: 0.3s; }
          .top-header .items .dropdown .dropdown-menu li a:hover {
            background: #dadada;
            padding-right: 17px;
            transition: 0.3s; }
            .top-header .items .dropdown .dropdown-menu li a:hover:before {
              width: 10px;
              transition: 0.3s; }
    .top-header .items .dropdown .dropdown-menu:after {
      content: '';
      border: 8px solid transparent;
      border-bottom: 8px solid #e0e0e0;
      position: absolute;
      z-index: 2;
      top: -15px;
      right: 20px; }
  @media (min-width: 768px) {
    .top-header {
      position: relative;
      right: auto;
      top: auto;
      box-shadow: none; } }

/*Middle Bar*/
.middle-bar {
  padding: 0;
  background: #fff; }
  @media (min-width: 576px) {
    .middle-bar {
      padding: 1rem 0 0.30rem; } }

.search-form {
  border: 2px solid #e7e7e7;
  margin-top: .35rem;
  margin-bottom: .15rem;
  position: relative;
  background: #ececec;
  padding-right: 8rem; }
  @media (min-width: 992px) {
    .search-form {
      max-width: 40rem; } }
  .search-form.mobile-search {
    padding-right: 6rem;
    font-size: .60rem; }
    .search-form.mobile-search .province-select {
      width: 6rem;
      padding: 0.375rem 0.5rem 0.375rem 1rem;
      background-position: left .2rem center; }
  .search-form .province-select {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    height: 100%;
    width: 8rem;
    font-size: .77rem;
    border: 0;
    box-shadow: 0;
    outline: 0 none;
    border-radius: 0 !important;
    cursor: pointer;
    border: 0;
    font-family: ShabnamBold, tahoma;
    color: #343a40;
    background-color: #ececec; }
    .search-form .province-select > option {
      font-size: .90rem;
      background: #fff;
      color: #000; }
    .search-form .province-select:focus {
      border: 0;
      box-shadow: 0;
      background-color: #ececec; }
  .search-form > .form-control {
    border-radius: 0;
    border: 0;
    padding: .88rem 0.5rem;
    background: #fff;
    font-size: .83rem;
    color: #000;
    font-family: ShabnamBold, tahoma; }
    .search-form > .form-control:focus {
      background: #fcfcfc; }
    .search-form > .form-control::-ms-clear {
      display: none; }
  .search-form .btn {
    position: absolute;
    left: 2px;
    border-radius: 0;
    top: 2px;
    background: transparent;
    background: #e0cd9d;
    background: rgba(224, 205, 157, 0.62);
    color: #000;
    height: 41px;
    height: calc(100% - 4px); }
    .search-form .btn .fa {
      vertical-align: middle; }
  @media (min-width: 992px) {
    .search-form {
      padding-right: 8.5rem; }
      .search-form .province-select {
        width: 8.5rem; } }

.tour-caption {
  font-size: 1.5rem;
  margin: 0;
  font-family: ShabnamBold, tahoma;
  color: #000; }

/*Text Logo Niazpardaz*/
.logo {
  font-size: 1.88rem;
  margin: 0;
  display: inline-block;
  color: #0b0c0d;
  text-decoration: none;
  line-height: 1.1;
  font-family: sans-serif; }
  .logo:first-letter {
    color: #c09c3d;
    /*color: $main-color;*/ }
  .logo:hover, .logo:focus {
    text-decoration: none;
    color: #0b0c0d; }
  .logo.logo-mini {
    font-size: 1.7rem;
    position: relative;
    top: -3px; }

/*Navigation*/
.navbar.navbar-style {
  background: #fff;
  padding: .75rem 0;
  /*x-menu*/ }
  .navbar.navbar-style .navbar-toggler {
    border: 0;
    line-height: 0; }
    .navbar.navbar-style .navbar-toggler .x-menu {
      display: inline-block;
      line-height: 0; }
      .navbar.navbar-style .navbar-toggler .x-menu * {
        transition: .25s ease-in-out;
        box-sizing: border-box; }
      .navbar.navbar-style .navbar-toggler .x-menu span {
        display: block;
        background: #566973;
        border-radius: 2px; }
      .navbar.navbar-style .navbar-toggler .x-menu #menu-toggle {
        width: 50px;
        height: 50px;
        margin: 0 auto;
        position: relative;
        position: relative;
        cursor: pointer;
        background: none;
        border-radius: 0;
        display: inline-block; }
        .navbar.navbar-style .navbar-toggler .x-menu #menu-toggle #hamburger {
          position: absolute;
          height: 100%;
          width: 100%; }
          .navbar.navbar-style .navbar-toggler .x-menu #menu-toggle #hamburger span {
            width: 40px;
            height: 2px;
            position: relative;
            top: 12px;
            right: 5px;
            margin: 5px 0; }
            .navbar.navbar-style .navbar-toggler .x-menu #menu-toggle #hamburger span:nth-child(1) {
              transition-delay: .5s; }
            .navbar.navbar-style .navbar-toggler .x-menu #menu-toggle #hamburger span:nth-child(2) {
              transition-delay: .625s; }
            .navbar.navbar-style .navbar-toggler .x-menu #menu-toggle #hamburger span:nth-child(3) {
              transition-delay: .75s; }
        .navbar.navbar-style .navbar-toggler .x-menu #menu-toggle #cross {
          position: absolute;
          height: 100%;
          width: 100%;
          transform: rotate(45deg); }
          .navbar.navbar-style .navbar-toggler .x-menu #menu-toggle #cross span:nth-child(1) {
            height: 0%;
            width: 2px;
            position: absolute;
            top: 5%;
            left: 24px;
            transition-delay: 0s; }
          .navbar.navbar-style .navbar-toggler .x-menu #menu-toggle #cross span:nth-child(2) {
            width: 0%;
            height: 2px;
            position: absolute;
            left: 5%;
            top: 24px;
            transition-delay: .25s; }
      .navbar.navbar-style .navbar-toggler .x-menu #menu-toggle.open #hamburger span {
        width: 0%; }
        .navbar.navbar-style .navbar-toggler .x-menu #menu-toggle.open #hamburger span:nth-child(1) {
          transition-delay: 0s; }
        .navbar.navbar-style .navbar-toggler .x-menu #menu-toggle.open #hamburger span:nth-child(2) {
          transition-delay: .125s; }
        .navbar.navbar-style .navbar-toggler .x-menu #menu-toggle.open #hamburger span:nth-child(3) {
          transition-delay: .25s; }
      .navbar.navbar-style .navbar-toggler .x-menu #menu-toggle.open #cross span:nth-child(1) {
        height: 90%;
        transition-delay: .625s; }
      .navbar.navbar-style .navbar-toggler .x-menu #menu-toggle.open #cross span:nth-child(2) {
        width: 90%;
        transition-delay: .375s; }
    .navbar.navbar-style .navbar-toggler .navbar-toggler-icon {
      width: 1.5rem;
      height: 1.5rem; }
  .navbar.navbar-style .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #eee;
    font-family: ShabnamBold, tahoma;
    font-size: .85rem; }
  .navbar.navbar-style .container {
    position: relative;
    padding-right: .62rem; }
  .navbar.navbar-style .insert-ad {
    position: absolute;
    left: .62rem;
    top: 0; }
  @media (min-width: 992px) {
    .navbar.navbar-style {
      padding: 0; }
      .navbar.navbar-style .navbar-nav .nav-item .nav-link {
        padding: 1.2rem 0.10rem;
        margin-left: 14px;
        border-bottom: 1px solid transparent; }
      .navbar.navbar-style .insert-ad {
        position: relative;
        top: auto;
        left: auto; } }

/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
/*modal-style*/
.modal.modal-style .modal-content .modal-header {
  background: #f1f1f1; }
  .modal.modal-style .modal-content .modal-header .modal-title {
    font-size: .75rem;
    font-family: ShabnamBold, tahoma;
    line-height: 25px;
    display: block;
    color: #343a40; }
    .modal.modal-style .modal-content .modal-header .modal-title.font-lg {
      font-size: 1.125rem; }
    .modal.modal-style .modal-content .modal-header .modal-title.font-sm {
      font-size: .81rem; }
    .modal.modal-style .modal-content .modal-header .modal-title i {
      margin-left: 3px;
      font-weight: bold; }

.modal.modal-style .modal-content .modal-body.interanl-overflow {
  padding: .31rem .62rem .93rem;
  max-height: calc(100vh - 212px) !important;
  overflow-y: auto; }

.modal.modal-style .modal-content .modal-footer {
  background: #f9f9f9; }

.modal.modal-alert {
  -webkit-animation: attentive-show .3s ease-out;
  animation: attentive-show .3s ease-out; }
  @media (min-width: 576px) {
    .modal.modal-alert .modal-dialog.ma-md {
      max-width: 440px; } }
  @media (min-width: 576px) {
    .modal.modal-alert .modal-dialog {
      min-height: calc(100vh - 60px);
      display: flex;
      flex-direction: column;
      justify-content: center;
      overflow: auto; } }
  .modal.modal-alert .modal-dialog .modal-content {
    border: 0;
    background: #fff;
    border-radius: .30rem;
    box-shadow: 0 5px 22px 0 rgba(0, 0, 0, 0.2); }
    .modal.modal-alert .modal-dialog .modal-content .modal-body {
      text-align: center; }
      .modal.modal-alert .modal-dialog .modal-content .modal-body .ma-title {
        position: relative;
        font-size: .88rem;
        display: block;
        font-family: ShabnamBold, tahoma;
        line-height: 1.4;
        color: #000;
        margin: 2px 0 5px; }
        .modal.modal-alert .modal-dialog .modal-content .modal-body .ma-title.size-lg {
          font-size: 1rem; }
      .modal.modal-alert .modal-dialog .modal-content .modal-body .ma-desc {
        font-size: .75rem;
        display: block;
        margin-bottom: 10px;
        line-height: 1.3;
        color: #4d4d4d; }

/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
footer {
  background: #303030;
  position: relative;
  flex: 0 0 auto;
  /*copy-right*/ }
  footer .footer-inner {
    padding: 25px 0; }
  footer .caption {
    color: #e6e6e6;
    font-size: 1.10rem;
    margin: 2px 0 8px;
    display: block;
    line-height: 30px; }
  footer .about-us {
    font-size: .75rem;
    color: #a3a3a3;
    line-height: 1.6; }
  footer .contact {
    position: relative; }
    footer .contact span.info {
      color: #a3a3a3;
      font-size: .88rem;
      margin-right: 2px;
      display: block; }
      footer .contact span.info i {
        padding-left: 3px;
        font-size: 14px;
        display: none;
        color: #cccccc; }
  footer .copy-right {
    background: #292929;
    padding: 15px 0; }
    footer .copy-right p {
      color: #949494;
      font-size: 11px; }
      footer .copy-right p a {
        text-decoration: none;
        color: #949494;
        /*margin-right: 4px;
                margin-left: 4px;*/
        padding-right: 3px;
        padding-left: 3px; }
        footer .copy-right p a:hover {
          color: #c09c3d;
          text-decoration: none; }

.social .icon-button {
  background: #383636;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-decoration: none;
  margin-left: 5px;
  transition: 0.3s; }
  .social .icon-button:last-child {
    margin-left: 0; }
  .social .icon-button i {
    font-size: 1.2rem;
    z-index: 20; }
  .social .icon-button > span {
    display: inline-block;
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    transform: scale(0, 0);
    transition: all 0.3s; }
  .social .icon-button:focus, .social .icon-button:hover {
    text-decoration: none;
    border-color: transparent;
    transition: 0.3s; }
    .social .icon-button:focus > span, .social .icon-button:hover > span {
      transform: scale(1, 1);
      transition: all 0.3s; }

.social .twitter span {
  background-color: #4099ff; }

.social .facebook span {
  background-color: #3B5998; }

.social .google-plus span {
  background-color: #db5a3c; }

.social .instagram span {
  background-color: #125688; }

.social .icon-button .fa-twitter {
  color: #4099ff; }

.social .icon-button .fa-facebook {
  color: #3B5998; }

.social .icon-button .fa-google-plus {
  color: #db5a3c; }

.social .icon-button .fa-instagram {
  color: #125688; }

.social .icon-button:focus .fa-twitter,
.social .icon-button:focus .fa-facebook,
.social .icon-button:focus .fa-instagram,
.social .icon-button:focus .fa-google-plus,
.social .icon-button:hover .fa-twitter,
.social .icon-button:hover .fa-facebook,
.social .icon-button:hover .fa-instagram,
.social .icon-button:hover .fa-google-plus {
  color: #fff;
  transition: 0.3s; }

.safety-site {
  background: #fff;
  padding: 5px;
  border-radius: .5rem; }
  .safety-site:hover {
    background: #ededed; }
  .safety-site:not(:last-child) {
    margin-left: .3rem; }

/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
/*Sidebar*/
@media (min-width: 768px) {
  .aside.srch-page .sidebar {
    width: 13.75rem; } }

@media (min-width: 992px) {
  .aside.srch-page .sidebar {
    width: 16.85rem; } }

.aside .sidebar {
  background: #fff;
  border: 1px solid #ddd;
  margin-bottom: .62rem;
  border-radius: 1px; }
  .aside .sidebar.special-banner {
    position: sticky;
    border-bottom: 2px solid #6c63ff;
    top: .5rem; }
    .aside .sidebar.special-banner .sb-body {
      text-align: center;
      padding: 1rem .5rem .5rem;
      text-decoration: none;
      display: block;
      position: relative;
      transition: .3s ease-in-out; }
      .aside .sidebar.special-banner .sb-body .sb-caption {
        font-size: 1.2rem;
        margin: .75rem 0 .25rem;
        color: #6c63ff;
        font-family: ShabnamBold, tahoma;
        transition: 0.5s ease-in-out; }
      .aside .sidebar.special-banner .sb-body .sb-desc {
        font-size: .72rem;
        font-family: IRYekanBold,tahoma;
        line-height: 1.4;
        margin-bottom: .5rem;
        color: #564fd6;
        transition: 0.5s ease-in-out; }
      .aside .sidebar.special-banner .sb-body .sb-address {
        font-size: .75rem;
        color: #555; }
      .aside .sidebar.special-banner .sb-body:hover {
        padding: 1.25rem .5rem .65rem; }
        .aside .sidebar.special-banner .sb-body:hover .sb-caption {
          color: #433bc3; }
        .aside .sidebar.special-banner .sb-body:hover .sb-desc {
          color: #383396; }
  .aside .sidebar.mp-sidebar {
    width: 10.31rem; }
    @media (min-width: 1200px) {
      .aside .sidebar.mp-sidebar {
        width: 11.25rem; } }
  .aside .sidebar .sidebar-caption {
    background: #fff;
    border-bottom: 1px solid #e4e4e4; }
    .aside .sidebar .sidebar-caption .caption {
      font-size: .82rem;
      color: #222629;
      padding: 0.93rem .30rem;
      font-family: ShabnamBold, tahoma;
      display: block;
      margin: 0;
      line-height: 1.5; }
      .aside .sidebar .sidebar-caption .caption .caption-icon {
        font-size: 1.3rem;
        vertical-align: middle; }
  .aside .sidebar .sidebar-body {
    padding: .31rem; }
    .aside .sidebar .sidebar-body.ads-banner a img {
      margin-bottom: .45rem; }
    .aside .sidebar .sidebar-body.ads-banner a:last-child img {
      margin-bottom: 0; }
    .aside .sidebar .sidebar-body .important-note {
      font-size: .82rem;
      line-height: 1.8;
      text-align: right;
      color: #444; }
      .aside .sidebar .sidebar-body .important-note strong {
        font-weight: normal;
        font-family: ShabnamBold, tahoma; }
      .aside .sidebar .sidebar-body .important-note a {
        text-decoration: none;
        color: #0078a7; }
        .aside .sidebar .sidebar-body .important-note a:hover {
          color: #00a8e9; }
    .aside .sidebar .sidebar-body img.enamad {
      margin: 0 auto;
      display: block; }

/*ViewAd Sidebar*/
.va-sidebar-wrapper {
  width: 100%; }

@media (min-width: 992px) {
  .va-sidebar-wrapper {
    width: 14.5rem; } }

.sidebar-item {
  margin: 0;
  background: #fff;
  margin-bottom: .7rem;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.15rem;
  background: #fff;
  /* Let's get this party started */
  /* Track */
  /* Handle */ }
  .sidebar-item ::-webkit-scrollbar {
    width: 7px; }
  .sidebar-item ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(140, 136, 136, 0.38);
    -webkit-border-radius: 15px;
    border-radius: 15px; }
  .sidebar-item ::-webkit-scrollbar-thumb {
    -webkit-border-radius: 15px;
    border-radius: 15px;
    background: rgba(12, 9, 9, 0.14);
    -webkit-box-shadow: inset 0 0 11px rgba(10, 9, 22, 0.5); }
  .sidebar-item ::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(12, 9, 9, 0.14); }
  .sidebar-item .sidebar-caption {
    display: block;
    line-height: 1.8;
    font-size: 1rem;
    margin: 0;
    padding: 8px 5px;
    background: #fff;
    /*border-top: 1px solid #e1e1e1;*/
    border-bottom: 1px solid #e1e1e1; }
    .sidebar-item .sidebar-caption .caption {
      font-size: .8rem;
      color: #444;
      text-decoration: none;
      display: block;
      position: relative;
      font-family: ShabnamBold, tahoma; }
      .sidebar-item .sidebar-caption .caption.caption-lg {
        font-size: .93rem;
        padding: 4px 4px; }
      .sidebar-item .sidebar-caption .caption[aria-expanded='true']:after {
        /*transform: rotate(-180deg);*/
        content: "\f068"; }
      .sidebar-item .sidebar-caption .caption:after {
        font-family: 'FontAwesome';
        content: "\f067";
        vertical-align: baseline;
        color: #666;
        font-size: .55rem;
        line-height: 0;
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 0;
        font-weight: bold;
        transition: all .34s ease-in-out; }
      .sidebar-item .sidebar-caption .caption i {
        vertical-align: middle; }
      .sidebar-item .sidebar-caption .caption:hover {
        color: #222; }
  .sidebar-item .sidebar-body {
    padding: 0; }
    .sidebar-item .sidebar-body.custom-height {
      max-height: 25rem;
      overflow: auto; }

/*box-link*/
.box-link {
  border-radius: 4px;
  border: 1px solid #fff;
  box-shadow: 0 5px 10px 0 rgba(24, 23, 24, 0.1);
  position: relative;
  background: #fff; }
  @media (min-width: 768px) {
    .box-link {
      position: sticky;
      top: 60px; } }
  .box-link:before {
    background: linear-gradient(270deg, rgba(247, 247, 247, 0) 20%, #fffcf7 60%);
    z-index: -1;
    transition: 0.3s; }
  .box-link ul {
    margin: 0;
    padding: 0; }
    .box-link ul li {
      list-style: none;
      padding: 0 27px; }
      .box-link ul li a {
        position: relative;
        display: block;
        line-height: 40px;
        font-size: 13px;
        border-radius: 0;
        color: #444;
        text-decoration: none;
        padding: 0;
        font-family: ShabnamBold, tahoma;
        transition: .4s; }
        .box-link ul li a:after {
          position: absolute;
          content: '';
          right: 0px;
          top: 50%;
          width: 0;
          margin-top: -1px;
          height: 2px;
          background: #1a1a1a;
          transition: 0.3s; }
        .box-link ul li a:before {
          position: absolute;
          content: '';
          bottom: 0;
          left: 0;
          width: 100%;
          height: 1px;
          background: linear-gradient(90deg, rgba(255, 255, 255, 0) 5%, #dddddd 50%, rgba(255, 255, 255, 0) 95%); }
        .box-link ul li a:hover {
          color: #0069ff;
          padding-right: .90rem; }
          .box-link ul li a:hover:after {
            width: .65rem;
            background: #0069ff; }
      .box-link ul li:last-child a:before {
        display: none; }

.nice-btn {
  position: relative;
  display: block;
  margin: 0 auto;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  border-radius: 50px;
  color: #fff;
  border: 0;
  background-position: 103%;
  background-repeat: no-repeat;
  text-decoration: none;
  background-size: 35px;
  background-color: #0069ff;
  background-image: url("/dist/img/svg/arrow.svg");
  transition: background-position .4s; }
  .nice-btn:hover, .nice-btn:focus {
    color: #fff;
    background-color: #0069ff;
    text-decoration: none;
    background-position: 100%; }

/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
/*Ad Rank*/
.ad-rank {
  width: 4.68rem;
  height: .93rem;
  background: url("/dist/img/AdRanks.png");
  display: inline-block; }
  .ad-rank.r-1, .ad-rank.r-2 {
    background-position: -5px -5px; }
  .ad-rank.r0 {
    background-position: -5px -30px; }
  .ad-rank.r1 {
    background-position: -5px -55px; }
  .ad-rank.r2 {
    background-position: -5px -80px; }
  .ad-rank.r3 {
    background-position: -5px -105px; }
  .ad-rank.r4 {
    background-position: -5px -130px; }
  .ad-rank.r5 {
    background-position: -5px -155px; }
  .ad-rank.r6 {
    background-position: -5px -180px; }
  .ad-rank.r7 {
    background-position: -5px -205px; }
  .ad-rank.r8 {
    background-position: -5px -230px; }

.diamond {
  border-radius: 1px;
  color: #2e6ccb;
  font-size: .76rem;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 15px;
  padding: 0px 2px;
  border: 1px solid #ded9d9;
  line-height: 0;
  margin-right: 2px;
  border-radius: 2px;
  position: relative;
  overflow: hidden;
  top: 1px; }
  .diamond i {
    font-size: .61rem;
    margin: 0 1px;
    color: #2e6ccb;
    font-weight: bold;
    vertical-align: middle;
    animation: diamondsColor 2.5s infinite;
    line-height: 15px; }

/*rankstar*/
.rankstar {
  font-size: .80rem;
  color: #2b294c;
  color: #a0a0a0; }
  .rankstar.free:before {
    content: "\f006";
    color: #a0a0a0;
    color: #fff;
    margin-left: 0; }
  .rankstar:before {
    font-family: 'FontAwesome';
    content: "\f005 ";
    display: inline-block;
    color: #ffbe00;
    vertical-align: inherit;
    margin-left: 1px; }

/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
/*AdsItem*/
.advert-item {
  border: 1px solid #ededed;
  border-radius: 0.15rem;
  background: #fff;
  margin-bottom: .62rem;
  position: relative;
  /*Specefication*/ }
  .advert-item .content-ad {
    padding: .31rem;
    min-height: 9.35rem; }
    .advert-item .content-ad .col-left {
      float: left;
      margin-right: .31rem;
      padding: 0;
      border: 1px solid #eee;
      width: 9.35rem;
      height: 7rem;
      text-align: center;
      align-items: center;
      overflow: hidden;
      background: #fff;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      filter: brightness(96%); }
      .advert-item .content-ad .col-left a img {
        max-width: 9.37rem;
        height: auto;
        display: block;
        margin: 0 auto; }
    .advert-item .content-ad .caption-ad {
      margin: 0;
      line-height: 1.5;
      display: block; }
      .advert-item .content-ad .caption-ad > a {
        margin-top: .19rem;
        color: #404040;
        color: #252525;
        font-size: .73rem;
        font-family: ShabnamBold, tahoma;
        line-height: 1.5;
        display: block;
        text-decoration: none; }
        .advert-item .content-ad .caption-ad > a:hover {
          color: rebeccapurple;
          color: #075aaa; }
  .advert-item .spec {
    background: #fff;
    height: 2.2rem;
    line-height: 1.4;
    padding: 0 .35rem;
    display: table;
    width: 100%;
    border-top: 1px solid #eee;
    position: relative; }
    .advert-item .spec .content {
      display: table-cell;
      vertical-align: middle; }
      .advert-item .spec .content .ranks {
        direction: ltr;
        text-align: left;
        display: inline-flex;
        align-items: center;
        float: left;
        margin-top: 2px; }
      .advert-item .spec .content .user {
        color: #777;
        font-size: .75rem;
        line-height: 1.4;
        display: inline-block; }
        .advert-item .spec .content .user.tel:before {
          content: "\f098"; }
        .advert-item .spec .content .user.remove {
          text-decoration: none;
          cursor: pointer; }
          .advert-item .spec .content .user.remove:hover {
            color: #ee3440; }
          .advert-item .spec .content .user.remove:before {
            content: "\f2d3";
            color: #ee3440;
            font-weight: normal;
            font-size: .83rem; }
        .advert-item .spec .content .user.update {
          font-size: .65rem; }
          .advert-item .spec .content .user.update:before {
            content: "\f021"; }
        .advert-item .spec .content .user:before {
          font-family: 'FontAwesome';
          content: "\f2be";
          padding-left: 2px;
          display: inline-block;
          vertical-align: baseline;
          color: #666;
          display: none; }
      .advert-item .spec .content .site {
        text-align: left;
        line-height: .7; }
        .advert-item .spec .content .site a {
          font-size: .72rem;
          color: #777;
          line-height: 1.3; }
          .advert-item .spec .content .site a:hover {
            color: #075aaa;
            text-decoration: none; }
  .advert-item .favorite {
    position: absolute;
    right: .20rem;
    bottom: 2.75rem;
    width: 1.2rem;
    height: 1.2rem;
    overflow: hidden;
    text-align: center;
    background: #fff;
    padding-top: 2px;
    border-radius: 2px;
    display: inline-table;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    cursor: pointer; }
    .advert-item .favorite.added {
      transform: none;
      animation: pulseIcon .4s ease-in-out;
      background: #fff; }
      .advert-item .favorite.added i:before {
        content: "\f004";
        color: #ee3440; }
    .advert-item .favorite i {
      font-size: .68rem;
      vertical-align: middle;
      display: table-cell;
      color: #000;
      font-weight: bold; }
    @media (min-width: 992px) {
      .advert-item .favorite {
        transform: scale(0);
        background: #dadada;
        border-radius: 50%;
        width: 1.4rem;
        height: 1.4rem;
        left: auto; }
        .advert-item .favorite i {
          color: #000; } }
  .advert-item:hover {
    box-shadow: 0 0 13px 0 rgba(25, 9, 9, 0.2); }
    .advert-item:hover .favorite {
      transition: all 0.2s ease-in-out;
      transform: scale(1); }

/*adcard-item (use in province,city,and Group pages)*/
.adcard-item {
  padding: 0;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: .35rem;
  position: relative;
  margin-bottom: .6rem; }
  @media (min-width: 768px) {
    .adcard-item {
      margin-bottom: 1.2rem; } }
  .adcard-item .img-wrapper {
    width: 120px;
    height: 90px;
    overflow: hidden;
    border: 1px solid #f3f3f3;
    border-radius: .35rem;
    /*box-shadow: 0 1px 6px 0 rgba(0,0,0,.1);*/
    margin-right: .75rem;
    filter: brightness(95%); }
    .adcard-item .img-wrapper > img {
      max-width: 100%;
      height: auto; }
  .adcard-item .adcard-body {
    padding: 1rem;
    transition: 0.3s ease-in-out;
    position: relative;
    overflow: hidden; }
    .adcard-item .adcard-body .caption-holder {
      display: flex;
      align-items: center;
      min-height: 60px;
      margin: 0.3rem 0; }
      .adcard-item .adcard-body .caption-holder .caption {
        font-size: .8rem;
        display: inline-block;
        line-height: 1.5;
        margin: 0; }
        .adcard-item .adcard-body .caption-holder .caption a {
          font-family: ShabnamBold, tahoma;
          color: #2b3742; }
          .adcard-item .adcard-body .caption-holder .caption a:hover {
            text-decoration: none;
            color: #075aaa; }
    .adcard-item .adcard-body .detail {
      margin-top: .2rem;
      padding: 0;
      line-height: 1.5; }
      .adcard-item .adcard-body .detail .item {
        font-size: .75rem;
        line-height: 1.5;
        display: inline-block;
        margin-left: .5rem;
        color: #888; }
        .adcard-item .adcard-body .detail .item:last-child {
          margin-left: 0; }
  .adcard-item .favorite {
    position: absolute;
    left: .5rem;
    right: auto;
    bottom: .45rem;
    bottom: 1rem;
    width: 1.2rem;
    height: 1.2rem;
    overflow: hidden;
    text-align: center;
    background: #fff;
    padding-top: 2px;
    border-radius: 2px;
    display: inline-table;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    cursor: pointer; }
    .adcard-item .favorite.added {
      transform: none;
      animation: pulseIcon .4s ease-in-out;
      background: #fff; }
      .adcard-item .favorite.added i:before {
        content: "\f004";
        color: #ee3440; }
    .adcard-item .favorite i {
      font-size: .68rem;
      vertical-align: middle;
      display: table-cell;
      color: #a0a0a0;
      color: #c3c3c3;
      font-weight: bold; }
    @media (min-width: 992px) {
      .adcard-item .favorite {
        transform: scale(0);
        background: #dadada;
        border-radius: 50%;
        width: 1.4rem;
        height: 1.4rem; }
        .adcard-item .favorite i {
          color: #000; } }
  .adcard-item:hover .favorite {
    transition: all 0.2s ease-in-out;
    transform: scale(1); }

/*Media List Rresult*/
.ml-result {
  border-radius: 0.15rem;
  margin-bottom: 0.5rem;
  padding: .60rem;
  display: block;
  background: #fff;
  border: 1px solid #ebebeb;
  position: relative;
  /*Search Result*/ }
  .ml-result.articles {
    padding: 0.60rem 0;
    margin-bottom: 0.95rem;
    border: 0;
    border-bottom: 1px solid #d6d5d5; }
    .ml-result.articles:last-child {
      border-bottom: 0;
      margin-bottom: 0; }
  .ml-result.srch-result {
    /*margin-bottom: 1.1rem;*/ }
    @media (min-width: 768px) {
      .ml-result.srch-result {
        padding: 1rem 0.7rem; } }
    .ml-result.srch-result .media-body .title {
      margin: .5rem 0 .40rem; }
      .ml-result.srch-result .media-body .title > a {
        color: #000;
        color: #075aaa;
        font-size: .92rem;
        line-height: 1.5; }
        .ml-result.srch-result .media-body .title > a .kwh {
          /*color: $red;*/
          font-weight: normal; }
  .ml-result.ml-tour {
    margin-bottom: .90rem; }
    .ml-result.ml-tour .media-body .title a {
      font-size: .95rem;
      color: #111; }
    .ml-result.ml-tour .media-body .date {
      font-size: .67rem;
      color: #757575;
      margin: 0;
      line-height: 1; }
    .ml-result.ml-tour .media-body .tour-info span {
      color: #333;
      display: inline-block;
      margin-left: 1rem;
      font-size: .78rem;
      line-height: 1.3; }
      .ml-result.ml-tour .media-body .tour-info span i {
        display: inline-block;
        vertical-align: middle;
        font-size: .85rem;
        padding-left: 1px;
        line-height: 1.3;
        color: #333; }
    .ml-result.ml-tour .media-body .tour-info span:last-child {
      margin-left: 0; }
  .ml-result .right-side {
    min-width: 10rem;
    max-width: 10rem;
    /*background: #eee;*/
    border: 1px solid #ececec;
    padding: .30rem .30rem 0;
    border-radius: 0.15rem; }
    .ml-result .right-side > a img {
      margin: 0 auto;
      display: block; }
  .ml-result .media-body .title {
    font-family: ShabnamBold, tahoma;
    margin: .5rem 0 .35rem; }
    .ml-result .media-body .title > a {
      color: #000;
      color: #075aaa;
      font-size: .95rem;
      line-height: 1.4;
      text-decoration: none;
      /*.kwh {
                    color: $black;
                    font-weight: normal;
                }*/ }
      .ml-result .media-body .title > a:hover {
        color: #997d31;
        color: #054079; }
      .ml-result .media-body .title > a img {
        border-radius: 0.15rem; }
  .ml-result .media-body .actions {
    margin-top: .95rem; }
    .ml-result .media-body .actions .item {
      color: #666;
      font-size: .68rem;
      line-height: 1.5;
      margin-left: .62rem; }
      .ml-result .media-body .actions .item:last-child {
        margin-left: 0; }
      .ml-result .media-body .actions .item:before {
        font-family: 'FontAwesome';
        padding-left: 3px;
        color: #666;
        display: inline-block;
        vertical-align: middle; }
      .ml-result .media-body .actions .item.location:before {
        content: "\f041 "; }
      .ml-result .media-body .actions .item.refresh:before {
        content: "\f021"; }
    .ml-result .media-body .actions .btn-readmore {
      border: 1px solid #d8d7d7;
      /*color: $hilight-color;*/
      color: #000;
      padding-top: .45rem;
      padding-bottom: .45rem; }
      .ml-result .media-body .actions .btn-readmore.has-icon {
        padding-right: 27px; }
        .ml-result .media-body .actions .btn-readmore.has-icon .icon-btn {
          width: 23px;
          border-left: 1px solid #eee; }
      .ml-result .media-body .actions .btn-readmore .icon-btn {
        background: rgba(0, 0, 0, 0.04); }
    .ml-result .media-body .actions .btn-wish-list, .ml-result .media-body .actions .favorite {
      border: 1px solid #d8d7d7;
      padding-top: .45rem;
      padding-bottom: .45rem; }
      .ml-result .media-body .actions .btn-wish-list.added, .ml-result .media-body .actions .favorite.added {
        transform: none; }
        .ml-result .media-body .actions .btn-wish-list.added i:before, .ml-result .media-body .actions .favorite.added i:before {
          content: "\f004";
          color: #ee3440; }
      .ml-result .media-body .actions .btn-wish-list .fa, .ml-result .media-body .actions .favorite .fa {
        color: #000;
        font-weight: bold;
        vertical-align: middle;
        font-size: .70rem; }
  .ml-result .media-body .information .item {
    color: #666;
    font-size: .76rem;
    margin-left: .5rem;
    display: inline-block; }
    .ml-result .media-body .information .item:last-child {
      margin-left: 0; }
    .ml-result .media-body .information .item:before {
      font-family: 'FontAwesome';
      padding-left: .18rem;
      display: inline-block;
      vertical-align: baseline; }
  .ml-result .media-body .information .location:before {
    content: "\f041 "; }
  .ml-result .media-body .information .refresh:before {
    content: "\f021"; }
  .ml-result .media-body .information .date:before {
    content: "\f133 "; }
  .ml-result .media-body .information .visited:before {
    content: "\f06e"; }
  .ml-result .media-body .information .wish-list {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-left: -3px; }
    .ml-result .media-body .information .wish-list:hover:before, .ml-result .media-body .information .wish-list:focus:before {
      color: #ee3440;
      transition: 0.2s; }
    .ml-result .media-body .information .wish-list:before {
      font-family: 'FontAwesome';
      content: "\f08a ";
      font-size: 13px;
      font-weight: bold;
      color: #343a40;
      display: inline-block;
      vertical-align: middle; }
      @media (min-width: 992px) {
        .ml-result .media-body .information .wish-list:before {
          transform: scale(0);
          transition: 0.5s; } }
  .ml-result .media-body .description {
    font-size: .86rem;
    line-height: 1.7;
    margin: 4px 0 0;
    color: #333; }
    .ml-result .media-body .description .kwh {
      font-weight: normal;
      font-family: ShabnamBold, tahoma;
      color: #ee3440; }
  @media (min-width: 768px) {
    .ml-result {
      display: flex; }
      .ml-result .right-side {
        min-width: 9rem;
        max-width: 9rem; } }

/*listing*/
.listing {
  background: #fff;
  border-radius: .3125rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 1rem;
  padding-bottom: .75rem;
  margin-bottom: 1rem;
  position: relative; }
  .listing .img-container {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: .5rem;
    height: 8.5rem;
    overflow: hidden;
    position: relative;
    transition: .3s ease-in-out;
    position: relative;
    text-align: center;
    filter: brightness(96%);
    background: #fff; }
    .listing .img-container img {
      border-radius: .4rem;
      font-size: .75rem;
      color: #777; }
  .listing .caption {
    font-size: .85rem;
    font-family: ShabnamBold, tahoma;
    line-height: 1.5;
    display: block;
    margin-top: .65rem;
    min-height: 4rem; }
    .listing .caption a {
      color: #222;
      text-decoration: none; }
      .listing .caption a:hover {
        color: #075aaa; }
  .listing .information {
    font-size: 0; }
    .listing .information .owner, .listing .information .city {
      font-size: .75rem;
      color: #999;
      margin: 0;
      display: inline-block; }
    .listing .information .owner {
      /*color: #777;*/
      /*font-family: $bold-font;*/
      padding-left: .30rem; }
    .listing .information .city {
      /*font-family: $bold-font;*/
      color: #666; }

/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
/*SearchAd Page*/
.searched {
  background: #fff;
  padding: .8rem;
  margin-bottom: .90rem;
  box-shadow: 0 0.125rem 0.25rem 0 rgba(0, 0, 0, 0.07), 0 0.125rem 0.62rem 0 rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #dac489;
  /*show-city*/ }
  .searched .bc-item {
    display: inline-block;
    font-size: .80rem;
    margin: 0;
    line-height: 1.5; }
    .searched .bc-item > i.fa {
      color: #c09c3d; }
    .searched .bc-item.title {
      color: #075aaa;
      color: #ee3440;
      font-family: ShabnamBold, tahoma;
      font-size: .95rem; }
      .searched .bc-item.title:before {
        font-family: 'FontAwesome';
        content: "\f100";
        margin-left: .5rem;
        margin-right: .25rem;
        color: #000;
        display: inline-block;
        vertical-align: middle; }
  .searched title {
    font-size: .90rem;
    color: #333;
    display: inline-block;
    margin: 0;
    line-height: 1.5; }
  .searched .show-detail {
    line-height: 1.1;
    padding: 0.3rem .5rem;
    color: #343a40;
    font-size: .75rem;
    font-family: ShabnamBold, tahoma;
    background: #eceaea; }
    .searched .show-detail .count {
      font-family: sans-serif;
      font-weight: 600;
      color: #075aaa;
      font-size: .93rem; }
    .searched .show-detail .state {
      font-weight: normal;
      color: #ee3440; }

/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
.tour-inner {
  background: #efefef;
  padding: 2.5rem 0;
  position: relative; }
  .tour-inner .seaching {
    z-index: 2;
    border: 1px solid #007fb1;
    padding: 0 .62rem .31rem; }
    .tour-inner .seaching .form-control {
      box-shadow: none;
      border-radius: 2px;
      font-size: .81rem; }
    .tour-inner .seaching .form-check {
      padding-top: .5rem; }
      .tour-inner .seaching .form-check label {
        color: #fff; }
    .tour-inner .seaching h5.head {
      background: #007fb1;
      color: #fff;
      margin: 0 -.62rem 1.25rem;
      padding: .62rem .62rem;
      position: relative;
      font-size: 1.05rem; }
      .tour-inner .seaching h5.head i {
        font-size: 1rem;
        padding-left: .31rem;
        display: inline-block;
        vertical-align: sub; }
    .tour-inner .seaching h5.head:after {
      content: "";
      position: absolute;
      bottom: -.62rem;
      right: 2.5rem;
      border-top: 0.62rem solid #007fb1;
      border-right: .81rem solid transparent;
      border-left: .81rem solid transparent; }

/*ksdfjfdlflsdfsdfsd*/
/*about-tour*/
.about-tour {
  background: #fff;
  border: 1px solid #ddd;
  min-height: 40px;
  /*margin-top: 30px;*/ }
  .about-tour .circle {
    width: 60px;
    height: 60px;
    border: 2px solid #ece8e8;
    background: #fff;
    border-radius: 50%;
    padding: 2px;
    position: absolute;
    top: -25px;
    right: 50%;
    margin-right: -30px;
    text-align: center;
    display: inline-table; }
    .about-tour .circle i {
      display: table-cell;
      vertical-align: middle;
      font-size: 35px;
      border-radius: 50%;
      border: 1px solid #777;
      color: #333; }

/*DDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDDD*/
.timeline {
  position: relative; }
  .timeline > div {
    text-align: center; }
  .timeline .item-list {
    display: block; }
    .timeline .item-list > b {
      font-size: 14px;
      color: #444;
      font-weight: bold;
      display: block;
      margin-bottom: 1px; }
    .timeline .item-list .icon-holder {
      display: inline-table;
      width: 35px;
      height: 35px;
      border-radius: 50%;
      background: rgba(217, 217, 217, 0.5);
      position: relative;
      z-index: 2; }
    .timeline .item-list i {
      font-size: 15px;
      color: #00a4e4;
      font-size: 22px;
      display: table-cell;
      vertical-align: middle;
      z-index: 3; }
    .timeline .item-list .desc-holder {
      margin-top: 5px;
      text-align: center; }

@media only screen and (max-width: 767px) {
  .timeline > div {
    text-align: right; }
  .timeline .item-list {
    text-align: right; }
    .timeline .item-list > b {
      display: inline-block; }
    .timeline .item-list .icon-holder {
      display: none; }
    .timeline .item-list i {
      font-size: 15px;
      color: #333;
      font-size: 22px;
      display: table-cell;
      vertical-align: middle;
      z-index: 3; }
    .timeline .item-list .desc-holder {
      display: inline-block;
      margin-top: 5px;
      text-align: right; } }

@media (min-width: 767px) {
  .timeline:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    left: 0;
    right: 0;
    top: 43px;
    z-index: 1;
    background: rgba(216, 204, 204, 0.61);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7648a3', endColorstr='#ff836aa0', GradientType=1); } }

/*Tour Info*/
.tour-info-list b {
  display: block;
  font-size: 13px;
  line-height: 18px;
  margin-top: 0;
  margin-bottom: 5px;
  color: #000; }
  .tour-info-list b i {
    font-size: 17px;
    padding-left: 4px;
    display: inline-block;
    vertical-align: middle; }
  .tour-info-list b span {
    font-weight: normal; }

.services {
  padding-right: 0; }
  .services > b {
    font-size: 13px;
    color: #000;
    display: block;
    font-weight: bold;
    line-height: 13px;
    margin-top: 10px;
    margin-bottom: 3px; }
  .services li {
    font-size: 14px;
    line-height: 18px;
    color: #333;
    list-style: none; }
    .services li a {
      color: #494747;
      text-decoration: none; }
    .services li a:hover {
      color: #00a4e4; }
  .services li:before {
    font-family: 'FontAwesome';
    content: "\f00c";
    font-size: 13px;
    padding-left: 4px;
    color: #6cbc35;
    display: inline-block; }

ul.informations {
  padding-right: 0;
  margin-bottom: 0; }
  ul.informations li {
    font-size: 12px;
    line-height: 20px;
    color: #343434;
    list-style: none;
    font-weight: bold;
    list-style: none; }
    ul.informations li:before {
      font-family: 'FontAwesome';
      content: "\f104";
      font-size: 14px;
      padding-left: 4px;
      color: #000;
      display: inline-block;
      font-weight: bold; }
    ul.informations li a {
      color: #494747;
      text-decoration: none; }
      ul.informations li a:hover {
        color: #333; }

/*Ribbon*/
.ribbon {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right; }

.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #333;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: linear-gradient(#eee0e0 0%, #eee0e0 100%);
  box-shadow: 0 3px 10px -5px black;
  position: absolute;
  top: 19px;
  left: -21px; }

.ribbon span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid #d3c9c9;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #d3c9c9; }

.ribbon span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #d3c9c9;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #d3c9c9; }

/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
/*BeadCrumb View Ad*/
.address {
  background: #fff;
  border-top: 1px solid #eaeaea;
  padding: .1rem 0; }
  .address .breadcrumb {
    background: #fff; }
    @media (min-width: 576px) {
      .address .breadcrumb {
        flex-wrap: nowrap; } }

.qrcode {
  width: 58px;
  height: auto;
  margin-left: -5px; }

/*Next Prev Ads*/
.other-ad .other {
  font-size: .75rem;
  color: #3e3e3e;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ddd;
  padding: .51rem .60rem;
  border-radius: 2px; }
  .other-ad .other .fa {
    color: #c09c3d; }
  .other-ad .other.ad-next .fa {
    margin-left: 3px;
    color: #c09c3d; }
  .other-ad .other.ad-prev .fa {
    margin-right: 3px;
    color: #c09c3d; }
  .other-ad .other:hover {
    background: #f9f9f9;
    color: #000; }

.same-wrapper {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0.62rem;
  margin-bottom: 0.60rem;
  border-radius: 0.15rem;
  position: relative; }

/*Ad Content*/
.va-content {
  position: relative; }
  .va-content .site-address {
    margin: .5rem 0 0;
    font-size: .73rem;
    line-height: 1.2; }
    .va-content .site-address .value {
      display: inline-block;
      margin-left: 3px;
      vertical-align: middle;
      font-weight: 600;
      color: #3d3d3d;
      direction: ltr; }
      .va-content .site-address .value:before {
        font-family: 'FontAwesome';
        content: '\f0ac';
        font-size: 1.3rem;
        color: #075aaa;
        vertical-align: middle;
        font-weight: normal; }
      .va-content .site-address .value a {
        text-decoration: none;
        font-weight: 600;
        display: inline-block;
        /*color: darken($blue,10%);*/
        color: #075aaa;
        position: relative; }
        .va-content .site-address .value a:before {
          content: '';
          height: 1px;
          width: 100%;
          background: #007fb1;
          position: absolute;
          bottom: 0;
          right: 0; }
        .va-content .site-address .value a:hover {
          color: #00a4e4; }
          .va-content .site-address .value a:hover:before {
            background: #00a4e4; }
  .va-content .ad-title {
    padding-left: 2rem;
    margin-top: .85rem;
    margin-bottom: 1rem; }
    .va-content .ad-title .title {
      font-size: 0.94rem;
      color: #080808;
      color: #075aaa;
      line-height: 1.7;
      font-family: ShabnamBold, tahoma;
      margin: 0;
      display: inline-block; }
      .va-content .ad-title .title a {
        line-height: 1.7;
        margin: 0;
        color: #080808;
        color: #075aaa; }
        .va-content .ad-title .title a:focus, .va-content .ad-title .title a:hover {
          color: #054079;
          text-decoration: none; }
    @media (min-width: 992px) {
      .va-content .ad-title {
        margin-top: .5rem;
        margin-bottom: 1.2rem; }
        .va-content .ad-title .title {
          font-size: 1.1rem;
          /*display: inline-block;*/ } }
  .va-content .Warning-ads {
    border-right: 3px solid #ee3440;
    margin-bottom: 15px;
    padding-right: 10px; }
    .va-content .Warning-ads h1 {
      color: #ee3440;
      font-size: 2.5rem;
      margin: 5px 0; }
      .va-content .Warning-ads h1 i {
        font-size: 6rem;
        vertical-align: bottom;
        padding-left: 5px;
        color: #ad0f19; }
    .va-content .Warning-ads p {
      color: #ad0f19;
      font-size: 1rem;
      line-height: 1.2;
      margin-top: 15px; }
  .va-content .ad-img {
    float: none;
    max-width: 25.62rem;
    padding: 0.31rem;
    overflow: hidden;
    margin-bottom: 1rem;
    border: 1px solid #eee;
    font-size: .74rem;
    color: #999; }
    .va-content .ad-img img {
      border-radius: 0.15rem; }
    .va-content .ad-img .site-ad {
      padding: .5rem 0;
      margin-top: 5px;
      line-height: 1;
      color: #075aaa;
      font-size: .65rem; }
      @media (min-width: 576px) {
        .va-content .ad-img .site-ad {
          font-size: .72rem; } }
      .va-content .ad-img .site-ad .caption {
        font-family: ShabnamBold, tahoma; }
        .va-content .ad-img .site-ad .caption i {
          margin-left: 3px;
          vertical-align: middle; }
      .va-content .ad-img .site-ad a {
        color: #075aaa;
        text-decoration: none;
        font-weight: 600; }
        .va-content .ad-img .site-ad a:hover {
          color: #054079; }
    @media (min-width: 992px) {
      .va-content .ad-img {
        float: left;
        margin-right: .93rem;
        max-width: 25.80rem;
        margin-bottom: 0;
        /*margin-top: 2.6rem;*/
        font-size: .70rem; } }
  .va-content .rating {
    display: flex;
    align-items: center; }
    .va-content .rating .diamond {
      top: 0; }
  .va-content .brief-info {
    padding: 0;
    margin-bottom: 1.0rem; }
    .va-content .brief-info li {
      list-style: none;
      line-height: 1.6;
      font-size: .85rem; }
      .va-content .brief-info li .info-item {
        color: #333;
        font-family: ShabnamBold, tahoma; }
        .va-content .brief-info li .info-item i {
          margin-left: 10px;
          /*font-weight: bold;*/
          vertical-align: middle;
          color: #000;
          display: inline-block; }
        .va-content .brief-info li .info-item .link-item {
          text-decoration: none;
          color: #06529b;
          position: relative; }
          .va-content .brief-info li .info-item .link-item:hover {
            color: #a98936; }
  .va-content .absolute-info {
    padding-right: 12px; }
    .va-content .absolute-info li {
      list-style: none;
      line-height: 1.9;
      position: relative;
      font-size: .85rem; }
      .va-content .absolute-info li a {
        color: #3d3d3d; }
        .va-content .absolute-info li a.td-link {
          position: relative;
          line-height: 1.7;
          display: inline-block;
          color: #444; }
          .va-content .absolute-info li a.td-link:before {
            content: '';
            height: 1px;
            width: 100%;
            background: #b7b6b6;
            position: absolute;
            bottom: 0;
            right: 0; }
        .va-content .absolute-info li a:hover {
          color: #00a4e4;
          text-decoration: none; }
      .va-content .absolute-info li:before {
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #002f41;
        display: inline-block;
        margin-left: 5px; }
      .va-content .absolute-info li .name {
        color: #000;
        font-family: ShabnamBold, tahoma;
        display: inline-block;
        margin-left: .20rem; }
      .va-content .absolute-info li .value {
        color: #444;
        font-weight: normal;
        font-size: .83rem; }
  .va-content .simple-list li span {
    font-size: .75rem; }
  .va-content .AdDesc {
    font-size: .79rem;
    color: #3d3d3d;
    line-height: 2; }

.share > a {
  width: 2.20rem;
  height: 2.20rem;
  border: 1px solid #ddd;
  display: inline-table;
  text-align: center;
  border-radius: 2px; }
  .share > a i {
    font-size: 0.92rem;
    display: table-cell;
    vertical-align: middle; }
  .share > a i.fa-linkedin {
    color: #0077b5; }
  .share > a i.fa-facebook {
    color: #3b5998; }
  .share > a i.fa-twitter {
    color: #55acee; }
  .share > a i.fa-google-plus {
    color: #db4437; }
  .share > a i.fa-location-arrow {
    color: #0088cc; }

.share a:hover, .share a:focus {
  text-decoration: none; }
  .share a:hover i, .share a:focus i {
    color: #999; }

/*Keywords*/
.ad-keywords a {
  display: inline-block;
  padding: .18rem .37rem;
  border: 1px solid #ddd;
  background: #eee;
  border-radius: 2px;
  margin-left: .31rem;
  margin-bottom: .31rem;
  font-size: .81rem;
  color: #555;
  text-decoration: none; }
  .ad-keywords a:hover {
    color: #000; }
  .ad-keywords a:last-child {
    margin-left: 0; }

/*Ad-Gallary*/
.ad-gallary {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  position: relative;
  margin-bottom: .62rem;
  padding: .62rem; }
  .ad-gallary .gallary-head {
    font-size: .87rem;
    font-weight: bold;
    margin-top: .31rem;
    margin-bottom: .031rem;
    line-height: 1.87rem;
    color: #333; }

ul.np-gallary {
  padding: 0; }
  ul.np-gallary li {
    background: #fff;
    list-style: none; }
    ul.np-gallary li a img.img-show {
      margin: 3px auto !important;
      display: block;
      max-height: 8.75rem; }
    ul.np-gallary li .btn-delete {
      position: absolute;
      top: .31rem;
      right: 1.12rem; }

/*#links {
    ul.np-gallary {
        padding: 0;

        li {
            background: #fff;
            list-style: none;
            position: relative;
            height: 9.68rem !important;
            display: inline-table;
            margin-bottom: 1px;
            overflow: hidden;
            padding: 0 0 0 1px;

            a {
                position: relative;
                display: table-cell;
                vertical-align: middle;
                background: $light-color;

                img {
                    margin: 3px auto;
                    display: block;
                }
            }

            .btn-delete {
                position: absolute;
                top: .31rem;
                right: 1.12rem;
            }
        }
    }
}*/
.blueimp-gallery a.prev,
.blueimp-gallery a.next,
.blueimp-gallery a.close {
  color: #fff !important; }

/*single-page*/
.single-page .view-ad {
  padding: 1rem;
  border-radius: .3125rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  background: #fff; }

.single-page .sp-caption {
  font-size: 1.1rem;
  text-align: center;
  color: #232323;
  line-height: 1.7;
  font-family: ShabnamBold, tahoma;
  margin: .5rem 0;
  display: block; }
  @media (min-width: 992px) {
    .single-page .sp-caption {
      text-align: right;
      font-size: 1.3rem; } }

.single-page .sp-aside {
  padding: .6rem;
  border-radius: .3125rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: .8rem; }
  .single-page .sp-aside.gallary {
    margin-top: -.5rem; }

.single-page .sp-information {
  margin: 0;
  padding: 0; }
  .single-page .sp-information .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    padding: .35rem .20rem;
    font-size: .80rem;
    color: #777; }
    .single-page .sp-information .item:not(:last-child) {
      border-bottom: 1px solid #eaeaea; }
    .single-page .sp-information .item .value {
      color: #444; }
      .single-page .sp-information .item .value .mail-img {
        opacity: 0.8; }
      .single-page .sp-information .item .value a {
        color: #444;
        text-decoration: none;
        font-size: .84rem; }
        .single-page .sp-information .item .value a:hover {
          color: #075aaa; }
    .single-page .sp-information .item:hover {
      background: #f9f9f9; }

.single-page .sp-description {
  color: #666;
  font-size: .80rem;
  line-height: 1.8rem;
  color: #232323;
  font-size: .9rem;
  line-height: 1.6rem; }

.single-page .sp-share {
  /*cursor: pointer;*/ }
  .single-page .sp-share .share-wrapper {
    opacity: 0;
    height: 0;
    overflow: hidden; }
  .single-page .sp-share:hover .share-wrapper {
    opacity: 1;
    height: auto;
    transition: .82s linear; }

.aside-caption {
  color: #075aaa;
  font-family: ShabnamBold, tahoma;
  font-size: .85rem;
  display: block;
  margin: .15rem 0; }
  .aside-caption i {
    margin-left: .4rem;
    vertical-align: middle; }

a.aside-caption {
  text-decoration: none;
  transition: 0.3s linear; }
  a.aside-caption:hover {
    color: #054079; }

/*sp-keywords*/
.sp-keywords a {
  display: inline-block;
  padding: .15rem .3rem;
  border: 1px solid #ddd;
  background: #eee;
  border-radius: 2px;
  margin: .15rem 0 .15rem .30rem;
  font-size: .81rem;
  color: #555;
  text-decoration: none; }
  @media (min-width: 992px) {
    .sp-keywords a {
      background: #fff; } }
  .sp-keywords a:hover {
    color: #000; }
  .sp-keywords a:last-child {
    margin-left: 0; }

.sp-gallary {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  overflow: auto; }
  @media (min-width: 992px) {
    .sp-gallary {
      flex-flow: row wrap; } }
  .sp-gallary li {
    display: inline-flex;
    flex: 0 0 65px;
    max-width: 65px;
    height: 65px;
    overflow: hidden;
    margin-left: 4px;
    /*background: red;*/
    border: 1px solid #dedbdb;
    padding: 3px;
    margin: 3px 0 3px 3px;
    align-items: center;
    border-radius: 4px; }
    @media (min-width: 992px) {
      .sp-gallary li {
        flex: 0 0 50px;
        max-width: 50px;
        height: 50px; } }
    .sp-gallary li:hover {
      border-color: #ddd; }
    .sp-gallary li a img {
      max-width: 100%;
      height: auto; }

/*Special Banner*/
.special-banner {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 1.85rem .85rem;
  text-align: center;
  color: #e14b5a;
  border-radius: 4px;
  transition: .3s;
  position: relative; }
  .special-banner:after, .special-banner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .special-banner:after {
    background-repeat: repeat;
    background-position: center;
    background-size: 100%;
    opacity: .2;
    z-index: -2;
    background: url("/dist/img/dark.png"); }
  .special-banner:before {
    background: linear-gradient(270deg, rgba(247, 247, 247, 0) 20%, #ffffff 60%);
    z-index: -1;
    transition: 0.3s; }
  .special-banner.has-link {
    text-decoration: none;
    display: block;
    position: relative;
    color: #3e52bf; }
    .special-banner.has-link:hover {
      text-decoration: none;
      color: #054079; }
  .special-banner .image {
    margin: 0 auto;
    width: 195px; }
  .special-banner .banner-content {
    padding-top: .5rem; }
    .special-banner .banner-content .caption {
      font-size: 1.5rem;
      margin: .5rem 0;
      font-family: ShabnamBold, tahoma; }
    .special-banner .banner-content .desc {
      font-size: .93rem;
      font-family: ShabnamBold, tahoma; }
  .special-banner:hover:before {
    z-index: -1; }

/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
/*ContactUs*/
.contact-info .c-label {
  font-size: .81rem;
  font-family: ShabnamBold, tahoma;
  color: #1a1a1a;
  margin-bottom: 4px;
  display: block;
  vertical-align: middle; }
  .contact-info .c-label img {
    max-width: 1.18rem;
    margin-left: .43rem;
    height: auto; }
  .contact-info .c-label i {
    margin-left: .43rem;
    font-size: 1.18rem;
    color: #343a40;
    vertical-align: middle; }

.contact-info .section {
  margin-bottom: .62rem; }

.contact-form .form-group {
  margin-bottom: .35rem; }

.securety-code {
  background: #f9f9f9; }

/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
/*Currency Table*/
.currency-wrapper {
  background: #fff;
  padding: 2px 5px;
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2); }

.table-currency {
  margin-top: 0;
  margin-bottom: 5px;
  background: #fff; }
  .table-currency thead tr th {
    font-size: 12px;
    color: #000; }
  .table-currency tbody tr td {
    padding: 4px 4px;
    font-size: 12px;
    font-family: ShabnamBold, tahoma;
    color: #444;
    vertical-align: middle;
    border: 0; }
  .table-currency tbody tr:nth-of-type(odd) {
    background-color: #e7e6dd; }
  .table-currency tbody tr:hover {
    background: #77dc28; }
  .table-currency.table-sm thead tr th {
    font-size: 11px; }
  .table-currency.table-sm tbody tr td {
    font-size: 10px;
    font-weight: bold; }
  .table-currency.table-sm tbody tr:hover {
    background: #77dc28; }

/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
/*Payment-page*/
.payment {
  background: #fff; }
  .payment .tab-custom {
    border: 1px solid #ddd;
    padding-left: 0.3px; }
    .payment .tab-custom .nav-pills {
      display: block; }
      .payment .tab-custom .nav-pills .nav-link {
        border-radius: 0;
        background: #ebebeb;
        border-bottom: 1px solid #d9d9d9;
        text-align: right;
        color: #000;
        padding: .70rem .75rem; }
        .payment .tab-custom .nav-pills .nav-link.active {
          background: #343a40;
          color: #c09c3d; }
      @media (min-width: 768px) {
        .payment .tab-custom .nav-pills {
          display: flex; }
          .payment .tab-custom .nav-pills .nav-link {
            background: #f1f1f1;
            border-bottom: 1px solid #eee;
            text-align: center;
            padding: 0.75rem 1rem; }
            .payment .tab-custom .nav-pills .nav-link.active {
              background: #fff;
              border-color: #fff; } }
    .payment .tab-custom .tab-pane {
      padding: .93rem .62rem; }

/*Bank Account Number*/
.account-number p {
  color: #343a40;
  font-size: .81rem;
  margin-top: 1.25rem; }

.account-number ul {
  padding-right: 0; }
  .account-number ul li {
    list-style: none;
    line-height: 30px;
    margin-bottom: .93rem; }
    .account-number ul li p {
      color: #c09c3d;
      font-size: .87rem;
      font-weight: 400;
      display: inline-block;
      margin: 0;
      margin-left: .25rem; }
    .account-number ul li h5 {
      color: #333;
      font-family: Tahoma;
      margin: 0;
      font-size: .93rem; }
  .account-number ul li:hover h5, .account-number ul li:hover p {
    color: #343a40; }
  .account-number ul > li:before {
    content: "\f104  ";
    font-family: 'FontAwesome';
    font-size: 1.06rem;
    vertical-align: middle;
    margin-left: 2px;
    display: inline-block;
    color: #c09c3d; }

@media only screen and (min-width: 500px) {
  .account-number ul li {
    margin-bottom: 0; }
    .account-number ul li h5 {
      display: inline-block;
      margin-right: .25rem; } }

/*account-item*/
.account-item {
  padding: .65rem 0;
  border-bottom: 1px dashed #ddd; }
  .account-item:last-child {
    border-bottom: 0; }
  .account-item .no {
    font-size: 1.1rem;
    display: block;
    line-height: 1.2; }
  .account-item .name {
    font-size: .75rem;
    color: #666; }
  .account-item:hover {
    background: #f9f9f9; }

/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
/*page-header-inner*/
.page-header-inner {
  position: relative;
  background: #f1f1f1;
  background: url("/dist/img/minimal-bg.jpg") no-repeat center center;
  background-size: cover;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7; }
  .page-header-inner:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 229, 224, 0.16);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0; }
  .page-header-inner.arz {
    background: url("/Content/source/img/Patters/arz2.jpg") no-repeat center bottom;
    background-size: cover;
    z-index: 1;
    position: relative; }
    .page-header-inner.arz .header-caption,
    .page-header-inner.arz .comment,
    .page-header-inner.arz .count {
      color: #333; }
    .page-header-inner.arz:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(189, 189, 189, 0.89);
      opacity: 0.9;
      width: 100%;
      height: 100%;
      z-index: -1; }
  .page-header-inner .header-contain {
    height: 12rem; }
  .page-header-inner .header-contain-sm {
    height: 13rem; }
  .page-header-inner .header-contain-lg {
    height: 14.5rem; }
  .page-header-inner .comment,
  .page-header-inner .count {
    font-size: .90rem;
    color: #4f4f4f; }
  .page-header-inner .header-caption {
    font-size: 1.12rem;
    font-family: ShabnamBold, tahoma; }
    .page-header-inner .header-caption.fs-lg {
      font-size: 1.7rem; }

/*Page Style*/
.page-style {
  background: #fff;
  border: 1px solid #ddd; }
  .page-style p {
    font-size: .95rem;
    line-height: 1.55;
    color: #666; }

.bank-tel {
  font-size: .80rem;
  display: inline-block; }
  .bank-tel:first-child {
    margin-left: .9rem; }

.bank-site {
  display: inline-block;
  color: #666666;
  font-size: .75rem;
  font-family: Tahoma; }
  .bank-site:before {
    font-family: 'FontAwesome';
    content: "\f0ac";
    color: #343a40;
    display: inline-block;
    vertical-align: middle;
    padding-left: 3px; }

.page-header-key {
  position: absolute;
  left: .62rem;
  bottom: .31rem;
  font-size: .77rem;
  font-family: ShabnamBold, tahoma;
  text-decoration: none;
  color: #4d4d4d; }
  .page-header-key.clean-favorit {
    cursor: pointer; }
    .page-header-key.clean-favorit:hover .title, .page-header-key.clean-favorit:focus .title {
      color: #ee3440; }
    .page-header-key.clean-favorit .title {
      font-size: .77rem;
      font-family: ShabnamBold, tahoma; }
    .page-header-key.clean-favorit i.fa {
      color: #ee3440;
      font-size: 1.1rem;
      vertical-align: sub; }
  .page-header-key:hover {
    text-decoration: none;
    color: #000; }
  .page-header-key.collapsed i.fa.fa-toggle-on {
    display: none; }
  .page-header-key.collapsed i.fa.fa-toggle-off {
    display: inline-block;
    color: #888; }
  .page-header-key i.fa {
    display: inline-block;
    vertical-align: middle;
    font-size: .90rem; }
    .page-header-key i.fa.fa-toggle-on {
      color: #000; }
    .page-header-key i.fa.fa-toggle-off {
      display: none; }
  .page-header-key .title {
    display: inline-block; }

/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
.discount-section {
  position: relative;
  background: #f1f1f1;
  background: url(/dist/img/minimal-bg.jpg) no-repeat center center;
  background-size: cover;
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7; }

.img-frame {
  position: relative;
  display: inline-block;
  margin-left: 1rem;
  z-index: 100; }
  .img-frame img {
    border-radius: .76rem; }
  .img-frame:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    border-radius: .76rem;
    position: absolute;
    top: 1.2rem;
    left: -1.2rem;
    background: rgba(224, 205, 157, 0.62);
    z-index: -1;
    opacity: 0.7; }
  .img-frame.gray:before {
    background: rgba(170, 185, 202, 0.51); }

/*landing-intro*/
.landing-intro {
  padding: 2rem 0; }
  .landing-intro .caption {
    color: #233d63;
    display: block;
    line-height: 1.5;
    margin: .75rem 0;
    font-size: 1.3rem;
    font-family: ShabnamBold, tahoma; }
    @media (min-width: 768px) {
      .landing-intro .caption {
        font-size: 1.6rem; } }
  .landing-intro .desc {
    color: #8b8e92;
    color: #677180;
    font-size: 1rem;
    line-height: 1.88; }
  .landing-intro .btn-cta {
    background: #ff3a46;
    color: #fff;
    border-color: #ff3a46;
    border-radius: 5rem;
    font-size: .9rem;
    padding: 0.95rem 1.5rem;
    margin: .3rem 0; }
    .landing-intro .btn-cta.green {
      background: #00835e;
      border-color: #00835e; }

.landing-discount {
  display: inline-block;
  background: #fbfbff;
  border: 1px solid #e9e9e9;
  line-height: 32px;
  padding: 0 20px;
  font-size: 15px;
  color: #677180;
  border-radius: 3px;
  font-family: ShabnamBold, tahoma; }

.feature-item {
  padding: 1.5rem;
  background: #fff;
  text-align: center;
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.07) !important;
  box-shadow: 0 5px 35px rgba(0, 0, 0, 0.07) !important;
  z-index: 1000;
  position: relative;
  transition: all 0.2s ease-in-out;
  margin: .5rem 0; }
  .feature-item .icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .85rem 0;
    border-radius: .4rem;
    background-size: cover;
    margin: .8rem auto;
    background: #eee;
    position: relative;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 1rem 6rem rgba(76, 76, 76, 0.125);
    border-radius: .4rem;
    transform: rotate(6deg);
    margin: 1rem auto; }
    .feature-item .icon i {
      color: #ff3a46;
      transform: rotate(-6deg);
      font-size: 1.8rem; }
  .feature-item .title {
    font-size: 1.1rem;
    color: #343a40;
    font-family: ShabnamBold, tahoma; }
  .feature-item .desc {
    font-size: .90rem;
    line-height: 1.7;
    color: #666; }
    .feature-item .desc a {
      color: #000; }
  .feature-item:hover .icon {
    transform: rotate(0) scale(1.2); }
    .feature-item:hover .icon i i {
      transform: none; }

.text-boxes {
  position: relative;
  z-index: 100; }
  .text-boxes:before {
    content: '';
    position: absolute;
    height: 280px;
    width: 280px;
    border-radius: .7rem;
    z-index: -1;
    transform: rotate(20deg);
    background: #f5f5f5;
    top: -10px;
    right: -10px; }
  .text-boxes .body {
    padding: 70px 35px 55px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 10px 50px rgba(28, 76, 156, 0.15); }

.guide-paragraph {
  font-size: .97rem;
  color: #555;
  line-height: 1.65;
  display: block;
  margin: 0 0 .75rem;
  text-align: right; }
  .guide-paragraph.has-list-style:before {
    content: '';
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    display: inline-block;
    background: #ff3a46; }

.adsoffer {
  padding: 2rem 0;
  display: block;
  position: relative;
  text-decoration: none; }
  .adsoffer .caption {
    font-size: 1.0rem;
    color: #ee3440;
    font-family: ShabnamBold, tahoma;
    display: block;
    margin: .5rem 0; }
    @media (min-width: 768px) {
      .adsoffer .caption {
        font-size: 1.2rem; } }
  .adsoffer .offer-caption {
    font-size: 1.25rem;
    font-family: ShabnamBold, tahoma;
    color: #ee3440;
    display: block;
    margin: .65rem 0 1rem;
    transition: 0.3s linear; }
    @media (min-width: 768px) {
      .adsoffer .offer-caption {
        font-size: 1.7rem; } }
  .adsoffer .count .old-offer {
    background: #444;
    background: #3a384f;
    color: #f6f6f6;
    padding: 5px 10px;
    display: inline-block;
    position: relative;
    font-size: 1.0rem;
    margin: 3px 0; }
    .adsoffer .count .old-offer:before {
      content: "";
      position: absolute;
      left: 0;
      right: 5px;
      border-bottom: 1px solid #000;
      top: 16px;
      z-index: 2;
      transform: rotate(-20deg);
      width: 90%;
      height: 0;
      bottom: 0; }
  .adsoffer .count .new-offer {
    background: #ee3440;
    color: #f6f6f6;
    padding: 5px 10px;
    display: inline-block;
    font-size: 1.0rem;
    margin: 3px 0; }
  .adsoffer .count .code-offer {
    background: #ee3440;
    color: #f6f6f6;
    padding: 5px 10px;
    display: inline-block;
    font-size: 1.0rem;
    margin: 3px 0; }

a.adsoffer:hover {
  text-decoration: none; }
  a.adsoffer:hover .offer-caption {
    color: #d3000d; }

/*show-counter-item*/
.show-counter-item {
  background: #3a384f;
  border-radius: 3px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  padding: 5px 14px;
  display: inline-block;
  text-align: center;
  min-width: 58px; }
  .show-counter-item > span {
    color: #fff;
    font-size: .6rem;
    font-family: Shabnam, tahoma;
    margin-top: .3rem;
    display: block; }

.blur-element {
  -webkit-filter: blur(1px) !important;
  filter: blur(1px) grayscale(10%) !important; }

.expire-offer .show-counter-item {
  -webkit-filter: blur(1px);
  filter: blur(1px) grayscale(10%); }

.expire-offer .expire-txt {
  display: block;
  font-size: .95rem;
  color: #ee3440;
  font-family: ShabnamBold, tahoma;
  margin-top: .5rem; }

/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
/*group font-face icon ==> lst[groupName,color,fontawesomeIconCode] */
.gfi {
  font-size: 1.45rem; }
  .gfi:before {
    font-family: 'FontAwesome';
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    align-items: center;
    justify-content: center; }
  .gfi.gfi-education:before {
    color: #1769ff;
    content: "\f02d";
    /*show bigger icon for mobile icon*/ }
  .gfi.gfi-car:before {
    color: #fe5576;
    content: "\f1b9";
    /*show bigger icon for mobile icon*/ }
  .gfi.gfi-estate:before {
    color: #008c99;
    content: "\f0f7";
    /*show bigger icon for mobile icon*/ }
  .gfi.gfi-computer:before {
    color: #321234;
    content: "\f26c";
    /*show bigger icon for mobile icon*/ }
  .gfi.gfi-appliances:before {
    color: #489;
    content: "\f0c4";
    /*show bigger icon for mobile icon*/ }
  .gfi.gfi-culture-art:before {
    color: #8e43e7;
    content: "\f1fc";
    /*show bigger icon for mobile icon*/ }
  .gfi.gfi-labor-market:before {
    color: #ffa056;
    content: "\f2b5";
    /*show bigger icon for mobile icon*/ }
  .gfi.gfi-medicine-beauty:before {
    color: #17d1c6;
    content: "\f21e";
    /*show bigger icon for mobile icon*/ }
  .gfi.gfi-industrial:before {
    color: #7dabff;
    content: "\f085";
    /*show bigger icon for mobile icon*/ }
  .gfi.gfi-mobile-communication:before {
    color: #fb4399;
    content: "\f10b";
    /*show bigger icon for mobile icon*/
    transform: scale(1.4); }
  .gfi.gfi-services:before {
    color: #82b440;
    content: "\f0ad";
    /*show bigger icon for mobile icon*/ }
  .gfi.gfi-all-groups:before {
    color: #fc14f0;
    content: "\f1b3";
    /*show bigger icon for mobile icon*/ }

/*category-card*/
.category-card {
  background: #fff;
  padding: .85rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: .35rem;
  margin-bottom: 1rem; }
  .category-card .category-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .35rem 0;
    margin-bottom: .95rem;
    border-bottom: 1px solid #eee; }
    .category-card .category-head .category-link {
      text-decoration: none; }
      .category-card .category-head .category-link .name {
        font-size: .94rem;
        color: #222;
        margin: 0;
        line-height: 1.5; }
      .category-card .category-head .category-link .icon {
        width: 2.65rem;
        height: 2.65rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-left: .3rem; }
      .category-card .category-head .category-link .count {
        color: #81858b;
        font-size: .72rem; }
      .category-card .category-head .category-link:hover {
        text-decoration: none; }
        .category-card .category-head .category-link:hover .name {
          color: #f55;
          margin: 0;
          line-height: 1.5; }
    .category-card .category-head .grp-link {
      color: #0084ff;
      font-size: .75rem; }
  .category-card .category-body {
    height: 100%;
    min-height: 135px; }
    @media (min-width: 1200px) {
      .category-card .category-body {
        min-height: 105px; } }
    .category-card .category-body .top-link {
      display: inline-block;
      background-color: #fff;
      border-radius: 10rem;
      padding: 0 .5rem;
      line-height: 1.65rem;
      font-size: .79rem;
      white-space: nowrap;
      margin-bottom: .5rem;
      color: #81858b;
      text-decoration: none;
      box-shadow: 0 0 2px 0 rgba(3, 10, 22, 0.25); }
      .category-card .category-body .top-link:hover {
        color: #f55; }

/*category-small (show In Main Page)*/
.category-small {
  background: #fff;
  padding: .85rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: .5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  margin-bottom: .75rem; }
  .category-small .title-item {
    display: block;
    font-size: .85rem;
    color: #455;
    margin: 0;
    line-height: 1.5; }
  .category-small:hover {
    text-decoration: none; }
    .category-small:hover .title-item {
      color: #f55; }

/*category-mobile (show In Main Page)*/
.category-mobile {
  text-align: center;
  display: block;
  margin-bottom: .8rem;
  position: relative;
  text-decoration: none; }
  .category-mobile .icon {
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .2rem auto; }
    .category-mobile .icon .gfi {
      font-size: 1.1rem;
      position: relative;
      top: 2px; }
  .category-mobile .name {
    font-size: .7rem;
    color: #999;
    display: block;
    line-height: 1.4; }
  .category-mobile:hover, .category-mobile:focus {
    text-decoration: none; }
    .category-mobile:hover .name, .category-mobile:focus .name {
      color: #455; }

/*begin group page styles*/
.group-section {
  padding: 30px 15px 15px;
  background: #fff;
  margin-top: 5px;
  border: 1px solid #e8e5e5; }
  .group-section .head {
    padding-right: 40px;
    position: relative;
    min-height: 40px;
    display: flex;
    margin-bottom: .5rem;
    align-items: center; }
    .group-section .head .icon-wrapper {
      display: inline-block;
      width: 35px;
      height: 35px;
      position: absolute;
      right: 0;
      top: 3px;
      vertical-align: middle; }
    .group-section .head .title {
      font-size: 1rem;
      font-family: ShabnamBold, tahoma;
      display: inline-block;
      margin: 0; }
      .group-section .head .title a {
        color: #000;
        position: relative;
        text-decoration: none; }
        .group-section .head .title a:before {
          content: '';
          width: 0;
          height: 2px;
          background: #c09c3d;
          position: absolute;
          right: 0;
          bottom: -5px;
          transition: .3s; }
        .group-section .head .title a:hover {
          text-decoration: none; }
          .group-section .head .title a:hover:before {
            width: 100%;
            transition: .4s; }

/*group-nav*/
.group-nav {
  position: relative; }
  @media (min-width: 992px) {
    .group-nav.fixed-nav {
      position: fixed;
      width: 100%;
      right: 0;
      top: 0;
      box-shadow: 3px 2px 26px rgba(0, 0, 0, 0.07);
      background: #f9f9f9;
      transition: all 0.2s ease-in-out;
      z-index: 1030; } }
  .group-nav .group-contain {
    background: #fff; }

#navbar-group .group-item {
  border: 1px solid #eee;
  background: #fff;
  position: relative;
  height: 50px;
  padding-left: 55px;
  display: flex;
  align-items: center; }
  #navbar-group .group-item:hover .group-item-title {
    color: #c09c3d; }
  #navbar-group .group-item.active {
    border-color: #c09c3d; }
    #navbar-group .group-item.active .group-item-title {
      color: #c09c3d; }
  #navbar-group .group-item .gi-wrapper {
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -17.5px;
    width: 36px;
    width: 36px;
    height: 35px; }
  #navbar-group .group-item .group-item-title {
    font-size: .85rem;
    color: #222;
    line-height: 1.1; }

/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
/*BeadCrumb View Ad*/
.address {
  background: #fff;
  border-top: 1px solid #eaeaea;
  padding: .1rem 0; }
  .address .breadcrumb {
    background: #fff; }
    @media (min-width: 576px) {
      .address .breadcrumb {
        flex-wrap: nowrap; } }

.qrcode {
  width: 58px;
  height: auto;
  margin-left: -5px; }

/*Next Prev Ads*/
.other-ad .other {
  font-size: .75rem;
  color: #3e3e3e;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ddd;
  padding: .51rem .60rem;
  border-radius: 2px; }
  .other-ad .other .fa {
    color: #c09c3d; }
  .other-ad .other.ad-next .fa {
    margin-left: 3px;
    color: #c09c3d; }
  .other-ad .other.ad-prev .fa {
    margin-right: 3px;
    color: #c09c3d; }
  .other-ad .other:hover {
    background: #f9f9f9;
    color: #000; }

.same-wrapper {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  padding: 0.62rem;
  margin-bottom: 0.60rem;
  border-radius: 0.15rem;
  position: relative; }

/*Ad Content*/
.va-content {
  position: relative; }
  .va-content .site-address {
    margin: .5rem 0 0;
    font-size: .73rem;
    line-height: 1.2; }
    .va-content .site-address .value {
      display: inline-block;
      margin-left: 3px;
      vertical-align: middle;
      font-weight: 600;
      color: #3d3d3d;
      direction: ltr; }
      .va-content .site-address .value:before {
        font-family: 'FontAwesome';
        content: '\f0ac';
        font-size: 1.3rem;
        color: #075aaa;
        vertical-align: middle;
        font-weight: normal; }
      .va-content .site-address .value a {
        text-decoration: none;
        font-weight: 600;
        display: inline-block;
        /*color: darken($blue,10%);*/
        color: #075aaa;
        position: relative; }
        .va-content .site-address .value a:before {
          content: '';
          height: 1px;
          width: 100%;
          background: #007fb1;
          position: absolute;
          bottom: 0;
          right: 0; }
        .va-content .site-address .value a:hover {
          color: #00a4e4; }
          .va-content .site-address .value a:hover:before {
            background: #00a4e4; }
  .va-content .ad-title {
    padding-left: 2rem;
    margin-top: .85rem;
    margin-bottom: 1rem; }
    .va-content .ad-title .title {
      font-size: 0.94rem;
      color: #080808;
      color: #075aaa;
      line-height: 1.7;
      font-family: ShabnamBold, tahoma;
      margin: 0;
      display: inline-block; }
      .va-content .ad-title .title a {
        line-height: 1.7;
        margin: 0;
        color: #080808;
        color: #075aaa; }
        .va-content .ad-title .title a:focus, .va-content .ad-title .title a:hover {
          color: #054079;
          text-decoration: none; }
    @media (min-width: 992px) {
      .va-content .ad-title {
        margin-top: .5rem;
        margin-bottom: 1.2rem; }
        .va-content .ad-title .title {
          font-size: 1.1rem;
          /*display: inline-block;*/ } }
  .va-content .Warning-ads {
    border-right: 3px solid #ee3440;
    margin-bottom: 15px;
    padding-right: 10px; }
    .va-content .Warning-ads h1 {
      color: #ee3440;
      font-size: 2.5rem;
      margin: 5px 0; }
      .va-content .Warning-ads h1 i {
        font-size: 6rem;
        vertical-align: bottom;
        padding-left: 5px;
        color: #ad0f19; }
    .va-content .Warning-ads p {
      color: #ad0f19;
      font-size: 1rem;
      line-height: 1.2;
      margin-top: 15px; }
  .va-content .ad-img {
    float: none;
    max-width: 25.62rem;
    padding: 0.31rem;
    overflow: hidden;
    margin-bottom: 1rem;
    border: 1px solid #eee;
    font-size: .74rem;
    color: #999; }
    .va-content .ad-img img {
      border-radius: 0.15rem; }
    .va-content .ad-img .site-ad {
      padding: .5rem 0;
      margin-top: 5px;
      line-height: 1;
      color: #075aaa;
      font-size: .65rem; }
      @media (min-width: 576px) {
        .va-content .ad-img .site-ad {
          font-size: .72rem; } }
      .va-content .ad-img .site-ad .caption {
        font-family: ShabnamBold, tahoma; }
        .va-content .ad-img .site-ad .caption i {
          margin-left: 3px;
          vertical-align: middle; }
      .va-content .ad-img .site-ad a {
        color: #075aaa;
        text-decoration: none;
        font-weight: 600; }
        .va-content .ad-img .site-ad a:hover {
          color: #054079; }
    @media (min-width: 992px) {
      .va-content .ad-img {
        float: left;
        margin-right: .93rem;
        max-width: 25.80rem;
        margin-bottom: 0;
        /*margin-top: 2.6rem;*/
        font-size: .70rem; } }
  .va-content .rating {
    display: flex;
    align-items: center; }
    .va-content .rating .diamond {
      top: 0; }
  .va-content .brief-info {
    padding: 0;
    margin-bottom: 1.0rem; }
    .va-content .brief-info li {
      list-style: none;
      line-height: 1.6;
      font-size: .85rem; }
      .va-content .brief-info li .info-item {
        color: #333;
        font-family: ShabnamBold, tahoma; }
        .va-content .brief-info li .info-item i {
          margin-left: 10px;
          /*font-weight: bold;*/
          vertical-align: middle;
          color: #000;
          display: inline-block; }
        .va-content .brief-info li .info-item .link-item {
          text-decoration: none;
          color: #06529b;
          position: relative; }
          .va-content .brief-info li .info-item .link-item:hover {
            color: #a98936; }
  .va-content .absolute-info {
    padding-right: 12px; }
    .va-content .absolute-info li {
      list-style: none;
      line-height: 1.9;
      position: relative;
      font-size: .85rem; }
      .va-content .absolute-info li a {
        color: #3d3d3d; }
        .va-content .absolute-info li a.td-link {
          position: relative;
          line-height: 1.7;
          display: inline-block;
          color: #444; }
          .va-content .absolute-info li a.td-link:before {
            content: '';
            height: 1px;
            width: 100%;
            background: #b7b6b6;
            position: absolute;
            bottom: 0;
            right: 0; }
        .va-content .absolute-info li a:hover {
          color: #00a4e4;
          text-decoration: none; }
      .va-content .absolute-info li:before {
        content: '';
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background: #002f41;
        display: inline-block;
        margin-left: 5px; }
      .va-content .absolute-info li .name {
        color: #000;
        font-family: ShabnamBold, tahoma;
        display: inline-block;
        margin-left: .20rem; }
      .va-content .absolute-info li .value {
        color: #444;
        font-weight: normal;
        font-size: .83rem; }
  .va-content .simple-list li span {
    font-size: .75rem; }
  .va-content .AdDesc {
    font-size: .79rem;
    color: #3d3d3d;
    line-height: 2; }

.share > a {
  width: 2.20rem;
  height: 2.20rem;
  border: 1px solid #ddd;
  display: inline-table;
  text-align: center;
  border-radius: 2px; }
  .share > a i {
    font-size: 0.92rem;
    display: table-cell;
    vertical-align: middle; }
  .share > a i.fa-linkedin {
    color: #0077b5; }
  .share > a i.fa-facebook {
    color: #3b5998; }
  .share > a i.fa-twitter {
    color: #55acee; }
  .share > a i.fa-google-plus {
    color: #db4437; }
  .share > a i.fa-location-arrow {
    color: #0088cc; }

.share a:hover, .share a:focus {
  text-decoration: none; }
  .share a:hover i, .share a:focus i {
    color: #999; }

/*Keywords*/
.ad-keywords a {
  display: inline-block;
  padding: .18rem .37rem;
  border: 1px solid #ddd;
  background: #eee;
  border-radius: 2px;
  margin-left: .31rem;
  margin-bottom: .31rem;
  font-size: .81rem;
  color: #555;
  text-decoration: none; }
  .ad-keywords a:hover {
    color: #000; }
  .ad-keywords a:last-child {
    margin-left: 0; }

/*Ad-Gallary*/
.ad-gallary {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  position: relative;
  margin-bottom: .62rem;
  padding: .62rem; }
  .ad-gallary .gallary-head {
    font-size: .87rem;
    font-weight: bold;
    margin-top: .31rem;
    margin-bottom: .031rem;
    line-height: 1.87rem;
    color: #333; }

ul.np-gallary {
  padding: 0; }
  ul.np-gallary li {
    background: #fff;
    list-style: none; }
    ul.np-gallary li a img.img-show {
      margin: 3px auto !important;
      display: block;
      max-height: 8.75rem; }
    ul.np-gallary li .btn-delete {
      position: absolute;
      top: .31rem;
      right: 1.12rem; }

/*#links {
    ul.np-gallary {
        padding: 0;

        li {
            background: #fff;
            list-style: none;
            position: relative;
            height: 9.68rem !important;
            display: inline-table;
            margin-bottom: 1px;
            overflow: hidden;
            padding: 0 0 0 1px;

            a {
                position: relative;
                display: table-cell;
                vertical-align: middle;
                background: $light-color;

                img {
                    margin: 3px auto;
                    display: block;
                }
            }

            .btn-delete {
                position: absolute;
                top: .31rem;
                right: 1.12rem;
            }
        }
    }
}*/
.blueimp-gallery a.prev,
.blueimp-gallery a.next,
.blueimp-gallery a.close {
  color: #fff !important; }

/*single-page*/
.single-page .view-ad {
  padding: 1rem;
  border-radius: .3125rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  background: #fff; }

.single-page .sp-caption {
  font-size: 1.1rem;
  text-align: center;
  color: #232323;
  line-height: 1.7;
  font-family: ShabnamBold, tahoma;
  margin: .5rem 0;
  display: block; }
  @media (min-width: 992px) {
    .single-page .sp-caption {
      text-align: right;
      font-size: 1.3rem; } }

.single-page .sp-aside {
  padding: .6rem;
  border-radius: .3125rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
  margin-bottom: .8rem; }
  .single-page .sp-aside.gallary {
    margin-top: -.5rem; }

.single-page .sp-information {
  margin: 0;
  padding: 0; }
  .single-page .sp-information .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-flow: row wrap;
    padding: .35rem .20rem;
    font-size: .80rem;
    color: #777; }
    .single-page .sp-information .item:not(:last-child) {
      border-bottom: 1px solid #eaeaea; }
    .single-page .sp-information .item .value {
      color: #444; }
      .single-page .sp-information .item .value .mail-img {
        opacity: 0.8; }
      .single-page .sp-information .item .value a {
        color: #444;
        text-decoration: none;
        font-size: .84rem; }
        .single-page .sp-information .item .value a:hover {
          color: #075aaa; }
    .single-page .sp-information .item:hover {
      background: #f9f9f9; }

.single-page .sp-description {
  color: #666;
  font-size: .80rem;
  line-height: 1.8rem;
  color: #232323;
  font-size: .9rem;
  line-height: 1.6rem; }

.single-page .sp-share {
  /*cursor: pointer;*/ }
  .single-page .sp-share .share-wrapper {
    opacity: 0;
    height: 0;
    overflow: hidden; }
  .single-page .sp-share:hover .share-wrapper {
    opacity: 1;
    height: auto;
    transition: .82s linear; }

.aside-caption {
  color: #075aaa;
  font-family: ShabnamBold, tahoma;
  font-size: .85rem;
  display: block;
  margin: .15rem 0; }
  .aside-caption i {
    margin-left: .4rem;
    vertical-align: middle; }

a.aside-caption {
  text-decoration: none;
  transition: 0.3s linear; }
  a.aside-caption:hover {
    color: #054079; }

/*sp-keywords*/
.sp-keywords a {
  display: inline-block;
  padding: .15rem .3rem;
  border: 1px solid #ddd;
  background: #eee;
  border-radius: 2px;
  margin: .15rem 0 .15rem .30rem;
  font-size: .81rem;
  color: #555;
  text-decoration: none; }
  @media (min-width: 992px) {
    .sp-keywords a {
      background: #fff; } }
  .sp-keywords a:hover {
    color: #000; }
  .sp-keywords a:last-child {
    margin-left: 0; }

.sp-gallary {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  overflow: auto; }
  @media (min-width: 992px) {
    .sp-gallary {
      flex-flow: row wrap; } }
  .sp-gallary li {
    display: inline-flex;
    flex: 0 0 65px;
    max-width: 65px;
    height: 65px;
    overflow: hidden;
    margin-left: 4px;
    /*background: red;*/
    border: 1px solid #dedbdb;
    padding: 3px;
    margin: 3px 0 3px 3px;
    align-items: center;
    border-radius: 4px; }
    @media (min-width: 992px) {
      .sp-gallary li {
        flex: 0 0 50px;
        max-width: 50px;
        height: 50px; } }
    .sp-gallary li:hover {
      border-color: #ddd; }
    .sp-gallary li a img {
      max-width: 100%;
      height: auto; }

/*Special Banner*/
.special-banner {
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
  padding: 1.85rem .85rem;
  text-align: center;
  color: #e14b5a;
  border-radius: 4px;
  transition: .3s;
  position: relative; }
  .special-banner:after, .special-banner:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .special-banner:after {
    background-repeat: repeat;
    background-position: center;
    background-size: 100%;
    opacity: .2;
    z-index: -2;
    background: url("/dist/img/dark.png"); }
  .special-banner:before {
    background: linear-gradient(270deg, rgba(247, 247, 247, 0) 20%, #ffffff 60%);
    z-index: -1;
    transition: 0.3s; }
  .special-banner.has-link {
    text-decoration: none;
    display: block;
    position: relative;
    color: #3e52bf; }
    .special-banner.has-link:hover {
      text-decoration: none;
      color: #054079; }
  .special-banner .image {
    margin: 0 auto;
    width: 195px; }
  .special-banner .banner-content {
    padding-top: .5rem; }
    .special-banner .banner-content .caption {
      font-size: 1.5rem;
      margin: .5rem 0;
      font-family: ShabnamBold, tahoma; }
    .special-banner .banner-content .desc {
      font-size: .93rem;
      font-family: ShabnamBold, tahoma; }
  .special-banner:hover:before {
    z-index: -1; }

/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
/*Capcha*/
.securety-code .refresh-code {
  width: 25px;
  height: 25px;
  border: 2px solid #ddd;
  background: #fff;
  border-radius: 50%;
  display: inline-table;
  text-decoration: none;
  margin-right: 3px; }
  .securety-code .refresh-code i.fa {
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    color: #4d4d4d;
    transition: 0.3s; }
  .securety-code .refresh-code:hover i.fa {
    transform: rotate(37deg);
    color: #000;
    transition: 0.3s; }

/*account*/
.account-wrapper {
  width: 100%;
  margin: 15px auto 0; }
  .account-wrapper.no-width {
    width: auto !important; }
  .account-wrapper .actions .item {
    font-size: 13px;
    color: #ad8c37; }
    .account-wrapper .actions .item:hover {
      color: #000;
      text-decoration: none; }
  @media (min-width: 500px) {
    .account-wrapper {
      width: 450px;
      margin: 30px auto 0; } }

@-webkit-keyframes autofill {
  to {
    color: #555;
    background: #fff; } }

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both; }

.account {
  background: #fff;
  border: 1px solid #ddd;
  padding: 20px 20px 10px;
  margin: 0 auto 10px;
  position: relative;
  box-shadow: 3px 2px 26px rgba(0, 0, 0, 0.13); }
  .account .account-title {
    font-size: 17px;
    display: block;
    margin: 0 auto;
    line-height: 25px;
    text-align: center;
    font-family: ShabnamBold, tahoma;
    color: #343a40; }
  .account .account-body {
    margin-top: 5px; }
  .account .form-control {
    color: #777; }

/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
/*quick-access*/
.quick-access {
  padding: 5px 8px; }
  .quick-access .form-group label {
    color: #004b79;
    margin-left: 3px;
    font-size: 13px; }
  .quick-access .form-group .access-control {
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 2px;
    margin-left: 3px;
    min-width: 173px;
    padding: 3px 5px;
    color: #333;
    font-size: 12px; }
  .quick-access textarea {
    width: 100%;
    margin: 5px auto;
    padding: 5px;
    font-size: 13px;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 3px; }
  .quick-access .main span.title {
    font-size: 14px;
    color: #4d306e; }
  .quick-access .main .action a {
    color: #ee3440;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold; }
  .quick-access .main .action a:hover {
    color: #004b79; }
  .quick-access .main > b {
    display: block;
    margin: 4px 0;
    /*border-bottom: 1px solid #ddd;
            padding-bottom: 3px;
            font-weight: normal;*/ }
    .quick-access .main > b a {
      color: #5a2f8b;
      text-decoration: none;
      font-size: 13px;
      position: relative;
      font-weight: normal;
      padding-right: 14px;
      font-family: ShabnamBold, tahoma; }
      .quick-access .main > b a:before {
        position: absolute;
        content: '';
        right: 0;
        top: calc(50% - 2px);
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background: #5a2f8b;
        transition: .14s ease-in-out; }
    .quick-access .main > b a:hover {
      color: #ee3440;
      color: #15adc6;
      text-decoration: none; }
      .quick-access .main > b a:hover:before {
        right: 5px;
        background: #15adc6; }
  .quick-access .other-info {
    margin-top: 20px; }
    .quick-access .other-info b {
      display: block;
      font-weight: normal;
      color: #666;
      font-size: 14px; }
      .quick-access .other-info b > span {
        color: #333;
        color: #666;
        margin-right: 3px;
        font-family: Tahoma;
        font-size: 13px; }

@media only screen and (max-width: 550px) {
  .quick-access .btn {
    display: block; } }

/*Material Menu*/
.material-menu {
  position: fixed;
  display: inline-block;
  width: 40px;
  height: 40px;
  left: 10px;
  bottom: 20px;
  padding: .2rem .5rem;
  color: #fff;
  border-radius: .2rem;
  background-color: #e63666;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  font-size: 1.5rem;
  transition: width 250ms, height 250ms;
  z-index: 1030;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .material-menu {
      left: 9px;
      top: 50px;
      bottom: auto; } }
  .material-menu .icon-menu {
    display: inline-block; }
    .material-menu .icon-menu:before {
      display: inline-block;
      font-style: normal;
      font-family: 'FontAwesome';
      content: '\f142';
      font-size: .85rem; }
  .material-menu .menu-list {
    display: none;
    margin: 0;
    padding: 0 .5rem .5rem; }
    .material-menu .menu-list li {
      line-height: 2.1;
      list-style: none;
      font-size: .85rem; }
      .material-menu .menu-list li a {
        text-decoration: none;
        color: #fff; }
        .material-menu .menu-list li a i {
          margin-left: 10px;
          vertical-align: middle; }
          .material-menu .menu-list li a i.telegram-symbol {
            border: 1px solid #e6e6e6;
            border-radius: 50%;
            padding: 2px 3px; }
        .material-menu .menu-list li a:hover {
          color: #e6e6e6; }
  .material-menu.open-menu {
    width: auto;
    height: auto;
    display: block;
    line-height: 1.5; }
    .material-menu.open-menu .icon-menu {
      display: block;
      text-align: left;
      padding-left: .5rem; }
      .material-menu.open-menu .icon-menu:before {
        font-family: 'FontAwesome';
        content: '\f00d'; }
    .material-menu.open-menu .menu-list {
      display: block; }

/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
.not-found {
  padding: 3.12rem 1.56rem 1.56rem;
  background: url("/dist/img/icon-stone.png") no-repeat scroll center center;
  background-color: #fff; }
  .not-found .top-section {
    text-align: center;
    margin-bottom: 1rem; }
    .not-found .top-section .code {
      font-size: 8.5rem;
      line-height: 4.37rem;
      color: #000;
      font-family: monospace;
      display: block;
      margin-bottom: 10px; }
      .not-found .top-section .code:first-letter {
        color: #c09c3d; }
      .not-found .top-section .code.server {
        width: 12rem;
        height: 12rem;
        border-radius: 50%;
        margin: 0.5rem auto;
        box-shadow: 0 0.31rem 1.37rem 0 rgba(0, 0, 0, 0.2);
        font-size: 6rem;
        display: flex;
        align-items: center;
        font-family: serif;
        justify-content: center; }
    .not-found .top-section .description {
      margin: 0;
      font-size: 1.1rem;
      color: #000;
      text-align: center; }
      .not-found .top-section .description.server {
        font-size: 1.5rem; }

/*COLORS*/
/*$hilight-color: #ceaa79;*/
/*@secondColor: #ceaa79;*/
/*COLORS*/
/*$light-border-color: #ccc;*/
/*Grid*/
/*BreadCrumb*/
/*$hambgcolor*/
/*// Grid containers
$grid-breakpoints: ( xs: 0, sm: 555px, md:740px, lg:990px, xl:1250px );

@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
@include _assert-starts-at-zero($grid-breakpoints);


// Grid containers
//
// Define the maximum width of `.container` for different screen sizes.

$container-max-widths: ( sm:535px, md: 720px, lg: 970px, xl:1240px );
@include _assert-ascending($container-max-widths, "$container-max-widths");*/
/*Other*/
/*Dropdown*/
/*Radius*/
/*.btn*/
/*$input-btn-line-height:       $line-height-base !default;*/
/*$input-btn-line-height-lg:    $line-height-lg !default;*/
/*navigation*/
/*$breadcrumb*/
/*$breadcrumb-item-padding: .5rem;*/
/*$breadcrumb-divider: "/" !default;*/
/*FormControl*/
/*Pagination*/
/*custom-select*/
/*Tables*/
html {
  height: 100%; }

body {
  background-color: #f9f9f9 !important;
  font-size: .87rem !important;
  padding-top: 2.25rem;
  position: relative;
  text-align: right;
  display: flex;
  flex-direction: column;
  height: 100%; }
  @media (min-width: 768px) {
    body {
      padding-top: 0px; } }

.ltr-dir {
  direction: ltr !important; }

.cursor-pointer {
  cursor: pointer !important; }

a:not([href]):not([tabindex]) {
  cursor: pointer; }

.bold-font {
  font-family: ShabnamBold, tahoma !important; }

.disable-lnk {
  pointer-events: none !important; }

.fix-layout {
  -ms-flex: 1 0 auto;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto; }

.round {
  border-radius: 50%; }

.box-shadow-0 {
  box-shadow: none !important; }

.va-m {
  vertical-align: middle; }

.discount {
  background: #82b440;
  padding: 2.5rem 2px;
  text-align: center;
  margin-top: 3rem;
  margin-bottom: 3rem; }
  .discount .discount-content {
    font-size: .95rem;
    text-align: right;
    color: #fff;
    margin: 0; }

.ds {
  background: #fff;
  border-radius: .4rem;
  padding: 1.25rem;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1); }

.simple-paragraph {
  font-size: .88rem;
  line-height: 1.75;
  color: #81858b;
  margin: 0; }

.call-section {
  padding: 3rem 0;
  background: #fff;
  margin: 3rem 0; }
  .call-section .contact .title {
    font-size: 2.4rem;
    display: block;
    color: #666;
    margin: .7rem auto; }
  .call-section .contact .call-me {
    font-size: 1.4rem;
    margin: .5rem;
    color: #000; }
    @media (min-width: 576px) {
      .call-section .contact .call-me {
        font-size: 2.2rem; } }
  .call-section .contact .tel {
    font-size: 1.6rem;
    font-family: sans-serif;
    color: #000; }
  .call-section .contact .time {
    font-size: .85rem;
    display: block;
    margin-top: 0.5rem;
    color: #555; }

/*Row Custom*/
.row-custom {
  margin-left: -5px;
  margin-right: -5px; }
  .row-custom *[class^="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

/*Sticky Position*/
.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0; }

@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1030; } }

@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1030; } }

@media (min-width: 768px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1030; } }

/*General Style*/
@media (min-width: 768px) {
  .call {
    pointer-events: none;
    cursor: default; } }

.radius-0 {
  border-radius: 0 !important; }

.ribbon {
  position: absolute;
  left: -7px;
  top: -7px;
  z-index: 1;
  overflow: hidden;
  width: 75px;
  height: 75px;
  text-align: right; }
  .ribbon span {
    font-size: .77rem;
    color: #343a40;
    text-align: center;
    line-height: 22px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 100px;
    display: block;
    background: rgba(219, 198, 93, 0.86);
    background: linear-gradient(rgba(219, 198, 93, 0.86) 0%, rgba(219, 198, 93, 0.86) 100%);
    /*box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);*/
    position: absolute;
    top: 19px;
    left: -21px; }
    .ribbon span:before {
      content: "";
      position: absolute;
      left: 0px;
      top: 100%;
      z-index: -1;
      border-left: 3px solid rgba(219, 198, 93, 0.86);
      border-right: 3px solid transparent;
      border-bottom: 3px solid transparent;
      border-top: 3px solid rgba(219, 198, 93, 0.86); }
    .ribbon span:after {
      content: "";
      position: absolute;
      right: 0px;
      top: 100%;
      z-index: -1;
      border-left: 3px solid transparent;
      border-right: 3px solid rgba(219, 198, 93, 0.86);
      border-bottom: 3px solid transparent;
      border-top: 3px solid rgba(219, 198, 93, 0.86); }

/*Vertical Ribbon Css*/
.vertical-ribbon {
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 2;
  width: 30px;
  line-height: 22px;
  text-align: center;
  text-decoration: none; }
  .vertical-ribbon.blue span {
    color: #fff; }
  .vertical-ribbon.blue:after {
    border-color: rgba(0, 164, 228, 0.95);
    border-bottom-color: transparent; }
  .vertical-ribbon.green span {
    color: #000; }
  .vertical-ribbon.green:after {
    border-color: #e0cd9d;
    border-bottom-color: transparent; }
  .vertical-ribbon span {
    font-size: 12px;
    font-family: ShabnamBold, tahoma;
    text-decoration: none;
    color: #c09c3d; }
  .vertical-ribbon:after {
    content: "";
    font-size: 4px;
    position: absolute;
    height: 25px;
    border: 15px solid #000;
    z-index: -1;
    top: -1px;
    border-top-width: 25px;
    border-bottom-color: transparent;
    right: 0; }
  .vertical-ribbon:hover {
    text-decoration: none; }

.loader {
  border: 8px solid #69b9ee;
  border-radius: 50%;
  border-top: 8px solid #3498db;
  width: 100px;
  height: 100px;
  z-index: 1060;
  -webkit-animation: spin 0.75s linear infinite;
  /* Safari */
  animation: spin 0.75s linear infinite;
  position: absolute;
  top: 50%;
  margin-top: -60px;
  right: 50%;
  margin-right: -60px; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/*breadcrumb*/
.breadcrumb .breadcrumb-item {
  font-size: .8rem; }
  .breadcrumb .breadcrumb-item:not(.active) a {
    text-decoration: none;
    color: #333; }
    .breadcrumb .breadcrumb-item:not(.active) a:hover {
      color: #075aaa; }
  .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    font-family: 'FontAwesome'; }
  .breadcrumb .breadcrumb-item:hover {
    text-decoration: none; }
  .breadcrumb .breadcrumb-item .fa {
    vertical-align: middle;
    font-size: .93rem; }

.breadcrumb.ads-page {
  background: transparent;
  justify-content: center; }

/*Calc*/
.calculator-output {
  border: 1px solid #a5dc86;
  padding: 10px 15px;
  font-size: 1rem;
  border-radius: 4px; }
  .calculator-output .price {
    font-size: .9rem;
    line-height: 1.3;
    margin: 4px 0; }
    .calculator-output .price.main-price {
      font-family: ShabnamBold, tahoma; }

@media (max-width: 991.98px) {
  .horizontal-scroll-md {
    overflow: auto; } }

.landing-header {
  background: #f5f7f9; }

.internet-explorer {
  padding: 1rem;
  background: #f71b4b;
  color: #fff;
  font-size: .9rem;
  position: fixed;
  width: 100%;
  bottom: 0;
  right: 0;
  text-align: center;
  z-index: 1030; }

.alert-discount {
  position: relative;
  display: block;
  border-radius: 10px;
  background: #15adc6;
  color: #fff7f8;
  overflow: hidden;
  z-index: 10; }
  .alert-discount:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: url("/dist/img/light-pattern.png") repeat center;
    right: 0;
    top: 0;
    background-size: 90%;
    opacity: .075;
    z-index: -1; }
  .alert-discount .discount-title {
    font-size: 1.1rem;
    margin: 0 0 .75rem;
    color: #fff;
    font-family: ShabnamBold, tahoma; }
    .alert-discount .discount-title i {
      vertical-align: middle; }
    @media (min-width: 768px) {
      .alert-discount .discount-title {
        font-size: 1.5rem; } }
  .alert-discount .discount-desc {
    font-size: .88rem;
    margin: 0;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .alert-discount .discount-desc {
        font-size: 1.1rem; } }

.icon-discount {
  display: inline-block;
  position: relative; }
  .icon-discount:before {
    content: '';
    display: inline-block;
    background-image: url("/dist/img/svg/discouint-svg.svg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 85px;
    height: 85px;
    vertical-align: middle; }

/*my-offer*/
.first-offer {
  padding: 1.2rem 0;
  margin-top: 1.5rem;
  background: #fff;
  border: 1px solid #faf0d9; }
  @media (min-width: 992px) {
    .first-offer {
      margin-right: 2rem; }
      .first-offer .offer-box {
        margin-right: -2rem; } }
  .first-offer.city .offer-box {
    z-index: 12; }
    .first-offer.city .offer-box:before {
      font-family: 'FontAwesome';
      content: "\f041";
      vertical-align: middle;
      font-size: 8rem;
      margin-left: 3px;
      display: inline-block;
      position: absolute;
      left: .5rem;
      top: .5rem;
      color: rgba(255, 255, 255, 0.24);
      line-height: 1;
      z-index: -1; }
  .first-offer.group .offer-box {
    background: #ececec;
    background: #f5e3e8; }
  .first-offer .offer-box {
    background: #ece0c2;
    padding: 1.5rem 1.5rem;
    text-align: right;
    position: relative; }
    .first-offer .offer-box .count {
      display: inline-block;
      font-weight: 400;
      text-align: center;
      vertical-align: middle;
      user-select: none;
      padding: .8rem 1.2rem;
      font-size: 1.1rem;
      color: #fff;
      background-color: #fe365e;
      border-radius: 0 5rem 5rem 3rem; }
    .first-offer .offer-box .caption {
      font-size: 1.0rem;
      color: #222;
      margin: .75rem 0 1.5rem;
      font-family: ShabnamBold, tahoma; }
    .first-offer .offer-box .cta-btn {
      font-size: .80rem;
      background: #fff;
      color: #000;
      font-family: ShabnamBold, tahoma;
      border-radius: 5rem;
      padding: .5rem .95rem;
      text-decoration: none;
      transition: 0.13s ease-out; }
      .first-offer .offer-box .cta-btn i {
        vertical-align: middle;
        color: #fe365e;
        margin-right: .7rem;
        font-weight: bold; }
      .first-offer .offer-box .cta-btn:hover {
        color: #fe365e; }
  .first-offer .subject {
    font-size: .9rem;
    font-family: ShabnamBold, tahoma;
    color: #32325d;
    display: block;
    margin: 0 0 .7rem;
    line-height: 1.5; }
    @media (min-width: 992px) {
      .first-offer .subject {
        font-size: 1.2rem; } }
  .first-offer .desc {
    color: #555;
    font-size: .82rem;
    line-height: 1.8; }
    @media (min-width: 992px) {
      .first-offer .desc {
        font-size: .91rem; } }
  .first-offer .code {
    font-size: .88rem;
    background-color: #f5f4f4;
    color: #fe365e;
    padding: .45rem .75rem;
    display: inline-block;
    font-family: ShabnamBold, tahoma; }
    @media (min-width: 992px) {
      .first-offer .code {
        font-size: .91rem; } }

/*container-intro*/
.container-intro {
  background: #fff;
  text-align: center;
  padding: 2rem 1rem;
  margin-top: 1rem;
  text-align: center;
  /*box-shadow: 0 5px 38px rgba(68,66,66,.07);*/
  border-radius: .15rem;
  background: #ece0c2; }
  .container-intro .caption {
    font-family: ShabnamBold, tahoma;
    display: block;
    line-height: 30px;
    margin: 0;
    color: #32325d;
    font-size: 1.3rem; }
  .container-intro .desc {
    margin-top: .65rem;
    margin-bottom: 0;
    display: block;
    line-height: 15px;
    font-size: .85rem;
    color: #666; }

/*accordion-item*/
/*.accordion-item {
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #eee;

    .header {
        background: #fe365e;
        padding: 1.5rem .85rem;
        background: #f4f4f4;

        .caption {
            display: block;
            line-height: 1.5;
            color: $dark;
            margin: 0;
            line-height: 1rem;
            font-size: .85rem;
        }
    }

    .body {
    }
}*/
.accordion {
  border: 1px solid #ececec;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.1); }
  .accordion .card {
    border: 0; }
    .accordion .card .card-header {
      background: #fff;
      border-bottom: 1px solid #e8e8e8;
      padding: 0;
      border-radius: 0;
      margin: 0; }
      .accordion .card .card-header .caption {
        display: block;
        line-height: 1.5;
        position: relative;
        margin: 0;
        padding: 1.2rem .85rem; }
        .accordion .card .card-header .caption a {
          font-size: .88rem;
          color: #343a40;
          text-decoration: none;
          font-family: ShabnamBold, tahoma;
          display: block;
          position: relative; }
          .accordion .card .card-header .caption a[aria-expanded='true'] {
            color: #c09c3d; }
            .accordion .card .card-header .caption a[aria-expanded='true']:after {
              transform: rotate(-90deg);
              color: #c09c3d; }
          .accordion .card .card-header .caption a:after {
            font-family: 'FontAwesome';
            content: '\f104';
            vertical-align: baseline;
            color: #888;
            font-size: .85rem;
            line-height: 0;
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 10px;
            font-weight: bold;
            transition: all .34s ease-in-out; }
          .accordion .card .card-header .caption a i {
            vertical-align: middle; }
          .accordion .card .card-header .caption a:hover {
            color: #c09c3d; }
    .accordion .card:last-child .card-header {
      border-bottom: 0; }
    .accordion .card .card-body {
      padding: 1rem 1.15rem;
      background: #f9f9f9; }
      .accordion .card .card-body > p {
        font-size: .84rem;
        line-height: 2;
        display: block;
        color: #666;
        margin: 0;
        text-align: justify; }

/*advantage-item*/
.advantage-item {
  text-align: center;
  position: relative;
  padding: 0.5rem .5rem 1rem;
  margin-bottom: 1.4rem; }
  @media (min-width: 768px) {
    .advantage-item {
      margin-bottom: 3rem; } }
  .advantage-item .item-icon {
    position: relative;
    z-index: 2;
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: .6rem;
    z-index: 4; }
    @media (min-width: 768px) {
      .advantage-item .item-icon {
        margin-bottom: 1.4rem; } }
    .advantage-item .item-icon i {
      font-size: 1.8rem; }
    .advantage-item .item-icon.clr-brown {
      color: #ec9860;
      box-shadow: 0 9px 30px rgba(236, 152, 96, 0.15); }
    .advantage-item .item-icon.clr-green {
      color: #14d9ba;
      box-shadow: 0 9px 30px rgba(20, 217, 186, 0.15); }
    .advantage-item .item-icon.clr-red {
      color: #ec6060;
      box-shadow: 0 9px 30px rgba(236, 96, 96, 0.15); }
    .advantage-item .item-icon.clr-violet {
      color: #606cec;
      box-shadow: 0 9px 30px rgba(96, 108, 236, 0.15); }
    .advantage-item .item-icon.clr-blue {
      color: #38a9e0;
      box-shadow: 0 9px 30px rgba(56, 169, 224, 0.15); }
    .advantage-item .item-icon.clr-pink {
      color: #e84ac4;
      box-shadow: 0 9px 30px rgba(232, 74, 196, 0.15); }
    .advantage-item .item-icon.clr-dark {
      color: #6b7c93;
      box-shadow: 0 9px 30px rgba(107, 124, 147, 0.15); }
  .advantage-item .item-caption .caption {
    font-size: 1.2rem;
    font-family: ShabnamBold, tahoma;
    margin: 0 0 1rem; }
  .advantage-item .item-desc {
    font-size: .90rem;
    display: block;
    line-height: 1.3;
    margin: 0;
    color: #666; }

.cta-boxes {
  border-radius: .10rem;
  box-shadow: 0 10px 30px rgba(50, 50, 93, 0.06), 0 0px 2px transparent;
  padding: 1.5rem 1.3rem;
  background: #fff;
  margin-top: 2.0rem;
  border-radius: .5rem;
  border: 1px solid #edecff; }
  .cta-boxes .content {
    border-right: 4px solid #ee3440;
    padding-right: 1rem; }
  .cta-boxes .title {
    color: #343a40;
    font-size: 1.1rem;
    font-family: ShabnamBold, tahoma;
    display: block;
    line-height: 1.4;
    margin: 0 0 .75rem; }
  .cta-boxes .summary {
    display: block;
    font-size: .95rem;
    font-family: Shabnam, tahoma;
    color: #555;
    line-height: 1.6;
    margin: 0; }
