.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal!important}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2;/* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
/*
Theme Name: Real Estate Realtor
Description: Used to style Gutenberg Blocks.
*/

[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
  font-style: italic;
  margin-bottom: 1.5em;
  text-align: left;
    color: rgba(255, 255, 255, 0.70);
}

.rtl [class^="wp-block-"]:not(.wp-block-gallery) figcaption {
  text-align: right;
}

/*--------------------------------------------------------------
2.0 Blocks - Common Blocks
--------------------------------------------------------------*/

/* Paragraph */

p.has-drop-cap:not(:focus)::first-letter {
  font-size: 5em;
  margin-top: 0.075em;
}

/* Image */

.wp-block-image {
  margin-bottom: 1.5em;
}

.wp-block-image figure {
  margin-bottom: 0;
  margin-top: 0;
}

.wp-block-image figure.alignleft {
  margin-right: 1.5em;
}

.wp-block-image figure.alignright {
  margin-left: 1.5em;
}

/* Gallery */

.wp-block-gallery {
  margin-bottom: 1.5em;
}

.wp-block-gallery figcaption {
  font-style: italic;
}

.wp-block-gallery.aligncenter {
  display: flex;
  margin: 0 -8px;
}

/* Quote */

.wp-block-quote.alignleft p:last-of-type,
.wp-block-quote.alignright p:last-of-type {
  margin-bottom: 0;
}

.wp-block-quote cite {
  color: inherit;
  font-size: inherit;
}

.wp-block-quote,
.wp-block-quote:not(.is-large):not(.is-style-large),
.wp-block-pullquote {
  border-left: 4px solid rgba(0, 0, 0, 0.3);
  padding: 1em;
  background-color: #ebebeb;
}

.wp-block-quote.is-large {
  padding: 1em 2em;
  border: none;
}

.wp-block-quote.is-large > p:before, 
.wp-block-quote.is-large > p:after {
  content: "''";
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

/* Audio */

.wp-block-audio audio {
  display: block;
  width: 100%;
}

/* Cover */

.wp-block-cover-image.alignright,
.wp-block-cover.alignright,
.wp-block-cover-image.alignleft,
.wp-block-cover.alignleft,
.wp-block-cover-image.aligncenter,
.wp-block-cover.aligncenter {
  display: flex;
}

.no-sidebar .wp-block-embed.is-type-video.alignfull iframe {    
  width: 100vw !important;
  max-width : 100vw;
  margin-left  : calc( -100vw / 2 + 100% / 2 ) !important;
  margin-right : calc( -100vw / 2 + 100% / 2 ) !important;
}

.no-sidebar .wp-block-image.alignfull figcaption,
.no-sidebar .wp-block-audio.alignfull figcaption {
  text-align: center;
  max-width: 1200px;
  width: 90%;
  padding: 0 15px;
  margin: 5px auto 0;
}
.no-sidebar .wp-block-table.alignfull {
  display: table;
}

/* File */

.wp-block-file .wp-block-file__button {
  background-color: #222;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 800;
  margin-top: 2em;
  padding: 0.7em 2em;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  white-space: nowrap;
}

.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus {
  background-color: #767676;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Separator */

.wp-block-separator {
  border-color: #eee;
  border: 0;
}
/*--------------------------------------------------------------
3.0 Blocks - Formatting
--------------------------------------------------------------*/

/* Code */

.wp-block-code {
  background: transparent;
  border: 0;
  padding: 0;
}

/* Pullquote */

.wp-block-pullquote {
  border: 0;
  border-top: 4px solid #aaa;
  border-bottom: 4px solid #aaa;
    padding: 1em;
}

.wp-block-pullquote__citation,
.wp-block-pullquote cite {
  font-size: inherit;
  text-transform: none;
    color: rgba(255, 255, 255, 0.70);
}

/* Table */

.wp-block-table thead th {
  border-bottom: 2px solid #bbb;
  padding-bottom: 0.5em;
}

.wp-block-table tr {
  border-bottom: 1px solid #eee;
}

.wp-block-table th,
.wp-block-table td {
    border-color: #ccc;
    padding: 15px 25px;
}

.rtl .wp-block-table th,
.rtl .wp-block-table td {
  text-align: right;
}

/*--------------------------------------------------------------
4.0 Blocks - Layout Elements
--------------------------------------------------------------*/

/* Buttons */

.wp-block-button__link {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #384260 !important;
  display: inline-block;
  border-radius: 10px;
  background: transparent;
  border:1px solid #384260;
  padding: 15px;
}
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #5c727d !important;
  background: transparent !important;
  border:1px solid #5c727d;
}

/*button css*/
.wp-block-button a{
  
}
.wp-block-button a:hover{
  
}
/* Separator */

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  max-width: 100px;
}

/* Media & Text */

.wp-block-media-text {
  margin-bottom: 1.5em;
}

.wp-block-media-text *:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
5.0 Blocks - Widgets
--------------------------------------------------------------*/

/* Archives, Categories & Latest Posts */

.wp-block-archives.aligncenter,
.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-categories.aligncenter ul {
  list-style-position: inside;
  text-align: center;
}

/* Comments */

.wp-block-latest-comments article {
  margin-bottom: 4em;
}

.blog:not(.has-sidebar) #primary .wp-block-latest-comments article,
.archive:not(.page-one-column):not(.has-sidebar) #primary .wp-block-latest-comments article,
.search:not(.has-sidebar) #primary .wp-block-latest-comments article {
  float: none;
  width: 100%;
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 0;
}

.wp-block-latest-comments a {
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);

}

.wp-block-latest-comments__comment-meta {
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 0.4em;
}

.wp-block-latest-comments__comment-author,
.wp-block-latest-comments__comment-link {
  font-weight: 700;
  text-decoration: none;
}

.wp-block-latest-comments__comment-date {
  color: #767676;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1818em;
  margin-top: 0.4em;
  text-transform: uppercase;
}

.editor-block-list__block .wp-block-latest-comments__comment-excerpt p {
  font-size: 14px;
  font-size: 0.875rem;
}


/*--------------------------------------------------------------
5.0 Blocks - Color Settings
--------------------------------------------------------------*/

/* Background Color */

.has-tan-background-color {
    background-color: #E6DBAD;
}

.has-yellow-background-color {
    background-color: #FDE64B;
}

.has-orange-background-color {
    background-color: #ED7014;
}

.has-red-background-color {
    background-color: #D0312D;
}

.has-pink-background-color {
    background-color: #b565a7;
}

.has-purple-background-color {
    background-color: #A32CC4;
}

.has-blue-background-color {
    background-color: #3A43BA;
}

.has-green-background-color {
    background-color: #3BB143;
}

.has-brown-background-color {
    background-color: #231709;
}

.has-grey-background-color {
    background-color: #6C626D;
}

.has-black-background-color {
    background-color: #384260000;
}

/* Text Color */

.has-tan-color {
    color: #E6DBAD;
}

.has-yellow-color {
    color: #FDE64B;
}

.has-orange-color {
    color: #ED7014;
}

.has-red-color {
    color: #D0312D;
}

.has-pink-color {
    color: #b565a7;
}

.has-purple-color {
    color: #A32CC4;
}

.has-blue-color {
    color: #3A43BA;
}

.has-green-color {
    color: #3BB143;
}

.has-brown-color {
    color: #231709;
}

.has-grey-color {
    color: #6C626D;
}

.has-black-color {
    color: #384260000;
}

/*--------------------------------------------------------------
6.0 Blocks - Text Settings
--------------------------------------------------------------*/
.has-larger-font-size {
  font-size: 36px;
}
.has-huge-font-size {
  font-size: 48px;
}
.has-larger-font-size,
.has-huge-font-size {
    line-height: 1.5;
}

@media screen and (max-width: 992px) {
  .has-larger-font-size {
      font-size: 30px;
  }
  .has-huge-font-size {
      font-size: 38px;
  }
}
@media screen and (max-width: 767px) {
  .has-larger-font-size {
      font-size: 24px;
  }
  .has-huge-font-size {
      font-size: 28px;
  }
}
@media screen and (max-width: 567px) {
  .has-larger-font-size,
  .has-huge-font-size {
      font-size: 16px;
        line-height: 28px;
  }
}

.wp-block {
    max-width: 710px;
}
.editor-block-list__layout {
    max-width: 776px;
    margin-left: auto;
    margin-right: auto;
}

/* alignment */
.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  text-align: center;
}

.wp-block-latest-comments {
  margin: 0;
  padding: 0;
}
/*!
 * Bootstrap v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */

:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

*,
::after,
::before {
  box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
  :root {
    scroll-behavior: smooth
  }
}

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0!important
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: .25
}

hr:not([size]) {
  height: 1px
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2
}

.h1,
h1 {
  font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
  .h1,
  h1 {
    font-size: 2.5rem
  }
}

.h2,
h2 {
  font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
  .h2,
  h2 {
    font-size: 2rem
  }
}

.h3,
h3 {
  font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
  .h3,
  h3 {
    font-size: 1.75rem
  }
}

.h4,
h4 {
  font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
  .h4,
  h4 {
    font-size: 1.5rem
  }
}

.h5,
h5 {
  font-size: 1.25rem
}

.h6,
h6 {
  font-size: 1rem
}

p {
  margin-top: 0;
  margin-bottom: 1rem
}

abbr[data-bs-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit
}

ol,
ul {
  padding-left: 2rem
}

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

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

dt {
  font-weight: 700
}

dd {
  margin-bottom: .5rem;
  margin-left: 0
}

blockquote {
  margin: 0 0 1rem
}

b,
strong {
  font-weight: bolder
}

.small,
small {
  font-size: .875em
}

.mark,
mark {
  padding: .2em;
  background-color: #fcf8e3
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

a {
  color: #0d6efd;
  text-decoration: underline
}

a:hover {
  color: #0a58ca
}

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

code,
kbd,
pre,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal
}

code {
  font-size: .875em;
  color: #d63384;
  word-wrap: break-word
}

a>code {
  color: inherit
}

kbd {
  padding: .2rem .4rem;
  font-size: .875em;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700
}

figure {
  margin: 0 0 1rem
}

img,
svg {
  vertical-align: middle
}

table {
  caption-side: bottom;
  border-collapse: collapse
}

caption {
  padding-top: .5rem;
  padding-bottom: .5rem;
  color: #6c757d;
  text-align: left
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0
}

label {
  display: inline-block
}

button {
  border-radius: 0
}

button:focus:not(:focus-visible) {
  outline: 0
}

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

button,
select {
  text-transform: none
}

[role=button] {
  cursor: pointer
}

select {
  word-wrap: normal
}

[list]::-webkit-calendar-picker-indicator {
  display: none
}

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

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
  cursor: pointer
}

::-moz-focus-inner {
  padding: 0;
  border-style: none
}

textarea {
  resize: vertical
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: calc(1.275rem + .3vw);
  line-height: inherit
}

@media (min-width:1200px) {
  legend {
    font-size: 1.5rem
  }
}

legend+* {
  clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
  padding: 0
}

::-webkit-inner-spin-button {
  height: auto
}

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

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
  padding: 0
}

::file-selector-button {
  font: inherit
}

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

output {
  display: inline-block
}

iframe {
  border: 0
}

summary {
  display: list-item;
  cursor: pointer
}

progress {
  vertical-align: baseline
}

[hidden] {
  display: none!important
}

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

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-1 {
    font-size: 5rem
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-2 {
    font-size: 4.5rem
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-3 {
    font-size: 4rem
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-4 {
    font-size: 3.5rem
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-5 {
    font-size: 3rem
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2
}

@media (min-width:1200px) {
  .display-6 {
    font-size: 2.5rem
  }
}

.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: .5rem
}

.initialism {
  font-size: .875em;
  text-transform: uppercase
}

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

.blockquote>:last-child {
  margin-bottom: 0
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: .875em;
  color: #6c757d
}

.blockquote-footer::before {
  content: "— "
}

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

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto
}

.figure {
  display: inline-block
}

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

.figure-caption {
  font-size: .875em;
  color: #6c757d
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  width: 100%;
  padding-right: var(--bs-gutter-x, .75rem);
  padding-left: var(--bs-gutter-x, .75rem);
  margin-right: auto;
  margin-left: auto
}

@media (min-width:576px) {
  .container,
  .container-sm {
    max-width: 540px
  }
}

@media (min-width:768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px
  }
}

@media (min-width:992px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px
  }
}

@media (min-width:1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px
  }
}

@media (min-width:1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px
  }
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x)/ -2);
  margin-left: calc(var(--bs-gutter-x)/ -2)
}

.row>* {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x)/ 2);
  padding-left: calc(var(--bs-gutter-x)/ 2);
  margin-top: var(--bs-gutter-y)
}

.col {
  flex: 1 0 0%
}

.row-cols-auto>* {
  flex: 0 0 auto;
  width: auto
}

.row-cols-1>* {
  flex: 0 0 auto;
  width: 100%
}

.row-cols-2>* {
  flex: 0 0 auto;
  width: 50%
}

.row-cols-3>* {
  flex: 0 0 auto;
  width: 33.3333333333%
}

.row-cols-4>* {
  flex: 0 0 auto;
  width: 25%
}

.row-cols-5>* {
  flex: 0 0 auto;
  width: 20%
}

.row-cols-6>* {
  flex: 0 0 auto;
  width: 16.6666666667%
}

.col-auto {
  flex: 0 0 auto;
  width: auto
}

.col-1 {
  flex: 0 0 auto;
  width: 8.3333333333%
}

.col-2 {
  flex: 0 0 auto;
  width: 16.6666666667%
}

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

.col-4 {
  flex: 0 0 auto;
  width: 33.3333333333%
}

.col-5 {
  flex: 0 0 auto;
  width: 41.6666666667%
}

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

.col-7 {
  flex: 0 0 auto;
  width: 58.3333333333%
}

.col-8 {
  flex: 0 0 auto;
  width: 66.6666666667%
}

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

.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%
}

.col-11 {
  flex: 0 0 auto;
  width: 91.6666666667%
}

.col-12 {
  flex: 0 0 auto;
  width: 100%
}

.offset-1 {
  margin-left: 8.3333333333%
}

.offset-2 {
  margin-left: 16.6666666667%
}

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

.offset-4 {
  margin-left: 33.3333333333%
}

.offset-5 {
  margin-left: 41.6666666667%
}

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

.offset-7 {
  margin-left: 58.3333333333%
}

.offset-8 {
  margin-left: 66.6666666667%
}

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

.offset-10 {
  margin-left: 83.3333333333%
}

.offset-11 {
  margin-left: 91.6666666667%
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem
}

@media (min-width:576px) {
  .col-sm {
    flex: 1 0 0%
  }
  .row-cols-sm-auto>* {
    flex: 0 0 auto;
    width: auto
  }
  .row-cols-sm-1>* {
    flex: 0 0 auto;
    width: 100%
  }
  .row-cols-sm-2>* {
    flex: 0 0 auto;
    width: 50%
  }
  .row-cols-sm-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
  }
  .row-cols-sm-4>* {
    flex: 0 0 auto;
    width: 25%
  }
  .row-cols-sm-5>* {
    flex: 0 0 auto;
    width: 20%
  }
  .row-cols-sm-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%
  }
  .offset-sm-0 {
    margin-left: 0
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%
  }
  .offset-sm-3 {
    margin-left: 25%
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%
  }
  .offset-sm-6 {
    margin-left: 50%
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%
  }
  .offset-sm-9 {
    margin-left: 75%
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem
  }
}

@media (min-width:768px) {
  .col-md {
    flex: 1 0 0%
  }
  .row-cols-md-auto>* {
    flex: 0 0 auto;
    width: auto
  }
  .row-cols-md-1>* {
    flex: 0 0 auto;
    width: 100%
  }
  .row-cols-md-2>* {
    flex: 0 0 auto;
    width: 50%
  }
  .row-cols-md-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
  }
  .row-cols-md-4>* {
    flex: 0 0 auto;
    width: 25%
  }
  .row-cols-md-5>* {
    flex: 0 0 auto;
    width: 20%
  }
  .row-cols-md-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%
  }
  .offset-md-0 {
    margin-left: 0
  }
  .offset-md-1 {
    margin-left: 8.3333333333%
  }
  .offset-md-2 {
    margin-left: 16.6666666667%
  }
  .offset-md-3 {
    margin-left: 25%
  }
  .offset-md-4 {
    margin-left: 33.3333333333%
  }
  .offset-md-5 {
    margin-left: 41.6666666667%
  }
  .offset-md-6 {
    margin-left: 50%
  }
  .offset-md-7 {
    margin-left: 58.3333333333%
  }
  .offset-md-8 {
    margin-left: 66.6666666667%
  }
  .offset-md-9 {
    margin-left: 75%
  }
  .offset-md-10 {
    margin-left: 83.3333333333%
  }
  .offset-md-11 {
    margin-left: 91.6666666667%
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem
  }
}

@media (min-width:992px) {
  .col-lg {
    flex: 1 0 0%
  }
  .row-cols-lg-auto>* {
    flex: 0 0 auto;
    width: auto
  }
  .row-cols-lg-1>* {
    flex: 0 0 auto;
    width: 100%
  }
  .row-cols-lg-2>* {
    flex: 0 0 auto;
    width: 50%
  }
  .row-cols-lg-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
  }
  .row-cols-lg-4>* {
    flex: 0 0 auto;
    width: 25%
  }
  .row-cols-lg-5>* {
    flex: 0 0 auto;
    width: 20%
  }
  .row-cols-lg-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%
  }
  .offset-lg-0 {
    margin-left: 0
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%
  }
  .offset-lg-3 {
    margin-left: 25%
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%
  }
  .offset-lg-6 {
    margin-left: 50%
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%
  }
  .offset-lg-9 {
    margin-left: 75%
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem
  }
}

@media (min-width:1200px) {
  .col-xl {
    flex: 1 0 0%
  }
  .row-cols-xl-auto>* {
    flex: 0 0 auto;
    width: auto
  }
  .row-cols-xl-1>* {
    flex: 0 0 auto;
    width: 100%
  }
  .row-cols-xl-2>* {
    flex: 0 0 auto;
    width: 50%
  }
  .row-cols-xl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
  }
  .row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%
  }
  .row-cols-xl-5>* {
    flex: 0 0 auto;
    width: 20%
  }
  .row-cols-xl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%
  }
  .offset-xl-0 {
    margin-left: 0
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%
  }
  .offset-xl-3 {
    margin-left: 25%
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%
  }
  .offset-xl-6 {
    margin-left: 50%
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%
  }
  .offset-xl-9 {
    margin-left: 75%
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem
  }
}

@media (min-width:1400px) {
  .col-xxl {
    flex: 1 0 0%
  }
  .row-cols-xxl-auto>* {
    flex: 0 0 auto;
    width: auto
  }
  .row-cols-xxl-1>* {
    flex: 0 0 auto;
    width: 100%
  }
  .row-cols-xxl-2>* {
    flex: 0 0 auto;
    width: 50%
  }
  .row-cols-xxl-3>* {
    flex: 0 0 auto;
    width: 33.3333333333%
  }
  .row-cols-xxl-4>* {
    flex: 0 0 auto;
    width: 25%
  }
  .row-cols-xxl-5>* {
    flex: 0 0 auto;
    width: 20%
  }
  .row-cols-xxl-6>* {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%
  }
  .offset-xxl-0 {
    margin-left: 0
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%
  }
  .offset-xxl-3 {
    margin-left: 25%
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%
  }
  .offset-xxl-6 {
    margin-left: 50%
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%
  }
  .offset-xxl-9 {
    margin-left: 75%
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem
  }
}

.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6
}

.table>:not(caption)>*>* {
  padding: .5rem .5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}

.table>tbody {
  vertical-align: inherit
}

.table>thead {
  vertical-align: bottom
}

.table>:not(:last-child)>:last-child>* {
  border-bottom-color: currentColor
}

.caption-top {
  caption-side: top
}

.table-sm>:not(caption)>*>* {
  padding: .25rem .25rem
}

.table-bordered>:not(caption)>* {
  border-width: 1px 0
}

.table-bordered>:not(caption)>*>* {
  border-width: 0 1px
}

.table-borderless>:not(caption)>*>* {
  border-bottom-width: 0
}

.table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color)
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color)
}

.table-hover>tbody>tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color)
}

.table-primary {
  --bs-table-bg: #cfe2ff;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #384260;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #384260;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #384260;
  color: #384260;
  border-color: #bacbe6
}

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #384260;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #384260;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #384260;
  color: #384260;
  border-color: #cbccce
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #384260;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #384260;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #384260;
  color: #384260;
  border-color: #bcd0c7
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #384260;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #384260;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #384260;
  color: #384260;
  border-color: #badce3
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #384260;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #384260;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #384260;
  color: #384260;
  border-color: #e6dbb9
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #384260;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #384260;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #384260;
  color: #384260;
  border-color: #dfc2c4
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #384260;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #384260;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #384260;
  color: #384260;
  border-color: #dfe0e1
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch
}

@media (max-width:575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width:767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width:991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width:1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media (max-width:1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
  }
}

.form-label {
  margin-bottom: .5rem
}

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

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem
}

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem
}

.form-text {
  margin-top: .25rem;
  font-size: .875em;
  color: #6c757d
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-control {
    transition: none
  }
}

.form-control[type=file] {
  overflow: hidden
}

.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-control::-webkit-date-and-time-value {
  height: 1.5em
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1
}

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

.form-control::file-selector-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-control::file-selector-button {
    transition: none
  }
}

.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3
}

.form-control::-webkit-file-upload-button {
  padding: .375rem .75rem;
  margin: -.375rem -.75rem;
  -webkit-margin-end: .75rem;
  margin-inline-end: .75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none
  }
}

.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: .375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0
}

.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem
}

.form-control-sm::file-selector-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem
}

.form-control-sm::-webkit-file-upload-button {
  padding: .25rem .5rem;
  margin: -.25rem -.5rem;
  -webkit-margin-end: .5rem;
  margin-inline-end: .5rem
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem
}

.form-control-lg::file-selector-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem
}

.form-control-lg::-webkit-file-upload-button {
  padding: .5rem 1rem;
  margin: -.5rem -1rem;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem
}

textarea.form-control {
  min-height: calc(1.5em + .75rem + 2px)
}

textarea.form-control-sm {
  min-height: calc(1.5em + .5rem + 2px)
}

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px)
}

.form-control-color {
  max-width: 3rem;
  height: auto;
  padding: .375rem
}

.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer
}

.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: .25rem
}

.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: .25rem
}

.form-select {
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-select[multiple],
.form-select[size]:not([size="1"]) {
  padding-right: .75rem;
  background-image: none
}

.form-select:disabled {
  color: #6c757d;
  background-color: #e9ecef
}

.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529
}

.form-select-sm {
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem
}

.form-select-lg {
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: .125rem
}

.form-check .form-check-input {
  float: left;
  margin-left: -1.5em
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: .25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, .25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact
}

.form-check-input[type=checkbox] {
  border-radius: .25em
}

.form-check-input[type=radio] {
  border-radius: 50%
}

.form-check-input:active {
  filter: brightness(90%)
}

.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd
}

.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")
}

.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: .5
}

.form-check-input:disabled~.form-check-label,
.form-check-input[disabled]~.form-check-label {
  opacity: .5
}

.form-switch {
  padding-left: 2.5em
}

.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  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='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-switch .form-check-input {
    transition: none
  }
}

.form-switch .form-check-input:focus {
  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='%2386b7fe'/%3e%3c/svg%3e")
}

.form-switch .form-check-input:checked {
  background-position: right center;
  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")
}

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none
}

.btn-check:disabled+.btn,
.btn-check[disabled]+.btn {
  pointer-events: none;
  filter: none;
  opacity: .65
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.form-range:focus {
  outline: 0
}

.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.form-range::-moz-focus-outer {
  border: 0
}

.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none
  }
}

.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe
}

.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}

.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none
}

@media (prefers-reduced-motion:reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none
  }
}

.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe
}

.form-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem
}

.form-range:disabled {
  pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd
}

.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd
}

.form-floating {
  position: relative
}

.form-floating>.form-control,
.form-floating>.form-select {
  height: calc(3.5rem + 2px);
  padding: 1rem .75rem
}

.form-floating>label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem .75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity .1s ease-in-out, transform .1s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .form-floating>label {
    transition: none
  }
}

.form-floating>.form-control::-webkit-input-placeholder {
  color: transparent
}

.form-floating>.form-control::-moz-placeholder {
  color: transparent
}

.form-floating>.form-control::placeholder {
  color: transparent
}

.form-floating>.form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control:focus,
.form-floating>.form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-select {
  padding-top: 1.625rem;
  padding-bottom: .625rem
}

.form-floating>.form-control:not(:-moz-placeholder-shown)~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

.form-floating>.form-control:-webkit-autofill~label {
  opacity: .65;
  transform: scale(.85) translateY(-.5rem) translateX(.15rem)
}

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

.input-group>.form-control,
.input-group>.form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0
}

.input-group>.form-control:focus,
.input-group>.form-select:focus {
  z-index: 3
}

.input-group .btn {
  position: relative;
  z-index: 2
}

.input-group .btn:focus {
  z-index: 3
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem
}

.input-group-lg>.form-select,
.input-group-sm>.form-select {
  padding-right: 3rem
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),
.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #198754
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, .9);
  border-radius: .25rem
}

.is-valid~.valid-feedback,
.is-valid~.valid-tooltip,
.was-validated :valid~.valid-feedback,
.was-validated :valid~.valid-tooltip {
  display: block
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #198754;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.was-validated textarea.form-control:valid,
textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-valid,
.was-validated .form-select:valid {
  border-color: #198754;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' 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");
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-valid:focus,
.was-validated .form-select:valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid,
.was-validated .form-check-input:valid {
  border-color: #198754
}

.form-check-input.is-valid:checked,
.was-validated .form-check-input:valid:checked {
  background-color: #198754
}

.form-check-input.is-valid:focus,
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .25)
}

.form-check-input.is-valid~.form-check-label,
.was-validated .form-check-input:valid~.form-check-label {
  color: #198754
}

.form-check-inline .form-check-input~.valid-feedback {
  margin-left: .5em
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: .875em;
  color: #dc3545
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, .9);
  border-radius: .25rem
}

.is-invalid~.invalid-feedback,
.is-invalid~.invalid-tooltip,
.was-validated :invalid~.invalid-feedback,
.was-validated :invalid~.invalid-tooltip {
  display: block
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.375em + .1875rem) center;
  background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

.was-validated textarea.form-control:invalid,
textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem)
}

.form-select.is-invalid,
.was-validated .form-select:invalid {
  border-color: #dc3545;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right .75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(.75em + .375rem) calc(.75em + .375rem)
}

.form-select.is-invalid:focus,
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

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

.form-check-input.is-invalid:checked,
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545
}

.form-check-input.is-invalid:focus,
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .25)
}

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

.form-check-inline .form-check-input~.invalid-feedback {
  margin-left: .5em
}

.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .btn {
    transition: none
  }
}

.btn:hover {
  color: #212529
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  pointer-events: none;
  opacity: .65
}

.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

.btn-primary:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca;
  box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0a58ca;
  border-color: #0a53be
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

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

.btn-secondary:hover {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
  color: #fff;
  background-color: #5c636a;
  border-color: #565e64;
  box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.btn-check:active+.btn-secondary,
.btn-check:checked+.btn-secondary,
.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #565e64;
  border-color: #51585e
}

.btn-check:active+.btn-secondary:focus,
.btn-check:checked+.btn-secondary:focus,
.btn-secondary.active:focus,
.btn-secondary:active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(130, 138, 145, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754
}

.btn-success:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43
}

.btn-check:focus+.btn-success,
.btn-success:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-check:active+.btn-success,
.btn-check:checked+.btn-success,
.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f
}

.btn-check:active+.btn-success:focus,
.btn-check:checked+.btn-success:focus,
.btn-success.active:focus,
.btn-success:active:focus,
.show>.btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(60, 153, 110, .5)
}

.btn-success.disabled,
.btn-success:disabled {
  color: #fff;
  background-color: #198754;
  border-color: #198754
}

.btn-info {
  color: #384260;
  background-color: #0dcaf0;
  border-color: #0dcaf0
}

.btn-info:hover {
  color: #384260;
  background-color: #31d2f2;
  border-color: #25cff2
}

.btn-check:focus+.btn-info,
.btn-info:focus {
  color: #384260;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-check:active+.btn-info,
.btn-check:checked+.btn-info,
.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
  color: #384260;
  background-color: #3dd5f3;
  border-color: #25cff2
}

.btn-check:active+.btn-info:focus,
.btn-check:checked+.btn-info:focus,
.btn-info.active:focus,
.btn-info:active:focus,
.show>.btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(11, 172, 204, .5)
}

.btn-info.disabled,
.btn-info:disabled {
  color: #384260;
  background-color: #0dcaf0;
  border-color: #0dcaf0
}

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

.btn-warning:hover {
  color: #384260;
  background-color: #ffca2c;
  border-color: #ffc720
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
  color: #384260;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-check:active+.btn-warning,
.btn-check:checked+.btn-warning,
.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
  color: #384260;
  background-color: #ffcd39;
  border-color: #ffc720
}

.btn-check:active+.btn-warning:focus,
.btn-check:checked+.btn-warning:focus,
.btn-warning.active:focus,
.btn-warning:active:focus,
.show>.btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
  color: #384260;
  background-color: #ffc107;
  border-color: #ffc107
}

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

.btn-danger:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-check:active+.btn-danger,
.btn-check:checked+.btn-danger,
.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834
}

.btn-check:active+.btn-danger:focus,
.btn-check:checked+.btn-danger:focus,
.btn-danger.active:focus,
.btn-danger:active:focus,
.show>.btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(225, 83, 97, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

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

.btn-light:hover {
  color: #384260;
  background-color: #f9fafb;
  border-color: #f9fafb
}

.btn-check:focus+.btn-light,
.btn-light:focus {
  color: #384260;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-check:active+.btn-light,
.btn-check:checked+.btn-light,
.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
  color: #384260;
  background-color: #f9fafb;
  border-color: #f9fafb
}

.btn-check:active+.btn-light:focus,
.btn-check:checked+.btn-light:focus,
.btn-light.active:focus,
.btn-light:active:focus,
.show>.btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(211, 212, 213, .5)
}

.btn-light.disabled,
.btn-light:disabled {
  color: #384260;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

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

.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-check:active+.btn-dark,
.btn-check:checked+.btn-dark,
.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f
}

.btn-check:active+.btn-dark:focus,
.btn-check:checked+.btn-dark:focus,
.btn-dark.active:focus,
.btn-dark:active:focus,
.show>.btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 .25rem rgba(66, 70, 73, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529
}

.btn-outline-primary {
  color: #0d6efd;
  border-color: #0d6efd
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
  color: #0d6efd;
  background-color: transparent
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d
}

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

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-check:active+.btn-outline-secondary,
.btn-check:checked+.btn-outline-secondary,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show,
.btn-outline-secondary:active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d
}

.btn-check:active+.btn-outline-secondary:focus,
.btn-check:checked+.btn-outline-secondary:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus,
.btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 .25rem rgba(108, 117, 125, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent
}

.btn-outline-success {
  color: #198754;
  border-color: #198754
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-check:active+.btn-outline-success,
.btn-check:checked+.btn-outline-success,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show,
.btn-outline-success:active {
  color: #fff;
  background-color: #198754;
  border-color: #198754
}

.btn-check:active+.btn-outline-success:focus,
.btn-check:checked+.btn-outline-success:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus,
.btn-outline-success:active:focus {
  box-shadow: 0 0 0 .25rem rgba(25, 135, 84, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
  color: #198754;
  background-color: transparent
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0
}

.btn-outline-info:hover {
  color: #384260;
  background-color: #0dcaf0;
  border-color: #0dcaf0
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
  box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-check:active+.btn-outline-info,
.btn-check:checked+.btn-outline-info,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show,
.btn-outline-info:active {
  color: #384260;
  background-color: #0dcaf0;
  border-color: #0dcaf0
}

.btn-check:active+.btn-outline-info:focus,
.btn-check:checked+.btn-outline-info:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus,
.btn-outline-info:active:focus {
  box-shadow: 0 0 0 .25rem rgba(13, 202, 240, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
  color: #0dcaf0;
  background-color: transparent
}

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

.btn-outline-warning:hover {
  color: #384260;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.btn-check:active+.btn-outline-warning,
.btn-check:checked+.btn-outline-warning,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show,
.btn-outline-warning:active {
  color: #384260;
  background-color: #ffc107;
  border-color: #ffc107
}

.btn-check:active+.btn-outline-warning:focus,
.btn-check:checked+.btn-outline-warning:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus,
.btn-outline-warning:active:focus {
  box-shadow: 0 0 0 .25rem rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-check:active+.btn-outline-danger,
.btn-check:checked+.btn-outline-danger,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show,
.btn-outline-danger:active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545
}

.btn-check:active+.btn-outline-danger:focus,
.btn-check:checked+.btn-outline-danger:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus,
.btn-outline-danger:active:focus {
  box-shadow: 0 0 0 .25rem rgba(220, 53, 69, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent
}

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

.btn-outline-light:hover {
  color: #384260;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
  box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.btn-check:active+.btn-outline-light,
.btn-check:checked+.btn-outline-light,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
  color: #384260;
  background-color: #f8f9fa;
  border-color: #f8f9fa
}

.btn-check:active+.btn-outline-light:focus,
.btn-check:checked+.btn-outline-light:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
  box-shadow: 0 0 0 .25rem rgba(248, 249, 250, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529
}

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

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-check:active+.btn-outline-dark,
.btn-check:checked+.btn-outline-dark,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show,
.btn-outline-dark:active {
  color: #fff;
  background-color: #212529;
  border-color: #212529
}

.btn-check:active+.btn-outline-dark:focus,
.btn-check:checked+.btn-outline-dark:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus,
.btn-outline-dark:active:focus {
  box-shadow: 0 0 0 .25rem rgba(33, 37, 41, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent
}

.btn-link {
  font-weight: 400;
  color: #0d6efd;
  text-decoration: underline
}

.btn-link:hover {
  color: #0a58ca
}

.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d
}

.btn-group-lg>.btn,
.btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border-radius: .3rem
}

.btn-group-sm>.btn,
.btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem
}

.fade {
  transition: opacity .15s linear
}

@media (prefers-reduced-motion:reduce) {
  .fade {
    transition: none
  }
}

.fade:not(.show) {
  opacity: 0
}

.collapse:not(.show) {
  display: none
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height .35s ease
}

@media (prefers-reduced-motion:reduce) {
  .collapsing {
    transition: none
  }
}

.dropdown,
.dropend,
.dropstart,
.dropup {
  position: relative
}

.dropdown-toggle {
  white-space: nowrap
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
  margin-left: 0
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem
}

.dropdown-menu[data-bs-popper] {
  left: 0;
  margin-top: .125rem
}

.dropdown-menu-start {
  --bs-position: start
}

.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0
}

.dropdown-menu-end {
  --bs-position: end
}

.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto
}

@media (min-width:576px) {
  .dropdown-menu-sm-start {
    --bs-position: start
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0
  }
  .dropdown-menu-sm-end {
    --bs-position: end
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

@media (min-width:768px) {
  .dropdown-menu-md-start {
    --bs-position: start
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0
  }
  .dropdown-menu-md-end {
    --bs-position: end
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

@media (min-width:992px) {
  .dropdown-menu-lg-start {
    --bs-position: start
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0
  }
  .dropdown-menu-lg-end {
    --bs-position: end
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

@media (min-width:1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0
  }
  .dropdown-menu-xl-end {
    --bs-position: end
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

@media (min-width:1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0
  }
  .dropdown-menu-xxl-end {
    --bs-position: end
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%
}

.dropup .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%
}

.dropend .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-left: .125rem
}

.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid
}

.dropend .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropend .dropdown-toggle::after {
  vertical-align: 0
}

.dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto
}

.dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-right: .125rem
}

.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""
}

.dropstart .dropdown-toggle::after {
  display: none
}

.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent
}

.dropstart .dropdown-toggle:empty::after {
  margin-left: 0
}

.dropstart .dropdown-toggle::before {
  vertical-align: 0
}

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #1e2125;
  background-color: #e9ecef
}

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

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent
}

.dropdown-menu.show {
  display: block
}

.dropdown-header {
  display: block;
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap
}

.dropdown-item-text {
  display: block;
  padding: .25rem 1rem;
  color: #212529
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item {
  color: #dee2e6
}

.dropdown-menu-dark .dropdown-item:focus,
.dropdown-menu-dark .dropdown-item:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .15)
}

.dropdown-menu-dark .dropdown-item.active,
.dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #0d6efd
}

.dropdown-menu-dark .dropdown-item.disabled,
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd
}

.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, .15)
}

.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6
}

.dropdown-menu-dark .dropdown-header {
  color: #adb5bd
}

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

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

.btn-group-vertical>.btn-check:checked+.btn,
.btn-group-vertical>.btn-check:focus+.btn,
.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group-vertical>.btn:hover,
.btn-group>.btn-check:checked+.btn,
.btn-group>.btn-check:focus+.btn,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus,
.btn-group>.btn:hover {
  z-index: 1
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}

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

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

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

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:nth-child(n+3),
.btn-group>:not(.btn-check)+.btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0
}

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem
}

.dropdown-toggle-split::after,
.dropend .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
  margin-left: 0
}

.dropstart .dropdown-toggle-split::before {
  margin-right: 0
}

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

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .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-group:not(:first-child),
.btn-group-vertical>.btn:not(:first-child) {
  margin-top: -1px
}

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

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

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  text-decoration: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .nav-link {
    transition: none
  }
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default
}

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

.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: .25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #fff;
  background-color: #0d6efd
}

.nav-fill .nav-item,
.nav-fill>.nav-link {
  flex: 1 1 auto;
  text-align: center
}

.nav-justified .nav-item,
.nav-justified>.nav-link {
  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-top: .5rem;
  padding-bottom: .5rem
}

.navbar>.container,
.navbar>.container-fluid,
.navbar>.container-lg,
.navbar>.container-md,
.navbar>.container-sm,
.navbar>.container-xl,
.navbar>.container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between
}

.navbar-brand {
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap
}

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

.navbar-text {
  padding-top: .5rem;
  padding-bottom: .5rem
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center
}

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .navbar-toggler {
    transition: none
  }
}

.navbar-toggler:hover {
  text-decoration: none
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 .25rem
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto
}

@media (min-width:576px) {
  .navbar-expand-sm {
    flex-wrap: 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: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex!important;
    flex-basis: auto
  }
  .navbar-expand-sm .navbar-toggler {
    display: none
  }
}

@media (min-width:768px) {
  .navbar-expand-md {
    flex-wrap: 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: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible
  }
  .navbar-expand-md .navbar-collapse {
    display: flex!important;
    flex-basis: auto
  }
  .navbar-expand-md .navbar-toggler {
    display: none
  }
}

@media (min-width:992px) {
  .navbar-expand-lg {
    flex-wrap: 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: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex!important;
    flex-basis: auto
  }
  .navbar-expand-lg .navbar-toggler {
    display: none
  }
}

@media (min-width:1200px) {
  .navbar-expand-xl {
    flex-wrap: 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: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex!important;
    flex-basis: auto
  }
  .navbar-expand-xl .navbar-toggler {
    display: none
  }
}

@media (min-width:1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex!important;
    flex-basis: auto
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none
  }
}

.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start
}

.navbar-expand .navbar-nav {
  flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem
}

.navbar-expand .navbar-nav-scroll {
  overflow: visible
}

.navbar-expand .navbar-collapse {
  display: flex!important;
  flex-basis: auto
}

.navbar-expand .navbar-toggler {
  display: none
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, .9)
}

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

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

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

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

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

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, .55);
  border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

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

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

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

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

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

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #fff
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, .55);
  border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, .55)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  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, .125);
  border-radius: .25rem
}

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

.card>.list-group {
  border-top: inherit;
  border-bottom: inherit
}

.card>.list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.card>.list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}

.card>.card-header+.list-group,
.card>.list-group+.card-footer {
  border-top: 0
}

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

.card-title {
  margin-bottom: .5rem
}

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

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

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

.card-link+.card-link {
  margin-left: 1rem
}

.card-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, .03);
  border-bottom: 1px solid rgba(0, 0, 0, .125)
}

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

.card-footer {
  padding: .5rem 1rem;
  background-color: rgba(0, 0, 0, .03);
  border-top: 1px solid rgba(0, 0, 0, .125)
}

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

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom,
.card-img-top {
  width: 100%
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px)
}

.card-group>.card {
  margin-bottom: .75rem
}

@media (min-width:576px) {
  .card-group {
    display: flex;
    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:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
  }
  .card-group>.card:not(:last-child) .card-header,
  .card-group>.card:not(:last-child) .card-img-top {
    border-top-right-radius: 0
  }
  .card-group>.card:not(:last-child) .card-footer,
  .card-group>.card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0
  }
  .card-group>.card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
  }
  .card-group>.card:not(:first-child) .card-header,
  .card-group>.card:not(:first-child) .card-img-top {
    border-top-left-radius: 0
  }
  .card-group>.card:not(:first-child) .card-footer,
  .card-group>.card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease
}

@media (prefers-reduced-motion:reduce) {
  .accordion-button {
    transition: none
  }
}

.accordion-button.collapsed {
  border-bottom-width: 0
}

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: #e7f1ff
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(180deg)
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .accordion-button::after {
    transition: none
  }
}

.accordion-button:hover {
  z-index: 2
}

.accordion-button:focus {
  z-index: 3;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.accordion-header {
  margin-bottom: 0
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem
}

.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.accordion-collapse {
  border: solid rgba(0, 0, 0, .125);
  border-width: 0 1px
}

.accordion-body {
  padding: 1rem 1.25rem
}

.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0
}

.accordion-flush .accordion-collapse {
  border-width: 0
}

.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0
}

.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none
}

.breadcrumb-item+.breadcrumb-item {
  padding-left: .5rem
}

.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: .5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/")
}

.breadcrumb-item.active {
  color: #6c757d
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none
}

.page-link {
  position: relative;
  display: block;
  color: #0d6efd;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .page-link {
    transition: none
  }
}

.page-link:hover {
  z-index: 2;
  color: #0a58ca;
  background-color: #e9ecef;
  border-color: #dee2e6
}

.page-link:focus {
  z-index: 3;
  color: #0a58ca;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6
}

.page-link {
  padding: .375rem .75rem
}

.page-item:first-child .page-link {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem
}

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem
}

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem
}

.badge {
  display: inline-block;
  padding: .35em .65em;
  font-size: .75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem
}

.badge:empty {
  display: none
}

.btn .badge {
  position: relative;
  top: -1px
}

.alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem
}

.alert-heading {
  color: inherit
}

.alert-link {
  font-weight: 700
}

.alert-dismissible {
  padding-right: 3rem
}

.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem
}

.alert-primary {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe
}

.alert-primary .alert-link {
  color: #06357a
}

.alert-secondary {
  color: #41464b;
  background-color: #e2e3e5;
  border-color: #d3d6d8
}

.alert-secondary .alert-link {
  color: #34383c
}

.alert-success {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc
}

.alert-success .alert-link {
  color: #0c4128
}

.alert-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb
}

.alert-info .alert-link {
  color: #04414d
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5
}

.alert-warning .alert-link {
  color: #523e02
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7
}

.alert-danger .alert-link {
  color: #6a1a21
}

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe
}

.alert-light .alert-link {
  color: #4f5050
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf
}

.alert-dark .alert-link {
  color: #101214
}

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem
  }
}

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem
  }
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #0d6efd;
  transition: width .6s ease
}

@media (prefers-reduced-motion:reduce) {
  .progress-bar {
    transition: none
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem
}

.progress-bar-animated {
  -webkit-animation: 1s linear infinite progress-bar-stripes;
  animation: 1s linear infinite progress-bar-stripes
}

@media (prefers-reduced-motion:reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none
  }
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: .25rem
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  z-index: 1;
  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: .5rem 1rem;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit
}

.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit
}

.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: #0d6efd;
  border-color: #0d6efd
}

.list-group-item+.list-group-item {
  border-top-width: 0
}

.list-group-item+.list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px
}

.list-group-horizontal {
  flex-direction: row
}

.list-group-horizontal>.list-group-item:first-child {
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0
}

.list-group-horizontal>.list-group-item:last-child {
  border-top-right-radius: .25rem;
  border-bottom-left-radius: 0
}

.list-group-horizontal>.list-group-item.active {
  margin-top: 0
}

.list-group-horizontal>.list-group-item+.list-group-item {
  border-top-width: 1px;
  border-left-width: 0
}

.list-group-horizontal>.list-group-item+.list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px
}

@media (min-width:576px) {
  .list-group-horizontal-sm {
    flex-direction: row
  }
  .list-group-horizontal-sm>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }
  .list-group-horizontal-sm>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }
  .list-group-horizontal-sm>.list-group-item.active {
    margin-top: 0
  }
  .list-group-horizontal-sm>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }
  .list-group-horizontal-sm>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width:768px) {
  .list-group-horizontal-md {
    flex-direction: row
  }
  .list-group-horizontal-md>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }
  .list-group-horizontal-md>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }
  .list-group-horizontal-md>.list-group-item.active {
    margin-top: 0
  }
  .list-group-horizontal-md>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }
  .list-group-horizontal-md>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width:992px) {
  .list-group-horizontal-lg {
    flex-direction: row
  }
  .list-group-horizontal-lg>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }
  .list-group-horizontal-lg>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }
  .list-group-horizontal-lg>.list-group-item.active {
    margin-top: 0
  }
  .list-group-horizontal-lg>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }
  .list-group-horizontal-lg>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width:1200px) {
  .list-group-horizontal-xl {
    flex-direction: row
  }
  .list-group-horizontal-xl>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }
  .list-group-horizontal-xl>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }
  .list-group-horizontal-xl>.list-group-item.active {
    margin-top: 0
  }
  .list-group-horizontal-xl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }
  .list-group-horizontal-xl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

@media (min-width:1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row
  }
  .list-group-horizontal-xxl>.list-group-item:first-child {
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0
  }
  .list-group-horizontal-xxl>.list-group-item:last-child {
    border-top-right-radius: .25rem;
    border-bottom-left-radius: 0
  }
  .list-group-horizontal-xxl>.list-group-item.active {
    margin-top: 0
  }
  .list-group-horizontal-xxl>.list-group-item+.list-group-item {
    border-top-width: 1px;
    border-left-width: 0
  }
  .list-group-horizontal-xxl>.list-group-item+.list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px
  }
}

.list-group-flush {
  border-radius: 0
}

.list-group-flush>.list-group-item {
  border-width: 0 0 1px
}

.list-group-flush>.list-group-item:last-child {
  border-bottom-width: 0
}

.list-group-item-primary {
  color: #084298;
  background-color: #cfe2ff
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #084298;
  background-color: #bacbe6
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #084298;
  border-color: #084298
}

.list-group-item-secondary {
  color: #41464b;
  background-color: #e2e3e5
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #41464b;
  background-color: #cbccce
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #41464b;
  border-color: #41464b
}

.list-group-item-success {
  color: #0f5132;
  background-color: #d1e7dd
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #0f5132;
  background-color: #bcd0c7
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #0f5132;
  border-color: #0f5132
}

.list-group-item-info {
  color: #055160;
  background-color: #cff4fc
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #055160;
  background-color: #badce3
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #055160;
  border-color: #055160
}

.list-group-item-warning {
  color: #664d03;
  background-color: #fff3cd
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #664d03;
  background-color: #e6dbb9
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #664d03;
  border-color: #664d03
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #842029;
  background-color: #dfc2c4
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #842029;
  border-color: #842029
}

.list-group-item-light {
  color: #636464;
  background-color: #fefefe
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #636464;
  background-color: #e5e5e5
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #636464;
  border-color: #636464
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #141619;
  background-color: #bebebf
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #141619;
  border-color: #141619
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: .25em .25em;
  color: #384260;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: .25rem;
  opacity: .5
}

.btn-close:hover {
  color: #384260;
  text-decoration: none;
  opacity: .75
}

.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
  opacity: 1
}

.btn-close.disabled,
.btn-close:disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: .25
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%)
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: .875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  border-radius: .25rem
}

.toast:not(.showing):not(.show) {
  opacity: 0
}

.toast.hide {
  display: none
}

.toast-container {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none
}

.toast-container>:not(:last-child) {
  margin-bottom: .75rem
}

.toast-header {
  display: flex;
  align-items: center;
  padding: .5rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, .85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, .05);
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px)
}

.toast-header .btn-close {
  margin-right: -.375rem;
  margin-left: .75rem
}

.toast-body {
  padding: .75rem;
  word-wrap: break-word
}

.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: .5rem;
  pointer-events: none
}

.modal.fade .modal-dialog {
  transition: transform .3s ease-out;
  transform: translate(0, -50px)
}

@media (prefers-reduced-motion:reduce) {
  .modal.fade .modal-dialog {
    transition: none
  }
}

.modal.show .modal-dialog {
  transform: none
}

.modal.modal-static .modal-dialog {
  transform: scale(1.02)
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem)
}

.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, .2);
  border-radius: .3rem;
  outline: 0
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #384260
}

.modal-backdrop.fade {
  opacity: 0
}

.modal-backdrop.show {
  opacity: .5
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.modal-header .btn-close {
  padding: .5rem .5rem;
  margin: -.5rem -.5rem -.5rem auto
}

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: .75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(.3rem - 1px);
  border-bottom-left-radius: calc(.3rem - 1px)
}

.modal-footer>* {
  margin: .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-scrollable {
    height: calc(100% - 3.5rem)
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem)
  }
  .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
  }
}

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0
}

.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0
}

.modal-fullscreen .modal-header {
  border-radius: 0
}

.modal-fullscreen .modal-body {
  overflow-y: auto
}

.modal-fullscreen .modal-footer {
  border-radius: 0
}

@media (max-width:575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0
  }
}

@media (max-width:767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0
  }
}

@media (max-width:991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0
  }
}

@media (max-width:1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0
  }
}

@media (max-width:1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  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: .875rem;
  word-wrap: break-word;
  opacity: 0
}

.tooltip.show {
  opacity: .9
}

.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem
}

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

.bs-tooltip-auto[data-popper-placement^=top],
.bs-tooltip-top {
  padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,
.bs-tooltip-top .tooltip-arrow {
  bottom: 0
}

.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -1px;
  border-width: .4rem .4rem 0;
  border-top-color: #384260
}

.bs-tooltip-auto[data-popper-placement^=right],
.bs-tooltip-end {
  padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,
.bs-tooltip-end .tooltip-arrow {
  left: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,
.bs-tooltip-end .tooltip-arrow::before {
  right: -1px;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #384260
}

.bs-tooltip-auto[data-popper-placement^=bottom],
.bs-tooltip-bottom {
  padding: .4rem 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,
.bs-tooltip-bottom .tooltip-arrow {
  top: 0
}

.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,
.bs-tooltip-bottom .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #384260
}

.bs-tooltip-auto[data-popper-placement^=left],
.bs-tooltip-start {
  padding: 0 .4rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,
.bs-tooltip-start .tooltip-arrow {
  right: 0;
  width: .4rem;
  height: .8rem
}

.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,
.bs-tooltip-start .tooltip-arrow::before {
  left: -1px;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #384260
}

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #384260;
  border-radius: .25rem
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  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: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: .3rem
}

.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem
}

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

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,
.bs-popover-top>.popover-arrow {
  bottom: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,
.bs-popover-top>.popover-arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,
.bs-popover-top>.popover-arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,
.bs-popover-end>.popover-arrow {
  left: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,
.bs-popover-end>.popover-arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,
.bs-popover-end>.popover-arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,
.bs-popover-bottom>.popover-arrow {
  top: calc(-.5rem - 1px)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,
.bs-popover-bottom>.popover-arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,
.bs-popover-bottom>.popover-arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff
}

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

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,
.bs-popover-start>.popover-arrow {
  right: calc(-.5rem - 1px);
  width: .5rem;
  height: 1rem
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,
.bs-popover-start>.popover-arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, .25)
}

.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,
.bs-popover-start>.popover-arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff
}

.popover-header {
  padding: .5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px)
}

.popover-header:empty {
  display: none
}

.popover-body {
  padding: 1rem 1rem;
  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%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform .6s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
  .carousel-item {
    transition: none
  }
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%)
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%)
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none
}

.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end,
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1
}

.carousel-fade .active.carousel-item-end,
.carousel-fade .active.carousel-item-start {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s .6s
}

@media (prefers-reduced-motion:reduce) {
  .carousel-fade .active.carousel-item-end,
  .carousel-fade .active.carousel-item-start {
    transition: none
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: 0 0;
  border: 0;
  opacity: .5;
  transition: opacity .15s ease
}

@media (prefers-reduced-motion:reduce) {
  .carousel-control-next,
  .carousel-control-prev {
    transition: none
  }
}

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

.carousel-control-prev {
  left: 0
}

.carousel-control-next {
  right: 0
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease
}

@media (prefers-reduced-motion:reduce) {
  .carousel-indicators [data-bs-target] {
    transition: none
  }
}

.carousel-indicators .active {
  opacity: 1
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
  filter: invert(1) grayscale(100)
}

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #384260
}

.carousel-dark .carousel-caption {
  color: #384260
}

@-webkit-keyframes spinner-border {
  to {
    transform: rotate(360deg)
  }
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg)
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: .75s linear infinite spinner-border;
  animation: .75s linear infinite spinner-border
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em
}

@-webkit-keyframes spinner-grow {
  0% {
    transform: scale(0)
  }
  50% {
    opacity: 1;
    transform: none
  }
}

@keyframes spinner-grow {
  0% {
    transform: scale(0)
  }
  50% {
    opacity: 1;
    transform: none
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: .75s linear infinite spinner-grow;
  animation: .75s linear infinite spinner-grow
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem
}

@media (prefers-reduced-motion:reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: ""
}

.link-primary {
  color: #0d6efd
}

.link-primary:focus,
.link-primary:hover {
  color: #0a58ca
}

.link-secondary {
  color: #6c757d
}

.link-secondary:focus,
.link-secondary:hover {
  color: #565e64
}

.link-success {
  color: #198754
}

.link-success:focus,
.link-success:hover {
  color: #146c43
}

.link-info {
  color: #0dcaf0
}

.link-info:focus,
.link-info:hover {
  color: #3dd5f3
}

.link-warning {
  color: #ffc107
}

.link-warning:focus,
.link-warning:hover {
  color: #ffcd39
}

.link-danger {
  color: #dc3545
}

.link-danger:focus,
.link-danger:hover {
  color: #b02a37
}

.link-light {
  color: #f8f9fa
}

.link-light:focus,
.link-light:hover {
  color: #f9fafb
}

.link-dark {
  color: #212529
}

.link-dark:focus,
.link-dark:hover {
  color: #1a1e21
}

.ratio {
  position: relative;
  width: 100%
}

.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: ""
}

.ratio>* {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%
}

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%)
}

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%)
}

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%)
}

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

.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1020
}

@media (min-width:576px) {
  .sticky-sm-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

@media (min-width:768px) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

@media (min-width:992px) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

@media (min-width:1200px) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

@media (min-width:1400px) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
  }
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute!important;
  width: 1px!important;
  height: 1px!important;
  padding: 0!important;
  margin: -1px!important;
  overflow: hidden!important;
  clip: rect(0, 0, 0, 0)!important;
  white-space: nowrap!important;
  border: 0!important
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

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

.float-start {
  float: left!important
}

.float-end {
  float: right!important
}

.float-none {
  float: none!important
}

.overflow-auto {
  overflow: auto!important
}

.overflow-hidden {
  overflow: hidden!important
}

.overflow-visible {
  overflow: visible!important
}

.overflow-scroll {
  overflow: scroll!important
}

.d-inline {
  display: inline!important
}

.d-inline-block {
  display: inline-block!important
}

.d-block {
  display: block!important
}

.d-grid {
  display: grid!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
}

.d-none {
  display: none!important
}

.shadow {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important
}

.shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075)!important
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175)!important
}

.shadow-none {
  box-shadow: none!important
}

.position-static {
  position: static!important
}

.position-relative {
  position: relative!important
}

.position-absolute {
  position: absolute!important
}

.position-fixed {
  position: fixed!important
}

.position-sticky {
  position: -webkit-sticky!important;
  position: sticky!important
}

.top-0 {
  top: 0!important
}

.top-50 {
  top: 50%!important
}

.top-100 {
  top: 100%!important
}

.bottom-0 {
  bottom: 0!important
}

.bottom-50 {
  bottom: 50%!important
}

.bottom-100 {
  bottom: 100%!important
}

.start-0 {
  left: 0!important
}

.start-50 {
  left: 50%!important
}

.start-100 {
  left: 100%!important
}

.end-0 {
  right: 0!important
}

.end-50 {
  right: 50%!important
}

.end-100 {
  right: 100%!important
}

.translate-middle {
  transform: translate(-50%, -50%)!important
}

.translate-middle-x {
  transform: translateX(-50%)!important
}

.translate-middle-y {
  transform: translateY(-50%)!important
}

.border {
  border: 1px solid #dee2e6!important
}

.border-0 {
  border: 0!important
}

.border-top {
  border-top: 1px solid #dee2e6!important
}

.border-top-0 {
  border-top: 0!important
}

.border-end {
  border-right: 1px solid #dee2e6!important
}

.border-end-0 {
  border-right: 0!important
}

.border-bottom {
  border-bottom: 1px solid #dee2e6!important
}

.border-bottom-0 {
  border-bottom: 0!important
}

.border-start {
  border-left: 1px solid #dee2e6!important
}

.border-start-0 {
  border-left: 0!important
}

.border-primary {
  border-color: #0d6efd!important
}

.border-secondary {
  border-color: #6c757d!important
}

.border-success {
  border-color: #198754!important
}

.border-info {
  border-color: #0dcaf0!important
}

.border-warning {
  border-color: #ffc107!important
}

.border-danger {
  border-color: #dc3545!important
}

.border-light {
  border-color: #f8f9fa!important
}

.border-dark {
  border-color: #212529!important
}

.border-white {
  border-color: #fff!important
}

.border-0 {
  border-width: 0!important
}

.border-1 {
  border-width: 1px!important
}

.border-2 {
  border-width: 2px!important
}

.border-3 {
  border-width: 3px!important
}

.border-4 {
  border-width: 4px!important
}

.border-5 {
  border-width: 5px!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
}

.mw-100 {
  max-width: 100%!important
}

.vw-100 {
  width: 100vw!important
}

.min-vw-100 {
  min-width: 100vw!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
}

.mh-100 {
  max-height: 100%!important
}

.vh-100 {
  height: 100vh!important
}

.min-vh-100 {
  min-height: 100vh!important
}

.flex-fill {
  flex: 1 1 auto!important
}

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

.flex-wrap {
  flex-wrap: wrap!important
}

.flex-nowrap {
  flex-wrap: nowrap!important
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse!important
}

.gap-0 {
  gap: 0!important
}

.gap-1 {
  gap: .25rem!important
}

.gap-2 {
  gap: .5rem!important
}

.gap-3 {
  gap: 1rem!important
}

.gap-4 {
  gap: 1.5rem!important
}

.gap-5 {
  gap: 3rem!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
}

.justify-content-evenly {
  justify-content: space-evenly!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
}

.order-first {
  order: -1!important
}

.order-0 {
  order: 0!important
}

.order-1 {
  order: 1!important
}

.order-2 {
  order: 2!important
}

.order-3 {
  order: 3!important
}

.order-4 {
  order: 4!important
}

.order-5 {
  order: 5!important
}

.order-last {
  order: 6!important
}

.m-0 {
  margin: 0!important
}

.m-1 {
  margin: .25rem!important
}

.m-2 {
  margin: .5rem!important
}

.m-3 {
  margin: 1rem!important
}

.m-4 {
  margin: 1.5rem!important
}

.m-5 {
  margin: 3rem!important
}

.m-auto {
  margin: auto!important
}

.mx-0 {
  margin-right: 0!important;
  margin-left: 0!important
}

.mx-1 {
  margin-right: .25rem!important;
  margin-left: .25rem!important
}

.mx-2 {
  margin-right: .5rem!important;
  margin-left: .5rem!important
}

.mx-3 {
  margin-right: 1rem!important;
  margin-left: 1rem!important
}

.mx-4 {
  margin-right: 1.5rem!important;
  margin-left: 1.5rem!important
}

.mx-5 {
  margin-right: 3rem!important;
  margin-left: 3rem!important
}

.mx-auto {
  margin-right: auto!important;
  margin-left: auto!important
}

.my-0 {
  margin-top: 0!important;
  margin-bottom: 0!important
}

.my-1 {
  margin-top: .25rem!important;
  margin-bottom: .25rem!important
}

.my-2 {
  margin-top: .5rem!important;
  margin-bottom: .5rem!important
}

.my-3 {
  margin-top: 1rem!important;
  margin-bottom: 1rem!important
}

.my-4 {
  margin-top: 1.5rem!important;
  margin-bottom: 1.5rem!important
}

.my-5 {
  margin-top: 3rem!important;
  margin-bottom: 3rem!important
}

.my-auto {
  margin-top: auto!important;
  margin-bottom: auto!important
}

.mt-0 {
  margin-top: 0!important
}

.mt-1 {
  margin-top: .25rem!important
}

.mt-2 {
  margin-top: .5rem!important
}

.mt-3 {
  margin-top: 1rem!important
}

.mt-4 {
  margin-top: 1.5rem!important
}

.mt-5 {
  margin-top: 3rem!important
}

.mt-auto {
  margin-top: auto!important
}

.me-0 {
  margin-right: 0!important
}

.me-1 {
  margin-right: .25rem!important
}

.me-2 {
  margin-right: .5rem!important
}

.me-3 {
  margin-right: 1rem!important
}

.me-4 {
  margin-right: 1.5rem!important
}

.me-5 {
  margin-right: 3rem!important
}

.me-auto {
  margin-right: auto!important
}

.mb-0 {
  margin-bottom: 0!important
}

.mb-1 {
  margin-bottom: .25rem!important
}

.mb-2 {
  margin-bottom: .5rem!important
}

.mb-3 {
  margin-bottom: 1rem!important
}

.mb-4 {
  margin-bottom: 1.5rem!important
}

.mb-5 {
  margin-bottom: 3rem!important
}

.mb-auto {
  margin-bottom: auto!important
}

.ms-0 {
  margin-left: 0!important
}

.ms-1 {
  margin-left: .25rem!important
}

.ms-2 {
  margin-left: .5rem!important
}

.ms-3 {
  margin-left: 1rem!important
}

.ms-4 {
  margin-left: 1.5rem!important
}

.ms-5 {
  margin-left: 3rem!important
}

.ms-auto {
  margin-left: auto!important
}

.p-0 {
  padding: 0!important
}

.p-1 {
  padding: .25rem!important
}

.p-2 {
  padding: .5rem!important
}

.p-3 {
  padding: 1rem!important
}

.p-4 {
  padding: 1.5rem!important
}

.p-5 {
  padding: 3rem!important
}

.px-0 {
  padding-right: 0!important;
  padding-left: 0!important
}

.px-1 {
  padding-right: .25rem!important;
  padding-left: .25rem!important
}

.px-2 {
  padding-right: .5rem!important;
  padding-left: .5rem!important
}

.px-3 {
  padding-right: 1rem!important;
  padding-left: 1rem!important
}

.px-4 {
  padding-right: 1.5rem!important;
  padding-left: 1.5rem!important
}

.px-5 {
  padding-right: 3rem!important;
  padding-left: 3rem!important
}

.py-0 {
  padding-top: 0!important;
  padding-bottom: 0!important
}

.py-1 {
  padding-top: .25rem!important;
  padding-bottom: .25rem!important
}

.py-2 {
  padding-top: .5rem!important;
  padding-bottom: .5rem!important
}

.py-3 {
  padding-top: 1rem!important;
  padding-bottom: 1rem!important
}

.py-4 {
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem!important
}

.py-5 {
  padding-top: 3rem!important;
  padding-bottom: 3rem!important
}

.pt-0 {
  padding-top: 0!important
}

.pt-1 {
  padding-top: .25rem!important
}

.pt-2 {
  padding-top: .5rem!important
}

.pt-3 {
  padding-top: 1rem!important
}

.pt-4 {
  padding-top: 1.5rem!important
}

.pt-5 {
  padding-top: 3rem!important
}

.pe-0 {
  padding-right: 0!important
}

.pe-1 {
  padding-right: .25rem!important
}

.pe-2 {
  padding-right: .5rem!important
}

.pe-3 {
  padding-right: 1rem!important
}

.pe-4 {
  padding-right: 1.5rem!important
}

.pe-5 {
  padding-right: 3rem!important
}

.pb-0 {
  padding-bottom: 0!important
}

.pb-1 {
  padding-bottom: .25rem!important
}

.pb-2 {
  padding-bottom: .5rem!important
}

.pb-3 {
  padding-bottom: 1rem!important
}

.pb-4 {
  padding-bottom: 1.5rem!important
}

.pb-5 {
  padding-bottom: 3rem!important
}

.ps-0 {
  padding-left: 0!important
}

.ps-1 {
  padding-left: .25rem!important
}

.ps-2 {
  padding-left: .5rem!important
}

.ps-3 {
  padding-left: 1rem!important
}

.ps-4 {
  padding-left: 1.5rem!important
}

.ps-5 {
  padding-left: 3rem!important
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw)!important
}

.fs-2 {
  font-size: calc(1.325rem + .9vw)!important
}

.fs-3 {
  font-size: calc(1.3rem + .6vw)!important
}

.fs-4 {
  font-size: calc(1.275rem + .3vw)!important
}

.fs-5 {
  font-size: 1.25rem!important
}

.fs-6 {
  font-size: 1rem!important
}

.fst-italic {
  font-style: italic!important
}

.fst-normal {
  font-style: normal!important
}

.fw-light {
  font-weight: 300!important
}

.fw-lighter {
  font-weight: lighter!important
}

.fw-normal {
  font-weight: 400!important
}

.fw-bold {
  font-weight: 700!important
}

.fw-bolder {
  font-weight: bolder!important
}

.text-lowercase {
  text-transform: lowercase!important
}

.text-uppercase {
  text-transform: uppercase!important
}

.text-capitalize {
  text-transform: capitalize!important
}

.text-start {
  text-align: left!important
}

.text-end {
  text-align: right!important
}

.text-center {
  text-align: center!important
}

.text-primary {
  color: #0d6efd!important
}

.text-secondary {
  color: #6c757d!important
}

.text-success {
  color: #198754!important
}

.text-info {
  color: #0dcaf0!important
}

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

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

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

.text-dark {
  color: #212529!important
}

.text-white {
  color: #fff!important
}

.text-body {
  color: #212529!important
}

.text-muted {
  color: #6c757d!important
}

.text-black-50 {
  color: rgba(0, 0, 0, .5)!important
}

.text-white-50 {
  color: rgba(255, 255, 255, .5)!important
}

.text-reset {
  color: inherit!important
}

.lh-1 {
  line-height: 1!important
}

.lh-sm {
  line-height: 1.25!important
}

.lh-base {
  line-height: 1.5!important
}

.lh-lg {
  line-height: 2!important
}

.bg-primary {
  background-color: #0d6efd!important
}

.bg-secondary {
  background-color: #6c757d!important
}

.bg-success {
  background-color: #198754!important
}

.bg-info {
  background-color: #0dcaf0!important
}

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

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

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

.bg-dark {
  background-color: #212529!important
}

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

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

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

.bg-gradient {
  background-image: var(--bs-gradient)!important
}

.text-wrap {
  white-space: normal!important
}

.text-nowrap {
  white-space: nowrap!important
}

.text-decoration-none {
  text-decoration: none!important
}

.text-decoration-underline {
  text-decoration: underline!important
}

.text-decoration-line-through {
  text-decoration: line-through!important
}

.text-break {
  word-wrap: break-word!important;
  word-break: break-word!important
}

.font-monospace {
  font-family: var(--bs-font-monospace)!important
}

.user-select-all {
  -webkit-user-select: all!important;
  -moz-user-select: all!important;
  user-select: all!important
}

.user-select-auto {
  -webkit-user-select: auto!important;
  -moz-user-select: auto!important;
  user-select: auto!important
}

.user-select-none {
  -webkit-user-select: none!important;
  -moz-user-select: none!important;
  user-select: none!important
}

.pe-none {
  pointer-events: none!important
}

.pe-auto {
  pointer-events: auto!important
}

.rounded {
  border-radius: .25rem!important
}

.rounded-0 {
  border-radius: 0!important
}

.rounded-1 {
  border-radius: .2rem!important
}

.rounded-2 {
  border-radius: .25rem!important
}

.rounded-3 {
  border-radius: .3rem!important
}

.rounded-circle {
  border-radius: 50%!important
}

.rounded-pill {
  border-radius: 50rem!important
}

.rounded-top {
  border-top-left-radius: .25rem!important;
  border-top-right-radius: .25rem!important
}

.rounded-end {
  border-top-right-radius: .25rem!important;
  border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
  border-bottom-right-radius: .25rem!important;
  border-bottom-left-radius: .25rem!important
}

.rounded-start {
  border-bottom-left-radius: .25rem!important;
  border-top-left-radius: .25rem!important
}

.visible {
  visibility: visible!important
}

.invisible {
  visibility: hidden!important
}

@media (min-width:576px) {
  .float-sm-start {
    float: left!important
  }
  .float-sm-end {
    float: right!important
  }
  .float-sm-none {
    float: none!important
  }
  .d-sm-inline {
    display: inline!important
  }
  .d-sm-inline-block {
    display: inline-block!important
  }
  .d-sm-block {
    display: block!important
  }
  .d-sm-grid {
    display: grid!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
  }
  .d-sm-none {
    display: none!important
  }
  .flex-sm-fill {
    flex: 1 1 auto!important
  }
  .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-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
  }
  .flex-sm-wrap {
    flex-wrap: wrap!important
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap!important
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse!important
  }
  .gap-sm-0 {
    gap: 0!important
  }
  .gap-sm-1 {
    gap: .25rem!important
  }
  .gap-sm-2 {
    gap: .5rem!important
  }
  .gap-sm-3 {
    gap: 1rem!important
  }
  .gap-sm-4 {
    gap: 1.5rem!important
  }
  .gap-sm-5 {
    gap: 3rem!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
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly!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
  }
  .order-sm-first {
    order: -1!important
  }
  .order-sm-0 {
    order: 0!important
  }
  .order-sm-1 {
    order: 1!important
  }
  .order-sm-2 {
    order: 2!important
  }
  .order-sm-3 {
    order: 3!important
  }
  .order-sm-4 {
    order: 4!important
  }
  .order-sm-5 {
    order: 5!important
  }
  .order-sm-last {
    order: 6!important
  }
  .m-sm-0 {
    margin: 0!important
  }
  .m-sm-1 {
    margin: .25rem!important
  }
  .m-sm-2 {
    margin: .5rem!important
  }
  .m-sm-3 {
    margin: 1rem!important
  }
  .m-sm-4 {
    margin: 1.5rem!important
  }
  .m-sm-5 {
    margin: 3rem!important
  }
  .m-sm-auto {
    margin: auto!important
  }
  .mx-sm-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-sm-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-sm-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-sm-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-sm-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-sm-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-sm-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-sm-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-sm-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
  }
  .my-sm-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
  }
  .my-sm-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-sm-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
  }
  .my-sm-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-sm-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
  }
  .mt-sm-0 {
    margin-top: 0!important
  }
  .mt-sm-1 {
    margin-top: .25rem!important
  }
  .mt-sm-2 {
    margin-top: .5rem!important
  }
  .mt-sm-3 {
    margin-top: 1rem!important
  }
  .mt-sm-4 {
    margin-top: 1.5rem!important
  }
  .mt-sm-5 {
    margin-top: 3rem!important
  }
  .mt-sm-auto {
    margin-top: auto!important
  }
  .me-sm-0 {
    margin-right: 0!important
  }
  .me-sm-1 {
    margin-right: .25rem!important
  }
  .me-sm-2 {
    margin-right: .5rem!important
  }
  .me-sm-3 {
    margin-right: 1rem!important
  }
  .me-sm-4 {
    margin-right: 1.5rem!important
  }
  .me-sm-5 {
    margin-right: 3rem!important
  }
  .me-sm-auto {
    margin-right: auto!important
  }
  .mb-sm-0 {
    margin-bottom: 0!important
  }
  .mb-sm-1 {
    margin-bottom: .25rem!important
  }
  .mb-sm-2 {
    margin-bottom: .5rem!important
  }
  .mb-sm-3 {
    margin-bottom: 1rem!important
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem!important
  }
  .mb-sm-5 {
    margin-bottom: 3rem!important
  }
  .mb-sm-auto {
    margin-bottom: auto!important
  }
  .ms-sm-0 {
    margin-left: 0!important
  }
  .ms-sm-1 {
    margin-left: .25rem!important
  }
  .ms-sm-2 {
    margin-left: .5rem!important
  }
  .ms-sm-3 {
    margin-left: 1rem!important
  }
  .ms-sm-4 {
    margin-left: 1.5rem!important
  }
  .ms-sm-5 {
    margin-left: 3rem!important
  }
  .ms-sm-auto {
    margin-left: auto!important
  }
  .p-sm-0 {
    padding: 0!important
  }
  .p-sm-1 {
    padding: .25rem!important
  }
  .p-sm-2 {
    padding: .5rem!important
  }
  .p-sm-3 {
    padding: 1rem!important
  }
  .p-sm-4 {
    padding: 1.5rem!important
  }
  .p-sm-5 {
    padding: 3rem!important
  }
  .px-sm-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-sm-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-sm-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-sm-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-sm-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-sm-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .py-sm-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
  .py-sm-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
  }
  .py-sm-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
  }
  .py-sm-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-sm-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
  }
  .py-sm-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .pt-sm-0 {
    padding-top: 0!important
  }
  .pt-sm-1 {
    padding-top: .25rem!important
  }
  .pt-sm-2 {
    padding-top: .5rem!important
  }
  .pt-sm-3 {
    padding-top: 1rem!important
  }
  .pt-sm-4 {
    padding-top: 1.5rem!important
  }
  .pt-sm-5 {
    padding-top: 3rem!important
  }
  .pe-sm-0 {
    padding-right: 0!important
  }
  .pe-sm-1 {
    padding-right: .25rem!important
  }
  .pe-sm-2 {
    padding-right: .5rem!important
  }
  .pe-sm-3 {
    padding-right: 1rem!important
  }
  .pe-sm-4 {
    padding-right: 1.5rem!important
  }
  .pe-sm-5 {
    padding-right: 3rem!important
  }
  .pb-sm-0 {
    padding-bottom: 0!important
  }
  .pb-sm-1 {
    padding-bottom: .25rem!important
  }
  .pb-sm-2 {
    padding-bottom: .5rem!important
  }
  .pb-sm-3 {
    padding-bottom: 1rem!important
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem!important
  }
  .pb-sm-5 {
    padding-bottom: 3rem!important
  }
  .ps-sm-0 {
    padding-left: 0!important
  }
  .ps-sm-1 {
    padding-left: .25rem!important
  }
  .ps-sm-2 {
    padding-left: .5rem!important
  }
  .ps-sm-3 {
    padding-left: 1rem!important
  }
  .ps-sm-4 {
    padding-left: 1.5rem!important
  }
  .ps-sm-5 {
    padding-left: 3rem!important
  }
  .text-sm-start {
    text-align: left!important
  }
  .text-sm-end {
    text-align: right!important
  }
  .text-sm-center {
    text-align: center!important
  }
}

@media (min-width:768px) {
  .float-md-start {
    float: left!important
  }
  .float-md-end {
    float: right!important
  }
  .float-md-none {
    float: none!important
  }
  .d-md-inline {
    display: inline!important
  }
  .d-md-inline-block {
    display: inline-block!important
  }
  .d-md-block {
    display: block!important
  }
  .d-md-grid {
    display: grid!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
  }
  .d-md-none {
    display: none!important
  }
  .flex-md-fill {
    flex: 1 1 auto!important
  }
  .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-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
  }
  .flex-md-wrap {
    flex-wrap: wrap!important
  }
  .flex-md-nowrap {
    flex-wrap: nowrap!important
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse!important
  }
  .gap-md-0 {
    gap: 0!important
  }
  .gap-md-1 {
    gap: .25rem!important
  }
  .gap-md-2 {
    gap: .5rem!important
  }
  .gap-md-3 {
    gap: 1rem!important
  }
  .gap-md-4 {
    gap: 1.5rem!important
  }
  .gap-md-5 {
    gap: 3rem!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
  }
  .justify-content-md-evenly {
    justify-content: space-evenly!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
  }
  .order-md-first {
    order: -1!important
  }
  .order-md-0 {
    order: 0!important
  }
  .order-md-1 {
    order: 1!important
  }
  .order-md-2 {
    order: 2!important
  }
  .order-md-3 {
    order: 3!important
  }
  .order-md-4 {
    order: 4!important
  }
  .order-md-5 {
    order: 5!important
  }
  .order-md-last {
    order: 6!important
  }
  .m-md-0 {
    margin: 0!important
  }
  .m-md-1 {
    margin: .25rem!important
  }
  .m-md-2 {
    margin: .5rem!important
  }
  .m-md-3 {
    margin: 1rem!important
  }
  .m-md-4 {
    margin: 1.5rem!important
  }
  .m-md-5 {
    margin: 3rem!important
  }
  .m-md-auto {
    margin: auto!important
  }
  .mx-md-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-md-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-md-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-md-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-md-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-md-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-md-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-md-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-md-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
  }
  .my-md-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
  }
  .my-md-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-md-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
  }
  .my-md-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-md-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
  }
  .mt-md-0 {
    margin-top: 0!important
  }
  .mt-md-1 {
    margin-top: .25rem!important
  }
  .mt-md-2 {
    margin-top: .5rem!important
  }
  .mt-md-3 {
    margin-top: 1rem!important
  }
  .mt-md-4 {
    margin-top: 1.5rem!important
  }
  .mt-md-5 {
    margin-top: 3rem!important
  }
  .mt-md-auto {
    margin-top: auto!important
  }
  .me-md-0 {
    margin-right: 0!important
  }
  .me-md-1 {
    margin-right: .25rem!important
  }
  .me-md-2 {
    margin-right: .5rem!important
  }
  .me-md-3 {
    margin-right: 1rem!important
  }
  .me-md-4 {
    margin-right: 1.5rem!important
  }
  .me-md-5 {
    margin-right: 3rem!important
  }
  .me-md-auto {
    margin-right: auto!important
  }
  .mb-md-0 {
    margin-bottom: 0!important
  }
  .mb-md-1 {
    margin-bottom: .25rem!important
  }
  .mb-md-2 {
    margin-bottom: .5rem!important
  }
  .mb-md-3 {
    margin-bottom: 1rem!important
  }
  .mb-md-4 {
    margin-bottom: 1.5rem!important
  }
  .mb-md-5 {
    margin-bottom: 3rem!important
  }
  .mb-md-auto {
    margin-bottom: auto!important
  }
  .ms-md-0 {
    margin-left: 0!important
  }
  .ms-md-1 {
    margin-left: .25rem!important
  }
  .ms-md-2 {
    margin-left: .5rem!important
  }
  .ms-md-3 {
    margin-left: 1rem!important
  }
  .ms-md-4 {
    margin-left: 1.5rem!important
  }
  .ms-md-5 {
    margin-left: 3rem!important
  }
  .ms-md-auto {
    margin-left: auto!important
  }
  .p-md-0 {
    padding: 0!important
  }
  .p-md-1 {
    padding: .25rem!important
  }
  .p-md-2 {
    padding: .5rem!important
  }
  .p-md-3 {
    padding: 1rem!important
  }
  .p-md-4 {
    padding: 1.5rem!important
  }
  .p-md-5 {
    padding: 3rem!important
  }
  .px-md-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-md-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-md-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-md-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-md-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-md-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .py-md-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
  .py-md-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
  }
  .py-md-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
  }
  .py-md-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-md-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
  }
  .py-md-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .pt-md-0 {
    padding-top: 0!important
  }
  .pt-md-1 {
    padding-top: .25rem!important
  }
  .pt-md-2 {
    padding-top: .5rem!important
  }
  .pt-md-3 {
    padding-top: 1rem!important
  }
  .pt-md-4 {
    padding-top: 1.5rem!important
  }
  .pt-md-5 {
    padding-top: 3rem!important
  }
  .pe-md-0 {
    padding-right: 0!important
  }
  .pe-md-1 {
    padding-right: .25rem!important
  }
  .pe-md-2 {
    padding-right: .5rem!important
  }
  .pe-md-3 {
    padding-right: 1rem!important
  }
  .pe-md-4 {
    padding-right: 1.5rem!important
  }
  .pe-md-5 {
    padding-right: 3rem!important
  }
  .pb-md-0 {
    padding-bottom: 0!important
  }
  .pb-md-1 {
    padding-bottom: .25rem!important
  }
  .pb-md-2 {
    padding-bottom: .5rem!important
  }
  .pb-md-3 {
    padding-bottom: 1rem!important
  }
  .pb-md-4 {
    padding-bottom: 1.5rem!important
  }
  .pb-md-5 {
    padding-bottom: 3rem!important
  }
  .ps-md-0 {
    padding-left: 0!important
  }
  .ps-md-1 {
    padding-left: .25rem!important
  }
  .ps-md-2 {
    padding-left: .5rem!important
  }
  .ps-md-3 {
    padding-left: 1rem!important
  }
  .ps-md-4 {
    padding-left: 1.5rem!important
  }
  .ps-md-5 {
    padding-left: 3rem!important
  }
  .text-md-start {
    text-align: left!important
  }
  .text-md-end {
    text-align: right!important
  }
  .text-md-center {
    text-align: center!important
  }
}

@media (min-width:992px) {
  .float-lg-start {
    float: left!important
  }
  .float-lg-end {
    float: right!important
  }
  .float-lg-none {
    float: none!important
  }
  .d-lg-inline {
    display: inline!important
  }
  .d-lg-inline-block {
    display: inline-block!important
  }
  .d-lg-block {
    display: block!important
  }
  .d-lg-grid {
    display: grid!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
  }
  .d-lg-none {
    display: none!important
  }
  .flex-lg-fill {
    flex: 1 1 auto!important
  }
  .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-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
  }
  .flex-lg-wrap {
    flex-wrap: wrap!important
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap!important
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse!important
  }
  .gap-lg-0 {
    gap: 0!important
  }
  .gap-lg-1 {
    gap: .25rem!important
  }
  .gap-lg-2 {
    gap: .5rem!important
  }
  .gap-lg-3 {
    gap: 1rem!important
  }
  .gap-lg-4 {
    gap: 1.5rem!important
  }
  .gap-lg-5 {
    gap: 3rem!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
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly!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
  }
  .order-lg-first {
    order: -1!important
  }
  .order-lg-0 {
    order: 0!important
  }
  .order-lg-1 {
    order: 1!important
  }
  .order-lg-2 {
    order: 2!important
  }
  .order-lg-3 {
    order: 3!important
  }
  .order-lg-4 {
    order: 4!important
  }
  .order-lg-5 {
    order: 5!important
  }
  .order-lg-last {
    order: 6!important
  }
  .m-lg-0 {
    margin: 0!important
  }
  .m-lg-1 {
    margin: .25rem!important
  }
  .m-lg-2 {
    margin: .5rem!important
  }
  .m-lg-3 {
    margin: 1rem!important
  }
  .m-lg-4 {
    margin: 1.5rem!important
  }
  .m-lg-5 {
    margin: 3rem!important
  }
  .m-lg-auto {
    margin: auto!important
  }
  .mx-lg-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-lg-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-lg-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-lg-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-lg-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-lg-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-lg-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-lg-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-lg-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
  }
  .my-lg-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
  }
  .my-lg-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-lg-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
  }
  .my-lg-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-lg-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
  }
  .mt-lg-0 {
    margin-top: 0!important
  }
  .mt-lg-1 {
    margin-top: .25rem!important
  }
  .mt-lg-2 {
    margin-top: .5rem!important
  }
  .mt-lg-3 {
    margin-top: 1rem!important
  }
  .mt-lg-4 {
    margin-top: 1.5rem!important
  }
  .mt-lg-5 {
    margin-top: 3rem!important
  }
  .mt-lg-auto {
    margin-top: auto!important
  }
  .me-lg-0 {
    margin-right: 0!important
  }
  .me-lg-1 {
    margin-right: .25rem!important
  }
  .me-lg-2 {
    margin-right: .5rem!important
  }
  .me-lg-3 {
    margin-right: 1rem!important
  }
  .me-lg-4 {
    margin-right: 1.5rem!important
  }
  .me-lg-5 {
    margin-right: 3rem!important
  }
  .me-lg-auto {
    margin-right: auto!important
  }
  .mb-lg-0 {
    margin-bottom: 0!important
  }
  .mb-lg-1 {
    margin-bottom: .25rem!important
  }
  .mb-lg-2 {
    margin-bottom: .5rem!important
  }
  .mb-lg-3 {
    margin-bottom: 1rem!important
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem!important
  }
  .mb-lg-5 {
    margin-bottom: 3rem!important
  }
  .mb-lg-auto {
    margin-bottom: auto!important
  }
  .ms-lg-0 {
    margin-left: 0!important
  }
  .ms-lg-1 {
    margin-left: .25rem!important
  }
  .ms-lg-2 {
    margin-left: .5rem!important
  }
  .ms-lg-3 {
    margin-left: 1rem!important
  }
  .ms-lg-4 {
    margin-left: 1.5rem!important
  }
  .ms-lg-5 {
    margin-left: 3rem!important
  }
  .ms-lg-auto {
    margin-left: auto!important
  }
  .p-lg-0 {
    padding: 0!important
  }
  .p-lg-1 {
    padding: .25rem!important
  }
  .p-lg-2 {
    padding: .5rem!important
  }
  .p-lg-3 {
    padding: 1rem!important
  }
  .p-lg-4 {
    padding: 1.5rem!important
  }
  .p-lg-5 {
    padding: 3rem!important
  }
  .px-lg-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-lg-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-lg-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-lg-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-lg-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-lg-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .py-lg-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
  .py-lg-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
  }
  .py-lg-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
  }
  .py-lg-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-lg-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
  }
  .py-lg-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .pt-lg-0 {
    padding-top: 0!important
  }
  .pt-lg-1 {
    padding-top: .25rem!important
  }
  .pt-lg-2 {
    padding-top: .5rem!important
  }
  .pt-lg-3 {
    padding-top: 1rem!important
  }
  .pt-lg-4 {
    padding-top: 1.5rem!important
  }
  .pt-lg-5 {
    padding-top: 3rem!important
  }
  .pe-lg-0 {
    padding-right: 0!important
  }
  .pe-lg-1 {
    padding-right: .25rem!important
  }
  .pe-lg-2 {
    padding-right: .5rem!important
  }
  .pe-lg-3 {
    padding-right: 1rem!important
  }
  .pe-lg-4 {
    padding-right: 1.5rem!important
  }
  .pe-lg-5 {
    padding-right: 3rem!important
  }
  .pb-lg-0 {
    padding-bottom: 0!important
  }
  .pb-lg-1 {
    padding-bottom: .25rem!important
  }
  .pb-lg-2 {
    padding-bottom: .5rem!important
  }
  .pb-lg-3 {
    padding-bottom: 1rem!important
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem!important
  }
  .pb-lg-5 {
    padding-bottom: 3rem!important
  }
  .ps-lg-0 {
    padding-left: 0!important
  }
  .ps-lg-1 {
    padding-left: .25rem!important
  }
  .ps-lg-2 {
    padding-left: .5rem!important
  }
  .ps-lg-3 {
    padding-left: 1rem!important
  }
  .ps-lg-4 {
    padding-left: 1.5rem!important
  }
  .ps-lg-5 {
    padding-left: 3rem!important
  }
  .text-lg-start {
    text-align: left!important
  }
  .text-lg-end {
    text-align: right!important
  }
  .text-lg-center {
    text-align: center!important
  }
}

@media (min-width:1200px) {
  .float-xl-start {
    float: left!important
  }
  .float-xl-end {
    float: right!important
  }
  .float-xl-none {
    float: none!important
  }
  .d-xl-inline {
    display: inline!important
  }
  .d-xl-inline-block {
    display: inline-block!important
  }
  .d-xl-block {
    display: block!important
  }
  .d-xl-grid {
    display: grid!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
  }
  .d-xl-none {
    display: none!important
  }
  .flex-xl-fill {
    flex: 1 1 auto!important
  }
  .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-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
  }
  .flex-xl-wrap {
    flex-wrap: wrap!important
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap!important
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse!important
  }
  .gap-xl-0 {
    gap: 0!important
  }
  .gap-xl-1 {
    gap: .25rem!important
  }
  .gap-xl-2 {
    gap: .5rem!important
  }
  .gap-xl-3 {
    gap: 1rem!important
  }
  .gap-xl-4 {
    gap: 1.5rem!important
  }
  .gap-xl-5 {
    gap: 3rem!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
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly!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
  }
  .order-xl-first {
    order: -1!important
  }
  .order-xl-0 {
    order: 0!important
  }
  .order-xl-1 {
    order: 1!important
  }
  .order-xl-2 {
    order: 2!important
  }
  .order-xl-3 {
    order: 3!important
  }
  .order-xl-4 {
    order: 4!important
  }
  .order-xl-5 {
    order: 5!important
  }
  .order-xl-last {
    order: 6!important
  }
  .m-xl-0 {
    margin: 0!important
  }
  .m-xl-1 {
    margin: .25rem!important
  }
  .m-xl-2 {
    margin: .5rem!important
  }
  .m-xl-3 {
    margin: 1rem!important
  }
  .m-xl-4 {
    margin: 1.5rem!important
  }
  .m-xl-5 {
    margin: 3rem!important
  }
  .m-xl-auto {
    margin: auto!important
  }
  .mx-xl-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-xl-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-xl-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-xl-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-xl-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-xl-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-xl-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-xl-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-xl-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
  }
  .my-xl-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
  }
  .my-xl-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-xl-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
  }
  .my-xl-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-xl-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
  }
  .mt-xl-0 {
    margin-top: 0!important
  }
  .mt-xl-1 {
    margin-top: .25rem!important
  }
  .mt-xl-2 {
    margin-top: .5rem!important
  }
  .mt-xl-3 {
    margin-top: 1rem!important
  }
  .mt-xl-4 {
    margin-top: 1.5rem!important
  }
  .mt-xl-5 {
    margin-top: 3rem!important
  }
  .mt-xl-auto {
    margin-top: auto!important
  }
  .me-xl-0 {
    margin-right: 0!important
  }
  .me-xl-1 {
    margin-right: .25rem!important
  }
  .me-xl-2 {
    margin-right: .5rem!important
  }
  .me-xl-3 {
    margin-right: 1rem!important
  }
  .me-xl-4 {
    margin-right: 1.5rem!important
  }
  .me-xl-5 {
    margin-right: 3rem!important
  }
  .me-xl-auto {
    margin-right: auto!important
  }
  .mb-xl-0 {
    margin-bottom: 0!important
  }
  .mb-xl-1 {
    margin-bottom: .25rem!important
  }
  .mb-xl-2 {
    margin-bottom: .5rem!important
  }
  .mb-xl-3 {
    margin-bottom: 1rem!important
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem!important
  }
  .mb-xl-5 {
    margin-bottom: 3rem!important
  }
  .mb-xl-auto {
    margin-bottom: auto!important
  }
  .ms-xl-0 {
    margin-left: 0!important
  }
  .ms-xl-1 {
    margin-left: .25rem!important
  }
  .ms-xl-2 {
    margin-left: .5rem!important
  }
  .ms-xl-3 {
    margin-left: 1rem!important
  }
  .ms-xl-4 {
    margin-left: 1.5rem!important
  }
  .ms-xl-5 {
    margin-left: 3rem!important
  }
  .ms-xl-auto {
    margin-left: auto!important
  }
  .p-xl-0 {
    padding: 0!important
  }
  .p-xl-1 {
    padding: .25rem!important
  }
  .p-xl-2 {
    padding: .5rem!important
  }
  .p-xl-3 {
    padding: 1rem!important
  }
  .p-xl-4 {
    padding: 1.5rem!important
  }
  .p-xl-5 {
    padding: 3rem!important
  }
  .px-xl-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-xl-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-xl-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-xl-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-xl-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-xl-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .py-xl-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
  .py-xl-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
  }
  .py-xl-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
  }
  .py-xl-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-xl-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
  }
  .py-xl-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .pt-xl-0 {
    padding-top: 0!important
  }
  .pt-xl-1 {
    padding-top: .25rem!important
  }
  .pt-xl-2 {
    padding-top: .5rem!important
  }
  .pt-xl-3 {
    padding-top: 1rem!important
  }
  .pt-xl-4 {
    padding-top: 1.5rem!important
  }
  .pt-xl-5 {
    padding-top: 3rem!important
  }
  .pe-xl-0 {
    padding-right: 0!important
  }
  .pe-xl-1 {
    padding-right: .25rem!important
  }
  .pe-xl-2 {
    padding-right: .5rem!important
  }
  .pe-xl-3 {
    padding-right: 1rem!important
  }
  .pe-xl-4 {
    padding-right: 1.5rem!important
  }
  .pe-xl-5 {
    padding-right: 3rem!important
  }
  .pb-xl-0 {
    padding-bottom: 0!important
  }
  .pb-xl-1 {
    padding-bottom: .25rem!important
  }
  .pb-xl-2 {
    padding-bottom: .5rem!important
  }
  .pb-xl-3 {
    padding-bottom: 1rem!important
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem!important
  }
  .pb-xl-5 {
    padding-bottom: 3rem!important
  }
  .ps-xl-0 {
    padding-left: 0!important
  }
  .ps-xl-1 {
    padding-left: .25rem!important
  }
  .ps-xl-2 {
    padding-left: .5rem!important
  }
  .ps-xl-3 {
    padding-left: 1rem!important
  }
  .ps-xl-4 {
    padding-left: 1.5rem!important
  }
  .ps-xl-5 {
    padding-left: 3rem!important
  }
  .text-xl-start {
    text-align: left!important
  }
  .text-xl-end {
    text-align: right!important
  }
  .text-xl-center {
    text-align: center!important
  }
}

@media (min-width:1400px) {
  .float-xxl-start {
    float: left!important
  }
  .float-xxl-end {
    float: right!important
  }
  .float-xxl-none {
    float: none!important
  }
  .d-xxl-inline {
    display: inline!important
  }
  .d-xxl-inline-block {
    display: inline-block!important
  }
  .d-xxl-block {
    display: block!important
  }
  .d-xxl-grid {
    display: grid!important
  }
  .d-xxl-table {
    display: table!important
  }
  .d-xxl-table-row {
    display: table-row!important
  }
  .d-xxl-table-cell {
    display: table-cell!important
  }
  .d-xxl-flex {
    display: flex!important
  }
  .d-xxl-inline-flex {
    display: inline-flex!important
  }
  .d-xxl-none {
    display: none!important
  }
  .flex-xxl-fill {
    flex: 1 1 auto!important
  }
  .flex-xxl-row {
    flex-direction: row!important
  }
  .flex-xxl-column {
    flex-direction: column!important
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse!important
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse!important
  }
  .flex-xxl-grow-0 {
    flex-grow: 0!important
  }
  .flex-xxl-grow-1 {
    flex-grow: 1!important
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0!important
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1!important
  }
  .flex-xxl-wrap {
    flex-wrap: wrap!important
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap!important
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse!important
  }
  .gap-xxl-0 {
    gap: 0!important
  }
  .gap-xxl-1 {
    gap: .25rem!important
  }
  .gap-xxl-2 {
    gap: .5rem!important
  }
  .gap-xxl-3 {
    gap: 1rem!important
  }
  .gap-xxl-4 {
    gap: 1.5rem!important
  }
  .gap-xxl-5 {
    gap: 3rem!important
  }
  .justify-content-xxl-start {
    justify-content: flex-start!important
  }
  .justify-content-xxl-end {
    justify-content: flex-end!important
  }
  .justify-content-xxl-center {
    justify-content: center!important
  }
  .justify-content-xxl-between {
    justify-content: space-between!important
  }
  .justify-content-xxl-around {
    justify-content: space-around!important
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly!important
  }
  .align-items-xxl-start {
    align-items: flex-start!important
  }
  .align-items-xxl-end {
    align-items: flex-end!important
  }
  .align-items-xxl-center {
    align-items: center!important
  }
  .align-items-xxl-baseline {
    align-items: baseline!important
  }
  .align-items-xxl-stretch {
    align-items: stretch!important
  }
  .align-content-xxl-start {
    align-content: flex-start!important
  }
  .align-content-xxl-end {
    align-content: flex-end!important
  }
  .align-content-xxl-center {
    align-content: center!important
  }
  .align-content-xxl-between {
    align-content: space-between!important
  }
  .align-content-xxl-around {
    align-content: space-around!important
  }
  .align-content-xxl-stretch {
    align-content: stretch!important
  }
  .align-self-xxl-auto {
    align-self: auto!important
  }
  .align-self-xxl-start {
    align-self: flex-start!important
  }
  .align-self-xxl-end {
    align-self: flex-end!important
  }
  .align-self-xxl-center {
    align-self: center!important
  }
  .align-self-xxl-baseline {
    align-self: baseline!important
  }
  .align-self-xxl-stretch {
    align-self: stretch!important
  }
  .order-xxl-first {
    order: -1!important
  }
  .order-xxl-0 {
    order: 0!important
  }
  .order-xxl-1 {
    order: 1!important
  }
  .order-xxl-2 {
    order: 2!important
  }
  .order-xxl-3 {
    order: 3!important
  }
  .order-xxl-4 {
    order: 4!important
  }
  .order-xxl-5 {
    order: 5!important
  }
  .order-xxl-last {
    order: 6!important
  }
  .m-xxl-0 {
    margin: 0!important
  }
  .m-xxl-1 {
    margin: .25rem!important
  }
  .m-xxl-2 {
    margin: .5rem!important
  }
  .m-xxl-3 {
    margin: 1rem!important
  }
  .m-xxl-4 {
    margin: 1.5rem!important
  }
  .m-xxl-5 {
    margin: 3rem!important
  }
  .m-xxl-auto {
    margin: auto!important
  }
  .mx-xxl-0 {
    margin-right: 0!important;
    margin-left: 0!important
  }
  .mx-xxl-1 {
    margin-right: .25rem!important;
    margin-left: .25rem!important
  }
  .mx-xxl-2 {
    margin-right: .5rem!important;
    margin-left: .5rem!important
  }
  .mx-xxl-3 {
    margin-right: 1rem!important;
    margin-left: 1rem!important
  }
  .mx-xxl-4 {
    margin-right: 1.5rem!important;
    margin-left: 1.5rem!important
  }
  .mx-xxl-5 {
    margin-right: 3rem!important;
    margin-left: 3rem!important
  }
  .mx-xxl-auto {
    margin-right: auto!important;
    margin-left: auto!important
  }
  .my-xxl-0 {
    margin-top: 0!important;
    margin-bottom: 0!important
  }
  .my-xxl-1 {
    margin-top: .25rem!important;
    margin-bottom: .25rem!important
  }
  .my-xxl-2 {
    margin-top: .5rem!important;
    margin-bottom: .5rem!important
  }
  .my-xxl-3 {
    margin-top: 1rem!important;
    margin-bottom: 1rem!important
  }
  .my-xxl-4 {
    margin-top: 1.5rem!important;
    margin-bottom: 1.5rem!important
  }
  .my-xxl-5 {
    margin-top: 3rem!important;
    margin-bottom: 3rem!important
  }
  .my-xxl-auto {
    margin-top: auto!important;
    margin-bottom: auto!important
  }
  .mt-xxl-0 {
    margin-top: 0!important
  }
  .mt-xxl-1 {
    margin-top: .25rem!important
  }
  .mt-xxl-2 {
    margin-top: .5rem!important
  }
  .mt-xxl-3 {
    margin-top: 1rem!important
  }
  .mt-xxl-4 {
    margin-top: 1.5rem!important
  }
  .mt-xxl-5 {
    margin-top: 3rem!important
  }
  .mt-xxl-auto {
    margin-top: auto!important
  }
  .me-xxl-0 {
    margin-right: 0!important
  }
  .me-xxl-1 {
    margin-right: .25rem!important
  }
  .me-xxl-2 {
    margin-right: .5rem!important
  }
  .me-xxl-3 {
    margin-right: 1rem!important
  }
  .me-xxl-4 {
    margin-right: 1.5rem!important
  }
  .me-xxl-5 {
    margin-right: 3rem!important
  }
  .me-xxl-auto {
    margin-right: auto!important
  }
  .mb-xxl-0 {
    margin-bottom: 0!important
  }
  .mb-xxl-1 {
    margin-bottom: .25rem!important
  }
  .mb-xxl-2 {
    margin-bottom: .5rem!important
  }
  .mb-xxl-3 {
    margin-bottom: 1rem!important
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem!important
  }
  .mb-xxl-5 {
    margin-bottom: 3rem!important
  }
  .mb-xxl-auto {
    margin-bottom: auto!important
  }
  .ms-xxl-0 {
    margin-left: 0!important
  }
  .ms-xxl-1 {
    margin-left: .25rem!important
  }
  .ms-xxl-2 {
    margin-left: .5rem!important
  }
  .ms-xxl-3 {
    margin-left: 1rem!important
  }
  .ms-xxl-4 {
    margin-left: 1.5rem!important
  }
  .ms-xxl-5 {
    margin-left: 3rem!important
  }
  .ms-xxl-auto {
    margin-left: auto!important
  }
  .p-xxl-0 {
    padding: 0!important
  }
  .p-xxl-1 {
    padding: .25rem!important
  }
  .p-xxl-2 {
    padding: .5rem!important
  }
  .p-xxl-3 {
    padding: 1rem!important
  }
  .p-xxl-4 {
    padding: 1.5rem!important
  }
  .p-xxl-5 {
    padding: 3rem!important
  }
  .px-xxl-0 {
    padding-right: 0!important;
    padding-left: 0!important
  }
  .px-xxl-1 {
    padding-right: .25rem!important;
    padding-left: .25rem!important
  }
  .px-xxl-2 {
    padding-right: .5rem!important;
    padding-left: .5rem!important
  }
  .px-xxl-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important
  }
  .px-xxl-4 {
    padding-right: 1.5rem!important;
    padding-left: 1.5rem!important
  }
  .px-xxl-5 {
    padding-right: 3rem!important;
    padding-left: 3rem!important
  }
  .py-xxl-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }
  .py-xxl-1 {
    padding-top: .25rem!important;
    padding-bottom: .25rem!important
  }
  .py-xxl-2 {
    padding-top: .5rem!important;
    padding-bottom: .5rem!important
  }
  .py-xxl-3 {
    padding-top: 1rem!important;
    padding-bottom: 1rem!important
  }
  .py-xxl-4 {
    padding-top: 1.5rem!important;
    padding-bottom: 1.5rem!important
  }
  .py-xxl-5 {
    padding-top: 3rem!important;
    padding-bottom: 3rem!important
  }
  .pt-xxl-0 {
    padding-top: 0!important
  }
  .pt-xxl-1 {
    padding-top: .25rem!important
  }
  .pt-xxl-2 {
    padding-top: .5rem!important
  }
  .pt-xxl-3 {
    padding-top: 1rem!important
  }
  .pt-xxl-4 {
    padding-top: 1.5rem!important
  }
  .pt-xxl-5 {
    padding-top: 3rem!important
  }
  .pe-xxl-0 {
    padding-right: 0!important
  }
  .pe-xxl-1 {
    padding-right: .25rem!important
  }
  .pe-xxl-2 {
    padding-right: .5rem!important
  }
  .pe-xxl-3 {
    padding-right: 1rem!important
  }
  .pe-xxl-4 {
    padding-right: 1.5rem!important
  }
  .pe-xxl-5 {
    padding-right: 3rem!important
  }
  .pb-xxl-0 {
    padding-bottom: 0!important
  }
  .pb-xxl-1 {
    padding-bottom: .25rem!important
  }
  .pb-xxl-2 {
    padding-bottom: .5rem!important
  }
  .pb-xxl-3 {
    padding-bottom: 1rem!important
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem!important
  }
  .pb-xxl-5 {
    padding-bottom: 3rem!important
  }
  .ps-xxl-0 {
    padding-left: 0!important
  }
  .ps-xxl-1 {
    padding-left: .25rem!important
  }
  .ps-xxl-2 {
    padding-left: .5rem!important
  }
  .ps-xxl-3 {
    padding-left: 1rem!important
  }
  .ps-xxl-4 {
    padding-left: 1.5rem!important
  }
  .ps-xxl-5 {
    padding-left: 3rem!important
  }
  .text-xxl-start {
    text-align: left!important
  }
  .text-xxl-end {
    text-align: right!important
  }
  .text-xxl-center {
    text-align: center!important
  }
}

@media (min-width:1200px) {
  .fs-1 {
    font-size: 2.5rem!important
  }
  .fs-2 {
    font-size: 2rem!important
  }
  .fs-3 {
    font-size: 1.75rem!important
  }
  .fs-4 {
    font-size: 1.5rem!important
  }
}

@media print {
  .d-print-inline {
    display: inline!important
  }
  .d-print-inline-block {
    display: inline-block!important
  }
  .d-print-block {
    display: block!important
  }
  .d-print-grid {
    display: grid!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
  }
  .d-print-none {
    display: none!important
  }
}


/*# sourceMappingURL=bootstrap.min.css.map *//**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #384260; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../../../themes/real-estate-realtor/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }
/*
Theme Name: Real Estate Realtor
Theme URI: https://www.buywptemplates.com/themes/free-real-estate-realtor-wordpress-theme/
Author: Buywptemplates
Author URI: https://www.buywptemplates.com
Description: Real Estate Realtor is designed for property dealers, property dealing companies, real estate agents, builders, architects, interior designer, estate advisors. You will absolutely love the clean, and responsive layout of this theme that matches the expectations of such businesses. To showcase the crystal clear property images and images related to your work, it has got a retina-ready design. As it utilized a good blend of colors and light and dark combination along with relevant imagery, your website is going to look beautifully professional. It is a free theme giving you plenty of resources to get started with your website in no time. With plenty of personalization options available, it is a breeze to do the changes without implementing any new codes or even modifying the existing ones. CSS animations make the website look more interesting and to get you more traffic, developers have already included SEO-friendly and highly optimized codes to the design. These codes result in faster page load time. Call To Action Button (CTA) adds to the interactive part of your website and also plays a significant role in boosting conversions. It is a Bootstrap framework-based theme having plenty of shortcodes and social media options for you to promote on a bigger scale. Live Demo: https://www.buywptemplates.com/bwt-real-estate-realtor-pro/
Tested up to: 5.9
Requires PHP: 7.2
Version: 0.2.7
License: GPLv3.0 or later
License URI: http://www.gnu.org/licenses/gps-3.0.html
Text Domain: real-estate-realtor
Tags: left-sidebar, right-sidebar, one-column, two-columns, three-columns, four-columns, grid-layout, flexible-header, wide-blocks, block-styles, custom-background, custom-logo, custom-menu, custom-header, editor-style, featured-images, footer-widgets, sticky-post, post-formats, full-width-template, theme-options, threaded-comments, translation-ready, rtl-language-support, blog, e-commerce, portfolio
*/

*, button.product-btn:focus{
  outline:none;
  margin:0;
  padding:0;
}
html{
  overflow-x: hidden;
}
body{
  margin:0;
  padding:0;
  -ms-word-wrap:break-word;
  word-wrap:break-word;
  background-color:#fff;
  font-size:14px;
  color:#384260;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}
img{ 
  border:none;
  height:auto;
}
section img, img, .wp-caption{
  max-width:100%;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Josefin Sans', sans-serif;
  margin:0;
  padding:0 0 15px;
}
p{ 
  font-size: 15px;
}
a, a:hover{ 
  text-decoration:none;
}
a.button.wc-forward:hover, .pagination a:hover, #comments a time, .bradcrumbs span, .bradcrumbs a, a, a:hover, .tags, .pagination .current, #sidebar .textwidget p a, #sidebar .textwidget a:hover,.footer-wp .woocommerce a.button:hover, .woocommerce .widget_price_filter .price_slider_amount .button:hover, #sidebar h3.widget-title a.rsswidget, .copyright-wrapper p,.copyright-wrapper a, .page-content .read-moresec a.button, a.button, #sidebar .widget_calendar td a, .widget_calendar tbody a, #sidebar ul li a:hover, #sidebar input[type="submit"]:hover,.widget_calendar caption, #comments a.comment-reply-link:hover, #comments a.comment-reply-link, #comments input[type="submit"].submit, .metabox, .new-text p a,.comment p a, .blog-section h2 a, .blog-section h2,.woocommerce ul.products li.product .price,.woocommerce div.product p.price, .woocommerce div.product span.price, h2.woocommerce-loop-product__title,.woocommerce div.product .product_title, .primary-navigation ul ul a:hover, .primary-navigation ul ul a:focus, a.r_button, input[type="submit"], td.product-name a{
  color: #384260;
}
.page-template-home-page .topbar a:focus,.page-template-home-page .menu-header a:focus, span.cart_no a:focus,.topbar .primary-navigation a:focus,.menubar .primary-navigation ul li a:focus,a.closebtn.responsive-menu:focus, .primary-navigation a:focus, #sidebar-footer a:focus, .footer-wp a:focus, .topbar .toggle-menu button:focus{
  outline: 1px solid #fff;
  border-bottom: 1px solid #fff !important;
}
.woocommerce form .form-row input:focus.input-text, #sidebar .textwidget a:focus, textarea:focus, input:focus, .menu-header a:focus, .mid-header a:focus, #sidebar a:focus, a:focus, #woonavbar-header .nav ul li a:focus,a.closebtn.mobile-menu:focus,.logo a:focus, .toggle-menu.responsive-menu a:focus, .menu-brand .closebtn:focus, .main-navigation .sub-menu > li > a:focus,.search-box i:focus, .menu-header a:focus, #comments textarea:focus, input[type="submit"]:focus, label:focus, input:focus, button:focus,input:focus, input:focus, textarea:focus,img.custom-logo a:focus, .woocommerce  a:focus, button.product-btn:focus,.woocommerce ul.products li.product a:focus, .select2-container--default .select2-selection--single:focus{
  outline: 1px solid #384260;
  border-bottom: 2px solid #384260 !important;
}
.textwidget a:focus, #sidebar input[type="submit"]:focus, .footer-wp input[type="search"]:focus, #sidebar-footer input:focus, .footer-wp button:focus, .footer-wp .tagcloud a:focus, #sidebar-footer .custom-contact-us input:focus{
  outline: 1px solid #ff0000 !important;
  border-bottom: 2px solid #fff !important;
}
ul,ol{ 
  margin:0 0 0 15px;
  padding:0;
}
p, body, *, img, .bypostauthor, .wp-caption-text, .wp-caption,.sticky, .gallery-caption, #sidebar ul{
  margin:0;
  padding:0;
}
input[type="submit"]{
  background-color: #fcb332;
  padding: 12px 20px;
  border: 0;
  margin: 2% 0;
  font-weight: 500;
}
input[type="submit"]:hover{
  background-color: #384260;
}
.pagination span, .pagination a, .textwidget a:hover, .footer-wp .calendar_wrap a, .footer-wp .calendar_wrap a:hover, .footer-wp caption, .footer-wp td#prev a,.footer-wp td,.footer-wp th, .footer-wp li a, .footer-wp .rssSummary,.footer-wp ul li,.footer-wp p, .frame, .page-content .read-moresec a.button:hover, .footer-wp .custom-contact-us div.wpcf7-validation-errors, .footer-wp .custom-contact-us div.wpcf7-acceptance-missing, .about-social_links i, #sidebar input[type="submit"], #comments input[type="submit"].submit:hover, .footer-wp .widget_price_filter .price_slider_amount, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current, input[type="submit"]:hover, .primary-navigation ul ul a,#site-navigation li a{
  color: #fff;
}
.woocommerce button.button:hover{
  color: #fff !important;
}
.related-posts, .metabox, .woocommerce ul.products li.first, .woocommerce-page ul.products li.first ,.woocommerce ul.products, .woocommerce-page ul.products, .aligncenter,img.aligncenter, .content_box .pagination ul, .pagination, .clear, #comments h3.comment-reply-title, .comment-respond{
  clear:both;
}
input[type="submit"]:hover{
  cursor: pointer;
}
input[type="text"],input[type="email"],input[type="phno"],textarea,input#url{
  border:1px solid #bcbcbc;
  font-size:16px;
  padding:10px 10px;
  margin:0 0 23px 0;
  height:auto;
}
textarea{
  height:111px;
}
.entry-video iframe, .entry-audio audio, .footer-wp label, #sidebar .custom-contact-us label, #sidebar-footer .custom-contact-us input, #sidebar .custom-contact-us input[type="submit"], table, .widget_categories select, #sidebar form, .reply, #comments ol li, .navigation.post-navigation, .fixed-header, input[type="text"],input[type="email"],input[type="phno"],textarea, .pagination, .footer-wp input[type="submit"], .footer-wp button, #sidebar button , .footer-wp input[type="search"], #sidebar input[type="search"], .content_box #comments ol li, select,.attachment img, #slider img, .woocommerce-input-wrapper,.woocommerce label,input#url{
  width:100%;
}
hr{
  margin:10px 0;
}
.center{ 
  text-align:center;
  margin-bottom:40px;
}
.wp-caption{
  font-size:13px;
}
.screen-reader-text {
  position: absolute;
  top:-9999em;
  left:-9999em;
}
/*wide block*/
.new-text .alignwide {
  margin-left  : -80px;
  margin-right : -80px;
}
.new-text .alignfull {
  margin-left  : calc( -100vw / 2 + 100% / 2 );
  margin-right : calc( -100vw / 2 + 100% / 2 );
  max-width    : 100vw;
}
.alignfull img {
  width: 100vw;
}
#scrollbutton, .primary-navigation ul ul, #new-collection h2.woocommerce-loop-product__title:after,#new-collection h2.woocommerce-loop-product__title:before, #search form.search-form, #navbar-header form.search-form, #woonavbar-header form.search-form, #navbar-header span.cart_no, .menu-brand.primary-nav span, .elementor-html .frame, .elementor-html .loader, .toggle-menu, a.closebtn, a.closebtn.responsive-menu{
  display: none; 
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}
#blog_sec .sticky{
  border: solid 2px #fcb332;
}
.alignleft,img.alignleft {
  display: inline;
  float: left;
  margin-right:45px;
  margin-top:4px;
  margin-bottom:20px;
  padding:0;
}
.alignright,img.alignright { 
  display: inline;
  float: right;
}
.aligncenter,img.aligncenter { 
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top:0;
}
.comment-list .comment-content ul { 
  list-style:none;
  margin-left:15px;
}
.comment-list .comment-content ul li{
  margin:5px;
}

/*----------Sticky Header------*/

.fixed-header {
  position: fixed;
  top:0; 
  left:0;
  box-shadow: 2px 2px 10px 0px #2d2d2d;
  z-index: 999999;
  background: #fcb332;
}
/*sticky cart*/
.sticky-cart{
  position: fixed;
  right: 0;
  z-index:999999;
  padding: 0;
  width: 12%;
  top: 25%;
  box-shadow: 2px 2px 10px 0px #2d2d2d;
}

/*--------------Mid Header-------------*/

.logo h1, .logo p a{
  font-size:30px;
  font-weight: bold;
}
.logo a, .logo p a,.icon-color{ 
  color: #fff;
}
.site-logo-inline p a,.site-logo-inline h1{
  font-size: 25px;
}
.topbar {
  border-bottom: solid 1px #fff;
}
.topbar a,.topbar span,.logo p {
  color: #fff;
  font-size: 15px;
}
.page-template-home-page .icon-color{
  color: #fcb332;
}
.listing-btn a, .footer-wp input[type="search"],#sidebar input[type="search"] {
  background: #fff;
  padding: 12px;
  border-radius: 6px;
  box-shadow: 0 0 0 4px rgb(255 255 255 / 30%);
  color: #fcb332;
  font-size: 15px;
  font-weight: 500;
}

/*--------------Header-------------*/

.page-template-home-page #header {
  position: absolute;
  width: 100%;
  z-index: 9999;
  background: transparent;
}

/* --------- MENUS CSS --------- */

#navbar-header, #woonavbar-header, .nav-next{
  display: inline;
}
.primary-navigation ul{
  list-style: none !important;
  font-weight: 500;
}
.primary-navigation li{
  padding: 11px;
  display: inline-block;
  position: relative;
}
.primary-navigation a{
  display: block;
  font-size: 14px;
  padding: 3px;
}
.topbar .primary-navigation ul li {
  padding: 8px 0;
  border-right: none;
}
.topbar .primary-navigation ul ul ul{
  top: 0;
}
.topbar .primary-navigation ul ul.sub-menu li a{
  border-right: none;
  padding: 15px;
}
.topbar .primary-navigation a{
  padding: 3px 8px;
  border-right: solid 1px #898989;
  text-align: left;
}
.primary-navigation ul li:last-child, .topbar .primary-navigation ul li:last-child {
  border-right:none;
}
.primary-navigation ul ul{
  position: absolute;
  min-width: 215px;
  z-index: 9999;
  top: 40px;
  margin: 0;
  -webkit-transition: max-height 3s ease-in-out;
  -moz-transition:max-height 3s ease-in-out;
  -o-transition:max-height 3s ease-in-out;
  transition: max-height 3s ease-in-out;
}
.primary-navigation ul ul ul {
  left: 100%;
  top: 25% !important;
}
.primary-navigation ul ul a{
  padding: 15px;
  background: #111;
}
.primary-navigation ul ul a:hover, .primary-navigation ul ul a:focus{
  background: #fcb332 ;
}
.primary-navigation ul ul li{
  float: none;
  display: block;
  text-align: left;
  border-left: none;
  border-right: none;
  padding: 0;
}
.primary-navigation ul ul li:last-child{
  border-bottom: 0;
}
.primary-navigation ul li:hover > ul{
  display: block;
  max-height: 100%;
}
.primary-navigation .menu > ul > li.highlight{
  background-color: #006ccc;
}
.primary-navigation .menu > ul > li.highlight:hover{
  background: transparent;
}
#site-navigation li a:hover{
  color: #384260 !important;
}
/* --------- SLIDER--------- */

#sidebar .tagcloud a, #sidebar .textwidget p a, #sidebar .textwidget a:hover,.footer-wp .woocommerce a.button:hover, .woocommerce .widget_price_filter .price_slider_amount .button:hover, .footer-wp input[type="search"], .dot-1, .dot-2, .dot-3, a.button, #slider, #comments ol li{ 
  background: #fff;
}
#slider img {
  opacity: 0.7;
}
#slider .carousel-item-next,#slider .carousel-item-prev,#slider .carousel-item.active {
  display: block !important;  
}
#slider .carousel-control-prev-icon, #slider .carousel-control-next-icon{
  background-image: none;
  font-size: 15px;
  color: #fff;
  padding: 13px 20px;
  border: solid 1px #fff;
}
#header,.pagination a:hover, #sidebar .tagcloud a:hover,.footer-wp .tagcloud a:hover, #sidebar input[type="submit"]:hover, .nav-next a:hover, .nav-previous a:hover, #slider .carousel-control-prev-icon:hover, #slider .carousel-control-next-icon:hover{
  background: #fcb332;
}
.carousel-control-prev, .carousel-control-next{
  opacity: unset !important;
}
.carousel-control-next-icon, .carousel-control-prev-icon{
  width: auto;
  height: auto;
}
#slider .carousel-caption { 
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}
#slider .inner_carousel h1 {
  font-size: 40px;
  text-align: left;
  color: #fff;
}
#slider .inner_carousel p {
  text-align: left;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
.postbtn a, .woocommerce ul.products li.product .button,
.woocommerce .coupon button.button, a.checkout-button.button.alt.wc-forward, #sidebar .widget.woocommerce.widget_product_search button, #sidebar input[type="submit"]:hover, .pagination .current, .pagination a:hover {
  font-weight: bold;
  font-size: 12px;
  border-radius: 6px;
  box-shadow: 0 0 0 4px rgb(252 179 50 / 50%) !important;
}
.postbtn i {
  color: #384260;
  font-size: 14px;
}

/* Search Box */

.search-box {
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 0 4px rgb(255 255 255 / 30%);
}
.search-box input[type="search"] {
  width: 80%;
  border-radius: 6px;
  border: solid 1px #969eb7;
}
.search-box label {
  display: contents;
}
.search-box input[type="submit"]{
  border-radius: 6px;
  color: #fff;
}

/* Popular Properties */

.heading-box {
  border-left: solid 5px #fcb332;
  padding-left: 10px;
}
.heading-box h3 {
  font-weight: 600;
}
#popular-properties .tablinks {
  background: #e8eaf3;
  border: none;
  padding: 12px;
  border-radius: 6px;
  color: #384260;
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif;
}
#popular-properties .tablinks.active{
  background: #fcb332;
  color: #fff;
}
.box {
  position: relative;
  overflow: hidden;
}
.box img {
  border-radius: 10px;
}
.box .content-overlay {
  background: rgb(56 66 96 / 65%);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  border-radius: 10px;
}
.box:hover .content-overlay{
  opacity: 1;
}
.box-content {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  color: #fff;
}
.box:hover .box-content{
  top: 50%;
  left: 50%;
  opacity: 1;
}
.fadeIn-bottom{
  top: 80%;
}
.box-content h4.title a{
  color: #fff;
}
.box-content span {
  font-weight: 500;
}
.box-content h3{
  font-weight: bold;
}
#popular-properties .owl-nav.disabled {
  display: block !important;
}
.sale-box {
  position: absolute;
  top: 20px;
  left: 20px;
}
.sale-box h6 {
  background: #384260;
  padding: 6px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  border-radius: 5px;
}
#popular-properties .owl-nav i {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 10px 2px #ddd;
  width: 45px;
  height: 45px;
  padding: 14px 0;
  font-size: 20px;
}
#popular-properties button.owl-prev,#popular-properties button.owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -25px;
}
#popular-properties button.owl-next{
  right: -25px;
  left: auto;
}

/* Pagination */
.nav-previous a{
  float: left;
  background: #384260;
  padding: 12px;
  border-radius: 30px;
}
.nav-next a{
  float: right;
  background: #384260;
  padding: 12px;
  border-radius: 30px;
}
.nav-next a, .nav-previous a{
  color: #fff !important;
  font-weight: 600;
  font-size: 15px;
  margin:15px 0;
}
.nav-next a:hover, .nav-previous a:hover{
  border-radius: 30px;
  padding: 12px;
  color: #384260 !important;
}
/*------------- Woocommerce --------------*/
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #384260;
  border-radius: 0px !important;
}
.woocommerce nav.woocommerce-pagination ul li,.woocommerce nav.woocommerce-pagination ul{
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
  background: #384260;
  border: solid 1px #384260;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  margin: 0 5px 0 0;
  font-size: 15px;
  font-weight: bold;
  padding: 12px;
  background: #fcb332;
  color: #384260;
  border: solid 1px #384260;
}
.woocommerce-product-gallery__image {
  padding: 2px;
}
.woocommerce ul.products li.product .button,a.checkout-button.button.alt.wc-forward {
  margin-top: 1em;
  font-size: 14px;
  text-transform: none;
}
.woocommerce span.onsale{
  background: #fcb332;
  padding: 0;
  border-radius: 6px;
  margin: 0 !important;
  color: #384260;
  box-shadow: 0 0 0 4px rgb(252 179 50 / 50%);
}
.products li {
  border: solid 1px #e7e7e7;
  padding: 10px !important;
  text-align: center;
  box-shadow: 2px 2px 5px #eee;
}
.woocommerce-page .products li {
  width: 30% ;
}
h2.woocommerce-loop-product__title,.woocommerce div.product .product_title {
  font-size: 25px;
  font-weight: bold;
}
.woocommerce ul.products li.product .price,.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-size: 15px;
}
.woocommerce div.product .product_title,.woocommerce div.product p.price, .woocommerce div.product span.price{
  margin-bottom: 10px;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button,.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #fcb332;
  color: #384260;
  border-radius: 6px;
  box-shadow: 0 0 0 4px rgb(252 179 50 / 50%);
  padding: 12px;
}
.woocommerce div.product form.cart div.quantity {
  margin-right: 10px;
}
.postbtn:hover i, .postbtn:hover a, #comments input[type="submit"].submit:hover, .woocommerce #respond input#submit:hover, .woocommerce .product a.button:hover, .woocommerce .product button.button:hover, .woocommerce input.button:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover{
  background: #384260;
  color: #fff !important;
}
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.footer-wp input[type="submit"], .footer-wp button,
#sidebar input[type="submit"],
.pagination a.page-numbers{
  box-shadow: 0 0 0 4px rgb(56 66 96 / 0.5);
  border-radius: 6px;
}
.woocommerce ul.products li.product .button:hover, .woocommerce .coupon button.button:hover, a.checkout-button.button.alt.wc-forward:hover, .postbtn a:hover,  #sidebar .widget.woocommerce.widget_product_search button:hover{
  box-shadow: 0 0 0 4px rgb(56 66 96 / 0.5) !important;
  border-radius: 6px;
}
.woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover{
  color: #000 !important;
}
.woocommerce .quantity .qty {
  width: 8em;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #384260;
}
nav.woocommerce-MyAccount-navigation ul li {
  background: #fcb332;
  padding: 12px !important;
  margin-bottom: 10px !important;
  list-style: none !important;
}
nav.woocommerce-MyAccount-navigation ul li a, .woocommerce .quantity .qty{
  color: #384260;
}
.woocommerce-product-details__short-description {
  margin-bottom: 15px;
  margin-top: 15px;
}
.woocommerce .woocommerce-ordering select {
  padding: 10px;
  font-size: 15px;
}
span.posted_in {
  display: block;
}
.woocommerce form .form-row .required{
  color: #d80000;
}
.woocommerce-privacy-policy-text a, span.posted_in a,.woocommerce .woocommerce-breadcrumb, .woocommerce .woocommerce-breadcrumb a {
  color: #6f6f6f;
}
.woocommerce-MyAccount-content p a, .woocommerce-info a, tr.woocommerce-cart-form__cart-item.cart_item a, form.woocommerce-shipping-calculator a, nav.woocommerce-MyAccount-navigation a{
  text-decoration: none !important;
}
.woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
  width: 110px;
}
.woocommerce .woocommerce-breadcrumb {
  margin: 1em 0 2em;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
  padding: 10px;
  margin: 0;
  font-size: 20px;
}
.woocommerce a.remove{
  color: #e50000 !important;
}
.woocommerce a.remove:hover {
  background: #e50000;
}
.nav-previous a:hover ,.nav-next a:hover, #sidebar .textwidget p a:hover, .footer-wp .textwidget p a,.footer-wp a.rsswidget, .footer-wp li a:hover, #sidebar .custom_read_more a:hover, .footer-wp .custom_read_more a, .navigation.post-navigation a:hover, .metabox a:hover, .blog-section h2 a:hover, td.product-name a:hover{
  color: #fcb332;
}
#sidebar li.woocommerce-mini-cart-item.mini_cart_item a{
  padding: 0;
  line-height: 25px;
}
.woocommerce-info a{
  color: #515151;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{
  background-color:#fcb332;
}
#sidebar .widget_price_filter .price_slider_wrapper .ui-widget-content{
  background-color: #111;
}
.footer-wp .widget_price_filter .price_slider_wrapper .ui-widget-content{
  background-color: #fff;
}
.woocommerce ul.product_list_widget li img{
  width: 20%;
}
.woocommerce-cart table.cart td.actions .coupon .input-text{
  font-size: 11px;
}
.woocommerce .coupon button.button{
  padding: 10px;
  margin-left: 10px;
}
.related .products li{
  float: none !important;
  display: inline-table;
  width: 29% !important;
}
#sidebar .woocommerce .product-title, .footer-wp .woocommerce .product-title{
  font-size: 18px;
}
.woocommerce #comments ol li{
  padding: 0 !important;
}
.woocommerce .star-rating{
  float:left;
}
.woocommerce .woocommerce-product-rating{
  line-height: 1;
}
.woocommerce .woocommerce-product-rating a{
  padding-left: 10px;
}
.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price{
  font-size: 16px;
}
.woocommerce #reply-title {
  font-size: 18px;
  font-weight: 600;
}
.topbar .primary-navigation ul ul.sub-menu li, .woocommerce ul.product_list_widget li, #sidebar ul.cart_list li a, #sidebar ul.product_list_widget li a{
  padding: 0;
}
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total{
  padding: 10px 0;
}
.woocommerce .select2-container .select2-selection--single{
  height: 40px;
}
.woocommerce .select2-container--default .select2-selection--single .select2-selection__rendered{
  line-height: 40px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  top:70%;
}
li.cart_box, .woocommerce .widget_shopping_cart .cart_list li a, .woocommerce.widget_shopping_cart .cart_list li a,li.woocommerce-notice.woocommerce-notice--info.woocommerce-info{
  list-style: none;
}
li.woocommerce-notice.woocommerce-notice--info.woocommerce-info{
  padding: 1em 2em 1em 3.5em;
}
.woocommerce form .form-row input.input-text{
  padding: 8px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta,.woocommerce .reviewer{
  font-size: 17px;
}
.related.products .woocommerce ul.products li.product{
  float: none;
  display: inline-table;
}
.woocommerce .related.products h2{
  text-align: left;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title{
  text-align: center;
}
#sidebar .widget_shopping_cart .cart_list li, #sidebar .widget_shopping_cart .cart_list li{
  background: none;
  padding-left: 2em;
}
.woocommerce ul.product_list_widget li,.woocommerce .widget_rating_filter ul li{
  padding-bottom: 10px;
}
ul.cart_list li .star-rating, ul.product_list_widget li .star-rating {
  margin: 5px 0;
}
.woocommerce .woocommerce-product-rating .star-rating{
  margin: 0 !important;
}
.woocommerce ul.products li.product a img, .woocommerce #customer_login h2, #sidebar .star-rating, .footer-wp .star-rating {
  margin: 0;
}
.woocommerce .products .star-rating{
  margin: 5px auto;
}
.woocommerce form.woocommerce-form-login.login .form-row, .woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
  display: block;
  float: none;
}
.woocommerce form .form-row input.input-text{
  border: 1px solid;
}
.woocommerce-Address, .woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2 { 
  max-width: 100%; 
}
.woocommerce a.added_to_cart{
  display: inline-block;
  background: #fcb332;
  color: #384260;
  border-radius: 6px;
  box-shadow: 0 0 0 4px rgb(252 179 50 / 50%);
  padding: 8px 12px;
  font-weight: 600;
  margin-top: 15px;
}
/* --------- Homepage --------- */
#blog_sec i {
  font-size: 13px;
}
.postbtn a {
  font-weight: bold;
  display: inline-block;
  padding: 10px;
  background: #fcb332;
}
.postbtn i {
  font-size: 12px;
}
.blog-section h2 {
  font-size: 22px;
  font-weight: 400;
}
.blog-section h2:after{
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  background: #fcb332;
  margin-top: 7px;
}
.blog-section .section-title a:hover{
  text-decoration:none;
}
.blog-section .new-text p{
  font-size: 14px;
  color: rgba(0, 0, 0, 0.78);
  margin: 10px 0;
  line-height:23px;
}
.inner-service {
  border: 1px solid #384260;
  margin-bottom: 3%;
  margin-top: 3%;
  padding: 15px;
}
.layout1 h2:after{
  margin: 7px auto 0;
}
.post-color {
  height:200px; 
  width:250px; 
  display: inline-block;
}
/* Breadcrumb */
.bradcrumbs{
  padding:30px 0;
}
.bradcrumbs a{
  background:#f1f1f1;
  padding:5px 15px;
  margin-right:5px;
  line-height: 37px;
}
.bradcrumbs a:hover{
  background:#ffd34e;
}
.bradcrumbs span{
  background:#dddddd;
  padding:5px 15px;
}
.new-text p a,.comment p a{
  text-decoration: underline;
}
/* --------- Blog Page ------- */
.metabox{
  background: #f1f1f1;
}
.metabox a {
  color: #384260;
  font-size: 15px;
}
.entry-date:hover i, .entry-date:hover a, .entry-author:hover i, .entry-author:hover a{
  color: #fcb332 !important;
}
.metabox .entry-comments{
  font-size: 15px;
}
h1.page-title {
  margin-top: 10px;
}
.new-text p {
  margin-bottom: 20px;
  margin-top: 10px;
}
.navigation.post-navigation a {
  color: #333;
}
.meta-nav:after {
  content: ":";
  padding: 5px 5px;
}
span.meta-nav {
  font-size: 17px;
  font-weight: bold;
}
/* Related Post */
.navigation.post-navigation {
  margin-bottom: 20px;
  display: inline-block;  
  float: left;
}
.related-inner-box {
  border: 1px solid #384260;
}
.related-inner-box h4 {
  font-size: 18px !important;
}
/* Comments BOX */
#comments h2.comments-title{
  font-size:20px;
  font-weight:bold;
  border-top:2px dotted #7e7e7e;
}
#comments h3.comment-reply-title{
  font-size:20px;
  font-weight:bold;
}
#comments input[type="text"],#comments input[type="email"],#comments textarea {
  padding:12px 10px;
  font-size:18px;
}
#comments input[type="submit"].submit{
  background:#fcb332;
  padding:10px 50px;
  text-transform:uppercase;
  font-weight:bold;
  margin-top:20px;
  margin-left: 0px;
}
#comments a time{
  font-weight:bold;
  font-size:12px;
}
#comments ol {
  list-style: none;
  margin: 10px 0px;
}
#comments ol li {
  list-style: none;
  margin: 0 0 20px !important;
  padding: 20px !important;
  display: inline-block;
  border: solid 1px #f0f0f0;
}
#comments .comment-author {
  width: 50%;
  float: left;
}
.comment-meta.commentmetadata {
  float: right;
  width: 50%;
  text-align: right;
}
.reply {
  margin-bottom: 15px;
  float: left;
}
#comments a.comment-reply-link {
  background: #fcb332;
  padding: 5px 15px;
  text-decoration: none;
}
#comments a.comment-reply-link:hover {
  background: #cecece;
}
.content_box #comments ol li{
  background:none;
  list-style:none;
  margin: 0 0 20px;
  padding: 20px;
  background:#eee;
  display:inline-block;
}
.content_box #comments ul{
  margin:0 0 0 40px;
}
#comments .reply{
  float:right;
  margin-top: 20px;
}
#comments .comment-metadata{
  width:90%;
  float:left;
  padding:1% 0 0 0;
}
#comments .comment-content{
  width:90%;
  float:left;
}
p.comment-form-comment label{
  display: block;
}
.comment-list, ol.comment-list{
  list-style:none;
  margin-left:0;
  margin-top:20px;
  margin-bottom:20px;
}
.comment-list ul, ol.comment-list ul{
  list-style:none;
}
.comment-list li.comment{
  margin-top:20px;
}
.comment-list .comment-content h1,.comment-list .comment-content h2,.comment-list .comment-content h3,.comment-list .comment-content h4,.comment-list .comment-content h5,.comment-list .comment-content h6{
  margin-top:15px;
}
.content_box, .single-product .background-img-skin{
  margin: 36px 0;
}
p.logged-in-as a{
  color: #384260;
}
.comment-meta.commentmetadata a {
  color: #333;
  text-decoration: underline;
}
/*--------------- Sidebar -----------------*/
#sidebar {
  padding-top: 36px;
}
#sidebar form{
  display: table;
}
#sidebar h3{
  margin:0 0 10px;
  font-size:22px;
  color:#384260;
}
#sidebar h3:after{
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background: #fcb332;
  margin-top: 7px;
}
.widget_categories select {
  padding: 6px;
}
#sidebar select {
  padding: 10px;
}
#sidebar input[type="search"] {
  background:transparent;
  padding:10px 10px; 
  border:solid 1px #384260; 
  font-size:15px; 
  color:#384260;
  margin-bottom: 10px;
}
input[type="search"] {
  background:transparent;
  padding:10px 10px; 
  border:solid 1px #384260; 
  font-size:15px; 
  color:#384260;
}
#sidebar label{
  width:71%;
  margin-bottom:15px;
}
#sidebar input[type="submit"] {
  background: #384260;
  border: none;
  padding: 11px;
  font-size: 12px;
  margin: 0;
  width: 29%;
}
#sidebar aside,#sidebar .custom-about-us, #sidebar .custom-contact-us{
  margin-bottom:30px;
  border:1px solid #384260;
  padding: 10px;
}
#sidebar ul {
  list-style:none;
  font-size:17px;
}
#sidebar ul li a{ 
  color:rgba(0, 0, 0, 0.78);
  line-height: 32px;
  padding: 0 0 0 2%;
}
#sidebar ul li{
  font-size: 15px; 
  margin:0px 0px;
  background:url(../../../themes/real-estate-realtor/images/bullets-sidebar.png) no-repeat 0px 12px;
  padding-left:15px;
}
#sidebar .tagcloud a{
  color:#384260; 
  font-size:15px !important;
  padding:5px 18px;
  margin:0 0 5px; 
  display:inline-block;
  border: solid 1px;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
}
.widget.widget_calendar table {
  margin: 0;
}
.widget_calendar td,.widget_calendar th {
  line-height: 2.5;
  padding: 0;
  text-align: center;
}
.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 1.75em;
  padding-left: 15px;
}
.widget_calendar tbody a {
  background-color: #fcb332;
  display: block;
  font-weight: 700;
}
#sidebar form.search-form {
  display: table;
  border-radius: 20px;
}
#sidebar .widget_calendar td,#sidebar .widget_calendar th ,#sidebar .widget.widget_calendar table{
  border: 1px solid;
}
#sidebar .wp-block-latest-comments li a:hover{
  color: #fcb332;
}
/* About widget */
.custom-about-us img {
  box-shadow: 2px 2px 8px #909090;
}
.footer-wp .custom-about-us h3{
  text-align: center;
}
h3.custom_title:after {
  margin: 0 auto;
}
.about-social_links i {
  width: 30px;
  height: 30px;
  line-height: 2;
  font-size: 15px;
  border-radius: 5px;
  box-shadow: 2px 2px 4px #909090;
}
.about-social_links i.fab.fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.about-social_links i.fab.fa-pinterest-p {
  background: #bd081c;
}
.about-social_links i.fab.fa-linkedin-in {
  background: #1b85bc;
}
.about-social_links i.fab.fa-twitter {
  background: #53a8ea;
}
.about-social_links i.fab.fa-facebook-f {
  background: #45619d;
}
.custom_read_more {
  font-size: 15px;
}
.custom-about-us form {
  text-align: left;
}
.custom_read_more a{
  border: solid 1px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
#sidebar .custom_read_more a{
  color: #384260;
}
/*------------- Contact us widgets --------------*/
.custom_details {
  font-size: 16px;
  font-weight: bold;
}
.custom-contact-us p{
  font-size: 15px;
}
.footer-wp .custom-contact-us input[type="submit"], .footer-wp .custom-contact-us button{
  padding: 5px 0;
}
.footer-wp .custom-contact-us div.wpcf7-validation-errors, .footer-wp .custom-contact-us div.wpcf7-acceptance-missing{
  border: 2px solid #fcb332;
}
#sidebar .custom-contact-us form {
  text-align: left;
}
#sidebar .custom-contact-us input[type="submit"]{
  padding: 10px;
}
#sidebar-footer .custom-contact-us input,#sidebar-footer .custom-contact-us textarea{
  margin-bottom: 0;
}
.custom-contact-us input[type="text"],.custom-contact-us input[type="email"], .custom-contact-us input[type="phno"], textarea{
  padding: 4px;
}
#sidebar-footer .custom-contact-us input{
  border-radius: 0;
  font-weight: 600;
}
.custom-contact-us p {
  font-family: 'Roboto', sans-serif;
}
/* Page */
.single-post .metabox .entry-comments,.single-post .metabox .entry-author,.single-post .metabox .entry-date,.single-post .metabox .entry-time {
  display: inline-block;
}
.content_box ul{
  list-style:none;
  margin:0 0 0 10px;
  padding:10px 0 0;
  font-size:16px;
}
.content_box ul li{
  list-style-type: circle;
  padding:0 0 0 4px;
  margin:0 0 20px 0;
  line-height:25px;
}
.content_box ul li ul li{
  list-style-type: circle;
}
.content_box ol{
  list-style: none;
  margin:0 0 0 0px;
  padding:10px 0 0 0;
  font-size:16px;
  counter-reset: myCounter;
}
.content_box ol li{
  list-style-type: circle;
  padding:0 0 0 0;
  margin:0 0 20px 0;
}
.content_box ol li ol li{
  margin:0 0 20px 0;
  padding:0 0 0 5px;
}
.content_box  h5{
  margin:0 0 15px;
  font-size:18px;
  padding:0;
}
a.button {
  border: 2px solid #384260;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.page-content .read-moresec a.button{
  border: 2px solid #fcb332;
  background: #fcb332;
  font-size: 15px;
  font-weight: bold;
}
.page-content .read-moresec a.button:hover{
  border: 2px solid #384260;
  background: #384260;
}
/*preloader*/
.frame {
  position: fixed;
  border-radius: 2px;
  background: #384260;
  z-index: 99999999;
  top: 0;
  left: 0;
}
.loader {
  position: absolute;
  width: 220px;
  height: 220px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dot-1 {
  position: absolute;
  z-index: 3;
  width: 30px;
  height: 30px;
  top: 95px;
  left: 95px;
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: jump-jump-1 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;
          animation: jump-jump-1 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;
}
.dot-2 {
  position: absolute;
  z-index: 2;
  width: 60px;
  height: 60px;
  top: 80px;
  left: 80px;
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: jump-jump-2 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;
          animation: jump-jump-2 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;
}
.dot-3 {
  position: absolute;
  z-index: 1;
  width: 90px;
  height: 90px;
  top: 65px;
  left: 65px;
  border-radius: 50%;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation: jump-jump-3 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;
          animation: jump-jump-3 2s cubic-bezier(0.21, 0.98, 0.6, 0.99) infinite alternate;
}
@-webkit-keyframes jump-jump-1 {
  0%, 70% {
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes jump-jump-1 {
  0%, 70% {
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes jump-jump-2 {
  0%, 40% {
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes jump-jump-2 {
  0%, 40% {
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes jump-jump-3 {
  0%, 10% {
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes jump-jump-3 {
  0%, 10% {
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*copyright css*/
#scrollbutton i {
  position: fixed;
  bottom: 70px;
  right: 20px;
  font-size: 22px;
  padding: 12px 17px;  
  border: solid 2px  #fcb332;
  color:  #fff;
  z-index: 9999;
  border-radius: 6px;
  background: #fcb332;
  text-shadow: 1px 1px 2px;
  box-shadow: 0 0 0 4px rgb(252 179 50 / 50%);
}
.left i{
  left: 20px;
  right: auto !important;
}
.center i{
  left: 50%;
  right: auto !important;
}
.copyright-wrapper { 
  background-color: #fcb332;
  font-size: 15px;
  text-align: center;
}
.footer-wp {
  background: #121212;
}
.footer-wp h3 {
  text-align: left;
  font-size: 20px;
  color: #fcb332;
}
.footer-wp h3:after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #fcb332;
  margin-top: 7px;
}
.footer-wp input[type="search"]{
  padding:12px 5%;
  border: 1px solid #fff;
}
.footer-wp input[type="submit"], .footer-wp button, #sidebar button {
  padding: 10px 12px;
  border: none;
  background: #fcb332;
  border-radius: 6px;
  font-size: 16px;
}
#sidebar button:hover, .footer-wp button:hover{
  background: #384260;
  color: #fff !important;
}
.footer-wp button, #sidebar button{
  margin-top:0px;
}
.footer-wp caption {
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}
.footer-wp table,.footer-wp th,.footer-wp td {
  border: 1px solid #858282;
  text-align: center;
}
.footer-wp th {
  text-align: center;
}
.footer-wp select {
  padding: 8px 5px;
}
.footer-wp li a {
  font-size: 15px;
}
.footer-wp ul li {
  list-style: none;
  padding: 5px 0;
}
.footer-wp ul {
  margin: 0;
}
.footer-wp .widget {
  margin: 6% 10px;
}
.footer-wp .tagcloud a {
  color: #333;
  background: #ddd;
  font-size: 15px !important;
  padding: 5px 18px;
  margin: 0 0 5px;
  display: inline-block;
}
.textwidget p a,.woocommerce-product-details__short-description p a,#tab-description p a{
  text-decoration: underline;
}
/* Pagination */
.pagination {
  position:relative;
  font-size:12px;  
  line-height:13px;
  font-weight:bold;
} 
.pagination span, .pagination a {
  padding: 12px 16px;
  display: block;
  float: left;
  margin: 3px;
  text-decoration: none;
  width: auto;
  background: #384260;
  -webkit-transition: background .15s ease-in-out;
  -moz-transition: background .15s ease-in-out;
  -ms-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  font-weight: bold;
} 
.pagination .current{
  background: #fcb332;
  font-weight:bold;
}
.content_box .pagination ul li, .content_box .pagination ul{
  margin:0;
}
.new-text a{
  text-decoration: underline;
}
.nav-links {
  padding: 10px 0;
}
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}
.nav-previous{
  display: inline-block;
}
.nav-next,.post-navigation .nav-next {
  margin-top: 0;
}
.tags{
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
}
.tags a {
  text-decoration: none!important;
  font-weight: 500;
  border-radius: 3px; 
  background: #f8f8f8;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0,0,0,.08);
  text-shadow: none;
  line-height: 3.5;
  padding: 8px;
  margin: 5px;
  font-size: 15px;
  color: #333;
}
.tags a:hover {
  background: #fcb332;
}
/*responsive menu*/
@media screen and (max-width:720px) {
  .page-template-home-page #header {
    position: static;
    background: #fcb332;
  }
  .new-text .alignwide {
    margin-left: 5px;
    margin-right: 5px;
  }
  #slider .inner_carousel p{
    display: none;
  }
  #slider .carousel-caption{
    right: 0;
    left: 0;
  }
  #slider .carousel-control-prev-icon, #slider .carousel-control-next-icon{
    padding: 10px 15px;
  }
  #sidebar input[type="submit"]{
    padding: 11px 15px;
  }
  .products li{
    width: 100% !important;
    margin: 0 0 10px 0 !important;
  }
  .blog-section .button {
    margin: 0 auto;
    display: block;
    width: 34%;
  }
  #slider .carousel-caption, #slider .inner_carousel, #slider .inner_carousel h1, #slider .inner_carousel p{
    text-align: center !important;
    left: 15% !important;
    right: 15% !important;
  }
  #slider img{
    height: auto !important;
  }
  .page-template-home-page .icon-color{
    color: #fff !important;
  }
  .topbar span{
    display: block;
    margin: 0 0 10px;
    text-align: center;
  }
  .search-box{
    padding: 10px !important;
  }
}
@media screen and (max-width: 375px) and (min-width: 320px){
  #scrollbutton i {
    bottom: 95px;
  }
}
@media screen and (max-width: 999px) and (min-width: 720px){
  .new-text .alignwide {
    margin-left: -15px;
    margin-right: -15px;
  }
  #slider .carousel-caption {
    top: 50%;
  }
  #slider .carousel-content{
    padding: 0 10px;
  }
  .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 46%;
    margin-right: 10px !important;
  }
  #slider .inner_carousel p{
    display: none;
  }
  #sidebar input[type="submit"]{
    padding: 11px 1px;
  }
  .woocommerce ul.products[class*=columns-] li.product:nth-child(2n){
    float: left;
  }
  .page-template-home-page #header{
    position: static;
    background: #fcb332;
  }
  .page-template-home-page .icon-color{
    color: #fff !important;
  }
}
@media screen and (max-width: 1024px) and (min-width:1000px){
  .woocommerce .woocommerce-ordering{
    margin-top: 1px !important;
  }
  .new-text .alignwide {
    margin-left: -15px;
    margin-right: -15px;
  }
  #sidebar input[type="submit"]{
    padding: 11px 15px;
  }
  #slider .carousel-caption {
    top: 50%;
    left: 20% !important;
    right: 20% !important;
  }
  #slider .carousel-content{
    padding: 0 10px;
  }
}
@media screen and (max-width: 1000px){
  a.closebtn.responsive-menu, .menu-brand.primary-nav span, .menu-brand.resp-menu .cat-content, .primary-navigation ul li a, .menubar .primary-navigation ul li, .search-form, .page-template-custom-front-page #header, .navbar-header .cat-content, .menu-header .cart_no a, #search, #navbar-header form.search-form, #woonavbar-header form.search-form{
    display: block;
  }
  .toggle-menu,#slider h1{
    display: none;
  }
  .primary-navigation ul li{
    border: none;
  }
  #header .logo{
    text-align: center;
  }
  #popular-properties .tablinks {
    margin-bottom: 12px;
  }
  #header .logo, .primary-navigation li{
    padding: 0;
  }
  #navbar-header span,#woonavbar-header .cart_no, #woonavbar-header .cart-value{
    display: block; 
    text-align: left;
    padding: 15px;
    border-bottom: 1px solid #eee;
    color: #384260;
  }
  #navbar-header .socialbox:last-child, #woonavbar-header .socialbox:last-child{
    border-bottom: none;
  }
  #navbar-header span i, #woonavbar-header span i{
    margin-right: 5px;
  }
  #navbar-header input[type='submit'], #woonavbar-header input[type='submit']{
    padding: 10px 3px;
    text-indent: -9999px;
    z-index: 999;
    background: url(../../../themes/real-estate-realtor/images/search.png) no-repeat 4px 10px;
    position: absolute;
    width: 20%;
    margin:0;
  }
  #navbar-header form.search-form, #woonavbar-header form.search-form{
    border-bottom:1px solid #eee;
    margin-bottom: 10px;
  }
  #navbar-header form.search-form label, #woonavbar-header form.search-form label{
    margin:0;
    width: 80%;
  }
  #navbar-header input.search-field, #woonavbar-header input.search-field{
    padding: 10px;
    width: 100%;
    background: transparent;
    border:none;
  }
  .toggle-menu {
    cursor: pointer;
  }
  .toggle-menu i {
    font-size: 28px;
    color: #fcb332;
    background: #fff;
    padding: 7px 12px;
    border-radius: 6px;
    box-shadow: 0 0 0 4px rgb(255 255 255 / 30%);
  }
  .toggle-menu button {
    background: transparent;
    border: none;
  }
  .menu-brand {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s width ease-in-out;
    padding-top: 60px;
    visibility: hidden;
  }
  .menu-brand.show, .menu-brand.resp-menu.show{
    visibility: visible;
    width: 250px;
    transition: 0.5s width ease-in-out;
  }
  .menu-brand .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 30px;
    margin-left: 50px;
    display: block;
    color: #384260;
    border:none;
    padding: 0 15px;
    background: transparent;
  }
  .menu-brand #site-navigation, .primary-navigation ul ul {
    width: 100%;
  }
  .menubar .primary-navigation ul li{
    border-top:1px #303030 solid; 
  }
  .primary-navigation ul li a{
    padding: 15px;
    border:none;
    background-color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    color: #384260 !important;
  }
  .primary-navigation ul ul li,.toggle-menu,.primary-navigation ul li ul,.primary-navigation ul li ul ul{ 
    display:block !important;
  }
  .primary-navigation ul li ul li a:before{
    content: "__";
    padding-right: 6px;
    position: relative;
    top: -6px;
  }
  .primary-navigation ul li ul li ul li a{
    padding-left:30px !important;
  }  
  .primary-navigation ul li ul, .primary-navigation ul li ul ul {
    display: block !important;
    opacity: 1 !important;
    height: auto !important;
  }
  .primary-navigation ul ul{
    position: static;
  }
  .primary-navigation ul ul a:hover, .primary-navigation ul ul a:focus{
    color: #384260;
  }
  .primary-navigation ul ul a:focus{
    background: transparent !important;
  }
  #navbar-header, #woonavbar-header {
    display: inline;
    box-shadow: 0px 0px 12px #333;
  }
  #navbar-header a:focus, #woonavbar-header a:focus, .main-menu-navigation a:focus, a.closebtn:focus{
    outline: 1px solid #384260 !important;
    border-bottom: 2px solid #384260 !important;
  }
  .menu-header .toggle-menu, #navbar-header, #woonavbar-header{
    text-align: left;
  }
  .primary-navigation ul{
    display: grid;
    margin: 0;
  }
  #navbar-header, #woonavbar-header, .primary-navigation ul ul a:hover, .primary-navigation ul ul a:focus, .primary-navigation ul ul, .main-menu-navigation,.primary-navigation .current_page_item > a,.primary-navigation .current-menu-item > a,.primary-navigation .current_page_ancestor > a{
    background:#fff;
  }
  .menu-header .toggle-menu {
    display: none;
    width: 100%;
  }
  .scrollbutton.center i{
    left: 44%;
    right: 50%;
  }
  .scrollbutton.left i {
    left: 18px;
  }
}/*!
 * Font Awesome Free 5.0.6 by @fontawesome - http://fontawesome.com
 * License - http://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frown:before {
  content: "\f119"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-key:before {
  content: "\f084"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-male:before {
  content: "\f183"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-moon:before {
  content: "\f186"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-percent:before {
  content: "\f295"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-print:before {
  content: "\f02f"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-road:before {
  content: "\f018"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-strava:before {
  content: "\f428"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }
@font-face {font-display:swap;
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url(../../../themes/real-estate-realtor/webfonts/fa-brands-400.eot);
  src: url("../../../themes/real-estate-realtor/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url(../../../themes/real-estate-realtor/webfonts/fa-brands-400.woff2) format("woff2"), url(../../../themes/real-estate-realtor/webfonts/fa-brands-400.woff) format("woff"), url(../../../themes/real-estate-realtor/webfonts/fa-brands-400.ttf) format("truetype"), url("../../../themes/real-estate-realtor/webfonts/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }
@font-face {font-display:swap;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url(../../../themes/real-estate-realtor/webfonts/fa-regular-400.eot);
  src: url("../../../themes/real-estate-realtor/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url(../../../themes/real-estate-realtor/webfonts/fa-regular-400.woff2) format("woff2"), url(../../../themes/real-estate-realtor/webfonts/fa-regular-400.woff) format("woff"), url(../../../themes/real-estate-realtor/webfonts/fa-regular-400.ttf) format("truetype"), url("../../../themes/real-estate-realtor/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400; }
@font-face {font-display:swap;
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url(../../../themes/real-estate-realtor/webfonts/fa-solid-900.eot);
  src: url("../../../themes/real-estate-realtor/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url(../../../themes/real-estate-realtor/webfonts/fa-solid-900.woff2) format("woff2"), url(../../../themes/real-estate-realtor/webfonts/fa-solid-900.woff) format("woff"), url(../../../themes/real-estate-realtor/webfonts/fa-solid-900.ttf) format("truetype"), url("../../../themes/real-estate-realtor/webfonts/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; }
#cookie-notice{position:fixed;min-width:100%;height:auto;z-index:100000;font-size:13px;letter-spacing:0;line-height:20px;left:0;text-align:center;font-weight:400;font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif}#cookie-notice,#cookie-notice *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}#cookie-notice.cn-animated{-webkit-animation-duration:0.5s!important;animation-duration:0.5s!important;-webkit-animation-fill-mode:both;animation-fill-mode:both}#cookie-notice.cn-animated.cn-effect-none{-webkit-animation-duration:0.001s!important;animation-duration:0.001s!important}#cookie-notice .cookie-notice-container{display:block}#cookie-notice.cookie-notice-hidden .cookie-notice-container{display:none}#cookie-notice .cookie-revoke-container{display:block}#cookie-notice.cookie-revoke-hidden .cookie-revoke-container{display:none}.cn-position-top{top:0}.cn-position-bottom{bottom:0}.cookie-notice-container{padding:15px 30px;text-align:center;width:100%;z-index:2}.cookie-revoke-container{padding:15px 30px;width:100%;z-index:1}.cn-close-icon{position:absolute;right:15px;top:50%;margin-top:-10px;width:15px;height:15px;opacity:.5;padding:10px;outline:none;cursor:pointer}.cn-close-icon:hover{opacity:1}.cn-close-icon:before,.cn-close-icon:after{position:absolute;content:' ';height:15px;width:2px;top:3px;background-color:rgba(128,128,128,1)}.cn-close-icon:before{transform:rotate(45deg)}.cn-close-icon:after{transform:rotate(-45deg)}#cookie-notice .cn-revoke-cookie{margin:0}#cookie-notice .cn-button{margin:0 0 0 10px;display:inline-block}#cookie-notice .cn-button:not(.cn-button-custom){font-family:-apple-system,BlinkMacSystemFont,Arial,Roboto,"Helvetica Neue",sans-serif;font-weight:400;font-size:13px;letter-spacing:.25px;line-height:20px;margin:0 0 0 10px;text-align:center;text-transform:none;display:inline-block;cursor:pointer;touch-action:manipulation;white-space:nowrap;outline:none;box-shadow:none;text-shadow:none;border:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;text-decoration:none;padding:8.5px 10px;line-height:1;color:inherit}.cn-text-container{margin:0 0 6px 0}.cn-text-container,.cn-buttons-container{display:inline-block}#cookie-notice.cookie-notice-visible.cn-effect-none,#cookie-notice.cookie-revoke-visible.cn-effect-none{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-none{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-fade,#cookie-notice.cookie-revoke-visible.cn-effect-fade{-webkit-animation-name:fadeIn;animation-name:fadeIn}#cookie-notice.cn-effect-fade{-webkit-animation-name:fadeOut;animation-name:fadeOut}#cookie-notice.cookie-notice-visible.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-effect-slide{-webkit-animation-name:slideInUp;animation-name:slideInUp}#cookie-notice.cn-effect-slide{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}#cookie-notice.cookie-notice-visible.cn-position-top.cn-effect-slide,#cookie-notice.cookie-revoke-visible.cn-position-top.cn-effect-slide{-webkit-animation-name:slideInDown;animation-name:slideInDown}#cookie-notice.cn-position-top.cn-effect-slide{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{from{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@keyframes slideOutDown{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}}@-webkit-keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInDown{from{-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@keyframes slideOutUp{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}}@media all and (max-width:900px){.cookie-notice-container #cn-notice-text{display:block}.cookie-notice-container #cn-notice-buttons{display:block}#cookie-notice .cn-button{margin:0 5px 5px 5px}}@media all and (max-width:480px){.cookie-notice-container,.cookie-revoke-container{padding:15px 25px}}@keyframes rotate-forever{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes spinner-loader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.pum-container,.pum-content,.pum-content+.pum-close,.pum-content+.pum-close:active,.pum-content+.pum-close:focus,.pum-content+.pum-close:hover,.pum-overlay,.pum-title{background:0 0;border:none;bottom:auto;clear:none;cursor:default;float:none;font-family:inherit;font-size:medium;font-style:normal;font-weight:400;height:auto;left:auto;letter-spacing:normal;line-height:normal;max-height:none;max-width:none;min-height:0;min-width:0;overflow:visible;position:static;right:auto;text-align:left;text-decoration:none;text-indent:0;text-transform:none;top:auto;visibility:visible;white-space:normal;width:auto;z-index:auto}.pum-container .pum-content+.pum-close>span,.pum-content,.pum-title{position:relative;z-index:1}.pum-overlay,html.pum-open.pum-open-overlay-disabled.pum-open-fixed .pum-container,html.pum-open.pum-open-overlay.pum-open-fixed .pum-container{position:fixed}.pum-overlay{height:100%;width:100%;top:0;left:0;right:0;bottom:0;z-index:1999999999;overflow:initial;display:none;transition:.15s ease-in-out}.pum-overlay.pum-form-submission-detected,.pum-overlay.pum-preview{display:block}.pum-overlay,.pum-overlay *,.pum-overlay :after,.pum-overlay :before,.pum-overlay:after,.pum-overlay:before{box-sizing:border-box}.pum-container{top:100px;position:absolute;margin-bottom:3em;z-index:1999999999}.pum-container.pum-responsive{left:50%;margin-left:-47.5%;width:95%;height:auto;overflow:visible}.pum-container.pum-responsive img{max-width:100%;height:auto}@media only screen and (min-width:1024px){.pum-container.pum-responsive.pum-responsive-nano{margin-left:-5%;width:10%}.pum-container.pum-responsive.pum-responsive-micro{margin-left:-10%;width:20%}.pum-container.pum-responsive.pum-responsive-tiny{margin-left:-15%;width:30%}.pum-container.pum-responsive.pum-responsive-small{margin-left:-20%;width:40%}.pum-container.pum-responsive.pum-responsive-medium{margin-left:-30%;width:60%}.pum-container.pum-responsive.pum-responsive-normal{margin-left:-30%;width:70%}.pum-container.pum-responsive.pum-responsive-large{margin-left:-35%;width:80%}.pum-container.pum-responsive.pum-responsive-xlarge{margin-left:-47.5%;width:95%}.pum-container.pum-responsive.pum-position-fixed{position:fixed}}@media only screen and (max-width:1024px){.pum-container.pum-responsive.pum-position-fixed{position:absolute}}.pum-container.custom-position{left:auto;top:auto;margin-left:inherit}.pum-container .pum-title{margin-bottom:.5em}.pum-container .pum-content>:last-child,.pum-form__message:last-child{margin-bottom:0}.pum-container .pum-content:focus{outline:0}.pum-container .pum-content>:first-child{margin-top:0}.pum-container .pum-content+.pum-close{text-decoration:none;text-align:center;line-height:1;position:absolute;cursor:pointer;min-width:1em;z-index:2;background-color:transparent}.pum-container.pum-scrollable .pum-content{overflow:auto;overflow-y:scroll;max-height:95%}.pum-overlay.pum-overlay-disabled{visibility:hidden}.pum-overlay.pum-overlay-disabled::-webkit-scrollbar{display:block}.pum-overlay.pum-overlay-disabled .pum-container{visibility:visible}.popmake-close,.pum-overlay.pum-click-to-close{cursor:pointer}html.pum-open.pum-open-overlay,html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay{overflow:hidden}html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]){padding-right:15px}html.pum-open.pum-open-overlay.pum-open-scrollable .pum-overlay.pum-active{overflow-y:scroll;-webkit-overflow-scrolling:touch}html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active{position:static;height:auto;width:auto}.pum-form{margin:0 auto 16px}.pum-form__field{margin-bottom:1em}.pum-form__field label{font-weight:700}.pum-form__field input[type=date],.pum-form__field select{margin:0 auto;font-size:18px;line-height:26px;text-align:center;padding:3px;vertical-align:middle}.pum-form__field select{padding:5px 3px}.pum-form__loader{font-size:2em;animation-duration:.75s;animation-iteration-count:infinite;animation-name:rotate-forever;animation-timing-function:linear;height:.75em;width:.75em;border:.25em solid rgba(0,0,0,.5);border-right-color:transparent;border-radius:50%;display:inline-block}.pum-form__submit{position:relative}.pum-form__submit .pum-form__loader{margin-left:.5em;border:.25em solid rgba(255,255,255,.5);border-right-color:transparent}.pum-form__messages{display:none;border:1px solid rgba(0,0,0,.25);margin-bottom:.5em;padding:1em;position:relative}.pum-form__message{margin-bottom:.5em}.pum-form__message--error{color:red!important;border-color:red}.pum-form__message--success{color:green!important;border-color:green}.pum-form--loading,.pum-sub-form .pum-sub-form-loading{opacity:.5}.pum-alignment-left,.pum-form--alignment-left{text-align:left}.pum-alignment-center{text-align:center}.pum-alignment-right{text-align:right}.pum-form--alignment-center{text-align:center}.pum-form--alignment-right{text-align:right}.pum-form--layout-standard .pum-form__field>label{margin-bottom:.25em;display:block}.pum-form--layout-inline .pum-form__field{display:inline-block}.pum-form--layout-block .pum-form__field,.pum-form--layout-block button,.pum-form--layout-block div,.pum-form--layout-block input{display:block;width:100%}.pum-form--style-default label{font-size:14px;font-weight:700}.pum-form--style-default input[type=email],.pum-form--style-default input[type=text]{background-color:#f8f7f7;margin-bottom:5px;font-size:14px;padding:10px 8px}.pum-form--style-default button{font-size:18px;margin:10px 0 0;padding:10px 5px;cursor:pointer}.pum-sub-form p.pum-newsletter-error-msg{margin:0}.pum-sub-form .spinner-loader{right:50%;position:absolute;bottom:40%}.pum-sub-form .spinner-loader:not(:required){animation:1.5s linear infinite spinner-loader;border-radius:.5em;box-shadow:rgba(0,0,51,.3) 1.5em 0 0 0,rgba(0,0,51,.3) 1.1em 1.1em 0 0,rgba(0,0,51,.3) 0 1.5em 0 0,rgba(0,0,51,.3) -1.1em 1.1em 0 0,rgba(0,0,51,.3) -1.5em 0 0 0,rgba(0,0,51,.3) -1.1em -1.1em 0 0,rgba(0,0,51,.3) 0 -1.5em 0 0,rgba(0,0,51,.3) 1.1em -1.1em 0 0;display:inline-block;font-size:10px;width:1em;height:1em;margin:1.5em;overflow:hidden;text-indent:100%}.pum-form__field--consent{text-align:left}.pum-form__field--consent.pum-form__field--checkbox label,.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label{display:inline-block;vertical-align:middle}.pum-form__field--consent.pum-form__field--checkbox label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--inline label+label{margin-left:1em}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label{display:block;vertical-align:middle}.pum-form__field--consent.pum-form__field--radio .pum-form__consent-radios.pum-form__consent-radios--stacked label input{display:inline-block;width:inherit;margin:0;vertical-align:middle}.pum-container iframe.formidable{width:100%;overflow:visible}.pika-single,body div#ui-datepicker-div[style]{z-index:9999999999!important}.ich-settings-main-wrap {
  /*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
  /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
  /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
}
.ich-settings-main-wrap html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
.ich-settings-main-wrap body {
  margin: 0;
}
.ich-settings-main-wrap article,
.ich-settings-main-wrap aside,
.ich-settings-main-wrap details,
.ich-settings-main-wrap figcaption,
.ich-settings-main-wrap figure,
.ich-settings-main-wrap footer,
.ich-settings-main-wrap header,
.ich-settings-main-wrap hgroup,
.ich-settings-main-wrap main,
.ich-settings-main-wrap menu,
.ich-settings-main-wrap nav,
.ich-settings-main-wrap section,
.ich-settings-main-wrap summary {
  display: block;
}
.ich-settings-main-wrap audio,
.ich-settings-main-wrap canvas,
.ich-settings-main-wrap progress,
.ich-settings-main-wrap video {
  display: inline-block;
  vertical-align: baseline;
}
.ich-settings-main-wrap audio:not([controls]) {
  display: none;
  height: 0;
}
.ich-settings-main-wrap [hidden],
.ich-settings-main-wrap template {
  display: none;
}
.ich-settings-main-wrap a {
  background-color: transparent;
}
.ich-settings-main-wrap a:active,
.ich-settings-main-wrap a:hover {
  outline: 0;
}
.ich-settings-main-wrap abbr[title] {
  border-bottom: 1px dotted;
}
.ich-settings-main-wrap b,
.ich-settings-main-wrap strong {
  font-weight: bold;
}
.ich-settings-main-wrap dfn {
  font-style: italic;
}
.ich-settings-main-wrap h1 {
  margin: .67em 0;
  font-size: 2em;
}
.ich-settings-main-wrap mark {
  color: #000;
  background: #ff0;
}
.ich-settings-main-wrap small {
  font-size: 80%;
}
.ich-settings-main-wrap sub,
.ich-settings-main-wrap sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
.ich-settings-main-wrap sup {
  top: -0.5em;
}
.ich-settings-main-wrap sub {
  bottom: -0.25em;
}
.ich-settings-main-wrap img {
  border: 0;
}
.ich-settings-main-wrap svg:not(:root) {
  overflow: hidden;
}
.ich-settings-main-wrap figure {
  margin: 1em 40px;
}
.ich-settings-main-wrap hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.ich-settings-main-wrap pre {
  overflow: auto;
}
.ich-settings-main-wrap code,
.ich-settings-main-wrap kbd,
.ich-settings-main-wrap pre,
.ich-settings-main-wrap samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
.ich-settings-main-wrap button,
.ich-settings-main-wrap input,
.ich-settings-main-wrap optgroup,
.ich-settings-main-wrap select,
.ich-settings-main-wrap textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
.ich-settings-main-wrap button {
  overflow: visible;
}
.ich-settings-main-wrap button,
.ich-settings-main-wrap select {
  text-transform: none;
}
.ich-settings-main-wrap button,
.ich-settings-main-wrap html input[type="button"],
.ich-settings-main-wrap input[type="reset"],
.ich-settings-main-wrap input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
.ich-settings-main-wrap button[disabled],
.ich-settings-main-wrap html input[disabled] {
  cursor: default;
}
.ich-settings-main-wrap button::-moz-focus-inner,
.ich-settings-main-wrap input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.ich-settings-main-wrap input {
  line-height: normal;
}
.ich-settings-main-wrap input[type="checkbox"],
.ich-settings-main-wrap input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.ich-settings-main-wrap input[type="number"]::-webkit-inner-spin-button,
.ich-settings-main-wrap input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
.ich-settings-main-wrap input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
.ich-settings-main-wrap input[type="search"]::-webkit-search-cancel-button,
.ich-settings-main-wrap input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.ich-settings-main-wrap fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
.ich-settings-main-wrap legend {
  padding: 0;
  border: 0;
}
.ich-settings-main-wrap textarea {
  overflow: auto;
}
.ich-settings-main-wrap optgroup {
  font-weight: bold;
}
.ich-settings-main-wrap table {
  border-spacing: 0;
  border-collapse: collapse;
}
.ich-settings-main-wrap td,
.ich-settings-main-wrap th {
  padding: 0;
}
@media print {
  .ich-settings-main-wrap *,
  .ich-settings-main-wrap *:before,
  .ich-settings-main-wrap *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .ich-settings-main-wrap a,
  .ich-settings-main-wrap a:visited {
    text-decoration: underline;
  }
  .ich-settings-main-wrap a[href]:after {
    content: " (" attr(href) ")";
  }
  .ich-settings-main-wrap abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ich-settings-main-wrap a[href^="#"]:after,
  .ich-settings-main-wrap a[href^="javascript:"]:after {
    content: "";
  }
  .ich-settings-main-wrap pre,
  .ich-settings-main-wrap blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  .ich-settings-main-wrap thead {
    display: table-header-group;
  }
  .ich-settings-main-wrap tr,
  .ich-settings-main-wrap img {
    page-break-inside: avoid;
  }
  .ich-settings-main-wrap img {
    max-width: 100% !important;
  }
  .ich-settings-main-wrap p,
  .ich-settings-main-wrap h2,
  .ich-settings-main-wrap h3 {
    orphans: 3;
    widows: 3;
  }
  .ich-settings-main-wrap h2,
  .ich-settings-main-wrap h3 {
    page-break-after: avoid;
  }
  .ich-settings-main-wrap .navbar {
    display: none;
  }
  .ich-settings-main-wrap .btn > .caret,
  .ich-settings-main-wrap .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .ich-settings-main-wrap .label {
    border: 1px solid #000;
  }
  .ich-settings-main-wrap .table {
    border-collapse: collapse !important;
  }
  .ich-settings-main-wrap .table td,
  .ich-settings-main-wrap .table th {
    background-color: #fff !important;
  }
  .ich-settings-main-wrap .table-bordered th,
  .ich-settings-main-wrap .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {font-display:swap;
  font-family: 'Glyphicons Halflings';
  src: url(../../../plugins/real-estate-manager-pro/assets/admin/fonts/glyphicons-halflings-regular.eot);
  src: url('../../../plugins/real-estate-manager-pro/assets/admin/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url(../../../plugins/real-estate-manager-pro/assets/admin/fonts/glyphicons-halflings-regular.woff2) format('woff2'), url(../../../plugins/real-estate-manager-pro/assets/admin/fonts/glyphicons-halflings-regular.woff) format('woff'), url(../../../plugins/real-estate-manager-pro/assets/admin/fonts/glyphicons-halflings-regular.ttf) format('truetype'), url('../../../plugins/real-estate-manager-pro/assets/admin/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
.ich-settings-main-wrap .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ich-settings-main-wrap .glyphicon-asterisk:before {
  content: "\002a";
}
.ich-settings-main-wrap .glyphicon-plus:before {
  content: "\002b";
}
.ich-settings-main-wrap .glyphicon-euro:before,
.ich-settings-main-wrap .glyphicon-eur:before {
  content: "\20ac";
}
.ich-settings-main-wrap .glyphicon-minus:before {
  content: "\2212";
}
.ich-settings-main-wrap .glyphicon-cloud:before {
  content: "\2601";
}
.ich-settings-main-wrap .glyphicon-envelope:before {
  content: "\2709";
}
.ich-settings-main-wrap .glyphicon-pencil:before {
  content: "\270f";
}
.ich-settings-main-wrap .glyphicon-glass:before {
  content: "\e001";
}
.ich-settings-main-wrap .glyphicon-music:before {
  content: "\e002";
}
.ich-settings-main-wrap .glyphicon-search:before {
  content: "\e003";
}
.ich-settings-main-wrap .glyphicon-heart:before {
  content: "\e005";
}
.ich-settings-main-wrap .glyphicon-star:before {
  content: "\e006";
}
.ich-settings-main-wrap .glyphicon-star-empty:before {
  content: "\e007";
}
.ich-settings-main-wrap .glyphicon-user:before {
  content: "\e008";
}
.ich-settings-main-wrap .glyphicon-film:before {
  content: "\e009";
}
.ich-settings-main-wrap .glyphicon-th-large:before {
  content: "\e010";
}
.ich-settings-main-wrap .glyphicon-th:before {
  content: "\e011";
}
.ich-settings-main-wrap .glyphicon-th-list:before {
  content: "\e012";
}
.ich-settings-main-wrap .glyphicon-ok:before {
  content: "\e013";
}
.ich-settings-main-wrap .glyphicon-remove:before {
  content: "\e014";
}
.ich-settings-main-wrap .glyphicon-zoom-in:before {
  content: "\e015";
}
.ich-settings-main-wrap .glyphicon-zoom-out:before {
  content: "\e016";
}
.ich-settings-main-wrap .glyphicon-off:before {
  content: "\e017";
}
.ich-settings-main-wrap .glyphicon-signal:before {
  content: "\e018";
}
.ich-settings-main-wrap .glyphicon-cog:before {
  content: "\e019";
}
.ich-settings-main-wrap .glyphicon-trash:before {
  content: "\e020";
}
.ich-settings-main-wrap .glyphicon-home:before {
  content: "\e021";
}
.ich-settings-main-wrap .glyphicon-file:before {
  content: "\e022";
}
.ich-settings-main-wrap .glyphicon-time:before {
  content: "\e023";
}
.ich-settings-main-wrap .glyphicon-road:before {
  content: "\e024";
}
.ich-settings-main-wrap .glyphicon-download-alt:before {
  content: "\e025";
}
.ich-settings-main-wrap .glyphicon-download:before {
  content: "\e026";
}
.ich-settings-main-wrap .glyphicon-upload:before {
  content: "\e027";
}
.ich-settings-main-wrap .glyphicon-inbox:before {
  content: "\e028";
}
.ich-settings-main-wrap .glyphicon-play-circle:before {
  content: "\e029";
}
.ich-settings-main-wrap .glyphicon-repeat:before {
  content: "\e030";
}
.ich-settings-main-wrap .glyphicon-refresh:before {
  content: "\e031";
}
.ich-settings-main-wrap .glyphicon-list-alt:before {
  content: "\e032";
}
.ich-settings-main-wrap .glyphicon-lock:before {
  content: "\e033";
}
.ich-settings-main-wrap .glyphicon-flag:before {
  content: "\e034";
}
.ich-settings-main-wrap .glyphicon-headphones:before {
  content: "\e035";
}
.ich-settings-main-wrap .glyphicon-volume-off:before {
  content: "\e036";
}
.ich-settings-main-wrap .glyphicon-volume-down:before {
  content: "\e037";
}
.ich-settings-main-wrap .glyphicon-volume-up:before {
  content: "\e038";
}
.ich-settings-main-wrap .glyphicon-qrcode:before {
  content: "\e039";
}
.ich-settings-main-wrap .glyphicon-barcode:before {
  content: "\e040";
}
.ich-settings-main-wrap .glyphicon-tag:before {
  content: "\e041";
}
.ich-settings-main-wrap .glyphicon-tags:before {
  content: "\e042";
}
.ich-settings-main-wrap .glyphicon-book:before {
  content: "\e043";
}
.ich-settings-main-wrap .glyphicon-bookmark:before {
  content: "\e044";
}
.ich-settings-main-wrap .glyphicon-print:before {
  content: "\e045";
}
.ich-settings-main-wrap .glyphicon-camera:before {
  content: "\e046";
}
.ich-settings-main-wrap .glyphicon-font:before {
  content: "\e047";
}
.ich-settings-main-wrap .glyphicon-bold:before {
  content: "\e048";
}
.ich-settings-main-wrap .glyphicon-italic:before {
  content: "\e049";
}
.ich-settings-main-wrap .glyphicon-text-height:before {
  content: "\e050";
}
.ich-settings-main-wrap .glyphicon-text-width:before {
  content: "\e051";
}
.ich-settings-main-wrap .glyphicon-align-left:before {
  content: "\e052";
}
.ich-settings-main-wrap .glyphicon-align-center:before {
  content: "\e053";
}
.ich-settings-main-wrap .glyphicon-align-right:before {
  content: "\e054";
}
.ich-settings-main-wrap .glyphicon-align-justify:before {
  content: "\e055";
}
.ich-settings-main-wrap .glyphicon-list:before {
  content: "\e056";
}
.ich-settings-main-wrap .glyphicon-indent-left:before {
  content: "\e057";
}
.ich-settings-main-wrap .glyphicon-indent-right:before {
  content: "\e058";
}
.ich-settings-main-wrap .glyphicon-facetime-video:before {
  content: "\e059";
}
.ich-settings-main-wrap .glyphicon-picture:before {
  content: "\e060";
}
.ich-settings-main-wrap .glyphicon-map-marker:before {
  content: "\e062";
}
.ich-settings-main-wrap .glyphicon-adjust:before {
  content: "\e063";
}
.ich-settings-main-wrap .glyphicon-tint:before {
  content: "\e064";
}
.ich-settings-main-wrap .glyphicon-edit:before {
  content: "\e065";
}
.ich-settings-main-wrap .glyphicon-share:before {
  content: "\e066";
}
.ich-settings-main-wrap .glyphicon-check:before {
  content: "\e067";
}
.ich-settings-main-wrap .glyphicon-move:before {
  content: "\e068";
}
.ich-settings-main-wrap .glyphicon-step-backward:before {
  content: "\e069";
}
.ich-settings-main-wrap .glyphicon-fast-backward:before {
  content: "\e070";
}
.ich-settings-main-wrap .glyphicon-backward:before {
  content: "\e071";
}
.ich-settings-main-wrap .glyphicon-play:before {
  content: "\e072";
}
.ich-settings-main-wrap .glyphicon-pause:before {
  content: "\e073";
}
.ich-settings-main-wrap .glyphicon-stop:before {
  content: "\e074";
}
.ich-settings-main-wrap .glyphicon-forward:before {
  content: "\e075";
}
.ich-settings-main-wrap .glyphicon-fast-forward:before {
  content: "\e076";
}
.ich-settings-main-wrap .glyphicon-step-forward:before {
  content: "\e077";
}
.ich-settings-main-wrap .glyphicon-eject:before {
  content: "\e078";
}
.ich-settings-main-wrap .glyphicon-chevron-left:before {
  content: "\e079";
}
.ich-settings-main-wrap .glyphicon-chevron-right:before {
  content: "\e080";
}
.ich-settings-main-wrap .glyphicon-plus-sign:before {
  content: "\e081";
}
.ich-settings-main-wrap .glyphicon-minus-sign:before {
  content: "\e082";
}
.ich-settings-main-wrap .glyphicon-remove-sign:before {
  content: "\e083";
}
.ich-settings-main-wrap .glyphicon-ok-sign:before {
  content: "\e084";
}
.ich-settings-main-wrap .glyphicon-question-sign:before {
  content: "\e085";
}
.ich-settings-main-wrap .glyphicon-info-sign:before {
  content: "\e086";
}
.ich-settings-main-wrap .glyphicon-screenshot:before {
  content: "\e087";
}
.ich-settings-main-wrap .glyphicon-remove-circle:before {
  content: "\e088";
}
.ich-settings-main-wrap .glyphicon-ok-circle:before {
  content: "\e089";
}
.ich-settings-main-wrap .glyphicon-ban-circle:before {
  content: "\e090";
}
.ich-settings-main-wrap .glyphicon-arrow-left:before {
  content: "\e091";
}
.ich-settings-main-wrap .glyphicon-arrow-right:before {
  content: "\e092";
}
.ich-settings-main-wrap .glyphicon-arrow-up:before {
  content: "\e093";
}
.ich-settings-main-wrap .glyphicon-arrow-down:before {
  content: "\e094";
}
.ich-settings-main-wrap .glyphicon-share-alt:before {
  content: "\e095";
}
.ich-settings-main-wrap .glyphicon-resize-full:before {
  content: "\e096";
}
.ich-settings-main-wrap .glyphicon-resize-small:before {
  content: "\e097";
}
.ich-settings-main-wrap .glyphicon-exclamation-sign:before {
  content: "\e101";
}
.ich-settings-main-wrap .glyphicon-gift:before {
  content: "\e102";
}
.ich-settings-main-wrap .glyphicon-leaf:before {
  content: "\e103";
}
.ich-settings-main-wrap .glyphicon-fire:before {
  content: "\e104";
}
.ich-settings-main-wrap .glyphicon-eye-open:before {
  content: "\e105";
}
.ich-settings-main-wrap .glyphicon-eye-close:before {
  content: "\e106";
}
.ich-settings-main-wrap .glyphicon-warning-sign:before {
  content: "\e107";
}
.ich-settings-main-wrap .glyphicon-plane:before {
  content: "\e108";
}
.ich-settings-main-wrap .glyphicon-calendar:before {
  content: "\e109";
}
.ich-settings-main-wrap .glyphicon-random:before {
  content: "\e110";
}
.ich-settings-main-wrap .glyphicon-comment:before {
  content: "\e111";
}
.ich-settings-main-wrap .glyphicon-magnet:before {
  content: "\e112";
}
.ich-settings-main-wrap .glyphicon-chevron-up:before {
  content: "\e113";
}
.ich-settings-main-wrap .glyphicon-chevron-down:before {
  content: "\e114";
}
.ich-settings-main-wrap .glyphicon-retweet:before {
  content: "\e115";
}
.ich-settings-main-wrap .glyphicon-shopping-cart:before {
  content: "\e116";
}
.ich-settings-main-wrap .glyphicon-folder-close:before {
  content: "\e117";
}
.ich-settings-main-wrap .glyphicon-folder-open:before {
  content: "\e118";
}
.ich-settings-main-wrap .glyphicon-resize-vertical:before {
  content: "\e119";
}
.ich-settings-main-wrap .glyphicon-resize-horizontal:before {
  content: "\e120";
}
.ich-settings-main-wrap .glyphicon-hdd:before {
  content: "\e121";
}
.ich-settings-main-wrap .glyphicon-bullhorn:before {
  content: "\e122";
}
.ich-settings-main-wrap .glyphicon-bell:before {
  content: "\e123";
}
.ich-settings-main-wrap .glyphicon-certificate:before {
  content: "\e124";
}
.ich-settings-main-wrap .glyphicon-thumbs-up:before {
  content: "\e125";
}
.ich-settings-main-wrap .glyphicon-thumbs-down:before {
  content: "\e126";
}
.ich-settings-main-wrap .glyphicon-hand-right:before {
  content: "\e127";
}
.ich-settings-main-wrap .glyphicon-hand-left:before {
  content: "\e128";
}
.ich-settings-main-wrap .glyphicon-hand-up:before {
  content: "\e129";
}
.ich-settings-main-wrap .glyphicon-hand-down:before {
  content: "\e130";
}
.ich-settings-main-wrap .glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.ich-settings-main-wrap .glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.ich-settings-main-wrap .glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.ich-settings-main-wrap .glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.ich-settings-main-wrap .glyphicon-globe:before {
  content: "\e135";
}
.ich-settings-main-wrap .glyphicon-wrench:before {
  content: "\e136";
}
.ich-settings-main-wrap .glyphicon-tasks:before {
  content: "\e137";
}
.ich-settings-main-wrap .glyphicon-filter:before {
  content: "\e138";
}
.ich-settings-main-wrap .glyphicon-briefcase:before {
  content: "\e139";
}
.ich-settings-main-wrap .glyphicon-fullscreen:before {
  content: "\e140";
}
.ich-settings-main-wrap .glyphicon-dashboard:before {
  content: "\e141";
}
.ich-settings-main-wrap .glyphicon-paperclip:before {
  content: "\e142";
}
.ich-settings-main-wrap .glyphicon-heart-empty:before {
  content: "\e143";
}
.ich-settings-main-wrap .glyphicon-link:before {
  content: "\e144";
}
.ich-settings-main-wrap .glyphicon-phone:before {
  content: "\e145";
}
.ich-settings-main-wrap .glyphicon-pushpin:before {
  content: "\e146";
}
.ich-settings-main-wrap .glyphicon-usd:before {
  content: "\e148";
}
.ich-settings-main-wrap .glyphicon-gbp:before {
  content: "\e149";
}
.ich-settings-main-wrap .glyphicon-sort:before {
  content: "\e150";
}
.ich-settings-main-wrap .glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.ich-settings-main-wrap .glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.ich-settings-main-wrap .glyphicon-sort-by-order:before {
  content: "\e153";
}
.ich-settings-main-wrap .glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.ich-settings-main-wrap .glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.ich-settings-main-wrap .glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.ich-settings-main-wrap .glyphicon-unchecked:before {
  content: "\e157";
}
.ich-settings-main-wrap .glyphicon-expand:before {
  content: "\e158";
}
.ich-settings-main-wrap .glyphicon-collapse-down:before {
  content: "\e159";
}
.ich-settings-main-wrap .glyphicon-collapse-up:before {
  content: "\e160";
}
.ich-settings-main-wrap .glyphicon-log-in:before {
  content: "\e161";
}
.ich-settings-main-wrap .glyphicon-flash:before {
  content: "\e162";
}
.ich-settings-main-wrap .glyphicon-log-out:before {
  content: "\e163";
}
.ich-settings-main-wrap .glyphicon-new-window:before {
  content: "\e164";
}
.ich-settings-main-wrap .glyphicon-record:before {
  content: "\e165";
}
.ich-settings-main-wrap .glyphicon-save:before {
  content: "\e166";
}
.ich-settings-main-wrap .glyphicon-open:before {
  content: "\e167";
}
.ich-settings-main-wrap .glyphicon-saved:before {
  content: "\e168";
}
.ich-settings-main-wrap .glyphicon-import:before {
  content: "\e169";
}
.ich-settings-main-wrap .glyphicon-export:before {
  content: "\e170";
}
.ich-settings-main-wrap .glyphicon-send:before {
  content: "\e171";
}
.ich-settings-main-wrap .glyphicon-floppy-disk:before {
  content: "\e172";
}
.ich-settings-main-wrap .glyphicon-floppy-saved:before {
  content: "\e173";
}
.ich-settings-main-wrap .glyphicon-floppy-remove:before {
  content: "\e174";
}
.ich-settings-main-wrap .glyphicon-floppy-save:before {
  content: "\e175";
}
.ich-settings-main-wrap .glyphicon-floppy-open:before {
  content: "\e176";
}
.ich-settings-main-wrap .glyphicon-credit-card:before {
  content: "\e177";
}
.ich-settings-main-wrap .glyphicon-transfer:before {
  content: "\e178";
}
.ich-settings-main-wrap .glyphicon-cutlery:before {
  content: "\e179";
}
.ich-settings-main-wrap .glyphicon-header:before {
  content: "\e180";
}
.ich-settings-main-wrap .glyphicon-compressed:before {
  content: "\e181";
}
.ich-settings-main-wrap .glyphicon-earphone:before {
  content: "\e182";
}
.ich-settings-main-wrap .glyphicon-phone-alt:before {
  content: "\e183";
}
.ich-settings-main-wrap .glyphicon-tower:before {
  content: "\e184";
}
.ich-settings-main-wrap .glyphicon-stats:before {
  content: "\e185";
}
.ich-settings-main-wrap .glyphicon-sd-video:before {
  content: "\e186";
}
.ich-settings-main-wrap .glyphicon-hd-video:before {
  content: "\e187";
}
.ich-settings-main-wrap .glyphicon-subtitles:before {
  content: "\e188";
}
.ich-settings-main-wrap .glyphicon-sound-stereo:before {
  content: "\e189";
}
.ich-settings-main-wrap .glyphicon-sound-dolby:before {
  content: "\e190";
}
.ich-settings-main-wrap .glyphicon-sound-5-1:before {
  content: "\e191";
}
.ich-settings-main-wrap .glyphicon-sound-6-1:before {
  content: "\e192";
}
.ich-settings-main-wrap .glyphicon-sound-7-1:before {
  content: "\e193";
}
.ich-settings-main-wrap .glyphicon-copyright-mark:before {
  content: "\e194";
}
.ich-settings-main-wrap .glyphicon-registration-mark:before {
  content: "\e195";
}
.ich-settings-main-wrap .glyphicon-cloud-download:before {
  content: "\e197";
}
.ich-settings-main-wrap .glyphicon-cloud-upload:before {
  content: "\e198";
}
.ich-settings-main-wrap .glyphicon-tree-conifer:before {
  content: "\e199";
}
.ich-settings-main-wrap .glyphicon-tree-deciduous:before {
  content: "\e200";
}
.ich-settings-main-wrap .glyphicon-cd:before {
  content: "\e201";
}
.ich-settings-main-wrap .glyphicon-save-file:before {
  content: "\e202";
}
.ich-settings-main-wrap .glyphicon-open-file:before {
  content: "\e203";
}
.ich-settings-main-wrap .glyphicon-level-up:before {
  content: "\e204";
}
.ich-settings-main-wrap .glyphicon-copy:before {
  content: "\e205";
}
.ich-settings-main-wrap .glyphicon-paste:before {
  content: "\e206";
}
.ich-settings-main-wrap .glyphicon-alert:before {
  content: "\e209";
}
.ich-settings-main-wrap .glyphicon-equalizer:before {
  content: "\e210";
}
.ich-settings-main-wrap .glyphicon-king:before {
  content: "\e211";
}
.ich-settings-main-wrap .glyphicon-queen:before {
  content: "\e212";
}
.ich-settings-main-wrap .glyphicon-pawn:before {
  content: "\e213";
}
.ich-settings-main-wrap .glyphicon-bishop:before {
  content: "\e214";
}
.ich-settings-main-wrap .glyphicon-knight:before {
  content: "\e215";
}
.ich-settings-main-wrap .glyphicon-baby-formula:before {
  content: "\e216";
}
.ich-settings-main-wrap .glyphicon-tent:before {
  content: "\26fa";
}
.ich-settings-main-wrap .glyphicon-blackboard:before {
  content: "\e218";
}
.ich-settings-main-wrap .glyphicon-bed:before {
  content: "\e219";
}
.ich-settings-main-wrap .glyphicon-apple:before {
  content: "\f8ff";
}
.ich-settings-main-wrap .glyphicon-erase:before {
  content: "\e221";
}
.ich-settings-main-wrap .glyphicon-hourglass:before {
  content: "\231b";
}
.ich-settings-main-wrap .glyphicon-lamp:before {
  content: "\e223";
}
.ich-settings-main-wrap .glyphicon-duplicate:before {
  content: "\e224";
}
.ich-settings-main-wrap .glyphicon-piggy-bank:before {
  content: "\e225";
}
.ich-settings-main-wrap .glyphicon-scissors:before {
  content: "\e226";
}
.ich-settings-main-wrap .glyphicon-bitcoin:before {
  content: "\e227";
}
.ich-settings-main-wrap .glyphicon-btc:before {
  content: "\e227";
}
.ich-settings-main-wrap .glyphicon-xbt:before {
  content: "\e227";
}
.ich-settings-main-wrap .glyphicon-yen:before {
  content: "\00a5";
}
.ich-settings-main-wrap .glyphicon-jpy:before {
  content: "\00a5";
}
.ich-settings-main-wrap .glyphicon-ruble:before {
  content: "\20bd";
}
.ich-settings-main-wrap .glyphicon-rub:before {
  content: "\20bd";
}
.ich-settings-main-wrap .glyphicon-scale:before {
  content: "\e230";
}
.ich-settings-main-wrap .glyphicon-ice-lolly:before {
  content: "\e231";
}
.ich-settings-main-wrap .glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}
.ich-settings-main-wrap .glyphicon-education:before {
  content: "\e233";
}
.ich-settings-main-wrap .glyphicon-option-horizontal:before {
  content: "\e234";
}
.ich-settings-main-wrap .glyphicon-option-vertical:before {
  content: "\e235";
}
.ich-settings-main-wrap .glyphicon-menu-hamburger:before {
  content: "\e236";
}
.ich-settings-main-wrap .glyphicon-modal-window:before {
  content: "\e237";
}
.ich-settings-main-wrap .glyphicon-oil:before {
  content: "\e238";
}
.ich-settings-main-wrap .glyphicon-grain:before {
  content: "\e239";
}
.ich-settings-main-wrap .glyphicon-sunglasses:before {
  content: "\e240";
}
.ich-settings-main-wrap .glyphicon-text-size:before {
  content: "\e241";
}
.ich-settings-main-wrap .glyphicon-text-color:before {
  content: "\e242";
}
.ich-settings-main-wrap .glyphicon-text-background:before {
  content: "\e243";
}
.ich-settings-main-wrap .glyphicon-object-align-top:before {
  content: "\e244";
}
.ich-settings-main-wrap .glyphicon-object-align-bottom:before {
  content: "\e245";
}
.ich-settings-main-wrap .glyphicon-object-align-horizontal:before {
  content: "\e246";
}
.ich-settings-main-wrap .glyphicon-object-align-left:before {
  content: "\e247";
}
.ich-settings-main-wrap .glyphicon-object-align-vertical:before {
  content: "\e248";
}
.ich-settings-main-wrap .glyphicon-object-align-right:before {
  content: "\e249";
}
.ich-settings-main-wrap .glyphicon-triangle-right:before {
  content: "\e250";
}
.ich-settings-main-wrap .glyphicon-triangle-left:before {
  content: "\e251";
}
.ich-settings-main-wrap .glyphicon-triangle-bottom:before {
  content: "\e252";
}
.ich-settings-main-wrap .glyphicon-triangle-top:before {
  content: "\e253";
}
.ich-settings-main-wrap .glyphicon-console:before {
  content: "\e254";
}
.ich-settings-main-wrap .glyphicon-superscript:before {
  content: "\e255";
}
.ich-settings-main-wrap .glyphicon-subscript:before {
  content: "\e256";
}
.ich-settings-main-wrap .glyphicon-menu-left:before {
  content: "\e257";
}
.ich-settings-main-wrap .glyphicon-menu-right:before {
  content: "\e258";
}
.ich-settings-main-wrap .glyphicon-menu-down:before {
  content: "\e259";
}
.ich-settings-main-wrap .glyphicon-menu-up:before {
  content: "\e260";
}
.ich-settings-main-wrap * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ich-settings-main-wrap *:before,
.ich-settings-main-wrap *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ich-settings-main-wrap html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ich-settings-main-wrap body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
.ich-settings-main-wrap input,
.ich-settings-main-wrap button,
.ich-settings-main-wrap select,
.ich-settings-main-wrap textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.ich-settings-main-wrap a {
  color: #337ab7;
  text-decoration: none;
}
.ich-settings-main-wrap a:hover,
.ich-settings-main-wrap a:focus {
  color: #23527c;
  text-decoration: underline;
}
.ich-settings-main-wrap a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ich-settings-main-wrap figure {
  margin: 0;
}
.ich-settings-main-wrap img {
  vertical-align: middle;
}
.ich-settings-main-wrap .img-responsive,
.ich-settings-main-wrap .thumbnail > img,
.ich-settings-main-wrap .thumbnail a > img,
.ich-settings-main-wrap .carousel-inner > .item > img,
.ich-settings-main-wrap .carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.ich-settings-main-wrap .img-rounded {
  border-radius: 6px;
}
.ich-settings-main-wrap .img-thumbnail {
  display: inline-block;
  max-width: 100%;
  height: auto;
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ich-settings-main-wrap .img-circle {
  border-radius: 50%;
}
.ich-settings-main-wrap hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.ich-settings-main-wrap .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.ich-settings-main-wrap .sr-only-focusable:active,
.ich-settings-main-wrap .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.ich-settings-main-wrap [role="button"] {
  cursor: pointer;
}
.ich-settings-main-wrap h1,
.ich-settings-main-wrap h2,
.ich-settings-main-wrap h3,
.ich-settings-main-wrap h4,
.ich-settings-main-wrap h5,
.ich-settings-main-wrap h6,
.ich-settings-main-wrap .h1,
.ich-settings-main-wrap .h2,
.ich-settings-main-wrap .h3,
.ich-settings-main-wrap .h4,
.ich-settings-main-wrap .h5,
.ich-settings-main-wrap .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.ich-settings-main-wrap h1 small,
.ich-settings-main-wrap h2 small,
.ich-settings-main-wrap h3 small,
.ich-settings-main-wrap h4 small,
.ich-settings-main-wrap h5 small,
.ich-settings-main-wrap h6 small,
.ich-settings-main-wrap .h1 small,
.ich-settings-main-wrap .h2 small,
.ich-settings-main-wrap .h3 small,
.ich-settings-main-wrap .h4 small,
.ich-settings-main-wrap .h5 small,
.ich-settings-main-wrap .h6 small,
.ich-settings-main-wrap h1 .small,
.ich-settings-main-wrap h2 .small,
.ich-settings-main-wrap h3 .small,
.ich-settings-main-wrap h4 .small,
.ich-settings-main-wrap h5 .small,
.ich-settings-main-wrap h6 .small,
.ich-settings-main-wrap .h1 .small,
.ich-settings-main-wrap .h2 .small,
.ich-settings-main-wrap .h3 .small,
.ich-settings-main-wrap .h4 .small,
.ich-settings-main-wrap .h5 .small,
.ich-settings-main-wrap .h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777;
}
.ich-settings-main-wrap h1,
.ich-settings-main-wrap .h1,
.ich-settings-main-wrap h2,
.ich-settings-main-wrap .h2,
.ich-settings-main-wrap h3,
.ich-settings-main-wrap .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.ich-settings-main-wrap h1 small,
.ich-settings-main-wrap .h1 small,
.ich-settings-main-wrap h2 small,
.ich-settings-main-wrap .h2 small,
.ich-settings-main-wrap h3 small,
.ich-settings-main-wrap .h3 small,
.ich-settings-main-wrap h1 .small,
.ich-settings-main-wrap .h1 .small,
.ich-settings-main-wrap h2 .small,
.ich-settings-main-wrap .h2 .small,
.ich-settings-main-wrap h3 .small,
.ich-settings-main-wrap .h3 .small {
  font-size: 65%;
}
.ich-settings-main-wrap h4,
.ich-settings-main-wrap .h4,
.ich-settings-main-wrap h5,
.ich-settings-main-wrap .h5,
.ich-settings-main-wrap h6,
.ich-settings-main-wrap .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ich-settings-main-wrap h4 small,
.ich-settings-main-wrap .h4 small,
.ich-settings-main-wrap h5 small,
.ich-settings-main-wrap .h5 small,
.ich-settings-main-wrap h6 small,
.ich-settings-main-wrap .h6 small,
.ich-settings-main-wrap h4 .small,
.ich-settings-main-wrap .h4 .small,
.ich-settings-main-wrap h5 .small,
.ich-settings-main-wrap .h5 .small,
.ich-settings-main-wrap h6 .small,
.ich-settings-main-wrap .h6 .small {
  font-size: 75%;
}
.ich-settings-main-wrap h1,
.ich-settings-main-wrap .h1 {
  font-size: 36px;
}
.ich-settings-main-wrap h2,
.ich-settings-main-wrap .h2 {
  font-size: 30px;
}
.ich-settings-main-wrap h3,
.ich-settings-main-wrap .h3 {
  font-size: 24px;
}
.ich-settings-main-wrap h4,
.ich-settings-main-wrap .h4 {
  font-size: 18px;
}
.ich-settings-main-wrap h5,
.ich-settings-main-wrap .h5 {
  font-size: 14px;
}
.ich-settings-main-wrap h6,
.ich-settings-main-wrap .h6 {
  font-size: 12px;
}
.ich-settings-main-wrap p {
  margin: 0 0 10px;
}
.ich-settings-main-wrap .lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .ich-settings-main-wrap .lead {
    font-size: 21px;
  }
}
.ich-settings-main-wrap small,
.ich-settings-main-wrap .small {
  font-size: 85%;
}
.ich-settings-main-wrap mark,
.ich-settings-main-wrap .mark {
  padding: .2em;
  background-color: #fcf8e3;
}
.ich-settings-main-wrap .text-left {
  text-align: left;
}
.ich-settings-main-wrap .text-right {
  text-align: right;
}
.ich-settings-main-wrap .text-center {
  text-align: center;
}
.ich-settings-main-wrap .text-justify {
  text-align: justify;
}
.ich-settings-main-wrap .text-nowrap {
  white-space: nowrap;
}
.ich-settings-main-wrap .text-lowercase {
  text-transform: lowercase;
}
.ich-settings-main-wrap .text-uppercase {
  text-transform: uppercase;
}
.ich-settings-main-wrap .text-capitalize {
  text-transform: capitalize;
}
.ich-settings-main-wrap .text-muted {
  color: #777;
}
.ich-settings-main-wrap .text-primary {
  color: #337ab7;
}
.ich-settings-main-wrap a.text-primary:hover,
.ich-settings-main-wrap a.text-primary:focus {
  color: #286090;
}
.ich-settings-main-wrap .text-success {
  color: #3c763d;
}
.ich-settings-main-wrap a.text-success:hover,
.ich-settings-main-wrap a.text-success:focus {
  color: #2b542c;
}
.ich-settings-main-wrap .text-info {
  color: #31708f;
}
.ich-settings-main-wrap a.text-info:hover,
.ich-settings-main-wrap a.text-info:focus {
  color: #245269;
}
.ich-settings-main-wrap .text-warning {
  color: #8a6d3b;
}
.ich-settings-main-wrap a.text-warning:hover,
.ich-settings-main-wrap a.text-warning:focus {
  color: #66512c;
}
.ich-settings-main-wrap .text-danger {
  color: #a94442;
}
.ich-settings-main-wrap a.text-danger:hover,
.ich-settings-main-wrap a.text-danger:focus {
  color: #843534;
}
.ich-settings-main-wrap .bg-primary {
  color: #fff;
  background-color: #337ab7;
}
.ich-settings-main-wrap a.bg-primary:hover,
.ich-settings-main-wrap a.bg-primary:focus {
  background-color: #286090;
}
.ich-settings-main-wrap .bg-success {
  background-color: #dff0d8;
}
.ich-settings-main-wrap a.bg-success:hover,
.ich-settings-main-wrap a.bg-success:focus {
  background-color: #c1e2b3;
}
.ich-settings-main-wrap .bg-info {
  background-color: #d9edf7;
}
.ich-settings-main-wrap a.bg-info:hover,
.ich-settings-main-wrap a.bg-info:focus {
  background-color: #afd9ee;
}
.ich-settings-main-wrap .bg-warning {
  background-color: #fcf8e3;
}
.ich-settings-main-wrap a.bg-warning:hover,
.ich-settings-main-wrap a.bg-warning:focus {
  background-color: #f7ecb5;
}
.ich-settings-main-wrap .bg-danger {
  background-color: #f2dede;
}
.ich-settings-main-wrap a.bg-danger:hover,
.ich-settings-main-wrap a.bg-danger:focus {
  background-color: #e4b9b9;
}
.ich-settings-main-wrap .page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}
.ich-settings-main-wrap ul,
.ich-settings-main-wrap ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.ich-settings-main-wrap ul ul,
.ich-settings-main-wrap ol ul,
.ich-settings-main-wrap ul ol,
.ich-settings-main-wrap ol ol {
  margin-bottom: 0;
}
.ich-settings-main-wrap .list-unstyled {
  padding-left: 0;
  list-style: none;
}
.ich-settings-main-wrap .list-inline {
  padding-left: 0;
  margin-left: -5px;
  list-style: none;
}
.ich-settings-main-wrap .list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}
.ich-settings-main-wrap dl {
  margin-top: 0;
  margin-bottom: 20px;
}
.ich-settings-main-wrap dt,
.ich-settings-main-wrap dd {
  line-height: 1.42857143;
}
.ich-settings-main-wrap dt {
  font-weight: bold;
}
.ich-settings-main-wrap dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .ich-settings-main-wrap .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .ich-settings-main-wrap .dl-horizontal dd {
    margin-left: 180px;
  }
}
.ich-settings-main-wrap abbr[title],
.ich-settings-main-wrap abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777;
}
.ich-settings-main-wrap .initialism {
  font-size: 90%;
  text-transform: uppercase;
}
.ich-settings-main-wrap blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
.ich-settings-main-wrap blockquote p:last-child,
.ich-settings-main-wrap blockquote ul:last-child,
.ich-settings-main-wrap blockquote ol:last-child {
  margin-bottom: 0;
}
.ich-settings-main-wrap blockquote footer,
.ich-settings-main-wrap blockquote small,
.ich-settings-main-wrap blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}
.ich-settings-main-wrap blockquote footer:before,
.ich-settings-main-wrap blockquote small:before,
.ich-settings-main-wrap blockquote .small:before {
  content: '\2014 \00A0';
}
.ich-settings-main-wrap .blockquote-reverse,
.ich-settings-main-wrap blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eee;
  border-left: 0;
}
.ich-settings-main-wrap .blockquote-reverse footer:before,
.ich-settings-main-wrap blockquote.pull-right footer:before,
.ich-settings-main-wrap .blockquote-reverse small:before,
.ich-settings-main-wrap blockquote.pull-right small:before,
.ich-settings-main-wrap .blockquote-reverse .small:before,
.ich-settings-main-wrap blockquote.pull-right .small:before {
  content: '';
}
.ich-settings-main-wrap .blockquote-reverse footer:after,
.ich-settings-main-wrap blockquote.pull-right footer:after,
.ich-settings-main-wrap .blockquote-reverse small:after,
.ich-settings-main-wrap blockquote.pull-right small:after,
.ich-settings-main-wrap .blockquote-reverse .small:after,
.ich-settings-main-wrap blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
.ich-settings-main-wrap address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.ich-settings-main-wrap code,
.ich-settings-main-wrap kbd,
.ich-settings-main-wrap pre,
.ich-settings-main-wrap samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
.ich-settings-main-wrap code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
.ich-settings-main-wrap kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.ich-settings-main-wrap kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ich-settings-main-wrap pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.ich-settings-main-wrap pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.ich-settings-main-wrap .pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.ich-settings-main-wrap .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .ich-settings-main-wrap .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .ich-settings-main-wrap .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .ich-settings-main-wrap .container {
    width: 1170px;
  }
}
.ich-settings-main-wrap .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.ich-settings-main-wrap .row {
  margin-right: -15px;
  margin-left: -15px;
}
.ich-settings-main-wrap .col-xs-1,
.ich-settings-main-wrap .col-sm-1,
.ich-settings-main-wrap .col-md-1,
.ich-settings-main-wrap .col-lg-1,
.ich-settings-main-wrap .col-xs-2,
.ich-settings-main-wrap .col-sm-2,
.ich-settings-main-wrap .col-md-2,
.ich-settings-main-wrap .col-lg-2,
.ich-settings-main-wrap .col-xs-3,
.ich-settings-main-wrap .col-sm-3,
.ich-settings-main-wrap .col-md-3,
.ich-settings-main-wrap .col-lg-3,
.ich-settings-main-wrap .col-xs-4,
.ich-settings-main-wrap .col-sm-4,
.ich-settings-main-wrap .col-md-4,
.ich-settings-main-wrap .col-lg-4,
.ich-settings-main-wrap .col-xs-5,
.ich-settings-main-wrap .col-sm-5,
.ich-settings-main-wrap .col-md-5,
.ich-settings-main-wrap .col-lg-5,
.ich-settings-main-wrap .col-xs-6,
.ich-settings-main-wrap .col-sm-6,
.ich-settings-main-wrap .col-md-6,
.ich-settings-main-wrap .col-lg-6,
.ich-settings-main-wrap .col-xs-7,
.ich-settings-main-wrap .col-sm-7,
.ich-settings-main-wrap .col-md-7,
.ich-settings-main-wrap .col-lg-7,
.ich-settings-main-wrap .col-xs-8,
.ich-settings-main-wrap .col-sm-8,
.ich-settings-main-wrap .col-md-8,
.ich-settings-main-wrap .col-lg-8,
.ich-settings-main-wrap .col-xs-9,
.ich-settings-main-wrap .col-sm-9,
.ich-settings-main-wrap .col-md-9,
.ich-settings-main-wrap .col-lg-9,
.ich-settings-main-wrap .col-xs-10,
.ich-settings-main-wrap .col-sm-10,
.ich-settings-main-wrap .col-md-10,
.ich-settings-main-wrap .col-lg-10,
.ich-settings-main-wrap .col-xs-11,
.ich-settings-main-wrap .col-sm-11,
.ich-settings-main-wrap .col-md-11,
.ich-settings-main-wrap .col-lg-11,
.ich-settings-main-wrap .col-xs-12,
.ich-settings-main-wrap .col-sm-12,
.ich-settings-main-wrap .col-md-12,
.ich-settings-main-wrap .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.ich-settings-main-wrap .col-xs-1,
.ich-settings-main-wrap .col-xs-2,
.ich-settings-main-wrap .col-xs-3,
.ich-settings-main-wrap .col-xs-4,
.ich-settings-main-wrap .col-xs-5,
.ich-settings-main-wrap .col-xs-6,
.ich-settings-main-wrap .col-xs-7,
.ich-settings-main-wrap .col-xs-8,
.ich-settings-main-wrap .col-xs-9,
.ich-settings-main-wrap .col-xs-10,
.ich-settings-main-wrap .col-xs-11,
.ich-settings-main-wrap .col-xs-12 {
  float: left;
}
.ich-settings-main-wrap .col-xs-12 {
  width: 100%;
}
.ich-settings-main-wrap .col-xs-11 {
  width: 91.66666667%;
}
.ich-settings-main-wrap .col-xs-10 {
  width: 83.33333333%;
}
.ich-settings-main-wrap .col-xs-9 {
  width: 75%;
}
.ich-settings-main-wrap .col-xs-8 {
  width: 66.66666667%;
}
.ich-settings-main-wrap .col-xs-7 {
  width: 58.33333333%;
}
.ich-settings-main-wrap .col-xs-6 {
  width: 50%;
}
.ich-settings-main-wrap .col-xs-5 {
  width: 41.66666667%;
}
.ich-settings-main-wrap .col-xs-4 {
  width: 33.33333333%;
}
.ich-settings-main-wrap .col-xs-3 {
  width: 25%;
}
.ich-settings-main-wrap .col-xs-2 {
  width: 16.66666667%;
}
.ich-settings-main-wrap .col-xs-1 {
  width: 8.33333333%;
}
.ich-settings-main-wrap .col-xs-pull-12 {
  right: 100%;
}
.ich-settings-main-wrap .col-xs-pull-11 {
  right: 91.66666667%;
}
.ich-settings-main-wrap .col-xs-pull-10 {
  right: 83.33333333%;
}
.ich-settings-main-wrap .col-xs-pull-9 {
  right: 75%;
}
.ich-settings-main-wrap .col-xs-pull-8 {
  right: 66.66666667%;
}
.ich-settings-main-wrap .col-xs-pull-7 {
  right: 58.33333333%;
}
.ich-settings-main-wrap .col-xs-pull-6 {
  right: 50%;
}
.ich-settings-main-wrap .col-xs-pull-5 {
  right: 41.66666667%;
}
.ich-settings-main-wrap .col-xs-pull-4 {
  right: 33.33333333%;
}
.ich-settings-main-wrap .col-xs-pull-3 {
  right: 25%;
}
.ich-settings-main-wrap .col-xs-pull-2 {
  right: 16.66666667%;
}
.ich-settings-main-wrap .col-xs-pull-1 {
  right: 8.33333333%;
}
.ich-settings-main-wrap .col-xs-pull-0 {
  right: auto;
}
.ich-settings-main-wrap .col-xs-push-12 {
  left: 100%;
}
.ich-settings-main-wrap .col-xs-push-11 {
  left: 91.66666667%;
}
.ich-settings-main-wrap .col-xs-push-10 {
  left: 83.33333333%;
}
.ich-settings-main-wrap .col-xs-push-9 {
  left: 75%;
}
.ich-settings-main-wrap .col-xs-push-8 {
  left: 66.66666667%;
}
.ich-settings-main-wrap .col-xs-push-7 {
  left: 58.33333333%;
}
.ich-settings-main-wrap .col-xs-push-6 {
  left: 50%;
}
.ich-settings-main-wrap .col-xs-push-5 {
  left: 41.66666667%;
}
.ich-settings-main-wrap .col-xs-push-4 {
  left: 33.33333333%;
}
.ich-settings-main-wrap .col-xs-push-3 {
  left: 25%;
}
.ich-settings-main-wrap .col-xs-push-2 {
  left: 16.66666667%;
}
.ich-settings-main-wrap .col-xs-push-1 {
  left: 8.33333333%;
}
.ich-settings-main-wrap .col-xs-push-0 {
  left: auto;
}
.ich-settings-main-wrap .col-xs-offset-12 {
  margin-left: 100%;
}
.ich-settings-main-wrap .col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.ich-settings-main-wrap .col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.ich-settings-main-wrap .col-xs-offset-9 {
  margin-left: 75%;
}
.ich-settings-main-wrap .col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.ich-settings-main-wrap .col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.ich-settings-main-wrap .col-xs-offset-6 {
  margin-left: 50%;
}
.ich-settings-main-wrap .col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.ich-settings-main-wrap .col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.ich-settings-main-wrap .col-xs-offset-3 {
  margin-left: 25%;
}
.ich-settings-main-wrap .col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.ich-settings-main-wrap .col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.ich-settings-main-wrap .col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .ich-settings-main-wrap .col-sm-1,
  .ich-settings-main-wrap .col-sm-2,
  .ich-settings-main-wrap .col-sm-3,
  .ich-settings-main-wrap .col-sm-4,
  .ich-settings-main-wrap .col-sm-5,
  .ich-settings-main-wrap .col-sm-6,
  .ich-settings-main-wrap .col-sm-7,
  .ich-settings-main-wrap .col-sm-8,
  .ich-settings-main-wrap .col-sm-9,
  .ich-settings-main-wrap .col-sm-10,
  .ich-settings-main-wrap .col-sm-11,
  .ich-settings-main-wrap .col-sm-12 {
    float: left;
  }
  .ich-settings-main-wrap .col-sm-12 {
    width: 100%;
  }
  .ich-settings-main-wrap .col-sm-11 {
    width: 91.66666667%;
  }
  .ich-settings-main-wrap .col-sm-10 {
    width: 83.33333333%;
  }
  .ich-settings-main-wrap .col-sm-9 {
    width: 75%;
  }
  .ich-settings-main-wrap .col-sm-8 {
    width: 66.66666667%;
  }
  .ich-settings-main-wrap .col-sm-7 {
    width: 58.33333333%;
  }
  .ich-settings-main-wrap .col-sm-6 {
    width: 50%;
  }
  .ich-settings-main-wrap .col-sm-5 {
    width: 41.66666667%;
  }
  .ich-settings-main-wrap .col-sm-4 {
    width: 33.33333333%;
  }
  .ich-settings-main-wrap .col-sm-3 {
    width: 25%;
  }
  .ich-settings-main-wrap .col-sm-2 {
    width: 16.66666667%;
  }
  .ich-settings-main-wrap .col-sm-1 {
    width: 8.33333333%;
  }
  .ich-settings-main-wrap .col-sm-pull-12 {
    right: 100%;
  }
  .ich-settings-main-wrap .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .ich-settings-main-wrap .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .ich-settings-main-wrap .col-sm-pull-9 {
    right: 75%;
  }
  .ich-settings-main-wrap .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .ich-settings-main-wrap .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .ich-settings-main-wrap .col-sm-pull-6 {
    right: 50%;
  }
  .ich-settings-main-wrap .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .ich-settings-main-wrap .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .ich-settings-main-wrap .col-sm-pull-3 {
    right: 25%;
  }
  .ich-settings-main-wrap .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .ich-settings-main-wrap .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .ich-settings-main-wrap .col-sm-pull-0 {
    right: auto;
  }
  .ich-settings-main-wrap .col-sm-push-12 {
    left: 100%;
  }
  .ich-settings-main-wrap .col-sm-push-11 {
    left: 91.66666667%;
  }
  .ich-settings-main-wrap .col-sm-push-10 {
    left: 83.33333333%;
  }
  .ich-settings-main-wrap .col-sm-push-9 {
    left: 75%;
  }
  .ich-settings-main-wrap .col-sm-push-8 {
    left: 66.66666667%;
  }
  .ich-settings-main-wrap .col-sm-push-7 {
    left: 58.33333333%;
  }
  .ich-settings-main-wrap .col-sm-push-6 {
    left: 50%;
  }
  .ich-settings-main-wrap .col-sm-push-5 {
    left: 41.66666667%;
  }
  .ich-settings-main-wrap .col-sm-push-4 {
    left: 33.33333333%;
  }
  .ich-settings-main-wrap .col-sm-push-3 {
    left: 25%;
  }
  .ich-settings-main-wrap .col-sm-push-2 {
    left: 16.66666667%;
  }
  .ich-settings-main-wrap .col-sm-push-1 {
    left: 8.33333333%;
  }
  .ich-settings-main-wrap .col-sm-push-0 {
    left: auto;
  }
  .ich-settings-main-wrap .col-sm-offset-12 {
    margin-left: 100%;
  }
  .ich-settings-main-wrap .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .ich-settings-main-wrap .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .ich-settings-main-wrap .col-sm-offset-9 {
    margin-left: 75%;
  }
  .ich-settings-main-wrap .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .ich-settings-main-wrap .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .ich-settings-main-wrap .col-sm-offset-6 {
    margin-left: 50%;
  }
  .ich-settings-main-wrap .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .ich-settings-main-wrap .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .ich-settings-main-wrap .col-sm-offset-3 {
    margin-left: 25%;
  }
  .ich-settings-main-wrap .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .ich-settings-main-wrap .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .ich-settings-main-wrap .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .ich-settings-main-wrap .col-md-1,
  .ich-settings-main-wrap .col-md-2,
  .ich-settings-main-wrap .col-md-3,
  .ich-settings-main-wrap .col-md-4,
  .ich-settings-main-wrap .col-md-5,
  .ich-settings-main-wrap .col-md-6,
  .ich-settings-main-wrap .col-md-7,
  .ich-settings-main-wrap .col-md-8,
  .ich-settings-main-wrap .col-md-9,
  .ich-settings-main-wrap .col-md-10,
  .ich-settings-main-wrap .col-md-11,
  .ich-settings-main-wrap .col-md-12 {
    float: left;
  }
  .ich-settings-main-wrap .col-md-12 {
    width: 100%;
  }
  .ich-settings-main-wrap .col-md-11 {
    width: 91.66666667%;
  }
  .ich-settings-main-wrap .col-md-10 {
    width: 83.33333333%;
  }
  .ich-settings-main-wrap .col-md-9 {
    width: 75%;
  }
  .ich-settings-main-wrap .col-md-8 {
    width: 66.66666667%;
  }
  .ich-settings-main-wrap .col-md-7 {
    width: 58.33333333%;
  }
  .ich-settings-main-wrap .col-md-6 {
    width: 50%;
  }
  .ich-settings-main-wrap .col-md-5 {
    width: 41.66666667%;
  }
  .ich-settings-main-wrap .col-md-4 {
    width: 33.33333333%;
  }
  .ich-settings-main-wrap .col-md-3 {
    width: 25%;
  }
  .ich-settings-main-wrap .col-md-2 {
    width: 16.66666667%;
  }
  .ich-settings-main-wrap .col-md-1 {
    width: 8.33333333%;
  }
  .ich-settings-main-wrap .col-md-pull-12 {
    right: 100%;
  }
  .ich-settings-main-wrap .col-md-pull-11 {
    right: 91.66666667%;
  }
  .ich-settings-main-wrap .col-md-pull-10 {
    right: 83.33333333%;
  }
  .ich-settings-main-wrap .col-md-pull-9 {
    right: 75%;
  }
  .ich-settings-main-wrap .col-md-pull-8 {
    right: 66.66666667%;
  }
  .ich-settings-main-wrap .col-md-pull-7 {
    right: 58.33333333%;
  }
  .ich-settings-main-wrap .col-md-pull-6 {
    right: 50%;
  }
  .ich-settings-main-wrap .col-md-pull-5 {
    right: 41.66666667%;
  }
  .ich-settings-main-wrap .col-md-pull-4 {
    right: 33.33333333%;
  }
  .ich-settings-main-wrap .col-md-pull-3 {
    right: 25%;
  }
  .ich-settings-main-wrap .col-md-pull-2 {
    right: 16.66666667%;
  }
  .ich-settings-main-wrap .col-md-pull-1 {
    right: 8.33333333%;
  }
  .ich-settings-main-wrap .col-md-pull-0 {
    right: auto;
  }
  .ich-settings-main-wrap .col-md-push-12 {
    left: 100%;
  }
  .ich-settings-main-wrap .col-md-push-11 {
    left: 91.66666667%;
  }
  .ich-settings-main-wrap .col-md-push-10 {
    left: 83.33333333%;
  }
  .ich-settings-main-wrap .col-md-push-9 {
    left: 75%;
  }
  .ich-settings-main-wrap .col-md-push-8 {
    left: 66.66666667%;
  }
  .ich-settings-main-wrap .col-md-push-7 {
    left: 58.33333333%;
  }
  .ich-settings-main-wrap .col-md-push-6 {
    left: 50%;
  }
  .ich-settings-main-wrap .col-md-push-5 {
    left: 41.66666667%;
  }
  .ich-settings-main-wrap .col-md-push-4 {
    left: 33.33333333%;
  }
  .ich-settings-main-wrap .col-md-push-3 {
    left: 25%;
  }
  .ich-settings-main-wrap .col-md-push-2 {
    left: 16.66666667%;
  }
  .ich-settings-main-wrap .col-md-push-1 {
    left: 8.33333333%;
  }
  .ich-settings-main-wrap .col-md-push-0 {
    left: auto;
  }
  .ich-settings-main-wrap .col-md-offset-12 {
    margin-left: 100%;
  }
  .ich-settings-main-wrap .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .ich-settings-main-wrap .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .ich-settings-main-wrap .col-md-offset-9 {
    margin-left: 75%;
  }
  .ich-settings-main-wrap .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .ich-settings-main-wrap .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .ich-settings-main-wrap .col-md-offset-6 {
    margin-left: 50%;
  }
  .ich-settings-main-wrap .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .ich-settings-main-wrap .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .ich-settings-main-wrap .col-md-offset-3 {
    margin-left: 25%;
  }
  .ich-settings-main-wrap .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .ich-settings-main-wrap .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .ich-settings-main-wrap .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .ich-settings-main-wrap .col-lg-1,
  .ich-settings-main-wrap .col-lg-2,
  .ich-settings-main-wrap .col-lg-3,
  .ich-settings-main-wrap .col-lg-4,
  .ich-settings-main-wrap .col-lg-5,
  .ich-settings-main-wrap .col-lg-6,
  .ich-settings-main-wrap .col-lg-7,
  .ich-settings-main-wrap .col-lg-8,
  .ich-settings-main-wrap .col-lg-9,
  .ich-settings-main-wrap .col-lg-10,
  .ich-settings-main-wrap .col-lg-11,
  .ich-settings-main-wrap .col-lg-12 {
    float: left;
  }
  .ich-settings-main-wrap .col-lg-12 {
    width: 100%;
  }
  .ich-settings-main-wrap .col-lg-11 {
    width: 91.66666667%;
  }
  .ich-settings-main-wrap .col-lg-10 {
    width: 83.33333333%;
  }
  .ich-settings-main-wrap .col-lg-9 {
    width: 75%;
  }
  .ich-settings-main-wrap .col-lg-8 {
    width: 66.66666667%;
  }
  .ich-settings-main-wrap .col-lg-7 {
    width: 58.33333333%;
  }
  .ich-settings-main-wrap .col-lg-6 {
    width: 50%;
  }
  .ich-settings-main-wrap .col-lg-5 {
    width: 41.66666667%;
  }
  .ich-settings-main-wrap .col-lg-4 {
    width: 33.33333333%;
  }
  .ich-settings-main-wrap .col-lg-3 {
    width: 25%;
  }
  .ich-settings-main-wrap .col-lg-2 {
    width: 16.66666667%;
  }
  .ich-settings-main-wrap .col-lg-1 {
    width: 8.33333333%;
  }
  .ich-settings-main-wrap .col-lg-pull-12 {
    right: 100%;
  }
  .ich-settings-main-wrap .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .ich-settings-main-wrap .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .ich-settings-main-wrap .col-lg-pull-9 {
    right: 75%;
  }
  .ich-settings-main-wrap .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .ich-settings-main-wrap .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .ich-settings-main-wrap .col-lg-pull-6 {
    right: 50%;
  }
  .ich-settings-main-wrap .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .ich-settings-main-wrap .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .ich-settings-main-wrap .col-lg-pull-3 {
    right: 25%;
  }
  .ich-settings-main-wrap .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .ich-settings-main-wrap .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .ich-settings-main-wrap .col-lg-pull-0 {
    right: auto;
  }
  .ich-settings-main-wrap .col-lg-push-12 {
    left: 100%;
  }
  .ich-settings-main-wrap .col-lg-push-11 {
    left: 91.66666667%;
  }
  .ich-settings-main-wrap .col-lg-push-10 {
    left: 83.33333333%;
  }
  .ich-settings-main-wrap .col-lg-push-9 {
    left: 75%;
  }
  .ich-settings-main-wrap .col-lg-push-8 {
    left: 66.66666667%;
  }
  .ich-settings-main-wrap .col-lg-push-7 {
    left: 58.33333333%;
  }
  .ich-settings-main-wrap .col-lg-push-6 {
    left: 50%;
  }
  .ich-settings-main-wrap .col-lg-push-5 {
    left: 41.66666667%;
  }
  .ich-settings-main-wrap .col-lg-push-4 {
    left: 33.33333333%;
  }
  .ich-settings-main-wrap .col-lg-push-3 {
    left: 25%;
  }
  .ich-settings-main-wrap .col-lg-push-2 {
    left: 16.66666667%;
  }
  .ich-settings-main-wrap .col-lg-push-1 {
    left: 8.33333333%;
  }
  .ich-settings-main-wrap .col-lg-push-0 {
    left: auto;
  }
  .ich-settings-main-wrap .col-lg-offset-12 {
    margin-left: 100%;
  }
  .ich-settings-main-wrap .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .ich-settings-main-wrap .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .ich-settings-main-wrap .col-lg-offset-9 {
    margin-left: 75%;
  }
  .ich-settings-main-wrap .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .ich-settings-main-wrap .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .ich-settings-main-wrap .col-lg-offset-6 {
    margin-left: 50%;
  }
  .ich-settings-main-wrap .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .ich-settings-main-wrap .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .ich-settings-main-wrap .col-lg-offset-3 {
    margin-left: 25%;
  }
  .ich-settings-main-wrap .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .ich-settings-main-wrap .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .ich-settings-main-wrap .col-lg-offset-0 {
    margin-left: 0;
  }
}
.ich-settings-main-wrap table {
  background-color: transparent;
}
.ich-settings-main-wrap caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}
.ich-settings-main-wrap th {
  text-align: left;
}
.ich-settings-main-wrap .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.ich-settings-main-wrap .table > thead > tr > th,
.ich-settings-main-wrap .table > tbody > tr > th,
.ich-settings-main-wrap .table > tfoot > tr > th,
.ich-settings-main-wrap .table > thead > tr > td,
.ich-settings-main-wrap .table > tbody > tr > td,
.ich-settings-main-wrap .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.ich-settings-main-wrap .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.ich-settings-main-wrap .table > caption + thead > tr:first-child > th,
.ich-settings-main-wrap .table > colgroup + thead > tr:first-child > th,
.ich-settings-main-wrap .table > thead:first-child > tr:first-child > th,
.ich-settings-main-wrap .table > caption + thead > tr:first-child > td,
.ich-settings-main-wrap .table > colgroup + thead > tr:first-child > td,
.ich-settings-main-wrap .table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.ich-settings-main-wrap .table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.ich-settings-main-wrap .table .table {
  background-color: #fff;
}
.ich-settings-main-wrap .table-condensed > thead > tr > th,
.ich-settings-main-wrap .table-condensed > tbody > tr > th,
.ich-settings-main-wrap .table-condensed > tfoot > tr > th,
.ich-settings-main-wrap .table-condensed > thead > tr > td,
.ich-settings-main-wrap .table-condensed > tbody > tr > td,
.ich-settings-main-wrap .table-condensed > tfoot > tr > td {
  padding: 5px;
}
.ich-settings-main-wrap .table-bordered {
  border: 1px solid #ddd;
}
.ich-settings-main-wrap .table-bordered > thead > tr > th,
.ich-settings-main-wrap .table-bordered > tbody > tr > th,
.ich-settings-main-wrap .table-bordered > tfoot > tr > th,
.ich-settings-main-wrap .table-bordered > thead > tr > td,
.ich-settings-main-wrap .table-bordered > tbody > tr > td,
.ich-settings-main-wrap .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.ich-settings-main-wrap .table-bordered > thead > tr > th,
.ich-settings-main-wrap .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.ich-settings-main-wrap .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.ich-settings-main-wrap .table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
.ich-settings-main-wrap table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
.ich-settings-main-wrap table td[class*="col-"],
.ich-settings-main-wrap table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
.ich-settings-main-wrap .table > thead > tr > td.active,
.ich-settings-main-wrap .table > tbody > tr > td.active,
.ich-settings-main-wrap .table > tfoot > tr > td.active,
.ich-settings-main-wrap .table > thead > tr > th.active,
.ich-settings-main-wrap .table > tbody > tr > th.active,
.ich-settings-main-wrap .table > tfoot > tr > th.active,
.ich-settings-main-wrap .table > thead > tr.active > td,
.ich-settings-main-wrap .table > tbody > tr.active > td,
.ich-settings-main-wrap .table > tfoot > tr.active > td,
.ich-settings-main-wrap .table > thead > tr.active > th,
.ich-settings-main-wrap .table > tbody > tr.active > th,
.ich-settings-main-wrap .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.ich-settings-main-wrap .table-hover > tbody > tr > td.active:hover,
.ich-settings-main-wrap .table-hover > tbody > tr > th.active:hover,
.ich-settings-main-wrap .table-hover > tbody > tr.active:hover > td,
.ich-settings-main-wrap .table-hover > tbody > tr:hover > .active,
.ich-settings-main-wrap .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.ich-settings-main-wrap .table > thead > tr > td.success,
.ich-settings-main-wrap .table > tbody > tr > td.success,
.ich-settings-main-wrap .table > tfoot > tr > td.success,
.ich-settings-main-wrap .table > thead > tr > th.success,
.ich-settings-main-wrap .table > tbody > tr > th.success,
.ich-settings-main-wrap .table > tfoot > tr > th.success,
.ich-settings-main-wrap .table > thead > tr.success > td,
.ich-settings-main-wrap .table > tbody > tr.success > td,
.ich-settings-main-wrap .table > tfoot > tr.success > td,
.ich-settings-main-wrap .table > thead > tr.success > th,
.ich-settings-main-wrap .table > tbody > tr.success > th,
.ich-settings-main-wrap .table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.ich-settings-main-wrap .table-hover > tbody > tr > td.success:hover,
.ich-settings-main-wrap .table-hover > tbody > tr > th.success:hover,
.ich-settings-main-wrap .table-hover > tbody > tr.success:hover > td,
.ich-settings-main-wrap .table-hover > tbody > tr:hover > .success,
.ich-settings-main-wrap .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.ich-settings-main-wrap .table > thead > tr > td.info,
.ich-settings-main-wrap .table > tbody > tr > td.info,
.ich-settings-main-wrap .table > tfoot > tr > td.info,
.ich-settings-main-wrap .table > thead > tr > th.info,
.ich-settings-main-wrap .table > tbody > tr > th.info,
.ich-settings-main-wrap .table > tfoot > tr > th.info,
.ich-settings-main-wrap .table > thead > tr.info > td,
.ich-settings-main-wrap .table > tbody > tr.info > td,
.ich-settings-main-wrap .table > tfoot > tr.info > td,
.ich-settings-main-wrap .table > thead > tr.info > th,
.ich-settings-main-wrap .table > tbody > tr.info > th,
.ich-settings-main-wrap .table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.ich-settings-main-wrap .table-hover > tbody > tr > td.info:hover,
.ich-settings-main-wrap .table-hover > tbody > tr > th.info:hover,
.ich-settings-main-wrap .table-hover > tbody > tr.info:hover > td,
.ich-settings-main-wrap .table-hover > tbody > tr:hover > .info,
.ich-settings-main-wrap .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.ich-settings-main-wrap .table > thead > tr > td.warning,
.ich-settings-main-wrap .table > tbody > tr > td.warning,
.ich-settings-main-wrap .table > tfoot > tr > td.warning,
.ich-settings-main-wrap .table > thead > tr > th.warning,
.ich-settings-main-wrap .table > tbody > tr > th.warning,
.ich-settings-main-wrap .table > tfoot > tr > th.warning,
.ich-settings-main-wrap .table > thead > tr.warning > td,
.ich-settings-main-wrap .table > tbody > tr.warning > td,
.ich-settings-main-wrap .table > tfoot > tr.warning > td,
.ich-settings-main-wrap .table > thead > tr.warning > th,
.ich-settings-main-wrap .table > tbody > tr.warning > th,
.ich-settings-main-wrap .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.ich-settings-main-wrap .table-hover > tbody > tr > td.warning:hover,
.ich-settings-main-wrap .table-hover > tbody > tr > th.warning:hover,
.ich-settings-main-wrap .table-hover > tbody > tr.warning:hover > td,
.ich-settings-main-wrap .table-hover > tbody > tr:hover > .warning,
.ich-settings-main-wrap .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.ich-settings-main-wrap .table > thead > tr > td.danger,
.ich-settings-main-wrap .table > tbody > tr > td.danger,
.ich-settings-main-wrap .table > tfoot > tr > td.danger,
.ich-settings-main-wrap .table > thead > tr > th.danger,
.ich-settings-main-wrap .table > tbody > tr > th.danger,
.ich-settings-main-wrap .table > tfoot > tr > th.danger,
.ich-settings-main-wrap .table > thead > tr.danger > td,
.ich-settings-main-wrap .table > tbody > tr.danger > td,
.ich-settings-main-wrap .table > tfoot > tr.danger > td,
.ich-settings-main-wrap .table > thead > tr.danger > th,
.ich-settings-main-wrap .table > tbody > tr.danger > th,
.ich-settings-main-wrap .table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.ich-settings-main-wrap .table-hover > tbody > tr > td.danger:hover,
.ich-settings-main-wrap .table-hover > tbody > tr > th.danger:hover,
.ich-settings-main-wrap .table-hover > tbody > tr.danger:hover > td,
.ich-settings-main-wrap .table-hover > tbody > tr:hover > .danger,
.ich-settings-main-wrap .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.ich-settings-main-wrap .table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .ich-settings-main-wrap .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .ich-settings-main-wrap .table-responsive > .table {
    margin-bottom: 0;
  }
  .ich-settings-main-wrap .table-responsive > .table > thead > tr > th,
  .ich-settings-main-wrap .table-responsive > .table > tbody > tr > th,
  .ich-settings-main-wrap .table-responsive > .table > tfoot > tr > th,
  .ich-settings-main-wrap .table-responsive > .table > thead > tr > td,
  .ich-settings-main-wrap .table-responsive > .table > tbody > tr > td,
  .ich-settings-main-wrap .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .ich-settings-main-wrap .table-responsive > .table-bordered {
    border: 0;
  }
  .ich-settings-main-wrap .table-responsive > .table-bordered > thead > tr > th:first-child,
  .ich-settings-main-wrap .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .ich-settings-main-wrap .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .ich-settings-main-wrap .table-responsive > .table-bordered > thead > tr > td:first-child,
  .ich-settings-main-wrap .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .ich-settings-main-wrap .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .ich-settings-main-wrap .table-responsive > .table-bordered > thead > tr > th:last-child,
  .ich-settings-main-wrap .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .ich-settings-main-wrap .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .ich-settings-main-wrap .table-responsive > .table-bordered > thead > tr > td:last-child,
  .ich-settings-main-wrap .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .ich-settings-main-wrap .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .ich-settings-main-wrap .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .ich-settings-main-wrap .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .ich-settings-main-wrap .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .ich-settings-main-wrap .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.ich-settings-main-wrap fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
.ich-settings-main-wrap legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
.ich-settings-main-wrap label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
.ich-settings-main-wrap input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ich-settings-main-wrap input[type="radio"],
.ich-settings-main-wrap input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
.ich-settings-main-wrap input[type="file"] {
  display: block;
}
.ich-settings-main-wrap input[type="range"] {
  display: block;
  width: 100%;
}
.ich-settings-main-wrap select[multiple],
.ich-settings-main-wrap select[size] {
  height: auto;
}
.ich-settings-main-wrap input[type="file"]:focus,
.ich-settings-main-wrap input[type="radio"]:focus,
.ich-settings-main-wrap input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ich-settings-main-wrap output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
.ich-settings-main-wrap .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.ich-settings-main-wrap .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ich-settings-main-wrap .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.ich-settings-main-wrap .form-control:-ms-input-placeholder {
  color: #999;
}
.ich-settings-main-wrap .form-control::-webkit-input-placeholder {
  color: #999;
}
.ich-settings-main-wrap .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.ich-settings-main-wrap .form-control[disabled],
.ich-settings-main-wrap .form-control[readonly],
.ich-settings-main-wrap fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.ich-settings-main-wrap .form-control[disabled],
.ich-settings-main-wrap fieldset[disabled] .form-control {
  cursor: not-allowed;
}
.ich-settings-main-wrap textarea.form-control {
  height: auto;
}
.ich-settings-main-wrap input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .ich-settings-main-wrap input[type="date"].form-control,
  .ich-settings-main-wrap input[type="time"].form-control,
  .ich-settings-main-wrap input[type="datetime-local"].form-control,
  .ich-settings-main-wrap input[type="month"].form-control {
    line-height: 34px;
  }
  .ich-settings-main-wrap input[type="date"].input-sm,
  .ich-settings-main-wrap input[type="time"].input-sm,
  .ich-settings-main-wrap input[type="datetime-local"].input-sm,
  .ich-settings-main-wrap input[type="month"].input-sm,
  .ich-settings-main-wrap .input-group-sm input[type="date"],
  .ich-settings-main-wrap .input-group-sm input[type="time"],
  .ich-settings-main-wrap .input-group-sm input[type="datetime-local"],
  .ich-settings-main-wrap .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  .ich-settings-main-wrap input[type="date"].input-lg,
  .ich-settings-main-wrap input[type="time"].input-lg,
  .ich-settings-main-wrap input[type="datetime-local"].input-lg,
  .ich-settings-main-wrap input[type="month"].input-lg,
  .ich-settings-main-wrap .input-group-lg input[type="date"],
  .ich-settings-main-wrap .input-group-lg input[type="time"],
  .ich-settings-main-wrap .input-group-lg input[type="datetime-local"],
  .ich-settings-main-wrap .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}
.ich-settings-main-wrap .form-group {
  margin-bottom: 15px;
}
.ich-settings-main-wrap .radio,
.ich-settings-main-wrap .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ich-settings-main-wrap .radio label,
.ich-settings-main-wrap .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.ich-settings-main-wrap .radio input[type="radio"],
.ich-settings-main-wrap .radio-inline input[type="radio"],
.ich-settings-main-wrap .checkbox input[type="checkbox"],
.ich-settings-main-wrap .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
.ich-settings-main-wrap .radio + .radio,
.ich-settings-main-wrap .checkbox + .checkbox {
  margin-top: -5px;
}
.ich-settings-main-wrap .radio-inline,
.ich-settings-main-wrap .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
.ich-settings-main-wrap .radio-inline + .radio-inline,
.ich-settings-main-wrap .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
.ich-settings-main-wrap input[type="radio"][disabled],
.ich-settings-main-wrap input[type="checkbox"][disabled],
.ich-settings-main-wrap input[type="radio"].disabled,
.ich-settings-main-wrap input[type="checkbox"].disabled,
.ich-settings-main-wrap fieldset[disabled] input[type="radio"],
.ich-settings-main-wrap fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.ich-settings-main-wrap .radio-inline.disabled,
.ich-settings-main-wrap .checkbox-inline.disabled,
.ich-settings-main-wrap fieldset[disabled] .radio-inline,
.ich-settings-main-wrap fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.ich-settings-main-wrap .radio.disabled label,
.ich-settings-main-wrap .checkbox.disabled label,
.ich-settings-main-wrap fieldset[disabled] .radio label,
.ich-settings-main-wrap fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.ich-settings-main-wrap .form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}
.ich-settings-main-wrap .form-control-static.input-lg,
.ich-settings-main-wrap .form-control-static.input-sm {
  padding-right: 0;
  padding-left: 0;
}
.ich-settings-main-wrap .input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.ich-settings-main-wrap select.input-sm {
  height: 30px;
  line-height: 30px;
}
.ich-settings-main-wrap textarea.input-sm,
.ich-settings-main-wrap select[multiple].input-sm {
  height: auto;
}
.ich-settings-main-wrap .form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.ich-settings-main-wrap .form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.ich-settings-main-wrap .form-group-sm textarea.form-control,
.ich-settings-main-wrap .form-group-sm select[multiple].form-control {
  height: auto;
}
.ich-settings-main-wrap .form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.ich-settings-main-wrap .input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.ich-settings-main-wrap select.input-lg {
  height: 46px;
  line-height: 46px;
}
.ich-settings-main-wrap textarea.input-lg,
.ich-settings-main-wrap select[multiple].input-lg {
  height: auto;
}
.ich-settings-main-wrap .form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.ich-settings-main-wrap .form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.ich-settings-main-wrap .form-group-lg textarea.form-control,
.ich-settings-main-wrap .form-group-lg select[multiple].form-control {
  height: auto;
}
.ich-settings-main-wrap .form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.ich-settings-main-wrap .has-feedback {
  position: relative;
}
.ich-settings-main-wrap .has-feedback .form-control {
  padding-right: 42.5px;
}
.ich-settings-main-wrap .form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.ich-settings-main-wrap .input-lg + .form-control-feedback,
.ich-settings-main-wrap .input-group-lg + .form-control-feedback,
.ich-settings-main-wrap .form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.ich-settings-main-wrap .input-sm + .form-control-feedback,
.ich-settings-main-wrap .input-group-sm + .form-control-feedback,
.ich-settings-main-wrap .form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.ich-settings-main-wrap .has-success .help-block,
.ich-settings-main-wrap .has-success .control-label,
.ich-settings-main-wrap .has-success .radio,
.ich-settings-main-wrap .has-success .checkbox,
.ich-settings-main-wrap .has-success .radio-inline,
.ich-settings-main-wrap .has-success .checkbox-inline,
.ich-settings-main-wrap .has-success.radio label,
.ich-settings-main-wrap .has-success.checkbox label,
.ich-settings-main-wrap .has-success.radio-inline label,
.ich-settings-main-wrap .has-success.checkbox-inline label {
  color: #3c763d;
}
.ich-settings-main-wrap .has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.ich-settings-main-wrap .has-success .form-control:focus {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.ich-settings-main-wrap .has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}
.ich-settings-main-wrap .has-success .form-control-feedback {
  color: #3c763d;
}
.ich-settings-main-wrap .has-warning .help-block,
.ich-settings-main-wrap .has-warning .control-label,
.ich-settings-main-wrap .has-warning .radio,
.ich-settings-main-wrap .has-warning .checkbox,
.ich-settings-main-wrap .has-warning .radio-inline,
.ich-settings-main-wrap .has-warning .checkbox-inline,
.ich-settings-main-wrap .has-warning.radio label,
.ich-settings-main-wrap .has-warning.checkbox label,
.ich-settings-main-wrap .has-warning.radio-inline label,
.ich-settings-main-wrap .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.ich-settings-main-wrap .has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.ich-settings-main-wrap .has-warning .form-control:focus {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.ich-settings-main-wrap .has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}
.ich-settings-main-wrap .has-warning .form-control-feedback {
  color: #8a6d3b;
}
.ich-settings-main-wrap .has-error .help-block,
.ich-settings-main-wrap .has-error .control-label,
.ich-settings-main-wrap .has-error .radio,
.ich-settings-main-wrap .has-error .checkbox,
.ich-settings-main-wrap .has-error .radio-inline,
.ich-settings-main-wrap .has-error .checkbox-inline,
.ich-settings-main-wrap .has-error.radio label,
.ich-settings-main-wrap .has-error.checkbox label,
.ich-settings-main-wrap .has-error.radio-inline label,
.ich-settings-main-wrap .has-error.checkbox-inline label {
  color: #a94442;
}
.ich-settings-main-wrap .has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.ich-settings-main-wrap .has-error .form-control:focus {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.ich-settings-main-wrap .has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.ich-settings-main-wrap .has-error .form-control-feedback {
  color: #a94442;
}
.ich-settings-main-wrap .has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.ich-settings-main-wrap .has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.ich-settings-main-wrap .help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .ich-settings-main-wrap .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .ich-settings-main-wrap .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .ich-settings-main-wrap .form-inline .form-control-static {
    display: inline-block;
  }
  .ich-settings-main-wrap .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .ich-settings-main-wrap .form-inline .input-group .input-group-addon,
  .ich-settings-main-wrap .form-inline .input-group .input-group-btn,
  .ich-settings-main-wrap .form-inline .input-group .form-control {
    width: auto;
  }
  .ich-settings-main-wrap .form-inline .input-group > .form-control {
    width: 100%;
  }
  .ich-settings-main-wrap .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .ich-settings-main-wrap .form-inline .radio,
  .ich-settings-main-wrap .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .ich-settings-main-wrap .form-inline .radio label,
  .ich-settings-main-wrap .form-inline .checkbox label {
    padding-left: 0;
  }
  .ich-settings-main-wrap .form-inline .radio input[type="radio"],
  .ich-settings-main-wrap .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .ich-settings-main-wrap .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.ich-settings-main-wrap .form-horizontal .radio,
.ich-settings-main-wrap .form-horizontal .checkbox,
.ich-settings-main-wrap .form-horizontal .radio-inline,
.ich-settings-main-wrap .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}
.ich-settings-main-wrap .form-horizontal .radio,
.ich-settings-main-wrap .form-horizontal .checkbox {
  min-height: 27px;
}
.ich-settings-main-wrap .form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .ich-settings-main-wrap .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}
.ich-settings-main-wrap .form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .ich-settings-main-wrap .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .ich-settings-main-wrap .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.ich-settings-main-wrap .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.ich-settings-main-wrap .btn:focus,
.ich-settings-main-wrap .btn:active:focus,
.ich-settings-main-wrap .btn.active:focus,
.ich-settings-main-wrap .btn.focus,
.ich-settings-main-wrap .btn:active.focus,
.ich-settings-main-wrap .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ich-settings-main-wrap .btn:hover,
.ich-settings-main-wrap .btn:focus,
.ich-settings-main-wrap .btn.focus {
  color: #333;
  text-decoration: none;
}
.ich-settings-main-wrap .btn:active,
.ich-settings-main-wrap .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ich-settings-main-wrap .btn.disabled,
.ich-settings-main-wrap .btn[disabled],
.ich-settings-main-wrap fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}
.ich-settings-main-wrap a.btn.disabled,
.ich-settings-main-wrap fieldset[disabled] a.btn {
  pointer-events: none;
}
.ich-settings-main-wrap .btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.ich-settings-main-wrap .btn-default:focus,
.ich-settings-main-wrap .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.ich-settings-main-wrap .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.ich-settings-main-wrap .btn-default:active,
.ich-settings-main-wrap .btn-default.active,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.ich-settings-main-wrap .btn-default:active:hover,
.ich-settings-main-wrap .btn-default.active:hover,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-default:hover,
.ich-settings-main-wrap .btn-default:active:focus,
.ich-settings-main-wrap .btn-default.active:focus,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-default:focus,
.ich-settings-main-wrap .btn-default:active.focus,
.ich-settings-main-wrap .btn-default.active.focus,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.ich-settings-main-wrap .btn-default:active,
.ich-settings-main-wrap .btn-default.active,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-default {
  background-image: none;
}
.ich-settings-main-wrap .btn-default.disabled:hover,
.ich-settings-main-wrap .btn-default[disabled]:hover,
.ich-settings-main-wrap fieldset[disabled] .btn-default:hover,
.ich-settings-main-wrap .btn-default.disabled:focus,
.ich-settings-main-wrap .btn-default[disabled]:focus,
.ich-settings-main-wrap fieldset[disabled] .btn-default:focus,
.ich-settings-main-wrap .btn-default.disabled.focus,
.ich-settings-main-wrap .btn-default[disabled].focus,
.ich-settings-main-wrap fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.ich-settings-main-wrap .btn-default .badge {
  color: #fff;
  background-color: #333;
}
.ich-settings-main-wrap .btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.ich-settings-main-wrap .btn-primary:focus,
.ich-settings-main-wrap .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.ich-settings-main-wrap .btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.ich-settings-main-wrap .btn-primary:active,
.ich-settings-main-wrap .btn-primary.active,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.ich-settings-main-wrap .btn-primary:active:hover,
.ich-settings-main-wrap .btn-primary.active:hover,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-primary:hover,
.ich-settings-main-wrap .btn-primary:active:focus,
.ich-settings-main-wrap .btn-primary.active:focus,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-primary:focus,
.ich-settings-main-wrap .btn-primary:active.focus,
.ich-settings-main-wrap .btn-primary.active.focus,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-primary.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.ich-settings-main-wrap .btn-primary:active,
.ich-settings-main-wrap .btn-primary.active,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.ich-settings-main-wrap .btn-primary.disabled:hover,
.ich-settings-main-wrap .btn-primary[disabled]:hover,
.ich-settings-main-wrap fieldset[disabled] .btn-primary:hover,
.ich-settings-main-wrap .btn-primary.disabled:focus,
.ich-settings-main-wrap .btn-primary[disabled]:focus,
.ich-settings-main-wrap fieldset[disabled] .btn-primary:focus,
.ich-settings-main-wrap .btn-primary.disabled.focus,
.ich-settings-main-wrap .btn-primary[disabled].focus,
.ich-settings-main-wrap fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.ich-settings-main-wrap .btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}
.ich-settings-main-wrap .btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.ich-settings-main-wrap .btn-success:focus,
.ich-settings-main-wrap .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.ich-settings-main-wrap .btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.ich-settings-main-wrap .btn-success:active,
.ich-settings-main-wrap .btn-success.active,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.ich-settings-main-wrap .btn-success:active:hover,
.ich-settings-main-wrap .btn-success.active:hover,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-success:hover,
.ich-settings-main-wrap .btn-success:active:focus,
.ich-settings-main-wrap .btn-success.active:focus,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-success:focus,
.ich-settings-main-wrap .btn-success:active.focus,
.ich-settings-main-wrap .btn-success.active.focus,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-success.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.ich-settings-main-wrap .btn-success:active,
.ich-settings-main-wrap .btn-success.active,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-success {
  background-image: none;
}
.ich-settings-main-wrap .btn-success.disabled:hover,
.ich-settings-main-wrap .btn-success[disabled]:hover,
.ich-settings-main-wrap fieldset[disabled] .btn-success:hover,
.ich-settings-main-wrap .btn-success.disabled:focus,
.ich-settings-main-wrap .btn-success[disabled]:focus,
.ich-settings-main-wrap fieldset[disabled] .btn-success:focus,
.ich-settings-main-wrap .btn-success.disabled.focus,
.ich-settings-main-wrap .btn-success[disabled].focus,
.ich-settings-main-wrap fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.ich-settings-main-wrap .btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.ich-settings-main-wrap .btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.ich-settings-main-wrap .btn-info:focus,
.ich-settings-main-wrap .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.ich-settings-main-wrap .btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.ich-settings-main-wrap .btn-info:active,
.ich-settings-main-wrap .btn-info.active,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.ich-settings-main-wrap .btn-info:active:hover,
.ich-settings-main-wrap .btn-info.active:hover,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-info:hover,
.ich-settings-main-wrap .btn-info:active:focus,
.ich-settings-main-wrap .btn-info.active:focus,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-info:focus,
.ich-settings-main-wrap .btn-info:active.focus,
.ich-settings-main-wrap .btn-info.active.focus,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-info.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.ich-settings-main-wrap .btn-info:active,
.ich-settings-main-wrap .btn-info.active,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-info {
  background-image: none;
}
.ich-settings-main-wrap .btn-info.disabled:hover,
.ich-settings-main-wrap .btn-info[disabled]:hover,
.ich-settings-main-wrap fieldset[disabled] .btn-info:hover,
.ich-settings-main-wrap .btn-info.disabled:focus,
.ich-settings-main-wrap .btn-info[disabled]:focus,
.ich-settings-main-wrap fieldset[disabled] .btn-info:focus,
.ich-settings-main-wrap .btn-info.disabled.focus,
.ich-settings-main-wrap .btn-info[disabled].focus,
.ich-settings-main-wrap fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.ich-settings-main-wrap .btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.ich-settings-main-wrap .btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.ich-settings-main-wrap .btn-warning:focus,
.ich-settings-main-wrap .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.ich-settings-main-wrap .btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.ich-settings-main-wrap .btn-warning:active,
.ich-settings-main-wrap .btn-warning.active,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.ich-settings-main-wrap .btn-warning:active:hover,
.ich-settings-main-wrap .btn-warning.active:hover,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-warning:hover,
.ich-settings-main-wrap .btn-warning:active:focus,
.ich-settings-main-wrap .btn-warning.active:focus,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-warning:focus,
.ich-settings-main-wrap .btn-warning:active.focus,
.ich-settings-main-wrap .btn-warning.active.focus,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.ich-settings-main-wrap .btn-warning:active,
.ich-settings-main-wrap .btn-warning.active,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.ich-settings-main-wrap .btn-warning.disabled:hover,
.ich-settings-main-wrap .btn-warning[disabled]:hover,
.ich-settings-main-wrap fieldset[disabled] .btn-warning:hover,
.ich-settings-main-wrap .btn-warning.disabled:focus,
.ich-settings-main-wrap .btn-warning[disabled]:focus,
.ich-settings-main-wrap fieldset[disabled] .btn-warning:focus,
.ich-settings-main-wrap .btn-warning.disabled.focus,
.ich-settings-main-wrap .btn-warning[disabled].focus,
.ich-settings-main-wrap fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.ich-settings-main-wrap .btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.ich-settings-main-wrap .btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.ich-settings-main-wrap .btn-danger:focus,
.ich-settings-main-wrap .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.ich-settings-main-wrap .btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.ich-settings-main-wrap .btn-danger:active,
.ich-settings-main-wrap .btn-danger.active,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.ich-settings-main-wrap .btn-danger:active:hover,
.ich-settings-main-wrap .btn-danger.active:hover,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-danger:hover,
.ich-settings-main-wrap .btn-danger:active:focus,
.ich-settings-main-wrap .btn-danger.active:focus,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-danger:focus,
.ich-settings-main-wrap .btn-danger:active.focus,
.ich-settings-main-wrap .btn-danger.active.focus,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.ich-settings-main-wrap .btn-danger:active,
.ich-settings-main-wrap .btn-danger.active,
.ich-settings-main-wrap .open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.ich-settings-main-wrap .btn-danger.disabled:hover,
.ich-settings-main-wrap .btn-danger[disabled]:hover,
.ich-settings-main-wrap fieldset[disabled] .btn-danger:hover,
.ich-settings-main-wrap .btn-danger.disabled:focus,
.ich-settings-main-wrap .btn-danger[disabled]:focus,
.ich-settings-main-wrap fieldset[disabled] .btn-danger:focus,
.ich-settings-main-wrap .btn-danger.disabled.focus,
.ich-settings-main-wrap .btn-danger[disabled].focus,
.ich-settings-main-wrap fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.ich-settings-main-wrap .btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.ich-settings-main-wrap .btn-link {
  font-weight: normal;
  color: #337ab7;
  border-radius: 0;
}
.ich-settings-main-wrap .btn-link,
.ich-settings-main-wrap .btn-link:active,
.ich-settings-main-wrap .btn-link.active,
.ich-settings-main-wrap .btn-link[disabled],
.ich-settings-main-wrap fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ich-settings-main-wrap .btn-link,
.ich-settings-main-wrap .btn-link:hover,
.ich-settings-main-wrap .btn-link:focus,
.ich-settings-main-wrap .btn-link:active {
  border-color: transparent;
}
.ich-settings-main-wrap .btn-link:hover,
.ich-settings-main-wrap .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.ich-settings-main-wrap .btn-link[disabled]:hover,
.ich-settings-main-wrap fieldset[disabled] .btn-link:hover,
.ich-settings-main-wrap .btn-link[disabled]:focus,
.ich-settings-main-wrap fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none;
}
.ich-settings-main-wrap .btn-lg,
.ich-settings-main-wrap .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.ich-settings-main-wrap .btn-sm,
.ich-settings-main-wrap .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.ich-settings-main-wrap .btn-xs,
.ich-settings-main-wrap .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.ich-settings-main-wrap .btn-block {
  display: block;
  width: 100%;
}
.ich-settings-main-wrap .btn-block + .btn-block {
  margin-top: 5px;
}
.ich-settings-main-wrap input[type="submit"].btn-block,
.ich-settings-main-wrap input[type="reset"].btn-block,
.ich-settings-main-wrap input[type="button"].btn-block {
  width: 100%;
}
.ich-settings-main-wrap .fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.ich-settings-main-wrap .fade.in {
  opacity: 1;
}
.ich-settings-main-wrap .collapse {
  display: none;
}
.ich-settings-main-wrap .collapse.in {
  display: block;
}
.ich-settings-main-wrap tr.collapse.in {
  display: table-row;
}
.ich-settings-main-wrap tbody.collapse.in {
  display: table-row-group;
}
.ich-settings-main-wrap .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.ich-settings-main-wrap .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.ich-settings-main-wrap .dropup,
.ich-settings-main-wrap .dropdown {
  position: relative;
}
.ich-settings-main-wrap .dropdown-toggle:focus {
  outline: 0;
}
.ich-settings-main-wrap .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.ich-settings-main-wrap .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.ich-settings-main-wrap .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.ich-settings-main-wrap .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.ich-settings-main-wrap .dropdown-menu > li > a:hover,
.ich-settings-main-wrap .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}
.ich-settings-main-wrap .dropdown-menu > .active > a,
.ich-settings-main-wrap .dropdown-menu > .active > a:hover,
.ich-settings-main-wrap .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}
.ich-settings-main-wrap .dropdown-menu > .disabled > a,
.ich-settings-main-wrap .dropdown-menu > .disabled > a:hover,
.ich-settings-main-wrap .dropdown-menu > .disabled > a:focus {
  color: #777;
}
.ich-settings-main-wrap .dropdown-menu > .disabled > a:hover,
.ich-settings-main-wrap .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.ich-settings-main-wrap .open > .dropdown-menu {
  display: block;
}
.ich-settings-main-wrap .open > a {
  outline: 0;
}
.ich-settings-main-wrap .dropdown-menu-right {
  right: 0;
  left: auto;
}
.ich-settings-main-wrap .dropdown-menu-left {
  right: auto;
  left: 0;
}
.ich-settings-main-wrap .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.ich-settings-main-wrap .dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}
.ich-settings-main-wrap .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.ich-settings-main-wrap .dropup .caret,
.ich-settings-main-wrap .navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}
.ich-settings-main-wrap .dropup .dropdown-menu,
.ich-settings-main-wrap .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .ich-settings-main-wrap .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .ich-settings-main-wrap .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
.ich-settings-main-wrap .btn-group,
.ich-settings-main-wrap .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.ich-settings-main-wrap .btn-group > .btn,
.ich-settings-main-wrap .btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.ich-settings-main-wrap .btn-group > .btn:hover,
.ich-settings-main-wrap .btn-group-vertical > .btn:hover,
.ich-settings-main-wrap .btn-group > .btn:focus,
.ich-settings-main-wrap .btn-group-vertical > .btn:focus,
.ich-settings-main-wrap .btn-group > .btn:active,
.ich-settings-main-wrap .btn-group-vertical > .btn:active,
.ich-settings-main-wrap .btn-group > .btn.active,
.ich-settings-main-wrap .btn-group-vertical > .btn.active {
  z-index: 2;
}
.ich-settings-main-wrap .btn-group .btn + .btn,
.ich-settings-main-wrap .btn-group .btn + .btn-group,
.ich-settings-main-wrap .btn-group .btn-group + .btn,
.ich-settings-main-wrap .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.ich-settings-main-wrap .btn-toolbar {
  margin-left: -5px;
}
.ich-settings-main-wrap .btn-toolbar .btn,
.ich-settings-main-wrap .btn-toolbar .btn-group,
.ich-settings-main-wrap .btn-toolbar .input-group {
  float: left;
}
.ich-settings-main-wrap .btn-toolbar > .btn,
.ich-settings-main-wrap .btn-toolbar > .btn-group,
.ich-settings-main-wrap .btn-toolbar > .input-group {
  margin-left: 5px;
}
.ich-settings-main-wrap .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.ich-settings-main-wrap .btn-group > .btn:first-child {
  margin-left: 0;
}
.ich-settings-main-wrap .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ich-settings-main-wrap .btn-group > .btn:last-child:not(:first-child),
.ich-settings-main-wrap .btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ich-settings-main-wrap .btn-group > .btn-group {
  float: left;
}
.ich-settings-main-wrap .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.ich-settings-main-wrap .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.ich-settings-main-wrap .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ich-settings-main-wrap .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ich-settings-main-wrap .btn-group .dropdown-toggle:active,
.ich-settings-main-wrap .btn-group.open .dropdown-toggle {
  outline: 0;
}
.ich-settings-main-wrap .btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}
.ich-settings-main-wrap .btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}
.ich-settings-main-wrap .btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ich-settings-main-wrap .btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ich-settings-main-wrap .btn .caret {
  margin-left: 0;
}
.ich-settings-main-wrap .btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.ich-settings-main-wrap .dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.ich-settings-main-wrap .btn-group-vertical > .btn,
.ich-settings-main-wrap .btn-group-vertical > .btn-group,
.ich-settings-main-wrap .btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.ich-settings-main-wrap .btn-group-vertical > .btn-group > .btn {
  float: none;
}
.ich-settings-main-wrap .btn-group-vertical > .btn + .btn,
.ich-settings-main-wrap .btn-group-vertical > .btn + .btn-group,
.ich-settings-main-wrap .btn-group-vertical > .btn-group + .btn,
.ich-settings-main-wrap .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.ich-settings-main-wrap .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ich-settings-main-wrap .btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ich-settings-main-wrap .btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ich-settings-main-wrap .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.ich-settings-main-wrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.ich-settings-main-wrap .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ich-settings-main-wrap .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ich-settings-main-wrap .btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.ich-settings-main-wrap .btn-group-justified > .btn,
.ich-settings-main-wrap .btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}
.ich-settings-main-wrap .btn-group-justified > .btn-group .btn {
  width: 100%;
}
.ich-settings-main-wrap .btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}
.ich-settings-main-wrap [data-toggle="buttons"] > .btn input[type="radio"],
.ich-settings-main-wrap [data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
.ich-settings-main-wrap [data-toggle="buttons"] > .btn input[type="checkbox"],
.ich-settings-main-wrap [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.ich-settings-main-wrap .input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.ich-settings-main-wrap .input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}
.ich-settings-main-wrap .input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.ich-settings-main-wrap .input-group .form-control:focus {
  z-index: 3;
}
.ich-settings-main-wrap .input-group-lg > .form-control,
.ich-settings-main-wrap .input-group-lg > .input-group-addon,
.ich-settings-main-wrap .input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.ich-settings-main-wrap select.input-group-lg > .form-control,
.ich-settings-main-wrap select.input-group-lg > .input-group-addon,
.ich-settings-main-wrap select.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  line-height: 46px;
}
.ich-settings-main-wrap textarea.input-group-lg > .form-control,
.ich-settings-main-wrap textarea.input-group-lg > .input-group-addon,
.ich-settings-main-wrap textarea.input-group-lg > .input-group-btn > .btn,
.ich-settings-main-wrap select[multiple].input-group-lg > .form-control,
.ich-settings-main-wrap select[multiple].input-group-lg > .input-group-addon,
.ich-settings-main-wrap select[multiple].input-group-lg > .input-group-btn > .btn {
  height: auto;
}
.ich-settings-main-wrap .input-group-sm > .form-control,
.ich-settings-main-wrap .input-group-sm > .input-group-addon,
.ich-settings-main-wrap .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.ich-settings-main-wrap select.input-group-sm > .form-control,
.ich-settings-main-wrap select.input-group-sm > .input-group-addon,
.ich-settings-main-wrap select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}
.ich-settings-main-wrap textarea.input-group-sm > .form-control,
.ich-settings-main-wrap textarea.input-group-sm > .input-group-addon,
.ich-settings-main-wrap textarea.input-group-sm > .input-group-btn > .btn,
.ich-settings-main-wrap select[multiple].input-group-sm > .form-control,
.ich-settings-main-wrap select[multiple].input-group-sm > .input-group-addon,
.ich-settings-main-wrap select[multiple].input-group-sm > .input-group-btn > .btn {
  height: auto;
}
.ich-settings-main-wrap .input-group-addon,
.ich-settings-main-wrap .input-group-btn,
.ich-settings-main-wrap .input-group .form-control {
  display: table-cell;
}
.ich-settings-main-wrap .input-group-addon:not(:first-child):not(:last-child),
.ich-settings-main-wrap .input-group-btn:not(:first-child):not(:last-child),
.ich-settings-main-wrap .input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.ich-settings-main-wrap .input-group-addon,
.ich-settings-main-wrap .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}
.ich-settings-main-wrap .input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.ich-settings-main-wrap .input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.ich-settings-main-wrap .input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}
.ich-settings-main-wrap .input-group-addon input[type="radio"],
.ich-settings-main-wrap .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}
.ich-settings-main-wrap .input-group .form-control:first-child,
.ich-settings-main-wrap .input-group-addon:first-child,
.ich-settings-main-wrap .input-group-btn:first-child > .btn,
.ich-settings-main-wrap .input-group-btn:first-child > .btn-group > .btn,
.ich-settings-main-wrap .input-group-btn:first-child > .dropdown-toggle,
.ich-settings-main-wrap .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.ich-settings-main-wrap .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ich-settings-main-wrap .input-group-addon:first-child {
  border-right: 0;
}
.ich-settings-main-wrap .input-group .form-control:last-child,
.ich-settings-main-wrap .input-group-addon:last-child,
.ich-settings-main-wrap .input-group-btn:last-child > .btn,
.ich-settings-main-wrap .input-group-btn:last-child > .btn-group > .btn,
.ich-settings-main-wrap .input-group-btn:last-child > .dropdown-toggle,
.ich-settings-main-wrap .input-group-btn:first-child > .btn:not(:first-child),
.ich-settings-main-wrap .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ich-settings-main-wrap .input-group-addon:last-child {
  border-left: 0;
}
.ich-settings-main-wrap .input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.ich-settings-main-wrap .input-group-btn > .btn {
  position: relative;
}
.ich-settings-main-wrap .input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.ich-settings-main-wrap .input-group-btn > .btn:hover,
.ich-settings-main-wrap .input-group-btn > .btn:focus,
.ich-settings-main-wrap .input-group-btn > .btn:active {
  z-index: 2;
}
.ich-settings-main-wrap .input-group-btn:first-child > .btn,
.ich-settings-main-wrap .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.ich-settings-main-wrap .input-group-btn:last-child > .btn,
.ich-settings-main-wrap .input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}
.ich-settings-main-wrap .nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.ich-settings-main-wrap .nav > li {
  position: relative;
  display: block;
}
.ich-settings-main-wrap .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.ich-settings-main-wrap .nav > li > a:hover,
.ich-settings-main-wrap .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.ich-settings-main-wrap .nav > li.disabled > a {
  color: #777;
}
.ich-settings-main-wrap .nav > li.disabled > a:hover,
.ich-settings-main-wrap .nav > li.disabled > a:focus {
  color: #777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.ich-settings-main-wrap .nav .open > a,
.ich-settings-main-wrap .nav .open > a:hover,
.ich-settings-main-wrap .nav .open > a:focus {
  background-color: #eee;
  border-color: #337ab7;
}
.ich-settings-main-wrap .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.ich-settings-main-wrap .nav > li > a > img {
  max-width: none;
}
.ich-settings-main-wrap .nav-tabs {
  border-bottom: 1px solid #ddd;
}
.ich-settings-main-wrap .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.ich-settings-main-wrap .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.ich-settings-main-wrap .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}
.ich-settings-main-wrap .nav-tabs > li.active > a,
.ich-settings-main-wrap .nav-tabs > li.active > a:hover,
.ich-settings-main-wrap .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.ich-settings-main-wrap .nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.ich-settings-main-wrap .nav-tabs.nav-justified > li {
  float: none;
}
.ich-settings-main-wrap .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.ich-settings-main-wrap .nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .ich-settings-main-wrap .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .ich-settings-main-wrap .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.ich-settings-main-wrap .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.ich-settings-main-wrap .nav-tabs.nav-justified > .active > a,
.ich-settings-main-wrap .nav-tabs.nav-justified > .active > a:hover,
.ich-settings-main-wrap .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .ich-settings-main-wrap .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .ich-settings-main-wrap .nav-tabs.nav-justified > .active > a,
  .ich-settings-main-wrap .nav-tabs.nav-justified > .active > a:hover,
  .ich-settings-main-wrap .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.ich-settings-main-wrap .nav-pills > li {
  float: left;
}
.ich-settings-main-wrap .nav-pills > li > a {
  border-radius: 4px;
}
.ich-settings-main-wrap .nav-pills > li + li {
  margin-left: 2px;
}
.ich-settings-main-wrap .nav-pills > li.active > a,
.ich-settings-main-wrap .nav-pills > li.active > a:hover,
.ich-settings-main-wrap .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}
.ich-settings-main-wrap .nav-stacked > li {
  float: none;
}
.ich-settings-main-wrap .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.ich-settings-main-wrap .nav-justified {
  width: 100%;
}
.ich-settings-main-wrap .nav-justified > li {
  float: none;
}
.ich-settings-main-wrap .nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.ich-settings-main-wrap .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .ich-settings-main-wrap .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .ich-settings-main-wrap .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.ich-settings-main-wrap .nav-tabs-justified {
  border-bottom: 0;
}
.ich-settings-main-wrap .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.ich-settings-main-wrap .nav-tabs-justified > .active > a,
.ich-settings-main-wrap .nav-tabs-justified > .active > a:hover,
.ich-settings-main-wrap .nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .ich-settings-main-wrap .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .ich-settings-main-wrap .nav-tabs-justified > .active > a,
  .ich-settings-main-wrap .nav-tabs-justified > .active > a:hover,
  .ich-settings-main-wrap .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.ich-settings-main-wrap .tab-content > .tab-pane {
  display: none;
}
.ich-settings-main-wrap .tab-content > .active {
  display: block;
}
.ich-settings-main-wrap .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ich-settings-main-wrap .navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .ich-settings-main-wrap .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .ich-settings-main-wrap .navbar-header {
    float: left;
  }
}
.ich-settings-main-wrap .navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.ich-settings-main-wrap .navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .ich-settings-main-wrap .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ich-settings-main-wrap .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .ich-settings-main-wrap .navbar-collapse.in {
    overflow-y: visible;
  }
  .ich-settings-main-wrap .navbar-fixed-top .navbar-collapse,
  .ich-settings-main-wrap .navbar-static-top .navbar-collapse,
  .ich-settings-main-wrap .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
.ich-settings-main-wrap .navbar-fixed-top .navbar-collapse,
.ich-settings-main-wrap .navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .ich-settings-main-wrap .navbar-fixed-top .navbar-collapse,
  .ich-settings-main-wrap .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}
.ich-settings-main-wrap .container > .navbar-header,
.ich-settings-main-wrap .container-fluid > .navbar-header,
.ich-settings-main-wrap .container > .navbar-collapse,
.ich-settings-main-wrap .container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .ich-settings-main-wrap .container > .navbar-header,
  .ich-settings-main-wrap .container-fluid > .navbar-header,
  .ich-settings-main-wrap .container > .navbar-collapse,
  .ich-settings-main-wrap .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.ich-settings-main-wrap .navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .ich-settings-main-wrap .navbar-static-top {
    border-radius: 0;
  }
}
.ich-settings-main-wrap .navbar-fixed-top,
.ich-settings-main-wrap .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .ich-settings-main-wrap .navbar-fixed-top,
  .ich-settings-main-wrap .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.ich-settings-main-wrap .navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.ich-settings-main-wrap .navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.ich-settings-main-wrap .navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}
.ich-settings-main-wrap .navbar-brand:hover,
.ich-settings-main-wrap .navbar-brand:focus {
  text-decoration: none;
}
.ich-settings-main-wrap .navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .ich-settings-main-wrap .navbar > .container .navbar-brand,
  .ich-settings-main-wrap .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.ich-settings-main-wrap .navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.ich-settings-main-wrap .navbar-toggle:focus {
  outline: 0;
}
.ich-settings-main-wrap .navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.ich-settings-main-wrap .navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .ich-settings-main-wrap .navbar-toggle {
    display: none;
  }
}
.ich-settings-main-wrap .navbar-nav {
  margin: 7.5px -15px;
}
.ich-settings-main-wrap .navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .ich-settings-main-wrap .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .ich-settings-main-wrap .navbar-nav .open .dropdown-menu > li > a,
  .ich-settings-main-wrap .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .ich-settings-main-wrap .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .ich-settings-main-wrap .navbar-nav .open .dropdown-menu > li > a:hover,
  .ich-settings-main-wrap .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .ich-settings-main-wrap .navbar-nav {
    float: left;
    margin: 0;
  }
  .ich-settings-main-wrap .navbar-nav > li {
    float: left;
  }
  .ich-settings-main-wrap .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.ich-settings-main-wrap .navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}
@media (min-width: 768px) {
  .ich-settings-main-wrap .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .ich-settings-main-wrap .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .ich-settings-main-wrap .navbar-form .form-control-static {
    display: inline-block;
  }
  .ich-settings-main-wrap .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .ich-settings-main-wrap .navbar-form .input-group .input-group-addon,
  .ich-settings-main-wrap .navbar-form .input-group .input-group-btn,
  .ich-settings-main-wrap .navbar-form .input-group .form-control {
    width: auto;
  }
  .ich-settings-main-wrap .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .ich-settings-main-wrap .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .ich-settings-main-wrap .navbar-form .radio,
  .ich-settings-main-wrap .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .ich-settings-main-wrap .navbar-form .radio label,
  .ich-settings-main-wrap .navbar-form .checkbox label {
    padding-left: 0;
  }
  .ich-settings-main-wrap .navbar-form .radio input[type="radio"],
  .ich-settings-main-wrap .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .ich-settings-main-wrap .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .ich-settings-main-wrap .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .ich-settings-main-wrap .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .ich-settings-main-wrap .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.ich-settings-main-wrap .navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ich-settings-main-wrap .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ich-settings-main-wrap .navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.ich-settings-main-wrap .navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ich-settings-main-wrap .navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.ich-settings-main-wrap .navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .ich-settings-main-wrap .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .ich-settings-main-wrap .navbar-left {
    float: left !important;
  }
  .ich-settings-main-wrap .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .ich-settings-main-wrap .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.ich-settings-main-wrap .navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.ich-settings-main-wrap .navbar-default .navbar-brand {
  color: #777;
}
.ich-settings-main-wrap .navbar-default .navbar-brand:hover,
.ich-settings-main-wrap .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.ich-settings-main-wrap .navbar-default .navbar-text {
  color: #777;
}
.ich-settings-main-wrap .navbar-default .navbar-nav > li > a {
  color: #777;
}
.ich-settings-main-wrap .navbar-default .navbar-nav > li > a:hover,
.ich-settings-main-wrap .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}
.ich-settings-main-wrap .navbar-default .navbar-nav > .active > a,
.ich-settings-main-wrap .navbar-default .navbar-nav > .active > a:hover,
.ich-settings-main-wrap .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
.ich-settings-main-wrap .navbar-default .navbar-nav > .disabled > a,
.ich-settings-main-wrap .navbar-default .navbar-nav > .disabled > a:hover,
.ich-settings-main-wrap .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}
.ich-settings-main-wrap .navbar-default .navbar-toggle {
  border-color: #ddd;
}
.ich-settings-main-wrap .navbar-default .navbar-toggle:hover,
.ich-settings-main-wrap .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}
.ich-settings-main-wrap .navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}
.ich-settings-main-wrap .navbar-default .navbar-collapse,
.ich-settings-main-wrap .navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.ich-settings-main-wrap .navbar-default .navbar-nav > .open > a,
.ich-settings-main-wrap .navbar-default .navbar-nav > .open > a:hover,
.ich-settings-main-wrap .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}
@media (max-width: 767px) {
  .ich-settings-main-wrap .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  .ich-settings-main-wrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .ich-settings-main-wrap .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  .ich-settings-main-wrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .ich-settings-main-wrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .ich-settings-main-wrap .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  .ich-settings-main-wrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .ich-settings-main-wrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .ich-settings-main-wrap .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.ich-settings-main-wrap .navbar-default .navbar-link {
  color: #777;
}
.ich-settings-main-wrap .navbar-default .navbar-link:hover {
  color: #333;
}
.ich-settings-main-wrap .navbar-default .btn-link {
  color: #777;
}
.ich-settings-main-wrap .navbar-default .btn-link:hover,
.ich-settings-main-wrap .navbar-default .btn-link:focus {
  color: #333;
}
.ich-settings-main-wrap .navbar-default .btn-link[disabled]:hover,
.ich-settings-main-wrap fieldset[disabled] .navbar-default .btn-link:hover,
.ich-settings-main-wrap .navbar-default .btn-link[disabled]:focus,
.ich-settings-main-wrap fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}
.ich-settings-main-wrap .navbar-inverse {
  background-color: #222;
  border-color: #080808;
}
.ich-settings-main-wrap .navbar-inverse .navbar-brand {
  color: #9d9d9d;
}
.ich-settings-main-wrap .navbar-inverse .navbar-brand:hover,
.ich-settings-main-wrap .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.ich-settings-main-wrap .navbar-inverse .navbar-text {
  color: #9d9d9d;
}
.ich-settings-main-wrap .navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}
.ich-settings-main-wrap .navbar-inverse .navbar-nav > li > a:hover,
.ich-settings-main-wrap .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}
.ich-settings-main-wrap .navbar-inverse .navbar-nav > .active > a,
.ich-settings-main-wrap .navbar-inverse .navbar-nav > .active > a:hover,
.ich-settings-main-wrap .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}
.ich-settings-main-wrap .navbar-inverse .navbar-nav > .disabled > a,
.ich-settings-main-wrap .navbar-inverse .navbar-nav > .disabled > a:hover,
.ich-settings-main-wrap .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}
.ich-settings-main-wrap .navbar-inverse .navbar-toggle {
  border-color: #333;
}
.ich-settings-main-wrap .navbar-inverse .navbar-toggle:hover,
.ich-settings-main-wrap .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}
.ich-settings-main-wrap .navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}
.ich-settings-main-wrap .navbar-inverse .navbar-collapse,
.ich-settings-main-wrap .navbar-inverse .navbar-form {
  border-color: #101010;
}
.ich-settings-main-wrap .navbar-inverse .navbar-nav > .open > a,
.ich-settings-main-wrap .navbar-inverse .navbar-nav > .open > a:hover,
.ich-settings-main-wrap .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}
@media (max-width: 767px) {
  .ich-settings-main-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .ich-settings-main-wrap .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .ich-settings-main-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .ich-settings-main-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .ich-settings-main-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  .ich-settings-main-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .ich-settings-main-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .ich-settings-main-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }
  .ich-settings-main-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .ich-settings-main-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .ich-settings-main-wrap .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.ich-settings-main-wrap .navbar-inverse .navbar-link {
  color: #9d9d9d;
}
.ich-settings-main-wrap .navbar-inverse .navbar-link:hover {
  color: #fff;
}
.ich-settings-main-wrap .navbar-inverse .btn-link {
  color: #9d9d9d;
}
.ich-settings-main-wrap .navbar-inverse .btn-link:hover,
.ich-settings-main-wrap .navbar-inverse .btn-link:focus {
  color: #fff;
}
.ich-settings-main-wrap .navbar-inverse .btn-link[disabled]:hover,
.ich-settings-main-wrap fieldset[disabled] .navbar-inverse .btn-link:hover,
.ich-settings-main-wrap .navbar-inverse .btn-link[disabled]:focus,
.ich-settings-main-wrap fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}
.ich-settings-main-wrap .breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.ich-settings-main-wrap .breadcrumb > li {
  display: inline-block;
}
.ich-settings-main-wrap .breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.ich-settings-main-wrap .breadcrumb > .active {
  color: #777;
}
.ich-settings-main-wrap .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.ich-settings-main-wrap .pagination > li {
  display: inline;
}
.ich-settings-main-wrap .pagination > li > a,
.ich-settings-main-wrap .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.ich-settings-main-wrap .pagination > li:first-child > a,
.ich-settings-main-wrap .pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ich-settings-main-wrap .pagination > li:last-child > a,
.ich-settings-main-wrap .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.ich-settings-main-wrap .pagination > li > a:hover,
.ich-settings-main-wrap .pagination > li > span:hover,
.ich-settings-main-wrap .pagination > li > a:focus,
.ich-settings-main-wrap .pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}
.ich-settings-main-wrap .pagination > .active > a,
.ich-settings-main-wrap .pagination > .active > span,
.ich-settings-main-wrap .pagination > .active > a:hover,
.ich-settings-main-wrap .pagination > .active > span:hover,
.ich-settings-main-wrap .pagination > .active > a:focus,
.ich-settings-main-wrap .pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}
.ich-settings-main-wrap .pagination > .disabled > span,
.ich-settings-main-wrap .pagination > .disabled > span:hover,
.ich-settings-main-wrap .pagination > .disabled > span:focus,
.ich-settings-main-wrap .pagination > .disabled > a,
.ich-settings-main-wrap .pagination > .disabled > a:hover,
.ich-settings-main-wrap .pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}
.ich-settings-main-wrap .pagination-lg > li > a,
.ich-settings-main-wrap .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.ich-settings-main-wrap .pagination-lg > li:first-child > a,
.ich-settings-main-wrap .pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.ich-settings-main-wrap .pagination-lg > li:last-child > a,
.ich-settings-main-wrap .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.ich-settings-main-wrap .pagination-sm > li > a,
.ich-settings-main-wrap .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.ich-settings-main-wrap .pagination-sm > li:first-child > a,
.ich-settings-main-wrap .pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ich-settings-main-wrap .pagination-sm > li:last-child > a,
.ich-settings-main-wrap .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.ich-settings-main-wrap .pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}
.ich-settings-main-wrap .pager li {
  display: inline;
}
.ich-settings-main-wrap .pager li > a,
.ich-settings-main-wrap .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.ich-settings-main-wrap .pager li > a:hover,
.ich-settings-main-wrap .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.ich-settings-main-wrap .pager .next > a,
.ich-settings-main-wrap .pager .next > span {
  float: right;
}
.ich-settings-main-wrap .pager .previous > a,
.ich-settings-main-wrap .pager .previous > span {
  float: left;
}
.ich-settings-main-wrap .pager .disabled > a,
.ich-settings-main-wrap .pager .disabled > a:hover,
.ich-settings-main-wrap .pager .disabled > a:focus,
.ich-settings-main-wrap .pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}
.ich-settings-main-wrap .label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}
.ich-settings-main-wrap a.label:hover,
.ich-settings-main-wrap a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.ich-settings-main-wrap .label:empty {
  display: none;
}
.ich-settings-main-wrap .btn .label {
  position: relative;
  top: -1px;
}
.ich-settings-main-wrap .label-default {
  background-color: #777;
}
.ich-settings-main-wrap .label-default[href]:hover,
.ich-settings-main-wrap .label-default[href]:focus {
  background-color: #5e5e5e;
}
.ich-settings-main-wrap .label-primary {
  background-color: #337ab7;
}
.ich-settings-main-wrap .label-primary[href]:hover,
.ich-settings-main-wrap .label-primary[href]:focus {
  background-color: #286090;
}
.ich-settings-main-wrap .label-success {
  background-color: #5cb85c;
}
.ich-settings-main-wrap .label-success[href]:hover,
.ich-settings-main-wrap .label-success[href]:focus {
  background-color: #449d44;
}
.ich-settings-main-wrap .label-info {
  background-color: #5bc0de;
}
.ich-settings-main-wrap .label-info[href]:hover,
.ich-settings-main-wrap .label-info[href]:focus {
  background-color: #31b0d5;
}
.ich-settings-main-wrap .label-warning {
  background-color: #f0ad4e;
}
.ich-settings-main-wrap .label-warning[href]:hover,
.ich-settings-main-wrap .label-warning[href]:focus {
  background-color: #ec971f;
}
.ich-settings-main-wrap .label-danger {
  background-color: #d9534f;
}
.ich-settings-main-wrap .label-danger[href]:hover,
.ich-settings-main-wrap .label-danger[href]:focus {
  background-color: #c9302c;
}
.ich-settings-main-wrap .badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: #777;
  border-radius: 10px;
}
.ich-settings-main-wrap .badge:empty {
  display: none;
}
.ich-settings-main-wrap .btn .badge {
  position: relative;
  top: -1px;
}
.ich-settings-main-wrap .btn-xs .badge,
.ich-settings-main-wrap .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.ich-settings-main-wrap a.badge:hover,
.ich-settings-main-wrap a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.ich-settings-main-wrap .list-group-item.active > .badge,
.ich-settings-main-wrap .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}
.ich-settings-main-wrap .list-group-item > .badge {
  float: right;
}
.ich-settings-main-wrap .list-group-item > .badge + .badge {
  margin-right: 5px;
}
.ich-settings-main-wrap .nav-pills > li > a > .badge {
  margin-left: 3px;
}
.ich-settings-main-wrap .jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.ich-settings-main-wrap .jumbotron h1,
.ich-settings-main-wrap .jumbotron .h1 {
  color: inherit;
}
.ich-settings-main-wrap .jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.ich-settings-main-wrap .jumbotron > hr {
  border-top-color: #d5d5d5;
}
.ich-settings-main-wrap .container .jumbotron,
.ich-settings-main-wrap .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}
.ich-settings-main-wrap .jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .ich-settings-main-wrap .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .ich-settings-main-wrap .container .jumbotron,
  .ich-settings-main-wrap .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  .ich-settings-main-wrap .jumbotron h1,
  .ich-settings-main-wrap .jumbotron .h1 {
    font-size: 63px;
  }
}
.ich-settings-main-wrap .thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.ich-settings-main-wrap .thumbnail > img,
.ich-settings-main-wrap .thumbnail a > img {
  margin-right: auto;
  margin-left: auto;
}
.ich-settings-main-wrap a.thumbnail:hover,
.ich-settings-main-wrap a.thumbnail:focus,
.ich-settings-main-wrap a.thumbnail.active {
  border-color: #337ab7;
}
.ich-settings-main-wrap .thumbnail .caption {
  padding: 9px;
  color: #333;
}
.ich-settings-main-wrap .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.ich-settings-main-wrap .alert h4 {
  margin-top: 0;
  color: inherit;
}
.ich-settings-main-wrap .alert .alert-link {
  font-weight: bold;
}
.ich-settings-main-wrap .alert > p,
.ich-settings-main-wrap .alert > ul {
  margin-bottom: 0;
}
.ich-settings-main-wrap .alert > p + p {
  margin-top: 5px;
}
.ich-settings-main-wrap .alert-dismissable,
.ich-settings-main-wrap .alert-dismissible {
  padding-right: 35px;
}
.ich-settings-main-wrap .alert-dismissable .close,
.ich-settings-main-wrap .alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.ich-settings-main-wrap .alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.ich-settings-main-wrap .alert-success hr {
  border-top-color: #c9e2b3;
}
.ich-settings-main-wrap .alert-success .alert-link {
  color: #2b542c;
}
.ich-settings-main-wrap .alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.ich-settings-main-wrap .alert-info hr {
  border-top-color: #a6e1ec;
}
.ich-settings-main-wrap .alert-info .alert-link {
  color: #245269;
}
.ich-settings-main-wrap .alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.ich-settings-main-wrap .alert-warning hr {
  border-top-color: #f7e1b5;
}
.ich-settings-main-wrap .alert-warning .alert-link {
  color: #66512c;
}
.ich-settings-main-wrap .alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.ich-settings-main-wrap .alert-danger hr {
  border-top-color: #e4b9c0;
}
.ich-settings-main-wrap .alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.ich-settings-main-wrap .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.ich-settings-main-wrap .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  -o-transition: width .6s ease;
  transition: width .6s ease;
}
.ich-settings-main-wrap .progress-striped .progress-bar,
.ich-settings-main-wrap .progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.ich-settings-main-wrap .progress.active .progress-bar,
.ich-settings-main-wrap .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.ich-settings-main-wrap .progress-bar-success {
  background-color: #5cb85c;
}
.ich-settings-main-wrap .progress-striped .progress-bar-success {
  background-image: -webkit-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-image: -o-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-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);
}
.ich-settings-main-wrap .progress-bar-info {
  background-color: #5bc0de;
}
.ich-settings-main-wrap .progress-striped .progress-bar-info {
  background-image: -webkit-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-image: -o-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-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);
}
.ich-settings-main-wrap .progress-bar-warning {
  background-color: #f0ad4e;
}
.ich-settings-main-wrap .progress-striped .progress-bar-warning {
  background-image: -webkit-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-image: -o-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-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);
}
.ich-settings-main-wrap .progress-bar-danger {
  background-color: #d9534f;
}
.ich-settings-main-wrap .progress-striped .progress-bar-danger {
  background-image: -webkit-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-image: -o-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-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);
}
.ich-settings-main-wrap .media {
  margin-top: 15px;
}
.ich-settings-main-wrap .media:first-child {
  margin-top: 0;
}
.ich-settings-main-wrap .media,
.ich-settings-main-wrap .media-body {
  overflow: hidden;
  zoom: 1;
}
.ich-settings-main-wrap .media-body {
  width: 10000px;
}
.ich-settings-main-wrap .media-object {
  display: block;
}
.ich-settings-main-wrap .media-object.img-thumbnail {
  max-width: none;
}
.ich-settings-main-wrap .media-right,
.ich-settings-main-wrap .media > .pull-right {
  padding-left: 10px;
}
.ich-settings-main-wrap .media-left,
.ich-settings-main-wrap .media > .pull-left {
  padding-right: 10px;
}
.ich-settings-main-wrap .media-left,
.ich-settings-main-wrap .media-right,
.ich-settings-main-wrap .media-body {
  display: table-cell;
  vertical-align: top;
}
.ich-settings-main-wrap .media-middle {
  vertical-align: middle;
}
.ich-settings-main-wrap .media-bottom {
  vertical-align: bottom;
}
.ich-settings-main-wrap .media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.ich-settings-main-wrap .media-list {
  padding-left: 0;
  list-style: none;
}
.ich-settings-main-wrap .list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.ich-settings-main-wrap .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.ich-settings-main-wrap .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.ich-settings-main-wrap .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ich-settings-main-wrap a.list-group-item,
.ich-settings-main-wrap button.list-group-item {
  color: #555;
}
.ich-settings-main-wrap a.list-group-item .list-group-item-heading,
.ich-settings-main-wrap button.list-group-item .list-group-item-heading {
  color: #333;
}
.ich-settings-main-wrap a.list-group-item:hover,
.ich-settings-main-wrap button.list-group-item:hover,
.ich-settings-main-wrap a.list-group-item:focus,
.ich-settings-main-wrap button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.ich-settings-main-wrap button.list-group-item {
  width: 100%;
  text-align: left;
}
.ich-settings-main-wrap .list-group-item.disabled,
.ich-settings-main-wrap .list-group-item.disabled:hover,
.ich-settings-main-wrap .list-group-item.disabled:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #eee;
}
.ich-settings-main-wrap .list-group-item.disabled .list-group-item-heading,
.ich-settings-main-wrap .list-group-item.disabled:hover .list-group-item-heading,
.ich-settings-main-wrap .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.ich-settings-main-wrap .list-group-item.disabled .list-group-item-text,
.ich-settings-main-wrap .list-group-item.disabled:hover .list-group-item-text,
.ich-settings-main-wrap .list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.ich-settings-main-wrap .list-group-item.active,
.ich-settings-main-wrap .list-group-item.active:hover,
.ich-settings-main-wrap .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.ich-settings-main-wrap .list-group-item.active .list-group-item-heading,
.ich-settings-main-wrap .list-group-item.active:hover .list-group-item-heading,
.ich-settings-main-wrap .list-group-item.active:focus .list-group-item-heading,
.ich-settings-main-wrap .list-group-item.active .list-group-item-heading > small,
.ich-settings-main-wrap .list-group-item.active:hover .list-group-item-heading > small,
.ich-settings-main-wrap .list-group-item.active:focus .list-group-item-heading > small,
.ich-settings-main-wrap .list-group-item.active .list-group-item-heading > .small,
.ich-settings-main-wrap .list-group-item.active:hover .list-group-item-heading > .small,
.ich-settings-main-wrap .list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.ich-settings-main-wrap .list-group-item.active .list-group-item-text,
.ich-settings-main-wrap .list-group-item.active:hover .list-group-item-text,
.ich-settings-main-wrap .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}
.ich-settings-main-wrap .list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
.ich-settings-main-wrap a.list-group-item-success,
.ich-settings-main-wrap button.list-group-item-success {
  color: #3c763d;
}
.ich-settings-main-wrap a.list-group-item-success .list-group-item-heading,
.ich-settings-main-wrap button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
.ich-settings-main-wrap a.list-group-item-success:hover,
.ich-settings-main-wrap button.list-group-item-success:hover,
.ich-settings-main-wrap a.list-group-item-success:focus,
.ich-settings-main-wrap button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
.ich-settings-main-wrap a.list-group-item-success.active,
.ich-settings-main-wrap button.list-group-item-success.active,
.ich-settings-main-wrap a.list-group-item-success.active:hover,
.ich-settings-main-wrap button.list-group-item-success.active:hover,
.ich-settings-main-wrap a.list-group-item-success.active:focus,
.ich-settings-main-wrap button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.ich-settings-main-wrap .list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
.ich-settings-main-wrap a.list-group-item-info,
.ich-settings-main-wrap button.list-group-item-info {
  color: #31708f;
}
.ich-settings-main-wrap a.list-group-item-info .list-group-item-heading,
.ich-settings-main-wrap button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
.ich-settings-main-wrap a.list-group-item-info:hover,
.ich-settings-main-wrap button.list-group-item-info:hover,
.ich-settings-main-wrap a.list-group-item-info:focus,
.ich-settings-main-wrap button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
.ich-settings-main-wrap a.list-group-item-info.active,
.ich-settings-main-wrap button.list-group-item-info.active,
.ich-settings-main-wrap a.list-group-item-info.active:hover,
.ich-settings-main-wrap button.list-group-item-info.active:hover,
.ich-settings-main-wrap a.list-group-item-info.active:focus,
.ich-settings-main-wrap button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.ich-settings-main-wrap .list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
.ich-settings-main-wrap a.list-group-item-warning,
.ich-settings-main-wrap button.list-group-item-warning {
  color: #8a6d3b;
}
.ich-settings-main-wrap a.list-group-item-warning .list-group-item-heading,
.ich-settings-main-wrap button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
.ich-settings-main-wrap a.list-group-item-warning:hover,
.ich-settings-main-wrap button.list-group-item-warning:hover,
.ich-settings-main-wrap a.list-group-item-warning:focus,
.ich-settings-main-wrap button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
.ich-settings-main-wrap a.list-group-item-warning.active,
.ich-settings-main-wrap button.list-group-item-warning.active,
.ich-settings-main-wrap a.list-group-item-warning.active:hover,
.ich-settings-main-wrap button.list-group-item-warning.active:hover,
.ich-settings-main-wrap a.list-group-item-warning.active:focus,
.ich-settings-main-wrap button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.ich-settings-main-wrap .list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
.ich-settings-main-wrap a.list-group-item-danger,
.ich-settings-main-wrap button.list-group-item-danger {
  color: #a94442;
}
.ich-settings-main-wrap a.list-group-item-danger .list-group-item-heading,
.ich-settings-main-wrap button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
.ich-settings-main-wrap a.list-group-item-danger:hover,
.ich-settings-main-wrap button.list-group-item-danger:hover,
.ich-settings-main-wrap a.list-group-item-danger:focus,
.ich-settings-main-wrap button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
.ich-settings-main-wrap a.list-group-item-danger.active,
.ich-settings-main-wrap button.list-group-item-danger.active,
.ich-settings-main-wrap a.list-group-item-danger.active:hover,
.ich-settings-main-wrap button.list-group-item-danger.active:hover,
.ich-settings-main-wrap a.list-group-item-danger.active:focus,
.ich-settings-main-wrap button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.ich-settings-main-wrap .list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.ich-settings-main-wrap .list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.ich-settings-main-wrap .panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.ich-settings-main-wrap .panel-body {
  padding: 15px;
}
.ich-settings-main-wrap .panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.ich-settings-main-wrap .panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.ich-settings-main-wrap .panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.ich-settings-main-wrap .panel-title > a,
.ich-settings-main-wrap .panel-title > small,
.ich-settings-main-wrap .panel-title > .small,
.ich-settings-main-wrap .panel-title > small > a,
.ich-settings-main-wrap .panel-title > .small > a {
  color: inherit;
}
.ich-settings-main-wrap .panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ich-settings-main-wrap .panel > .list-group,
.ich-settings-main-wrap .panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.ich-settings-main-wrap .panel > .list-group .list-group-item,
.ich-settings-main-wrap .panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.ich-settings-main-wrap .panel > .list-group:first-child .list-group-item:first-child,
.ich-settings-main-wrap .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.ich-settings-main-wrap .panel > .list-group:last-child .list-group-item:last-child,
.ich-settings-main-wrap .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ich-settings-main-wrap .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ich-settings-main-wrap .panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.ich-settings-main-wrap .list-group + .panel-footer {
  border-top-width: 0;
}
.ich-settings-main-wrap .panel > .table,
.ich-settings-main-wrap .panel > .table-responsive > .table,
.ich-settings-main-wrap .panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.ich-settings-main-wrap .panel > .table caption,
.ich-settings-main-wrap .panel > .table-responsive > .table caption,
.ich-settings-main-wrap .panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}
.ich-settings-main-wrap .panel > .table:first-child,
.ich-settings-main-wrap .panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.ich-settings-main-wrap .panel > .table:first-child > thead:first-child > tr:first-child,
.ich-settings-main-wrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.ich-settings-main-wrap .panel > .table:first-child > tbody:first-child > tr:first-child,
.ich-settings-main-wrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.ich-settings-main-wrap .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.ich-settings-main-wrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.ich-settings-main-wrap .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.ich-settings-main-wrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.ich-settings-main-wrap .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.ich-settings-main-wrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.ich-settings-main-wrap .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.ich-settings-main-wrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.ich-settings-main-wrap .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.ich-settings-main-wrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.ich-settings-main-wrap .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.ich-settings-main-wrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.ich-settings-main-wrap .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.ich-settings-main-wrap .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.ich-settings-main-wrap .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.ich-settings-main-wrap .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.ich-settings-main-wrap .panel > .table:last-child,
.ich-settings-main-wrap .panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ich-settings-main-wrap .panel > .table:last-child > tbody:last-child > tr:last-child,
.ich-settings-main-wrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.ich-settings-main-wrap .panel > .table:last-child > tfoot:last-child > tr:last-child,
.ich-settings-main-wrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.ich-settings-main-wrap .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.ich-settings-main-wrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.ich-settings-main-wrap .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.ich-settings-main-wrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.ich-settings-main-wrap .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.ich-settings-main-wrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.ich-settings-main-wrap .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.ich-settings-main-wrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.ich-settings-main-wrap .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.ich-settings-main-wrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.ich-settings-main-wrap .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.ich-settings-main-wrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.ich-settings-main-wrap .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.ich-settings-main-wrap .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.ich-settings-main-wrap .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.ich-settings-main-wrap .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.ich-settings-main-wrap .panel > .panel-body + .table,
.ich-settings-main-wrap .panel > .panel-body + .table-responsive,
.ich-settings-main-wrap .panel > .table + .panel-body,
.ich-settings-main-wrap .panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}
.ich-settings-main-wrap .panel > .table > tbody:first-child > tr:first-child th,
.ich-settings-main-wrap .panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.ich-settings-main-wrap .panel > .table-bordered,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered {
  border: 0;
}
.ich-settings-main-wrap .panel > .table-bordered > thead > tr > th:first-child,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.ich-settings-main-wrap .panel > .table-bordered > tbody > tr > th:first-child,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.ich-settings-main-wrap .panel > .table-bordered > tfoot > tr > th:first-child,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.ich-settings-main-wrap .panel > .table-bordered > thead > tr > td:first-child,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.ich-settings-main-wrap .panel > .table-bordered > tbody > tr > td:first-child,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.ich-settings-main-wrap .panel > .table-bordered > tfoot > tr > td:first-child,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.ich-settings-main-wrap .panel > .table-bordered > thead > tr > th:last-child,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.ich-settings-main-wrap .panel > .table-bordered > tbody > tr > th:last-child,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.ich-settings-main-wrap .panel > .table-bordered > tfoot > tr > th:last-child,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.ich-settings-main-wrap .panel > .table-bordered > thead > tr > td:last-child,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.ich-settings-main-wrap .panel > .table-bordered > tbody > tr > td:last-child,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.ich-settings-main-wrap .panel > .table-bordered > tfoot > tr > td:last-child,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.ich-settings-main-wrap .panel > .table-bordered > thead > tr:first-child > td,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.ich-settings-main-wrap .panel > .table-bordered > tbody > tr:first-child > td,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.ich-settings-main-wrap .panel > .table-bordered > thead > tr:first-child > th,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.ich-settings-main-wrap .panel > .table-bordered > tbody > tr:first-child > th,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.ich-settings-main-wrap .panel > .table-bordered > tbody > tr:last-child > td,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.ich-settings-main-wrap .panel > .table-bordered > tfoot > tr:last-child > td,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.ich-settings-main-wrap .panel > .table-bordered > tbody > tr:last-child > th,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.ich-settings-main-wrap .panel > .table-bordered > tfoot > tr:last-child > th,
.ich-settings-main-wrap .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.ich-settings-main-wrap .panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}
.ich-settings-main-wrap .panel-group {
  margin-bottom: 20px;
}
.ich-settings-main-wrap .panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.ich-settings-main-wrap .panel-group .panel + .panel {
  margin-top: 5px;
}
.ich-settings-main-wrap .panel-group .panel-heading {
  border-bottom: 0;
}
.ich-settings-main-wrap .panel-group .panel-heading + .panel-collapse > .panel-body,
.ich-settings-main-wrap .panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.ich-settings-main-wrap .panel-group .panel-footer {
  border-top: 0;
}
.ich-settings-main-wrap .panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.ich-settings-main-wrap .panel-default {
  border-color: #ddd;
}
.ich-settings-main-wrap .panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.ich-settings-main-wrap .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.ich-settings-main-wrap .panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333;
}
.ich-settings-main-wrap .panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}
.ich-settings-main-wrap .panel-primary {
  border-color: #337ab7;
}
.ich-settings-main-wrap .panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}
.ich-settings-main-wrap .panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}
.ich-settings-main-wrap .panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}
.ich-settings-main-wrap .panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}
.ich-settings-main-wrap .panel-success {
  border-color: #d6e9c6;
}
.ich-settings-main-wrap .panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.ich-settings-main-wrap .panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.ich-settings-main-wrap .panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.ich-settings-main-wrap .panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}
.ich-settings-main-wrap .panel-info {
  border-color: #bce8f1;
}
.ich-settings-main-wrap .panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.ich-settings-main-wrap .panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.ich-settings-main-wrap .panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.ich-settings-main-wrap .panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}
.ich-settings-main-wrap .panel-warning {
  border-color: #faebcc;
}
.ich-settings-main-wrap .panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.ich-settings-main-wrap .panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.ich-settings-main-wrap .panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.ich-settings-main-wrap .panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}
.ich-settings-main-wrap .panel-danger {
  border-color: #ebccd1;
}
.ich-settings-main-wrap .panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.ich-settings-main-wrap .panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.ich-settings-main-wrap .panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.ich-settings-main-wrap .panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}
.ich-settings-main-wrap .embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.ich-settings-main-wrap .embed-responsive .embed-responsive-item,
.ich-settings-main-wrap .embed-responsive iframe,
.ich-settings-main-wrap .embed-responsive embed,
.ich-settings-main-wrap .embed-responsive object,
.ich-settings-main-wrap .embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.ich-settings-main-wrap .embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.ich-settings-main-wrap .embed-responsive-4by3 {
  padding-bottom: 75%;
}
.ich-settings-main-wrap .well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.ich-settings-main-wrap .well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.ich-settings-main-wrap .well-lg {
  padding: 24px;
  border-radius: 6px;
}
.ich-settings-main-wrap .well-sm {
  padding: 9px;
  border-radius: 3px;
}
.ich-settings-main-wrap .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.ich-settings-main-wrap .close:hover,
.ich-settings-main-wrap .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.ich-settings-main-wrap button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.ich-settings-main-wrap .modal-open {
  overflow: hidden;
}
.ich-settings-main-wrap .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.ich-settings-main-wrap .modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
}
.ich-settings-main-wrap .modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.ich-settings-main-wrap .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.ich-settings-main-wrap .modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.ich-settings-main-wrap .modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
.ich-settings-main-wrap .modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.ich-settings-main-wrap .modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.ich-settings-main-wrap .modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.ich-settings-main-wrap .modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.ich-settings-main-wrap .modal-header .close {
  margin-top: -2px;
}
.ich-settings-main-wrap .modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.ich-settings-main-wrap .modal-body {
  position: relative;
  padding: 15px;
}
.ich-settings-main-wrap .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.ich-settings-main-wrap .modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.ich-settings-main-wrap .modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.ich-settings-main-wrap .modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.ich-settings-main-wrap .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .ich-settings-main-wrap .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .ich-settings-main-wrap .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .ich-settings-main-wrap .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .ich-settings-main-wrap .modal-lg {
    width: 900px;
  }
}
.ich-settings-main-wrap .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.ich-settings-main-wrap .tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
.ich-settings-main-wrap .tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.ich-settings-main-wrap .tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.ich-settings-main-wrap .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.ich-settings-main-wrap .tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.ich-settings-main-wrap .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0;
}
.ich-settings-main-wrap .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.ich-settings-main-wrap .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.ich-settings-main-wrap .tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.ich-settings-main-wrap .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.ich-settings-main-wrap .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.ich-settings-main-wrap .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.ich-settings-main-wrap .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.ich-settings-main-wrap .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.ich-settings-main-wrap .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.ich-settings-main-wrap .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  line-break: auto;
}
.ich-settings-main-wrap .popover.top {
  margin-top: -10px;
}
.ich-settings-main-wrap .popover.right {
  margin-left: 10px;
}
.ich-settings-main-wrap .popover.bottom {
  margin-top: 10px;
}
.ich-settings-main-wrap .popover.left {
  margin-left: -10px;
}
.ich-settings-main-wrap .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.ich-settings-main-wrap .popover-content {
  padding: 9px 14px;
}
.ich-settings-main-wrap .popover > .arrow,
.ich-settings-main-wrap .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.ich-settings-main-wrap .popover > .arrow {
  border-width: 11px;
}
.ich-settings-main-wrap .popover > .arrow:after {
  content: "";
  border-width: 10px;
}
.ich-settings-main-wrap .popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}
.ich-settings-main-wrap .popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.ich-settings-main-wrap .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}
.ich-settings-main-wrap .popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.ich-settings-main-wrap .popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.ich-settings-main-wrap .popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.ich-settings-main-wrap .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.ich-settings-main-wrap .popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.ich-settings-main-wrap .carousel {
  position: relative;
}
.ich-settings-main-wrap .carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.ich-settings-main-wrap .carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.ich-settings-main-wrap .carousel-inner > .item > img,
.ich-settings-main-wrap .carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .ich-settings-main-wrap .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .ich-settings-main-wrap .carousel-inner > .item.next,
  .ich-settings-main-wrap .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .ich-settings-main-wrap .carousel-inner > .item.prev,
  .ich-settings-main-wrap .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .ich-settings-main-wrap .carousel-inner > .item.next.left,
  .ich-settings-main-wrap .carousel-inner > .item.prev.right,
  .ich-settings-main-wrap .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.ich-settings-main-wrap .carousel-inner > .active,
.ich-settings-main-wrap .carousel-inner > .next,
.ich-settings-main-wrap .carousel-inner > .prev {
  display: block;
}
.ich-settings-main-wrap .carousel-inner > .active {
  left: 0;
}
.ich-settings-main-wrap .carousel-inner > .next,
.ich-settings-main-wrap .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.ich-settings-main-wrap .carousel-inner > .next {
  left: 100%;
}
.ich-settings-main-wrap .carousel-inner > .prev {
  left: -100%;
}
.ich-settings-main-wrap .carousel-inner > .next.left,
.ich-settings-main-wrap .carousel-inner > .prev.right {
  left: 0;
}
.ich-settings-main-wrap .carousel-inner > .active.left {
  left: -100%;
}
.ich-settings-main-wrap .carousel-inner > .active.right {
  left: 100%;
}
.ich-settings-main-wrap .carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}
.ich-settings-main-wrap .carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.ich-settings-main-wrap .carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.ich-settings-main-wrap .carousel-control:hover,
.ich-settings-main-wrap .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.ich-settings-main-wrap .carousel-control .icon-prev,
.ich-settings-main-wrap .carousel-control .icon-next,
.ich-settings-main-wrap .carousel-control .glyphicon-chevron-left,
.ich-settings-main-wrap .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}
.ich-settings-main-wrap .carousel-control .icon-prev,
.ich-settings-main-wrap .carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.ich-settings-main-wrap .carousel-control .icon-next,
.ich-settings-main-wrap .carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.ich-settings-main-wrap .carousel-control .icon-prev,
.ich-settings-main-wrap .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}
.ich-settings-main-wrap .carousel-control .icon-prev:before {
  content: '\2039';
}
.ich-settings-main-wrap .carousel-control .icon-next:before {
  content: '\203a';
}
.ich-settings-main-wrap .carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.ich-settings-main-wrap .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.ich-settings-main-wrap .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.ich-settings-main-wrap .carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.ich-settings-main-wrap .carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .ich-settings-main-wrap .carousel-control .glyphicon-chevron-left,
  .ich-settings-main-wrap .carousel-control .glyphicon-chevron-right,
  .ich-settings-main-wrap .carousel-control .icon-prev,
  .ich-settings-main-wrap .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .ich-settings-main-wrap .carousel-control .glyphicon-chevron-left,
  .ich-settings-main-wrap .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .ich-settings-main-wrap .carousel-control .glyphicon-chevron-right,
  .ich-settings-main-wrap .carousel-control .icon-next {
    margin-right: -10px;
  }
  .ich-settings-main-wrap .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .ich-settings-main-wrap .carousel-indicators {
    bottom: 20px;
  }
}
.ich-settings-main-wrap .clearfix:before,
.ich-settings-main-wrap .clearfix:after,
.ich-settings-main-wrap .dl-horizontal dd:before,
.ich-settings-main-wrap .dl-horizontal dd:after,
.ich-settings-main-wrap .container:before,
.ich-settings-main-wrap .container:after,
.ich-settings-main-wrap .container-fluid:before,
.ich-settings-main-wrap .container-fluid:after,
.ich-settings-main-wrap .row:before,
.ich-settings-main-wrap .row:after,
.ich-settings-main-wrap .form-horizontal .form-group:before,
.ich-settings-main-wrap .form-horizontal .form-group:after,
.ich-settings-main-wrap .btn-toolbar:before,
.ich-settings-main-wrap .btn-toolbar:after,
.ich-settings-main-wrap .btn-group-vertical > .btn-group:before,
.ich-settings-main-wrap .btn-group-vertical > .btn-group:after,
.ich-settings-main-wrap .nav:before,
.ich-settings-main-wrap .nav:after,
.ich-settings-main-wrap .navbar:before,
.ich-settings-main-wrap .navbar:after,
.ich-settings-main-wrap .navbar-header:before,
.ich-settings-main-wrap .navbar-header:after,
.ich-settings-main-wrap .navbar-collapse:before,
.ich-settings-main-wrap .navbar-collapse:after,
.ich-settings-main-wrap .pager:before,
.ich-settings-main-wrap .pager:after,
.ich-settings-main-wrap .panel-body:before,
.ich-settings-main-wrap .panel-body:after,
.ich-settings-main-wrap .modal-header:before,
.ich-settings-main-wrap .modal-header:after,
.ich-settings-main-wrap .modal-footer:before,
.ich-settings-main-wrap .modal-footer:after {
  display: table;
  content: " ";
}
.ich-settings-main-wrap .clearfix:after,
.ich-settings-main-wrap .dl-horizontal dd:after,
.ich-settings-main-wrap .container:after,
.ich-settings-main-wrap .container-fluid:after,
.ich-settings-main-wrap .row:after,
.ich-settings-main-wrap .form-horizontal .form-group:after,
.ich-settings-main-wrap .btn-toolbar:after,
.ich-settings-main-wrap .btn-group-vertical > .btn-group:after,
.ich-settings-main-wrap .nav:after,
.ich-settings-main-wrap .navbar:after,
.ich-settings-main-wrap .navbar-header:after,
.ich-settings-main-wrap .navbar-collapse:after,
.ich-settings-main-wrap .pager:after,
.ich-settings-main-wrap .panel-body:after,
.ich-settings-main-wrap .modal-header:after,
.ich-settings-main-wrap .modal-footer:after {
  clear: both;
}
.ich-settings-main-wrap .center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.ich-settings-main-wrap .pull-right {
  float: right !important;
}
.ich-settings-main-wrap .pull-left {
  float: left !important;
}
.ich-settings-main-wrap .hide {
  display: none !important;
}
.ich-settings-main-wrap .show {
  display: block !important;
}
.ich-settings-main-wrap .invisible {
  visibility: hidden;
}
.ich-settings-main-wrap .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.ich-settings-main-wrap .hidden {
  display: none !important;
}
.ich-settings-main-wrap .affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.ich-settings-main-wrap .visible-xs,
.ich-settings-main-wrap .visible-sm,
.ich-settings-main-wrap .visible-md,
.ich-settings-main-wrap .visible-lg {
  display: none !important;
}
.ich-settings-main-wrap .visible-xs-block,
.ich-settings-main-wrap .visible-xs-inline,
.ich-settings-main-wrap .visible-xs-inline-block,
.ich-settings-main-wrap .visible-sm-block,
.ich-settings-main-wrap .visible-sm-inline,
.ich-settings-main-wrap .visible-sm-inline-block,
.ich-settings-main-wrap .visible-md-block,
.ich-settings-main-wrap .visible-md-inline,
.ich-settings-main-wrap .visible-md-inline-block,
.ich-settings-main-wrap .visible-lg-block,
.ich-settings-main-wrap .visible-lg-inline,
.ich-settings-main-wrap .visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .ich-settings-main-wrap .visible-xs {
    display: block !important;
  }
  .ich-settings-main-wrap table.visible-xs {
    display: table !important;
  }
  .ich-settings-main-wrap tr.visible-xs {
    display: table-row !important;
  }
  .ich-settings-main-wrap th.visible-xs,
  .ich-settings-main-wrap td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .ich-settings-main-wrap .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .ich-settings-main-wrap .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .ich-settings-main-wrap .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ich-settings-main-wrap .visible-sm {
    display: block !important;
  }
  .ich-settings-main-wrap table.visible-sm {
    display: table !important;
  }
  .ich-settings-main-wrap tr.visible-sm {
    display: table-row !important;
  }
  .ich-settings-main-wrap th.visible-sm,
  .ich-settings-main-wrap td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ich-settings-main-wrap .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ich-settings-main-wrap .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ich-settings-main-wrap .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ich-settings-main-wrap .visible-md {
    display: block !important;
  }
  .ich-settings-main-wrap table.visible-md {
    display: table !important;
  }
  .ich-settings-main-wrap tr.visible-md {
    display: table-row !important;
  }
  .ich-settings-main-wrap th.visible-md,
  .ich-settings-main-wrap td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ich-settings-main-wrap .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ich-settings-main-wrap .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ich-settings-main-wrap .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .ich-settings-main-wrap .visible-lg {
    display: block !important;
  }
  .ich-settings-main-wrap table.visible-lg {
    display: table !important;
  }
  .ich-settings-main-wrap tr.visible-lg {
    display: table-row !important;
  }
  .ich-settings-main-wrap th.visible-lg,
  .ich-settings-main-wrap td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .ich-settings-main-wrap .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .ich-settings-main-wrap .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .ich-settings-main-wrap .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .ich-settings-main-wrap .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .ich-settings-main-wrap .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .ich-settings-main-wrap .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .ich-settings-main-wrap .hidden-lg {
    display: none !important;
  }
}
.ich-settings-main-wrap .visible-print {
  display: none !important;
}
@media print {
  .ich-settings-main-wrap .visible-print {
    display: block !important;
  }
  .ich-settings-main-wrap table.visible-print {
    display: table !important;
  }
  .ich-settings-main-wrap tr.visible-print {
    display: table-row !important;
  }
  .ich-settings-main-wrap th.visible-print,
  .ich-settings-main-wrap td.visible-print {
    display: table-cell !important;
  }
}
.ich-settings-main-wrap .visible-print-block {
  display: none !important;
}
@media print {
  .ich-settings-main-wrap .visible-print-block {
    display: block !important;
  }
}
.ich-settings-main-wrap .visible-print-inline {
  display: none !important;
}
@media print {
  .ich-settings-main-wrap .visible-print-inline {
    display: inline !important;
  }
}
.ich-settings-main-wrap .visible-print-inline-block {
  display: none !important;
}
@media print {
  .ich-settings-main-wrap .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .ich-settings-main-wrap .hidden-print {
    display: none !important;
  }
}
.wcp-tabs-menu a:focus {
  outline: none !important;
  box-shadow: none !important;  
}
.ich-settings-main-wrap .col-xs-5th-1,
.ich-settings-main-wrap .col-xs-5th-2,
.ich-settings-main-wrap .col-xs-5th-3,
.ich-settings-main-wrap .col-xs-5th-4 {
  float: left;
}
.ich-settings-main-wrap .col-xs-5th-5 {
  float: left;
  width: 100%;
}
.ich-settings-main-wrap .col-xs-5th-4 {
  width: 80%;
}
.ich-settings-main-wrap .col-xs-5th-3 {
  width: 60%;
}
.ich-settings-main-wrap .col-xs-5th-2 {
  width: 40%;
}
.ich-settings-main-wrap .col-xs-5th-1 {
  width: 20%;
}
.ich-settings-main-wrap .col-xs-5th-pull-5 {
  right: 100%;
}
.ich-settings-main-wrap .col-xs-5th-pull-4 {
  right: 80%;
}
.ich-settings-main-wrap .col-xs-5th-pull-3 {
  right: 60%;
}
.ich-settings-main-wrap .col-xs-5th-pull-2 {
  right: 40%;
}
.ich-settings-main-wrap .col-xs-5th-pull-1 {
  right: 20%;
}
.ich-settings-main-wrap .col-xs-5th-pull-0 {
  right: auto;
}
.ich-settings-main-wrap .col-xs-5th-push-5 {
  left: 100%;
}
.ich-settings-main-wrap .col-xs-5th-push-4 {
  left: 80%;
}
.ich-settings-main-wrap .col-xs-5th-push-3 {
  left: 60%;
}
.ich-settings-main-wrap .col-xs-5th-push-2 {
  left: 40%;
}
.ich-settings-main-wrap .col-xs-5th-push-1 {
  left: 20%;
}
.ich-settings-main-wrap .col-xs-5th-push-0 {
  left: auto;
}
.ich-settings-main-wrap .col-xs-5th-offset-5 {
  margin-left: 100%;
}
.ich-settings-main-wrap .col-xs-5th-offset-4 {
  margin-left: 80%;
}
.ich-settings-main-wrap .col-xs-5th-offset-3 {
  margin-left: 60%;
}
.ich-settings-main-wrap .col-xs-5th-offset-2 {
  margin-left: 40%;
}
.ich-settings-main-wrap .col-xs-5th-offset-1 {
  margin-left: 20%;
}
.ich-settings-main-wrap .col-xs-5th-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .ich-settings-main-wrap .col-sm-5th-1,
  .ich-settings-main-wrap .col-sm-5th-2,
  .ich-settings-main-wrap .col-sm-5th-3,
  .ich-settings-main-wrap .col-sm-5th-4 {
    float: left;
  }
  .ich-settings-main-wrap .col-sm-5th-5 {
    float: left;
    width: 100%;
  }
  .ich-settings-main-wrap .col-sm-5th-4 {
    width: 80%;
  }
  .ich-settings-main-wrap .col-sm-5th-3 {
    width: 60%;
  }
  .ich-settings-main-wrap .col-sm-5th-2 {
    width: 40%;
  }
  .ich-settings-main-wrap .col-sm-5th-1 {
    width: 20%;
  }
  .ich-settings-main-wrap .col-sm-5th-pull-5 {
    right: 100%;
  }
  .ich-settings-main-wrap .col-sm-5th-pull-4 {
    right: 80%;
  }
  .ich-settings-main-wrap .col-sm-5th-pull-3 {
    right: 60%;
  }
  .ich-settings-main-wrap .col-sm-5th-pull-2 {
    right: 40%;
  }
  .ich-settings-main-wrap .col-sm-5th-pull-1 {
    right: 20%;
  }
  .ich-settings-main-wrap .col-sm-5th-pull-0 {
    right: auto;
  }
  .ich-settings-main-wrap .col-sm-5th-push-5 {
    left: 100%;
  }
  .ich-settings-main-wrap .col-sm-5th-push-4 {
    left: 80%;
  }
  .ich-settings-main-wrap .col-sm-5th-push-3 {
    left: 60%;
  }
  .ich-settings-main-wrap .col-sm-5th-push-2 {
    left: 40%;
  }
  .ich-settings-main-wrap .col-sm-5th-push-1 {
    left: 20%;
  }
  .ich-settings-main-wrap .col-sm-5th-push-0 {
    left: auto;
  }
  .ich-settings-main-wrap .col-sm-5th-offset-5 {
    margin-left: 100%;
  }
  .ich-settings-main-wrap .col-sm-5th-offset-4 {
    margin-left: 80%;
  }
  .ich-settings-main-wrap .col-sm-5th-offset-3 {
    margin-left: 60%;
  }
  .ich-settings-main-wrap .col-sm-5th-offset-2 {
    margin-left: 40%;
  }
  .ich-settings-main-wrap .col-sm-5th-offset-1 {
    margin-left: 20%;
  }
  .ich-settings-main-wrap .col-sm-5th-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .ich-settings-main-wrap .col-md-5th-1,
  .ich-settings-main-wrap .col-md-5th-2,
  .ich-settings-main-wrap .col-md-5th-3,
  .ich-settings-main-wrap .col-md-5th-4 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;    
  }
  .ich-settings-main-wrap .col-md-5th-5 {
    float: left;
    width: 100%;
  }
  .ich-settings-main-wrap .col-md-5th-4 {
    width: 80%;
  }
  .ich-settings-main-wrap .col-md-5th-3 {
    width: 60%;
  }
  .ich-settings-main-wrap .col-md-5th-2 {
    width: 40%;
  }
  .ich-settings-main-wrap .col-md-5th-1 {
    width: 20%;
  }
  .ich-settings-main-wrap .col-md-5th-pull-5 {
    right: 100%;
  }
  .ich-settings-main-wrap .col-md-5th-pull-4 {
    right: 80%;
  }
  .ich-settings-main-wrap .col-md-5th-pull-3 {
    right: 60%;
  }
  .ich-settings-main-wrap .col-md-5th-pull-2 {
    right: 40%;
  }
  .ich-settings-main-wrap .col-md-5th-pull-1 {
    right: 20%;
  }
  .ich-settings-main-wrap .col-md-5th-pull-0 {
    right: auto;
  }
  .ich-settings-main-wrap .col-md-5th-push-5 {
    left: 100%;
  }
  .ich-settings-main-wrap .col-md-5th-push-4 {
    left: 80%;
  }
  .ich-settings-main-wrap .col-md-5th-push-3 {
    left: 60%;
  }
  .ich-settings-main-wrap .col-md-5th-push-2 {
    left: 40%;
  }
  .ich-settings-main-wrap .col-md-5th-push-1 {
    left: 20%;
  }
  .ich-settings-main-wrap .col-md-5th-push-0 {
    left: auto;
  }
  .ich-settings-main-wrap .col-md-5th-offset-5 {
    margin-left: 100%;
  }
  .ich-settings-main-wrap .col-md-5th-offset-4 {
    margin-left: 80%;
  }
  .ich-settings-main-wrap .col-md-5th-offset-3 {
    margin-left: 60%;
  }
  .ich-settings-main-wrap .col-md-5th-offset-2 {
    margin-left: 40%;
  }
  .ich-settings-main-wrap .col-md-5th-offset-1 {
    margin-left: 20%;
  }
  .ich-settings-main-wrap .col-md-5th-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .ich-settings-main-wrap .col-lg-5th-1,
  .ich-settings-main-wrap .col-lg-5th-2,
  .ich-settings-main-wrap .col-lg-5th-3,
  .ich-settings-main-wrap .col-lg-5th-4 {
    float: left;
  }
  .ich-settings-main-wrap .col-lg-5th-5 {
    float: left;
    width: 100%;
  }
  .ich-settings-main-wrap .col-lg-5th-4 {
    width: 80%;
  }
  .ich-settings-main-wrap .col-lg-5th-3 {
    width: 60%;
  }
  .ich-settings-main-wrap .col-lg-5th-2 {
    width: 40%;
  }
  .ich-settings-main-wrap .col-lg-5th-1 {
    width: 20%;
  }
  .ich-settings-main-wrap .col-lg-5th-pull-5 {
    right: 100%;
  }
  .ich-settings-main-wrap .col-lg-5th-pull-4 {
    right: 80%;
  }
  .ich-settings-main-wrap .col-lg-5th-pull-3 {
    right: 60%;
  }
  .ich-settings-main-wrap .col-lg-5th-pull-2 {
    right: 40%;
  }
  .ich-settings-main-wrap .col-lg-5th-pull-1 {
    right: 20%;
  }
  .ich-settings-main-wrap .col-lg-5th-pull-0 {
    right: auto;
  }
  .ich-settings-main-wrap .col-lg-5th-push-5 {
    left: 100%;
  }
  .ich-settings-main-wrap .col-lg-5th-push-4 {
    left: 80%;
  }
  .ich-settings-main-wrap .col-lg-5th-push-3 {
    left: 60%;
  }
  .ich-settings-main-wrap .col-lg-5th-push-2 {
    left: 40%;
  }
  .ich-settings-main-wrap .col-lg-5th-push-1 {
    left: 20%;
  }
  .ich-settings-main-wrap .col-lg-5th-push-0 {
    left: auto;
  }
  .ich-settings-main-wrap .col-lg-5th-offset-5 {
    margin-left: 100%;
  }
  .ich-settings-main-wrap .col-lg-5th-offset-4 {
    margin-left: 80%;
  }
  .ich-settings-main-wrap .col-lg-5th-offset-3 {
    margin-left: 60%;
  }
  .ich-settings-main-wrap .col-lg-5th-offset-2 {
    margin-left: 40%;
  }
  .ich-settings-main-wrap .col-lg-5th-offset-1 {
    margin-left: 20%;
  }
  .ich-settings-main-wrap .col-lg-5th-offset-0 {
    margin-left: 0%;
  }
}
.ich-settings-main-wrap {
  /*!
 * Font Awesome Free 5.3.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
}
.ich-settings-main-wrap .fa,
.ich-settings-main-wrap .fab,
.ich-settings-main-wrap .fal,
.ich-settings-main-wrap .far,
.ich-settings-main-wrap .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.ich-settings-main-wrap .fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -0.0667em;
}
.ich-settings-main-wrap .fa-xs {
  font-size: 0.75em;
}
.ich-settings-main-wrap .fa-sm {
  font-size: 0.875em;
}
.ich-settings-main-wrap .fa-1x {
  font-size: 1em;
}
.ich-settings-main-wrap .fa-2x {
  font-size: 2em;
}
.ich-settings-main-wrap .fa-3x {
  font-size: 3em;
}
.ich-settings-main-wrap .fa-4x {
  font-size: 4em;
}
.ich-settings-main-wrap .fa-5x {
  font-size: 5em;
}
.ich-settings-main-wrap .fa-6x {
  font-size: 6em;
}
.ich-settings-main-wrap .fa-7x {
  font-size: 7em;
}
.ich-settings-main-wrap .fa-8x {
  font-size: 8em;
}
.ich-settings-main-wrap .fa-9x {
  font-size: 9em;
}
.ich-settings-main-wrap .fa-10x {
  font-size: 10em;
}
.ich-settings-main-wrap .fa-fw {
  text-align: center;
  width: 1.25em;
}
.ich-settings-main-wrap .fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.ich-settings-main-wrap .fa-ul > li {
  position: relative;
}
.ich-settings-main-wrap .fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.ich-settings-main-wrap .fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: 0.2em 0.25em 0.15em;
}
.ich-settings-main-wrap .fa-pull-left {
  float: left;
}
.ich-settings-main-wrap .fa-pull-right {
  float: right;
}
.ich-settings-main-wrap .fa.fa-pull-left,
.ich-settings-main-wrap .fab.fa-pull-left,
.ich-settings-main-wrap .fal.fa-pull-left,
.ich-settings-main-wrap .far.fa-pull-left,
.ich-settings-main-wrap .fas.fa-pull-left {
  margin-right: 0.3em;
}
.ich-settings-main-wrap .fa.fa-pull-right,
.ich-settings-main-wrap .fab.fa-pull-right,
.ich-settings-main-wrap .fal.fa-pull-right,
.ich-settings-main-wrap .far.fa-pull-right,
.ich-settings-main-wrap .fas.fa-pull-right {
  margin-left: 0.3em;
}
.ich-settings-main-wrap .fa-spin {
  animation: fa-spin 2s infinite linear;
}
.ich-settings-main-wrap .fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.ich-settings-main-wrap .fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}
.ich-settings-main-wrap .fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}
.ich-settings-main-wrap .fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}
.ich-settings-main-wrap .fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scaleX(-1);
}
.ich-settings-main-wrap .fa-flip-vertical {
  transform: scaleY(-1);
}
.ich-settings-main-wrap .fa-flip-horizontal.fa-flip-vertical,
.ich-settings-main-wrap .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}
.ich-settings-main-wrap .fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1);
}
.ich-settings-main-wrap :root .fa-flip-horizontal,
.ich-settings-main-wrap :root .fa-flip-vertical,
.ich-settings-main-wrap :root .fa-rotate-90,
.ich-settings-main-wrap :root .fa-rotate-180,
.ich-settings-main-wrap :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none;
}
.ich-settings-main-wrap .fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em;
}
.ich-settings-main-wrap .fa-stack-1x,
.ich-settings-main-wrap .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.ich-settings-main-wrap .fa-stack-1x {
  line-height: inherit;
}
.ich-settings-main-wrap .fa-stack-2x {
  font-size: 2em;
}
.ich-settings-main-wrap .fa-inverse {
  color: #ffffff;
}
.ich-settings-main-wrap .fa-500px:before {
  content: "\f26e";
}
.ich-settings-main-wrap .fa-accessible-icon:before {
  content: "\f368";
}
.ich-settings-main-wrap .fa-accusoft:before {
  content: "\f369";
}
.ich-settings-main-wrap .fa-ad:before {
  content: "\f641";
}
.ich-settings-main-wrap .fa-address-book:before {
  content: "\f2b9";
}
.ich-settings-main-wrap .fa-address-card:before {
  content: "\f2bb";
}
.ich-settings-main-wrap .fa-adjust:before {
  content: "\f042";
}
.ich-settings-main-wrap .fa-adn:before {
  content: "\f170";
}
.ich-settings-main-wrap .fa-adversal:before {
  content: "\f36a";
}
.ich-settings-main-wrap .fa-affiliatetheme:before {
  content: "\f36b";
}
.ich-settings-main-wrap .fa-air-freshener:before {
  content: "\f5d0";
}
.ich-settings-main-wrap .fa-algolia:before {
  content: "\f36c";
}
.ich-settings-main-wrap .fa-align-center:before {
  content: "\f037";
}
.ich-settings-main-wrap .fa-align-justify:before {
  content: "\f039";
}
.ich-settings-main-wrap .fa-align-left:before {
  content: "\f036";
}
.ich-settings-main-wrap .fa-align-right:before {
  content: "\f038";
}
.ich-settings-main-wrap .fa-alipay:before {
  content: "\f642";
}
.ich-settings-main-wrap .fa-allergies:before {
  content: "\f461";
}
.ich-settings-main-wrap .fa-amazon:before {
  content: "\f270";
}
.ich-settings-main-wrap .fa-amazon-pay:before {
  content: "\f42c";
}
.ich-settings-main-wrap .fa-ambulance:before {
  content: "\f0f9";
}
.ich-settings-main-wrap .fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.ich-settings-main-wrap .fa-amilia:before {
  content: "\f36d";
}
.ich-settings-main-wrap .fa-anchor:before {
  content: "\f13d";
}
.ich-settings-main-wrap .fa-android:before {
  content: "\f17b";
}
.ich-settings-main-wrap .fa-angellist:before {
  content: "\f209";
}
.ich-settings-main-wrap .fa-angle-double-down:before {
  content: "\f103";
}
.ich-settings-main-wrap .fa-angle-double-left:before {
  content: "\f100";
}
.ich-settings-main-wrap .fa-angle-double-right:before {
  content: "\f101";
}
.ich-settings-main-wrap .fa-angle-double-up:before {
  content: "\f102";
}
.ich-settings-main-wrap .fa-angle-down:before {
  content: "\f107";
}
.ich-settings-main-wrap .fa-angle-left:before {
  content: "\f104";
}
.ich-settings-main-wrap .fa-angle-right:before {
  content: "\f105";
}
.ich-settings-main-wrap .fa-angle-up:before {
  content: "\f106";
}
.ich-settings-main-wrap .fa-angry:before {
  content: "\f556";
}
.ich-settings-main-wrap .fa-angrycreative:before {
  content: "\f36e";
}
.ich-settings-main-wrap .fa-angular:before {
  content: "\f420";
}
.ich-settings-main-wrap .fa-ankh:before {
  content: "\f644";
}
.ich-settings-main-wrap .fa-app-store:before {
  content: "\f36f";
}
.ich-settings-main-wrap .fa-app-store-ios:before {
  content: "\f370";
}
.ich-settings-main-wrap .fa-apper:before {
  content: "\f371";
}
.ich-settings-main-wrap .fa-apple:before {
  content: "\f179";
}
.ich-settings-main-wrap .fa-apple-alt:before {
  content: "\f5d1";
}
.ich-settings-main-wrap .fa-apple-pay:before {
  content: "\f415";
}
.ich-settings-main-wrap .fa-archive:before {
  content: "\f187";
}
.ich-settings-main-wrap .fa-archway:before {
  content: "\f557";
}
.ich-settings-main-wrap .fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.ich-settings-main-wrap .fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.ich-settings-main-wrap .fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.ich-settings-main-wrap .fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.ich-settings-main-wrap .fa-arrow-circle-down:before {
  content: "\f0ab";
}
.ich-settings-main-wrap .fa-arrow-circle-left:before {
  content: "\f0a8";
}
.ich-settings-main-wrap .fa-arrow-circle-right:before {
  content: "\f0a9";
}
.ich-settings-main-wrap .fa-arrow-circle-up:before {
  content: "\f0aa";
}
.ich-settings-main-wrap .fa-arrow-down:before {
  content: "\f063";
}
.ich-settings-main-wrap .fa-arrow-left:before {
  content: "\f060";
}
.ich-settings-main-wrap .fa-arrow-right:before {
  content: "\f061";
}
.ich-settings-main-wrap .fa-arrow-up:before {
  content: "\f062";
}
.ich-settings-main-wrap .fa-arrows-alt:before {
  content: "\f0b2";
}
.ich-settings-main-wrap .fa-arrows-alt-h:before {
  content: "\f337";
}
.ich-settings-main-wrap .fa-arrows-alt-v:before {
  content: "\f338";
}
.ich-settings-main-wrap .fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.ich-settings-main-wrap .fa-asterisk:before {
  content: "\f069";
}
.ich-settings-main-wrap .fa-asymmetrik:before {
  content: "\f372";
}
.ich-settings-main-wrap .fa-at:before {
  content: "\f1fa";
}
.ich-settings-main-wrap .fa-atlas:before {
  content: "\f558";
}
.ich-settings-main-wrap .fa-atom:before {
  content: "\f5d2";
}
.ich-settings-main-wrap .fa-audible:before {
  content: "\f373";
}
.ich-settings-main-wrap .fa-audio-description:before {
  content: "\f29e";
}
.ich-settings-main-wrap .fa-autoprefixer:before {
  content: "\f41c";
}
.ich-settings-main-wrap .fa-avianex:before {
  content: "\f374";
}
.ich-settings-main-wrap .fa-aviato:before {
  content: "\f421";
}
.ich-settings-main-wrap .fa-award:before {
  content: "\f559";
}
.ich-settings-main-wrap .fa-aws:before {
  content: "\f375";
}
.ich-settings-main-wrap .fa-backspace:before {
  content: "\f55a";
}
.ich-settings-main-wrap .fa-backward:before {
  content: "\f04a";
}
.ich-settings-main-wrap .fa-balance-scale:before {
  content: "\f24e";
}
.ich-settings-main-wrap .fa-ban:before {
  content: "\f05e";
}
.ich-settings-main-wrap .fa-band-aid:before {
  content: "\f462";
}
.ich-settings-main-wrap .fa-bandcamp:before {
  content: "\f2d5";
}
.ich-settings-main-wrap .fa-barcode:before {
  content: "\f02a";
}
.ich-settings-main-wrap .fa-bars:before {
  content: "\f0c9";
}
.ich-settings-main-wrap .fa-baseball-ball:before {
  content: "\f433";
}
.ich-settings-main-wrap .fa-basketball-ball:before {
  content: "\f434";
}
.ich-settings-main-wrap .fa-bath:before {
  content: "\f2cd";
}
.ich-settings-main-wrap .fa-battery-empty:before {
  content: "\f244";
}
.ich-settings-main-wrap .fa-battery-full:before {
  content: "\f240";
}
.ich-settings-main-wrap .fa-battery-half:before {
  content: "\f242";
}
.ich-settings-main-wrap .fa-battery-quarter:before {
  content: "\f243";
}
.ich-settings-main-wrap .fa-battery-three-quarters:before {
  content: "\f241";
}
.ich-settings-main-wrap .fa-bed:before {
  content: "\f236";
}
.ich-settings-main-wrap .fa-beer:before {
  content: "\f0fc";
}
.ich-settings-main-wrap .fa-behance:before {
  content: "\f1b4";
}
.ich-settings-main-wrap .fa-behance-square:before {
  content: "\f1b5";
}
.ich-settings-main-wrap .fa-bell:before {
  content: "\f0f3";
}
.ich-settings-main-wrap .fa-bell-slash:before {
  content: "\f1f6";
}
.ich-settings-main-wrap .fa-bezier-curve:before {
  content: "\f55b";
}
.ich-settings-main-wrap .fa-bible:before {
  content: "\f647";
}
.ich-settings-main-wrap .fa-bicycle:before {
  content: "\f206";
}
.ich-settings-main-wrap .fa-bimobject:before {
  content: "\f378";
}
.ich-settings-main-wrap .fa-binoculars:before {
  content: "\f1e5";
}
.ich-settings-main-wrap .fa-birthday-cake:before {
  content: "\f1fd";
}
.ich-settings-main-wrap .fa-bitbucket:before {
  content: "\f171";
}
.ich-settings-main-wrap .fa-bitcoin:before {
  content: "\f379";
}
.ich-settings-main-wrap .fa-bity:before {
  content: "\f37a";
}
.ich-settings-main-wrap .fa-black-tie:before {
  content: "\f27e";
}
.ich-settings-main-wrap .fa-blackberry:before {
  content: "\f37b";
}
.ich-settings-main-wrap .fa-blender:before {
  content: "\f517";
}
.ich-settings-main-wrap .fa-blind:before {
  content: "\f29d";
}
.ich-settings-main-wrap .fa-blogger:before {
  content: "\f37c";
}
.ich-settings-main-wrap .fa-blogger-b:before {
  content: "\f37d";
}
.ich-settings-main-wrap .fa-bluetooth:before {
  content: "\f293";
}
.ich-settings-main-wrap .fa-bluetooth-b:before {
  content: "\f294";
}
.ich-settings-main-wrap .fa-bold:before {
  content: "\f032";
}
.ich-settings-main-wrap .fa-bolt:before {
  content: "\f0e7";
}
.ich-settings-main-wrap .fa-bomb:before {
  content: "\f1e2";
}
.ich-settings-main-wrap .fa-bone:before {
  content: "\f5d7";
}
.ich-settings-main-wrap .fa-bong:before {
  content: "\f55c";
}
.ich-settings-main-wrap .fa-book:before {
  content: "\f02d";
}
.ich-settings-main-wrap .fa-book-open:before {
  content: "\f518";
}
.ich-settings-main-wrap .fa-book-reader:before {
  content: "\f5da";
}
.ich-settings-main-wrap .fa-bookmark:before {
  content: "\f02e";
}
.ich-settings-main-wrap .fa-bowling-ball:before {
  content: "\f436";
}
.ich-settings-main-wrap .fa-box:before {
  content: "\f466";
}
.ich-settings-main-wrap .fa-box-open:before {
  content: "\f49e";
}
.ich-settings-main-wrap .fa-boxes:before {
  content: "\f468";
}
.ich-settings-main-wrap .fa-braille:before {
  content: "\f2a1";
}
.ich-settings-main-wrap .fa-brain:before {
  content: "\f5dc";
}
.ich-settings-main-wrap .fa-briefcase:before {
  content: "\f0b1";
}
.ich-settings-main-wrap .fa-briefcase-medical:before {
  content: "\f469";
}
.ich-settings-main-wrap .fa-broadcast-tower:before {
  content: "\f519";
}
.ich-settings-main-wrap .fa-broom:before {
  content: "\f51a";
}
.ich-settings-main-wrap .fa-brush:before {
  content: "\f55d";
}
.ich-settings-main-wrap .fa-btc:before {
  content: "\f15a";
}
.ich-settings-main-wrap .fa-bug:before {
  content: "\f188";
}
.ich-settings-main-wrap .fa-building:before {
  content: "\f1ad";
}
.ich-settings-main-wrap .fa-bullhorn:before {
  content: "\f0a1";
}
.ich-settings-main-wrap .fa-bullseye:before {
  content: "\f140";
}
.ich-settings-main-wrap .fa-burn:before {
  content: "\f46a";
}
.ich-settings-main-wrap .fa-buromobelexperte:before {
  content: "\f37f";
}
.ich-settings-main-wrap .fa-bus:before {
  content: "\f207";
}
.ich-settings-main-wrap .fa-bus-alt:before {
  content: "\f55e";
}
.ich-settings-main-wrap .fa-business-time:before {
  content: "\f64a";
}
.ich-settings-main-wrap .fa-buysellads:before {
  content: "\f20d";
}
.ich-settings-main-wrap .fa-calculator:before {
  content: "\f1ec";
}
.ich-settings-main-wrap .fa-calendar:before {
  content: "\f133";
}
.ich-settings-main-wrap .fa-calendar-alt:before {
  content: "\f073";
}
.ich-settings-main-wrap .fa-calendar-check:before {
  content: "\f274";
}
.ich-settings-main-wrap .fa-calendar-minus:before {
  content: "\f272";
}
.ich-settings-main-wrap .fa-calendar-plus:before {
  content: "\f271";
}
.ich-settings-main-wrap .fa-calendar-times:before {
  content: "\f273";
}
.ich-settings-main-wrap .fa-camera:before {
  content: "\f030";
}
.ich-settings-main-wrap .fa-camera-retro:before {
  content: "\f083";
}
.ich-settings-main-wrap .fa-cannabis:before {
  content: "\f55f";
}
.ich-settings-main-wrap .fa-capsules:before {
  content: "\f46b";
}
.ich-settings-main-wrap .fa-car:before {
  content: "\f1b9";
}
.ich-settings-main-wrap .fa-car-alt:before {
  content: "\f5de";
}
.ich-settings-main-wrap .fa-car-battery:before {
  content: "\f5df";
}
.ich-settings-main-wrap .fa-car-crash:before {
  content: "\f5e1";
}
.ich-settings-main-wrap .fa-car-side:before {
  content: "\f5e4";
}
.ich-settings-main-wrap .fa-caret-down:before {
  content: "\f0d7";
}
.ich-settings-main-wrap .fa-caret-left:before {
  content: "\f0d9";
}
.ich-settings-main-wrap .fa-caret-right:before {
  content: "\f0da";
}
.ich-settings-main-wrap .fa-caret-square-down:before {
  content: "\f150";
}
.ich-settings-main-wrap .fa-caret-square-left:before {
  content: "\f191";
}
.ich-settings-main-wrap .fa-caret-square-right:before {
  content: "\f152";
}
.ich-settings-main-wrap .fa-caret-square-up:before {
  content: "\f151";
}
.ich-settings-main-wrap .fa-caret-up:before {
  content: "\f0d8";
}
.ich-settings-main-wrap .fa-cart-arrow-down:before {
  content: "\f218";
}
.ich-settings-main-wrap .fa-cart-plus:before {
  content: "\f217";
}
.ich-settings-main-wrap .fa-cc-amazon-pay:before {
  content: "\f42d";
}
.ich-settings-main-wrap .fa-cc-amex:before {
  content: "\f1f3";
}
.ich-settings-main-wrap .fa-cc-apple-pay:before {
  content: "\f416";
}
.ich-settings-main-wrap .fa-cc-diners-club:before {
  content: "\f24c";
}
.ich-settings-main-wrap .fa-cc-discover:before {
  content: "\f1f2";
}
.ich-settings-main-wrap .fa-cc-jcb:before {
  content: "\f24b";
}
.ich-settings-main-wrap .fa-cc-mastercard:before {
  content: "\f1f1";
}
.ich-settings-main-wrap .fa-cc-paypal:before {
  content: "\f1f4";
}
.ich-settings-main-wrap .fa-cc-stripe:before {
  content: "\f1f5";
}
.ich-settings-main-wrap .fa-cc-visa:before {
  content: "\f1f0";
}
.ich-settings-main-wrap .fa-centercode:before {
  content: "\f380";
}
.ich-settings-main-wrap .fa-certificate:before {
  content: "\f0a3";
}
.ich-settings-main-wrap .fa-chalkboard:before {
  content: "\f51b";
}
.ich-settings-main-wrap .fa-chalkboard-teacher:before {
  content: "\f51c";
}
.ich-settings-main-wrap .fa-charging-station:before {
  content: "\f5e7";
}
.ich-settings-main-wrap .fa-chart-area:before {
  content: "\f1fe";
}
.ich-settings-main-wrap .fa-chart-bar:before {
  content: "\f080";
}
.ich-settings-main-wrap .fa-chart-line:before {
  content: "\f201";
}
.ich-settings-main-wrap .fa-chart-pie:before {
  content: "\f200";
}
.ich-settings-main-wrap .fa-check:before {
  content: "\f00c";
}
.ich-settings-main-wrap .fa-check-circle:before {
  content: "\f058";
}
.ich-settings-main-wrap .fa-check-double:before {
  content: "\f560";
}
.ich-settings-main-wrap .fa-check-square:before {
  content: "\f14a";
}
.ich-settings-main-wrap .fa-chess:before {
  content: "\f439";
}
.ich-settings-main-wrap .fa-chess-bishop:before {
  content: "\f43a";
}
.ich-settings-main-wrap .fa-chess-board:before {
  content: "\f43c";
}
.ich-settings-main-wrap .fa-chess-king:before {
  content: "\f43f";
}
.ich-settings-main-wrap .fa-chess-knight:before {
  content: "\f441";
}
.ich-settings-main-wrap .fa-chess-pawn:before {
  content: "\f443";
}
.ich-settings-main-wrap .fa-chess-queen:before {
  content: "\f445";
}
.ich-settings-main-wrap .fa-chess-rook:before {
  content: "\f447";
}
.ich-settings-main-wrap .fa-chevron-circle-down:before {
  content: "\f13a";
}
.ich-settings-main-wrap .fa-chevron-circle-left:before {
  content: "\f137";
}
.ich-settings-main-wrap .fa-chevron-circle-right:before {
  content: "\f138";
}
.ich-settings-main-wrap .fa-chevron-circle-up:before {
  content: "\f139";
}
.ich-settings-main-wrap .fa-chevron-down:before {
  content: "\f078";
}
.ich-settings-main-wrap .fa-chevron-left:before {
  content: "\f053";
}
.ich-settings-main-wrap .fa-chevron-right:before {
  content: "\f054";
}
.ich-settings-main-wrap .fa-chevron-up:before {
  content: "\f077";
}
.ich-settings-main-wrap .fa-child:before {
  content: "\f1ae";
}
.ich-settings-main-wrap .fa-chrome:before {
  content: "\f268";
}
.ich-settings-main-wrap .fa-church:before {
  content: "\f51d";
}
.ich-settings-main-wrap .fa-circle:before {
  content: "\f111";
}
.ich-settings-main-wrap .fa-circle-notch:before {
  content: "\f1ce";
}
.ich-settings-main-wrap .fa-city:before {
  content: "\f64f";
}
.ich-settings-main-wrap .fa-clipboard:before {
  content: "\f328";
}
.ich-settings-main-wrap .fa-clipboard-check:before {
  content: "\f46c";
}
.ich-settings-main-wrap .fa-clipboard-list:before {
  content: "\f46d";
}
.ich-settings-main-wrap .fa-clock:before {
  content: "\f017";
}
.ich-settings-main-wrap .fa-clone:before {
  content: "\f24d";
}
.ich-settings-main-wrap .fa-closed-captioning:before {
  content: "\f20a";
}
.ich-settings-main-wrap .fa-cloud:before {
  content: "\f0c2";
}
.ich-settings-main-wrap .fa-cloud-download-alt:before {
  content: "\f381";
}
.ich-settings-main-wrap .fa-cloud-upload-alt:before {
  content: "\f382";
}
.ich-settings-main-wrap .fa-cloudscale:before {
  content: "\f383";
}
.ich-settings-main-wrap .fa-cloudsmith:before {
  content: "\f384";
}
.ich-settings-main-wrap .fa-cloudversify:before {
  content: "\f385";
}
.ich-settings-main-wrap .fa-cocktail:before {
  content: "\f561";
}
.ich-settings-main-wrap .fa-code:before {
  content: "\f121";
}
.ich-settings-main-wrap .fa-code-branch:before {
  content: "\f126";
}
.ich-settings-main-wrap .fa-codepen:before {
  content: "\f1cb";
}
.ich-settings-main-wrap .fa-codiepie:before {
  content: "\f284";
}
.ich-settings-main-wrap .fa-coffee:before {
  content: "\f0f4";
}
.ich-settings-main-wrap .fa-cog:before {
  content: "\f013";
}
.ich-settings-main-wrap .fa-cogs:before {
  content: "\f085";
}
.ich-settings-main-wrap .fa-coins:before {
  content: "\f51e";
}
.ich-settings-main-wrap .fa-columns:before {
  content: "\f0db";
}
.ich-settings-main-wrap .fa-comment:before {
  content: "\f075";
}
.ich-settings-main-wrap .fa-comment-alt:before {
  content: "\f27a";
}
.ich-settings-main-wrap .fa-comment-dollar:before {
  content: "\f651";
}
.ich-settings-main-wrap .fa-comment-dots:before {
  content: "\f4ad";
}
.ich-settings-main-wrap .fa-comment-slash:before {
  content: "\f4b3";
}
.ich-settings-main-wrap .fa-comments:before {
  content: "\f086";
}
.ich-settings-main-wrap .fa-comments-dollar:before {
  content: "\f653";
}
.ich-settings-main-wrap .fa-compact-disc:before {
  content: "\f51f";
}
.ich-settings-main-wrap .fa-compass:before {
  content: "\f14e";
}
.ich-settings-main-wrap .fa-compress:before {
  content: "\f066";
}
.ich-settings-main-wrap .fa-concierge-bell:before {
  content: "\f562";
}
.ich-settings-main-wrap .fa-connectdevelop:before {
  content: "\f20e";
}
.ich-settings-main-wrap .fa-contao:before {
  content: "\f26d";
}
.ich-settings-main-wrap .fa-cookie:before {
  content: "\f563";
}
.ich-settings-main-wrap .fa-cookie-bite:before {
  content: "\f564";
}
.ich-settings-main-wrap .fa-copy:before {
  content: "\f0c5";
}
.ich-settings-main-wrap .fa-copyright:before {
  content: "\f1f9";
}
.ich-settings-main-wrap .fa-couch:before {
  content: "\f4b8";
}
.ich-settings-main-wrap .fa-cpanel:before {
  content: "\f388";
}
.ich-settings-main-wrap .fa-creative-commons:before {
  content: "\f25e";
}
.ich-settings-main-wrap .fa-creative-commons-by:before {
  content: "\f4e7";
}
.ich-settings-main-wrap .fa-creative-commons-nc:before {
  content: "\f4e8";
}
.ich-settings-main-wrap .fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.ich-settings-main-wrap .fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.ich-settings-main-wrap .fa-creative-commons-nd:before {
  content: "\f4eb";
}
.ich-settings-main-wrap .fa-creative-commons-pd:before {
  content: "\f4ec";
}
.ich-settings-main-wrap .fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.ich-settings-main-wrap .fa-creative-commons-remix:before {
  content: "\f4ee";
}
.ich-settings-main-wrap .fa-creative-commons-sa:before {
  content: "\f4ef";
}
.ich-settings-main-wrap .fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.ich-settings-main-wrap .fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.ich-settings-main-wrap .fa-creative-commons-share:before {
  content: "\f4f2";
}
.ich-settings-main-wrap .fa-credit-card:before {
  content: "\f09d";
}
.ich-settings-main-wrap .fa-crop:before {
  content: "\f125";
}
.ich-settings-main-wrap .fa-crop-alt:before {
  content: "\f565";
}
.ich-settings-main-wrap .fa-cross:before {
  content: "\f654";
}
.ich-settings-main-wrap .fa-crosshairs:before {
  content: "\f05b";
}
.ich-settings-main-wrap .fa-crow:before {
  content: "\f520";
}
.ich-settings-main-wrap .fa-crown:before {
  content: "\f521";
}
.ich-settings-main-wrap .fa-css3:before {
  content: "\f13c";
}
.ich-settings-main-wrap .fa-css3-alt:before {
  content: "\f38b";
}
.ich-settings-main-wrap .fa-cube:before {
  content: "\f1b2";
}
.ich-settings-main-wrap .fa-cubes:before {
  content: "\f1b3";
}
.ich-settings-main-wrap .fa-cut:before {
  content: "\f0c4";
}
.ich-settings-main-wrap .fa-cuttlefish:before {
  content: "\f38c";
}
.ich-settings-main-wrap .fa-d-and-d:before {
  content: "\f38d";
}
.ich-settings-main-wrap .fa-dashcube:before {
  content: "\f210";
}
.ich-settings-main-wrap .fa-database:before {
  content: "\f1c0";
}
.ich-settings-main-wrap .fa-deaf:before {
  content: "\f2a4";
}
.ich-settings-main-wrap .fa-delicious:before {
  content: "\f1a5";
}
.ich-settings-main-wrap .fa-deploydog:before {
  content: "\f38e";
}
.ich-settings-main-wrap .fa-deskpro:before {
  content: "\f38f";
}
.ich-settings-main-wrap .fa-desktop:before {
  content: "\f108";
}
.ich-settings-main-wrap .fa-deviantart:before {
  content: "\f1bd";
}
.ich-settings-main-wrap .fa-dharmachakra:before {
  content: "\f655";
}
.ich-settings-main-wrap .fa-diagnoses:before {
  content: "\f470";
}
.ich-settings-main-wrap .fa-dice:before {
  content: "\f522";
}
.ich-settings-main-wrap .fa-dice-five:before {
  content: "\f523";
}
.ich-settings-main-wrap .fa-dice-four:before {
  content: "\f524";
}
.ich-settings-main-wrap .fa-dice-one:before {
  content: "\f525";
}
.ich-settings-main-wrap .fa-dice-six:before {
  content: "\f526";
}
.ich-settings-main-wrap .fa-dice-three:before {
  content: "\f527";
}
.ich-settings-main-wrap .fa-dice-two:before {
  content: "\f528";
}
.ich-settings-main-wrap .fa-digg:before {
  content: "\f1a6";
}
.ich-settings-main-wrap .fa-digital-ocean:before {
  content: "\f391";
}
.ich-settings-main-wrap .fa-digital-tachograph:before {
  content: "\f566";
}
.ich-settings-main-wrap .fa-directions:before {
  content: "\f5eb";
}
.ich-settings-main-wrap .fa-discord:before {
  content: "\f392";
}
.ich-settings-main-wrap .fa-discourse:before {
  content: "\f393";
}
.ich-settings-main-wrap .fa-divide:before {
  content: "\f529";
}
.ich-settings-main-wrap .fa-dizzy:before {
  content: "\f567";
}
.ich-settings-main-wrap .fa-dna:before {
  content: "\f471";
}
.ich-settings-main-wrap .fa-dochub:before {
  content: "\f394";
}
.ich-settings-main-wrap .fa-docker:before {
  content: "\f395";
}
.ich-settings-main-wrap .fa-dollar-sign:before {
  content: "\f155";
}
.ich-settings-main-wrap .fa-dolly:before {
  content: "\f472";
}
.ich-settings-main-wrap .fa-dolly-flatbed:before {
  content: "\f474";
}
.ich-settings-main-wrap .fa-donate:before {
  content: "\f4b9";
}
.ich-settings-main-wrap .fa-door-closed:before {
  content: "\f52a";
}
.ich-settings-main-wrap .fa-door-open:before {
  content: "\f52b";
}
.ich-settings-main-wrap .fa-dot-circle:before {
  content: "\f192";
}
.ich-settings-main-wrap .fa-dove:before {
  content: "\f4ba";
}
.ich-settings-main-wrap .fa-download:before {
  content: "\f019";
}
.ich-settings-main-wrap .fa-draft2digital:before {
  content: "\f396";
}
.ich-settings-main-wrap .fa-drafting-compass:before {
  content: "\f568";
}
.ich-settings-main-wrap .fa-draw-polygon:before {
  content: "\f5ee";
}
.ich-settings-main-wrap .fa-dribbble:before {
  content: "\f17d";
}
.ich-settings-main-wrap .fa-dribbble-square:before {
  content: "\f397";
}
.ich-settings-main-wrap .fa-dropbox:before {
  content: "\f16b";
}
.ich-settings-main-wrap .fa-drum:before {
  content: "\f569";
}
.ich-settings-main-wrap .fa-drum-steelpan:before {
  content: "\f56a";
}
.ich-settings-main-wrap .fa-drupal:before {
  content: "\f1a9";
}
.ich-settings-main-wrap .fa-dumbbell:before {
  content: "\f44b";
}
.ich-settings-main-wrap .fa-dyalog:before {
  content: "\f399";
}
.ich-settings-main-wrap .fa-earlybirds:before {
  content: "\f39a";
}
.ich-settings-main-wrap .fa-ebay:before {
  content: "\f4f4";
}
.ich-settings-main-wrap .fa-edge:before {
  content: "\f282";
}
.ich-settings-main-wrap .fa-edit:before {
  content: "\f044";
}
.ich-settings-main-wrap .fa-eject:before {
  content: "\f052";
}
.ich-settings-main-wrap .fa-elementor:before {
  content: "\f430";
}
.ich-settings-main-wrap .fa-ellipsis-h:before {
  content: "\f141";
}
.ich-settings-main-wrap .fa-ellipsis-v:before {
  content: "\f142";
}
.ich-settings-main-wrap .fa-ello:before {
  content: "\f5f1";
}
.ich-settings-main-wrap .fa-ember:before {
  content: "\f423";
}
.ich-settings-main-wrap .fa-empire:before {
  content: "\f1d1";
}
.ich-settings-main-wrap .fa-envelope:before {
  content: "\f0e0";
}
.ich-settings-main-wrap .fa-envelope-open:before {
  content: "\f2b6";
}
.ich-settings-main-wrap .fa-envelope-open-text:before {
  content: "\f658";
}
.ich-settings-main-wrap .fa-envelope-square:before {
  content: "\f199";
}
.ich-settings-main-wrap .fa-envira:before {
  content: "\f299";
}
.ich-settings-main-wrap .fa-equals:before {
  content: "\f52c";
}
.ich-settings-main-wrap .fa-eraser:before {
  content: "\f12d";
}
.ich-settings-main-wrap .fa-erlang:before {
  content: "\f39d";
}
.ich-settings-main-wrap .fa-ethereum:before {
  content: "\f42e";
}
.ich-settings-main-wrap .fa-etsy:before {
  content: "\f2d7";
}
.ich-settings-main-wrap .fa-euro-sign:before {
  content: "\f153";
}
.ich-settings-main-wrap .fa-exchange-alt:before {
  content: "\f362";
}
.ich-settings-main-wrap .fa-exclamation:before {
  content: "\f12a";
}
.ich-settings-main-wrap .fa-exclamation-circle:before {
  content: "\f06a";
}
.ich-settings-main-wrap .fa-exclamation-triangle:before {
  content: "\f071";
}
.ich-settings-main-wrap .fa-expand:before {
  content: "\f065";
}
.ich-settings-main-wrap .fa-expand-arrows-alt:before {
  content: "\f31e";
}
.ich-settings-main-wrap .fa-expeditedssl:before {
  content: "\f23e";
}
.ich-settings-main-wrap .fa-external-link-alt:before {
  content: "\f35d";
}
.ich-settings-main-wrap .fa-external-link-square-alt:before {
  content: "\f360";
}
.ich-settings-main-wrap .fa-eye:before {
  content: "\f06e";
}
.ich-settings-main-wrap .fa-eye-dropper:before {
  content: "\f1fb";
}
.ich-settings-main-wrap .fa-eye-slash:before {
  content: "\f070";
}
.ich-settings-main-wrap .fa-facebook:before {
  content: "\f09a";
}
.ich-settings-main-wrap .fa-facebook-f:before {
  content: "\f39e";
}
.ich-settings-main-wrap .fa-facebook-messenger:before {
  content: "\f39f";
}
.ich-settings-main-wrap .fa-facebook-square:before {
  content: "\f082";
}
.ich-settings-main-wrap .fa-fast-backward:before {
  content: "\f049";
}
.ich-settings-main-wrap .fa-fast-forward:before {
  content: "\f050";
}
.ich-settings-main-wrap .fa-fax:before {
  content: "\f1ac";
}
.ich-settings-main-wrap .fa-feather:before {
  content: "\f52d";
}
.ich-settings-main-wrap .fa-feather-alt:before {
  content: "\f56b";
}
.ich-settings-main-wrap .fa-female:before {
  content: "\f182";
}
.ich-settings-main-wrap .fa-fighter-jet:before {
  content: "\f0fb";
}
.ich-settings-main-wrap .fa-file:before {
  content: "\f15b";
}
.ich-settings-main-wrap .fa-file-alt:before {
  content: "\f15c";
}
.ich-settings-main-wrap .fa-file-archive:before {
  content: "\f1c6";
}
.ich-settings-main-wrap .fa-file-audio:before {
  content: "\f1c7";
}
.ich-settings-main-wrap .fa-file-code:before {
  content: "\f1c9";
}
.ich-settings-main-wrap .fa-file-contract:before {
  content: "\f56c";
}
.ich-settings-main-wrap .fa-file-download:before {
  content: "\f56d";
}
.ich-settings-main-wrap .fa-file-excel:before {
  content: "\f1c3";
}
.ich-settings-main-wrap .fa-file-export:before {
  content: "\f56e";
}
.ich-settings-main-wrap .fa-file-image:before {
  content: "\f1c5";
}
.ich-settings-main-wrap .fa-file-import:before {
  content: "\f56f";
}
.ich-settings-main-wrap .fa-file-invoice:before {
  content: "\f570";
}
.ich-settings-main-wrap .fa-file-invoice-dollar:before {
  content: "\f571";
}
.ich-settings-main-wrap .fa-file-medical:before {
  content: "\f477";
}
.ich-settings-main-wrap .fa-file-medical-alt:before {
  content: "\f478";
}
.ich-settings-main-wrap .fa-file-pdf:before {
  content: "\f1c1";
}
.ich-settings-main-wrap .fa-file-powerpoint:before {
  content: "\f1c4";
}
.ich-settings-main-wrap .fa-file-prescription:before {
  content: "\f572";
}
.ich-settings-main-wrap .fa-file-signature:before {
  content: "\f573";
}
.ich-settings-main-wrap .fa-file-upload:before {
  content: "\f574";
}
.ich-settings-main-wrap .fa-file-video:before {
  content: "\f1c8";
}
.ich-settings-main-wrap .fa-file-word:before {
  content: "\f1c2";
}
.ich-settings-main-wrap .fa-fill:before {
  content: "\f575";
}
.ich-settings-main-wrap .fa-fill-drip:before {
  content: "\f576";
}
.ich-settings-main-wrap .fa-film:before {
  content: "\f008";
}
.ich-settings-main-wrap .fa-filter:before {
  content: "\f0b0";
}
.ich-settings-main-wrap .fa-fingerprint:before {
  content: "\f577";
}
.ich-settings-main-wrap .fa-fire:before {
  content: "\f06d";
}
.ich-settings-main-wrap .fa-fire-extinguisher:before {
  content: "\f134";
}
.ich-settings-main-wrap .fa-firefox:before {
  content: "\f269";
}
.ich-settings-main-wrap .fa-first-aid:before {
  content: "\f479";
}
.ich-settings-main-wrap .fa-first-order:before {
  content: "\f2b0";
}
.ich-settings-main-wrap .fa-first-order-alt:before {
  content: "\f50a";
}
.ich-settings-main-wrap .fa-firstdraft:before {
  content: "\f3a1";
}
.ich-settings-main-wrap .fa-fish:before {
  content: "\f578";
}
.ich-settings-main-wrap .fa-flag:before {
  content: "\f024";
}
.ich-settings-main-wrap .fa-flag-checkered:before {
  content: "\f11e";
}
.ich-settings-main-wrap .fa-flask:before {
  content: "\f0c3";
}
.ich-settings-main-wrap .fa-flickr:before {
  content: "\f16e";
}
.ich-settings-main-wrap .fa-flipboard:before {
  content: "\f44d";
}
.ich-settings-main-wrap .fa-flushed:before {
  content: "\f579";
}
.ich-settings-main-wrap .fa-fly:before {
  content: "\f417";
}
.ich-settings-main-wrap .fa-folder:before {
  content: "\f07b";
}
.ich-settings-main-wrap .fa-folder-minus:before {
  content: "\f65d";
}
.ich-settings-main-wrap .fa-folder-open:before {
  content: "\f07c";
}
.ich-settings-main-wrap .fa-folder-plus:before {
  content: "\f65e";
}
.ich-settings-main-wrap .fa-font:before {
  content: "\f031";
}
.ich-settings-main-wrap .fa-font-awesome:before {
  content: "\f2b4";
}
.ich-settings-main-wrap .fa-font-awesome-alt:before {
  content: "\f35c";
}
.ich-settings-main-wrap .fa-font-awesome-flag:before {
  content: "\f425";
}
.ich-settings-main-wrap .fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.ich-settings-main-wrap .fa-fonticons:before {
  content: "\f280";
}
.ich-settings-main-wrap .fa-fonticons-fi:before {
  content: "\f3a2";
}
.ich-settings-main-wrap .fa-football-ball:before {
  content: "\f44e";
}
.ich-settings-main-wrap .fa-fort-awesome:before {
  content: "\f286";
}
.ich-settings-main-wrap .fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.ich-settings-main-wrap .fa-forumbee:before {
  content: "\f211";
}
.ich-settings-main-wrap .fa-forward:before {
  content: "\f04e";
}
.ich-settings-main-wrap .fa-foursquare:before {
  content: "\f180";
}
.ich-settings-main-wrap .fa-free-code-camp:before {
  content: "\f2c5";
}
.ich-settings-main-wrap .fa-freebsd:before {
  content: "\f3a4";
}
.ich-settings-main-wrap .fa-frog:before {
  content: "\f52e";
}
.ich-settings-main-wrap .fa-frown:before {
  content: "\f119";
}
.ich-settings-main-wrap .fa-frown-open:before {
  content: "\f57a";
}
.ich-settings-main-wrap .fa-fulcrum:before {
  content: "\f50b";
}
.ich-settings-main-wrap .fa-funnel-dollar:before {
  content: "\f662";
}
.ich-settings-main-wrap .fa-futbol:before {
  content: "\f1e3";
}
.ich-settings-main-wrap .fa-galactic-republic:before {
  content: "\f50c";
}
.ich-settings-main-wrap .fa-galactic-senate:before {
  content: "\f50d";
}
.ich-settings-main-wrap .fa-gamepad:before {
  content: "\f11b";
}
.ich-settings-main-wrap .fa-gas-pump:before {
  content: "\f52f";
}
.ich-settings-main-wrap .fa-gavel:before {
  content: "\f0e3";
}
.ich-settings-main-wrap .fa-gem:before {
  content: "\f3a5";
}
.ich-settings-main-wrap .fa-genderless:before {
  content: "\f22d";
}
.ich-settings-main-wrap .fa-get-pocket:before {
  content: "\f265";
}
.ich-settings-main-wrap .fa-gg:before {
  content: "\f260";
}
.ich-settings-main-wrap .fa-gg-circle:before {
  content: "\f261";
}
.ich-settings-main-wrap .fa-gift:before {
  content: "\f06b";
}
.ich-settings-main-wrap .fa-git:before {
  content: "\f1d3";
}
.ich-settings-main-wrap .fa-git-square:before {
  content: "\f1d2";
}
.ich-settings-main-wrap .fa-github:before {
  content: "\f09b";
}
.ich-settings-main-wrap .fa-github-alt:before {
  content: "\f113";
}
.ich-settings-main-wrap .fa-github-square:before {
  content: "\f092";
}
.ich-settings-main-wrap .fa-gitkraken:before {
  content: "\f3a6";
}
.ich-settings-main-wrap .fa-gitlab:before {
  content: "\f296";
}
.ich-settings-main-wrap .fa-gitter:before {
  content: "\f426";
}
.ich-settings-main-wrap .fa-glass-martini:before {
  content: "\f000";
}
.ich-settings-main-wrap .fa-glass-martini-alt:before {
  content: "\f57b";
}
.ich-settings-main-wrap .fa-glasses:before {
  content: "\f530";
}
.ich-settings-main-wrap .fa-glide:before {
  content: "\f2a5";
}
.ich-settings-main-wrap .fa-glide-g:before {
  content: "\f2a6";
}
.ich-settings-main-wrap .fa-globe:before {
  content: "\f0ac";
}
.ich-settings-main-wrap .fa-globe-africa:before {
  content: "\f57c";
}
.ich-settings-main-wrap .fa-globe-americas:before {
  content: "\f57d";
}
.ich-settings-main-wrap .fa-globe-asia:before {
  content: "\f57e";
}
.ich-settings-main-wrap .fa-gofore:before {
  content: "\f3a7";
}
.ich-settings-main-wrap .fa-golf-ball:before {
  content: "\f450";
}
.ich-settings-main-wrap .fa-goodreads:before {
  content: "\f3a8";
}
.ich-settings-main-wrap .fa-goodreads-g:before {
  content: "\f3a9";
}
.ich-settings-main-wrap .fa-google:before {
  content: "\f1a0";
}
.ich-settings-main-wrap .fa-google-drive:before {
  content: "\f3aa";
}
.ich-settings-main-wrap .fa-google-play:before {
  content: "\f3ab";
}
.ich-settings-main-wrap .fa-google-plus:before {
  content: "\f2b3";
}
.ich-settings-main-wrap .fa-google-plus-g:before {
  content: "\f0d5";
}
.ich-settings-main-wrap .fa-google-plus-square:before {
  content: "\f0d4";
}
.ich-settings-main-wrap .fa-google-wallet:before {
  content: "\f1ee";
}
.ich-settings-main-wrap .fa-gopuram:before {
  content: "\f664";
}
.ich-settings-main-wrap .fa-graduation-cap:before {
  content: "\f19d";
}
.ich-settings-main-wrap .fa-gratipay:before {
  content: "\f184";
}
.ich-settings-main-wrap .fa-grav:before {
  content: "\f2d6";
}
.ich-settings-main-wrap .fa-greater-than:before {
  content: "\f531";
}
.ich-settings-main-wrap .fa-greater-than-equal:before {
  content: "\f532";
}
.ich-settings-main-wrap .fa-grimace:before {
  content: "\f57f";
}
.ich-settings-main-wrap .fa-grin:before {
  content: "\f580";
}
.ich-settings-main-wrap .fa-grin-alt:before {
  content: "\f581";
}
.ich-settings-main-wrap .fa-grin-beam:before {
  content: "\f582";
}
.ich-settings-main-wrap .fa-grin-beam-sweat:before {
  content: "\f583";
}
.ich-settings-main-wrap .fa-grin-hearts:before {
  content: "\f584";
}
.ich-settings-main-wrap .fa-grin-squint:before {
  content: "\f585";
}
.ich-settings-main-wrap .fa-grin-squint-tears:before {
  content: "\f586";
}
.ich-settings-main-wrap .fa-grin-stars:before {
  content: "\f587";
}
.ich-settings-main-wrap .fa-grin-tears:before {
  content: "\f588";
}
.ich-settings-main-wrap .fa-grin-tongue:before {
  content: "\f589";
}
.ich-settings-main-wrap .fa-grin-tongue-squint:before {
  content: "\f58a";
}
.ich-settings-main-wrap .fa-grin-tongue-wink:before {
  content: "\f58b";
}
.ich-settings-main-wrap .fa-grin-wink:before {
  content: "\f58c";
}
.ich-settings-main-wrap .fa-grip-horizontal:before {
  content: "\f58d";
}
.ich-settings-main-wrap .fa-grip-vertical:before {
  content: "\f58e";
}
.ich-settings-main-wrap .fa-gripfire:before {
  content: "\f3ac";
}
.ich-settings-main-wrap .fa-grunt:before {
  content: "\f3ad";
}
.ich-settings-main-wrap .fa-gulp:before {
  content: "\f3ae";
}
.ich-settings-main-wrap .fa-h-square:before {
  content: "\f0fd";
}
.ich-settings-main-wrap .fa-hacker-news:before {
  content: "\f1d4";
}
.ich-settings-main-wrap .fa-hacker-news-square:before {
  content: "\f3af";
}
.ich-settings-main-wrap .fa-hackerrank:before {
  content: "\f5f7";
}
.ich-settings-main-wrap .fa-hamsa:before {
  content: "\f665";
}
.ich-settings-main-wrap .fa-hand-holding:before {
  content: "\f4bd";
}
.ich-settings-main-wrap .fa-hand-holding-heart:before {
  content: "\f4be";
}
.ich-settings-main-wrap .fa-hand-holding-usd:before {
  content: "\f4c0";
}
.ich-settings-main-wrap .fa-hand-lizard:before {
  content: "\f258";
}
.ich-settings-main-wrap .fa-hand-paper:before {
  content: "\f256";
}
.ich-settings-main-wrap .fa-hand-peace:before {
  content: "\f25b";
}
.ich-settings-main-wrap .fa-hand-point-down:before {
  content: "\f0a7";
}
.ich-settings-main-wrap .fa-hand-point-left:before {
  content: "\f0a5";
}
.ich-settings-main-wrap .fa-hand-point-right:before {
  content: "\f0a4";
}
.ich-settings-main-wrap .fa-hand-point-up:before {
  content: "\f0a6";
}
.ich-settings-main-wrap .fa-hand-pointer:before {
  content: "\f25a";
}
.ich-settings-main-wrap .fa-hand-rock:before {
  content: "\f255";
}
.ich-settings-main-wrap .fa-hand-scissors:before {
  content: "\f257";
}
.ich-settings-main-wrap .fa-hand-spock:before {
  content: "\f259";
}
.ich-settings-main-wrap .fa-hands:before {
  content: "\f4c2";
}
.ich-settings-main-wrap .fa-hands-helping:before {
  content: "\f4c4";
}
.ich-settings-main-wrap .fa-handshake:before {
  content: "\f2b5";
}
.ich-settings-main-wrap .fa-hashtag:before {
  content: "\f292";
}
.ich-settings-main-wrap .fa-haykal:before {
  content: "\f666";
}
.ich-settings-main-wrap .fa-hdd:before {
  content: "\f0a0";
}
.ich-settings-main-wrap .fa-heading:before {
  content: "\f1dc";
}
.ich-settings-main-wrap .fa-headphones:before {
  content: "\f025";
}
.ich-settings-main-wrap .fa-headphones-alt:before {
  content: "\f58f";
}
.ich-settings-main-wrap .fa-headset:before {
  content: "\f590";
}
.ich-settings-main-wrap .fa-heart:before {
  content: "\f004";
}
.ich-settings-main-wrap .fa-heartbeat:before {
  content: "\f21e";
}
.ich-settings-main-wrap .fa-helicopter:before {
  content: "\f533";
}
.ich-settings-main-wrap .fa-highlighter:before {
  content: "\f591";
}
.ich-settings-main-wrap .fa-hips:before {
  content: "\f452";
}
.ich-settings-main-wrap .fa-hire-a-helper:before {
  content: "\f3b0";
}
.ich-settings-main-wrap .fa-history:before {
  content: "\f1da";
}
.ich-settings-main-wrap .fa-hockey-puck:before {
  content: "\f453";
}
.ich-settings-main-wrap .fa-home:before {
  content: "\f015";
}
.ich-settings-main-wrap .fa-hooli:before {
  content: "\f427";
}
.ich-settings-main-wrap .fa-hornbill:before {
  content: "\f592";
}
.ich-settings-main-wrap .fa-hospital:before {
  content: "\f0f8";
}
.ich-settings-main-wrap .fa-hospital-alt:before {
  content: "\f47d";
}
.ich-settings-main-wrap .fa-hospital-symbol:before {
  content: "\f47e";
}
.ich-settings-main-wrap .fa-hot-tub:before {
  content: "\f593";
}
.ich-settings-main-wrap .fa-hotel:before {
  content: "\f594";
}
.ich-settings-main-wrap .fa-hotjar:before {
  content: "\f3b1";
}
.ich-settings-main-wrap .fa-hourglass:before {
  content: "\f254";
}
.ich-settings-main-wrap .fa-hourglass-end:before {
  content: "\f253";
}
.ich-settings-main-wrap .fa-hourglass-half:before {
  content: "\f252";
}
.ich-settings-main-wrap .fa-hourglass-start:before {
  content: "\f251";
}
.ich-settings-main-wrap .fa-houzz:before {
  content: "\f27c";
}
.ich-settings-main-wrap .fa-html5:before {
  content: "\f13b";
}
.ich-settings-main-wrap .fa-hubspot:before {
  content: "\f3b2";
}
.ich-settings-main-wrap .fa-i-cursor:before {
  content: "\f246";
}
.ich-settings-main-wrap .fa-id-badge:before {
  content: "\f2c1";
}
.ich-settings-main-wrap .fa-id-card:before {
  content: "\f2c2";
}
.ich-settings-main-wrap .fa-id-card-alt:before {
  content: "\f47f";
}
.ich-settings-main-wrap .fa-image:before {
  content: "\f03e";
}
.ich-settings-main-wrap .fa-images:before {
  content: "\f302";
}
.ich-settings-main-wrap .fa-imdb:before {
  content: "\f2d8";
}
.ich-settings-main-wrap .fa-inbox:before {
  content: "\f01c";
}
.ich-settings-main-wrap .fa-indent:before {
  content: "\f03c";
}
.ich-settings-main-wrap .fa-industry:before {
  content: "\f275";
}
.ich-settings-main-wrap .fa-infinity:before {
  content: "\f534";
}
.ich-settings-main-wrap .fa-info:before {
  content: "\f129";
}
.ich-settings-main-wrap .fa-info-circle:before {
  content: "\f05a";
}
.ich-settings-main-wrap .fa-instagram:before {
  content: "\f16d";
}
.ich-settings-main-wrap .fa-internet-explorer:before {
  content: "\f26b";
}
.ich-settings-main-wrap .fa-ioxhost:before {
  content: "\f208";
}
.ich-settings-main-wrap .fa-italic:before {
  content: "\f033";
}
.ich-settings-main-wrap .fa-itunes:before {
  content: "\f3b4";
}
.ich-settings-main-wrap .fa-itunes-note:before {
  content: "\f3b5";
}
.ich-settings-main-wrap .fa-java:before {
  content: "\f4e4";
}
.ich-settings-main-wrap .fa-jedi:before {
  content: "\f669";
}
.ich-settings-main-wrap .fa-jedi-order:before {
  content: "\f50e";
}
.ich-settings-main-wrap .fa-jenkins:before {
  content: "\f3b6";
}
.ich-settings-main-wrap .fa-joget:before {
  content: "\f3b7";
}
.ich-settings-main-wrap .fa-joint:before {
  content: "\f595";
}
.ich-settings-main-wrap .fa-joomla:before {
  content: "\f1aa";
}
.ich-settings-main-wrap .fa-journal-whills:before {
  content: "\f66a";
}
.ich-settings-main-wrap .fa-js:before {
  content: "\f3b8";
}
.ich-settings-main-wrap .fa-js-square:before {
  content: "\f3b9";
}
.ich-settings-main-wrap .fa-jsfiddle:before {
  content: "\f1cc";
}
.ich-settings-main-wrap .fa-kaaba:before {
  content: "\f66b";
}
.ich-settings-main-wrap .fa-kaggle:before {
  content: "\f5fa";
}
.ich-settings-main-wrap .fa-key:before {
  content: "\f084";
}
.ich-settings-main-wrap .fa-keybase:before {
  content: "\f4f5";
}
.ich-settings-main-wrap .fa-keyboard:before {
  content: "\f11c";
}
.ich-settings-main-wrap .fa-keycdn:before {
  content: "\f3ba";
}
.ich-settings-main-wrap .fa-khanda:before {
  content: "\f66d";
}
.ich-settings-main-wrap .fa-kickstarter:before {
  content: "\f3bb";
}
.ich-settings-main-wrap .fa-kickstarter-k:before {
  content: "\f3bc";
}
.ich-settings-main-wrap .fa-kiss:before {
  content: "\f596";
}
.ich-settings-main-wrap .fa-kiss-beam:before {
  content: "\f597";
}
.ich-settings-main-wrap .fa-kiss-wink-heart:before {
  content: "\f598";
}
.ich-settings-main-wrap .fa-kiwi-bird:before {
  content: "\f535";
}
.ich-settings-main-wrap .fa-korvue:before {
  content: "\f42f";
}
.ich-settings-main-wrap .fa-landmark:before {
  content: "\f66f";
}
.ich-settings-main-wrap .fa-language:before {
  content: "\f1ab";
}
.ich-settings-main-wrap .fa-laptop:before {
  content: "\f109";
}
.ich-settings-main-wrap .fa-laptop-code:before {
  content: "\f5fc";
}
.ich-settings-main-wrap .fa-laravel:before {
  content: "\f3bd";
}
.ich-settings-main-wrap .fa-lastfm:before {
  content: "\f202";
}
.ich-settings-main-wrap .fa-lastfm-square:before {
  content: "\f203";
}
.ich-settings-main-wrap .fa-laugh:before {
  content: "\f599";
}
.ich-settings-main-wrap .fa-laugh-beam:before {
  content: "\f59a";
}
.ich-settings-main-wrap .fa-laugh-squint:before {
  content: "\f59b";
}
.ich-settings-main-wrap .fa-laugh-wink:before {
  content: "\f59c";
}
.ich-settings-main-wrap .fa-layer-group:before {
  content: "\f5fd";
}
.ich-settings-main-wrap .fa-leaf:before {
  content: "\f06c";
}
.ich-settings-main-wrap .fa-leanpub:before {
  content: "\f212";
}
.ich-settings-main-wrap .fa-lemon:before {
  content: "\f094";
}
.ich-settings-main-wrap .fa-less:before {
  content: "\f41d";
}
.ich-settings-main-wrap .fa-less-than:before {
  content: "\f536";
}
.ich-settings-main-wrap .fa-less-than-equal:before {
  content: "\f537";
}
.ich-settings-main-wrap .fa-level-down-alt:before {
  content: "\f3be";
}
.ich-settings-main-wrap .fa-level-up-alt:before {
  content: "\f3bf";
}
.ich-settings-main-wrap .fa-life-ring:before {
  content: "\f1cd";
}
.ich-settings-main-wrap .fa-lightbulb:before {
  content: "\f0eb";
}
.ich-settings-main-wrap .fa-line:before {
  content: "\f3c0";
}
.ich-settings-main-wrap .fa-link:before {
  content: "\f0c1";
}
.ich-settings-main-wrap .fa-linkedin:before {
  content: "\f08c";
}
.ich-settings-main-wrap .fa-linkedin-in:before {
  content: "\f0e1";
}
.ich-settings-main-wrap .fa-linode:before {
  content: "\f2b8";
}
.ich-settings-main-wrap .fa-linux:before {
  content: "\f17c";
}
.ich-settings-main-wrap .fa-lira-sign:before {
  content: "\f195";
}
.ich-settings-main-wrap .fa-list:before {
  content: "\f03a";
}
.ich-settings-main-wrap .fa-list-alt:before {
  content: "\f022";
}
.ich-settings-main-wrap .fa-list-ol:before {
  content: "\f0cb";
}
.ich-settings-main-wrap .fa-list-ul:before {
  content: "\f0ca";
}
.ich-settings-main-wrap .fa-location-arrow:before {
  content: "\f124";
}
.ich-settings-main-wrap .fa-lock:before {
  content: "\f023";
}
.ich-settings-main-wrap .fa-lock-open:before {
  content: "\f3c1";
}
.ich-settings-main-wrap .fa-long-arrow-alt-down:before {
  content: "\f309";
}
.ich-settings-main-wrap .fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.ich-settings-main-wrap .fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.ich-settings-main-wrap .fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.ich-settings-main-wrap .fa-low-vision:before {
  content: "\f2a8";
}
.ich-settings-main-wrap .fa-luggage-cart:before {
  content: "\f59d";
}
.ich-settings-main-wrap .fa-lyft:before {
  content: "\f3c3";
}
.ich-settings-main-wrap .fa-magento:before {
  content: "\f3c4";
}
.ich-settings-main-wrap .fa-magic:before {
  content: "\f0d0";
}
.ich-settings-main-wrap .fa-magnet:before {
  content: "\f076";
}
.ich-settings-main-wrap .fa-mail-bulk:before {
  content: "\f674";
}
.ich-settings-main-wrap .fa-mailchimp:before {
  content: "\f59e";
}
.ich-settings-main-wrap .fa-male:before {
  content: "\f183";
}
.ich-settings-main-wrap .fa-mandalorian:before {
  content: "\f50f";
}
.ich-settings-main-wrap .fa-map:before {
  content: "\f279";
}
.ich-settings-main-wrap .fa-map-marked:before {
  content: "\f59f";
}
.ich-settings-main-wrap .fa-map-marked-alt:before {
  content: "\f5a0";
}
.ich-settings-main-wrap .fa-map-marker:before {
  content: "\f041";
}
.ich-settings-main-wrap .fa-map-marker-alt:before {
  content: "\f3c5";
}
.ich-settings-main-wrap .fa-map-pin:before {
  content: "\f276";
}
.ich-settings-main-wrap .fa-map-signs:before {
  content: "\f277";
}
.ich-settings-main-wrap .fa-markdown:before {
  content: "\f60f";
}
.ich-settings-main-wrap .fa-marker:before {
  content: "\f5a1";
}
.ich-settings-main-wrap .fa-mars:before {
  content: "\f222";
}
.ich-settings-main-wrap .fa-mars-double:before {
  content: "\f227";
}
.ich-settings-main-wrap .fa-mars-stroke:before {
  content: "\f229";
}
.ich-settings-main-wrap .fa-mars-stroke-h:before {
  content: "\f22b";
}
.ich-settings-main-wrap .fa-mars-stroke-v:before {
  content: "\f22a";
}
.ich-settings-main-wrap .fa-mastodon:before {
  content: "\f4f6";
}
.ich-settings-main-wrap .fa-maxcdn:before {
  content: "\f136";
}
.ich-settings-main-wrap .fa-medal:before {
  content: "\f5a2";
}
.ich-settings-main-wrap .fa-medapps:before {
  content: "\f3c6";
}
.ich-settings-main-wrap .fa-medium:before {
  content: "\f23a";
}
.ich-settings-main-wrap .fa-medium-m:before {
  content: "\f3c7";
}
.ich-settings-main-wrap .fa-medkit:before {
  content: "\f0fa";
}
.ich-settings-main-wrap .fa-medrt:before {
  content: "\f3c8";
}
.ich-settings-main-wrap .fa-meetup:before {
  content: "\f2e0";
}
.ich-settings-main-wrap .fa-megaport:before {
  content: "\f5a3";
}
.ich-settings-main-wrap .fa-meh:before {
  content: "\f11a";
}
.ich-settings-main-wrap .fa-meh-blank:before {
  content: "\f5a4";
}
.ich-settings-main-wrap .fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.ich-settings-main-wrap .fa-memory:before {
  content: "\f538";
}
.ich-settings-main-wrap .fa-menorah:before {
  content: "\f676";
}
.ich-settings-main-wrap .fa-mercury:before {
  content: "\f223";
}
.ich-settings-main-wrap .fa-microchip:before {
  content: "\f2db";
}
.ich-settings-main-wrap .fa-microphone:before {
  content: "\f130";
}
.ich-settings-main-wrap .fa-microphone-alt:before {
  content: "\f3c9";
}
.ich-settings-main-wrap .fa-microphone-alt-slash:before {
  content: "\f539";
}
.ich-settings-main-wrap .fa-microphone-slash:before {
  content: "\f131";
}
.ich-settings-main-wrap .fa-microscope:before {
  content: "\f610";
}
.ich-settings-main-wrap .fa-microsoft:before {
  content: "\f3ca";
}
.ich-settings-main-wrap .fa-minus:before {
  content: "\f068";
}
.ich-settings-main-wrap .fa-minus-circle:before {
  content: "\f056";
}
.ich-settings-main-wrap .fa-minus-square:before {
  content: "\f146";
}
.ich-settings-main-wrap .fa-mix:before {
  content: "\f3cb";
}
.ich-settings-main-wrap .fa-mixcloud:before {
  content: "\f289";
}
.ich-settings-main-wrap .fa-mizuni:before {
  content: "\f3cc";
}
.ich-settings-main-wrap .fa-mobile:before {
  content: "\f10b";
}
.ich-settings-main-wrap .fa-mobile-alt:before {
  content: "\f3cd";
}
.ich-settings-main-wrap .fa-modx:before {
  content: "\f285";
}
.ich-settings-main-wrap .fa-monero:before {
  content: "\f3d0";
}
.ich-settings-main-wrap .fa-money-bill:before {
  content: "\f0d6";
}
.ich-settings-main-wrap .fa-money-bill-alt:before {
  content: "\f3d1";
}
.ich-settings-main-wrap .fa-money-bill-wave:before {
  content: "\f53a";
}
.ich-settings-main-wrap .fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.ich-settings-main-wrap .fa-money-check:before {
  content: "\f53c";
}
.ich-settings-main-wrap .fa-money-check-alt:before {
  content: "\f53d";
}
.ich-settings-main-wrap .fa-monument:before {
  content: "\f5a6";
}
.ich-settings-main-wrap .fa-moon:before {
  content: "\f186";
}
.ich-settings-main-wrap .fa-mortar-pestle:before {
  content: "\f5a7";
}
.ich-settings-main-wrap .fa-mosque:before {
  content: "\f678";
}
.ich-settings-main-wrap .fa-motorcycle:before {
  content: "\f21c";
}
.ich-settings-main-wrap .fa-mouse-pointer:before {
  content: "\f245";
}
.ich-settings-main-wrap .fa-music:before {
  content: "\f001";
}
.ich-settings-main-wrap .fa-napster:before {
  content: "\f3d2";
}
.ich-settings-main-wrap .fa-neos:before {
  content: "\f612";
}
.ich-settings-main-wrap .fa-neuter:before {
  content: "\f22c";
}
.ich-settings-main-wrap .fa-newspaper:before {
  content: "\f1ea";
}
.ich-settings-main-wrap .fa-nimblr:before {
  content: "\f5a8";
}
.ich-settings-main-wrap .fa-nintendo-switch:before {
  content: "\f418";
}
.ich-settings-main-wrap .fa-node:before {
  content: "\f419";
}
.ich-settings-main-wrap .fa-node-js:before {
  content: "\f3d3";
}
.ich-settings-main-wrap .fa-not-equal:before {
  content: "\f53e";
}
.ich-settings-main-wrap .fa-notes-medical:before {
  content: "\f481";
}
.ich-settings-main-wrap .fa-npm:before {
  content: "\f3d4";
}
.ich-settings-main-wrap .fa-ns8:before {
  content: "\f3d5";
}
.ich-settings-main-wrap .fa-nutritionix:before {
  content: "\f3d6";
}
.ich-settings-main-wrap .fa-object-group:before {
  content: "\f247";
}
.ich-settings-main-wrap .fa-object-ungroup:before {
  content: "\f248";
}
.ich-settings-main-wrap .fa-odnoklassniki:before {
  content: "\f263";
}
.ich-settings-main-wrap .fa-odnoklassniki-square:before {
  content: "\f264";
}
.ich-settings-main-wrap .fa-oil-can:before {
  content: "\f613";
}
.ich-settings-main-wrap .fa-old-republic:before {
  content: "\f510";
}
.ich-settings-main-wrap .fa-om:before {
  content: "\f679";
}
.ich-settings-main-wrap .fa-opencart:before {
  content: "\f23d";
}
.ich-settings-main-wrap .fa-openid:before {
  content: "\f19b";
}
.ich-settings-main-wrap .fa-opera:before {
  content: "\f26a";
}
.ich-settings-main-wrap .fa-optin-monster:before {
  content: "\f23c";
}
.ich-settings-main-wrap .fa-osi:before {
  content: "\f41a";
}
.ich-settings-main-wrap .fa-outdent:before {
  content: "\f03b";
}
.ich-settings-main-wrap .fa-page4:before {
  content: "\f3d7";
}
.ich-settings-main-wrap .fa-pagelines:before {
  content: "\f18c";
}
.ich-settings-main-wrap .fa-paint-brush:before {
  content: "\f1fc";
}
.ich-settings-main-wrap .fa-paint-roller:before {
  content: "\f5aa";
}
.ich-settings-main-wrap .fa-palette:before {
  content: "\f53f";
}
.ich-settings-main-wrap .fa-palfed:before {
  content: "\f3d8";
}
.ich-settings-main-wrap .fa-pallet:before {
  content: "\f482";
}
.ich-settings-main-wrap .fa-paper-plane:before {
  content: "\f1d8";
}
.ich-settings-main-wrap .fa-paperclip:before {
  content: "\f0c6";
}
.ich-settings-main-wrap .fa-parachute-box:before {
  content: "\f4cd";
}
.ich-settings-main-wrap .fa-paragraph:before {
  content: "\f1dd";
}
.ich-settings-main-wrap .fa-parking:before {
  content: "\f540";
}
.ich-settings-main-wrap .fa-passport:before {
  content: "\f5ab";
}
.ich-settings-main-wrap .fa-pastafarianism:before {
  content: "\f67b";
}
.ich-settings-main-wrap .fa-paste:before {
  content: "\f0ea";
}
.ich-settings-main-wrap .fa-patreon:before {
  content: "\f3d9";
}
.ich-settings-main-wrap .fa-pause:before {
  content: "\f04c";
}
.ich-settings-main-wrap .fa-pause-circle:before {
  content: "\f28b";
}
.ich-settings-main-wrap .fa-paw:before {
  content: "\f1b0";
}
.ich-settings-main-wrap .fa-paypal:before {
  content: "\f1ed";
}
.ich-settings-main-wrap .fa-peace:before {
  content: "\f67c";
}
.ich-settings-main-wrap .fa-pen:before {
  content: "\f304";
}
.ich-settings-main-wrap .fa-pen-alt:before {
  content: "\f305";
}
.ich-settings-main-wrap .fa-pen-fancy:before {
  content: "\f5ac";
}
.ich-settings-main-wrap .fa-pen-nib:before {
  content: "\f5ad";
}
.ich-settings-main-wrap .fa-pen-square:before {
  content: "\f14b";
}
.ich-settings-main-wrap .fa-pencil-alt:before {
  content: "\f303";
}
.ich-settings-main-wrap .fa-pencil-ruler:before {
  content: "\f5ae";
}
.ich-settings-main-wrap .fa-people-carry:before {
  content: "\f4ce";
}
.ich-settings-main-wrap .fa-percent:before {
  content: "\f295";
}
.ich-settings-main-wrap .fa-percentage:before {
  content: "\f541";
}
.ich-settings-main-wrap .fa-periscope:before {
  content: "\f3da";
}
.ich-settings-main-wrap .fa-phabricator:before {
  content: "\f3db";
}
.ich-settings-main-wrap .fa-phoenix-framework:before {
  content: "\f3dc";
}
.ich-settings-main-wrap .fa-phoenix-squadron:before {
  content: "\f511";
}
.ich-settings-main-wrap .fa-phone:before {
  content: "\f095";
}
.ich-settings-main-wrap .fa-phone-slash:before {
  content: "\f3dd";
}
.ich-settings-main-wrap .fa-phone-square:before {
  content: "\f098";
}
.ich-settings-main-wrap .fa-phone-volume:before {
  content: "\f2a0";
}
.ich-settings-main-wrap .fa-php:before {
  content: "\f457";
}
.ich-settings-main-wrap .fa-pied-piper:before {
  content: "\f2ae";
}
.ich-settings-main-wrap .fa-pied-piper-alt:before {
  content: "\f1a8";
}
.ich-settings-main-wrap .fa-pied-piper-hat:before {
  content: "\f4e5";
}
.ich-settings-main-wrap .fa-pied-piper-pp:before {
  content: "\f1a7";
}
.ich-settings-main-wrap .fa-piggy-bank:before {
  content: "\f4d3";
}
.ich-settings-main-wrap .fa-pills:before {
  content: "\f484";
}
.ich-settings-main-wrap .fa-pinterest:before {
  content: "\f0d2";
}
.ich-settings-main-wrap .fa-pinterest-p:before {
  content: "\f231";
}
.ich-settings-main-wrap .fa-pinterest-square:before {
  content: "\f0d3";
}
.ich-settings-main-wrap .fa-place-of-worship:before {
  content: "\f67f";
}
.ich-settings-main-wrap .fa-plane:before {
  content: "\f072";
}
.ich-settings-main-wrap .fa-plane-arrival:before {
  content: "\f5af";
}
.ich-settings-main-wrap .fa-plane-departure:before {
  content: "\f5b0";
}
.ich-settings-main-wrap .fa-play:before {
  content: "\f04b";
}
.ich-settings-main-wrap .fa-play-circle:before {
  content: "\f144";
}
.ich-settings-main-wrap .fa-playstation:before {
  content: "\f3df";
}
.ich-settings-main-wrap .fa-plug:before {
  content: "\f1e6";
}
.ich-settings-main-wrap .fa-plus:before {
  content: "\f067";
}
.ich-settings-main-wrap .fa-plus-circle:before {
  content: "\f055";
}
.ich-settings-main-wrap .fa-plus-square:before {
  content: "\f0fe";
}
.ich-settings-main-wrap .fa-podcast:before {
  content: "\f2ce";
}
.ich-settings-main-wrap .fa-poll:before {
  content: "\f681";
}
.ich-settings-main-wrap .fa-poll-h:before {
  content: "\f682";
}
.ich-settings-main-wrap .fa-poo:before {
  content: "\f2fe";
}
.ich-settings-main-wrap .fa-poop:before {
  content: "\f619";
}
.ich-settings-main-wrap .fa-portrait:before {
  content: "\f3e0";
}
.ich-settings-main-wrap .fa-pound-sign:before {
  content: "\f154";
}
.ich-settings-main-wrap .fa-power-off:before {
  content: "\f011";
}
.ich-settings-main-wrap .fa-pray:before {
  content: "\f683";
}
.ich-settings-main-wrap .fa-praying-hands:before {
  content: "\f684";
}
.ich-settings-main-wrap .fa-prescription:before {
  content: "\f5b1";
}
.ich-settings-main-wrap .fa-prescription-bottle:before {
  content: "\f485";
}
.ich-settings-main-wrap .fa-prescription-bottle-alt:before {
  content: "\f486";
}
.ich-settings-main-wrap .fa-print:before {
  content: "\f02f";
}
.ich-settings-main-wrap .fa-procedures:before {
  content: "\f487";
}
.ich-settings-main-wrap .fa-product-hunt:before {
  content: "\f288";
}
.ich-settings-main-wrap .fa-project-diagram:before {
  content: "\f542";
}
.ich-settings-main-wrap .fa-pushed:before {
  content: "\f3e1";
}
.ich-settings-main-wrap .fa-puzzle-piece:before {
  content: "\f12e";
}
.ich-settings-main-wrap .fa-python:before {
  content: "\f3e2";
}
.ich-settings-main-wrap .fa-qq:before {
  content: "\f1d6";
}
.ich-settings-main-wrap .fa-qrcode:before {
  content: "\f029";
}
.ich-settings-main-wrap .fa-question:before {
  content: "\f128";
}
.ich-settings-main-wrap .fa-question-circle:before {
  content: "\f059";
}
.ich-settings-main-wrap .fa-quidditch:before {
  content: "\f458";
}
.ich-settings-main-wrap .fa-quinscape:before {
  content: "\f459";
}
.ich-settings-main-wrap .fa-quora:before {
  content: "\f2c4";
}
.ich-settings-main-wrap .fa-quote-left:before {
  content: "\f10d";
}
.ich-settings-main-wrap .fa-quote-right:before {
  content: "\f10e";
}
.ich-settings-main-wrap .fa-quran:before {
  content: "\f687";
}
.ich-settings-main-wrap .fa-r-project:before {
  content: "\f4f7";
}
.ich-settings-main-wrap .fa-random:before {
  content: "\f074";
}
.ich-settings-main-wrap .fa-ravelry:before {
  content: "\f2d9";
}
.ich-settings-main-wrap .fa-react:before {
  content: "\f41b";
}
.ich-settings-main-wrap .fa-readme:before {
  content: "\f4d5";
}
.ich-settings-main-wrap .fa-rebel:before {
  content: "\f1d0";
}
.ich-settings-main-wrap .fa-receipt:before {
  content: "\f543";
}
.ich-settings-main-wrap .fa-recycle:before {
  content: "\f1b8";
}
.ich-settings-main-wrap .fa-red-river:before {
  content: "\f3e3";
}
.ich-settings-main-wrap .fa-reddit:before {
  content: "\f1a1";
}
.ich-settings-main-wrap .fa-reddit-alien:before {
  content: "\f281";
}
.ich-settings-main-wrap .fa-reddit-square:before {
  content: "\f1a2";
}
.ich-settings-main-wrap .fa-redo:before {
  content: "\f01e";
}
.ich-settings-main-wrap .fa-redo-alt:before {
  content: "\f2f9";
}
.ich-settings-main-wrap .fa-registered:before {
  content: "\f25d";
}
.ich-settings-main-wrap .fa-rendact:before {
  content: "\f3e4";
}
.ich-settings-main-wrap .fa-renren:before {
  content: "\f18b";
}
.ich-settings-main-wrap .fa-reply:before {
  content: "\f3e5";
}
.ich-settings-main-wrap .fa-reply-all:before {
  content: "\f122";
}
.ich-settings-main-wrap .fa-replyd:before {
  content: "\f3e6";
}
.ich-settings-main-wrap .fa-researchgate:before {
  content: "\f4f8";
}
.ich-settings-main-wrap .fa-resolving:before {
  content: "\f3e7";
}
.ich-settings-main-wrap .fa-retweet:before {
  content: "\f079";
}
.ich-settings-main-wrap .fa-rev:before {
  content: "\f5b2";
}
.ich-settings-main-wrap .fa-ribbon:before {
  content: "\f4d6";
}
.ich-settings-main-wrap .fa-road:before {
  content: "\f018";
}
.ich-settings-main-wrap .fa-robot:before {
  content: "\f544";
}
.ich-settings-main-wrap .fa-rocket:before {
  content: "\f135";
}
.ich-settings-main-wrap .fa-rocketchat:before {
  content: "\f3e8";
}
.ich-settings-main-wrap .fa-rockrms:before {
  content: "\f3e9";
}
.ich-settings-main-wrap .fa-route:before {
  content: "\f4d7";
}
.ich-settings-main-wrap .fa-rss:before {
  content: "\f09e";
}
.ich-settings-main-wrap .fa-rss-square:before {
  content: "\f143";
}
.ich-settings-main-wrap .fa-ruble-sign:before {
  content: "\f158";
}
.ich-settings-main-wrap .fa-ruler:before {
  content: "\f545";
}
.ich-settings-main-wrap .fa-ruler-combined:before {
  content: "\f546";
}
.ich-settings-main-wrap .fa-ruler-horizontal:before {
  content: "\f547";
}
.ich-settings-main-wrap .fa-ruler-vertical:before {
  content: "\f548";
}
.ich-settings-main-wrap .fa-rupee-sign:before {
  content: "\f156";
}
.ich-settings-main-wrap .fa-sad-cry:before {
  content: "\f5b3";
}
.ich-settings-main-wrap .fa-sad-tear:before {
  content: "\f5b4";
}
.ich-settings-main-wrap .fa-safari:before {
  content: "\f267";
}
.ich-settings-main-wrap .fa-sass:before {
  content: "\f41e";
}
.ich-settings-main-wrap .fa-save:before {
  content: "\f0c7";
}
.ich-settings-main-wrap .fa-schlix:before {
  content: "\f3ea";
}
.ich-settings-main-wrap .fa-school:before {
  content: "\f549";
}
.ich-settings-main-wrap .fa-screwdriver:before {
  content: "\f54a";
}
.ich-settings-main-wrap .fa-scribd:before {
  content: "\f28a";
}
.ich-settings-main-wrap .fa-search:before {
  content: "\f002";
}
.ich-settings-main-wrap .fa-search-dollar:before {
  content: "\f688";
}
.ich-settings-main-wrap .fa-search-location:before {
  content: "\f689";
}
.ich-settings-main-wrap .fa-search-minus:before {
  content: "\f010";
}
.ich-settings-main-wrap .fa-search-plus:before {
  content: "\f00e";
}
.ich-settings-main-wrap .fa-searchengin:before {
  content: "\f3eb";
}
.ich-settings-main-wrap .fa-seedling:before {
  content: "\f4d8";
}
.ich-settings-main-wrap .fa-sellcast:before {
  content: "\f2da";
}
.ich-settings-main-wrap .fa-sellsy:before {
  content: "\f213";
}
.ich-settings-main-wrap .fa-server:before {
  content: "\f233";
}
.ich-settings-main-wrap .fa-servicestack:before {
  content: "\f3ec";
}
.ich-settings-main-wrap .fa-shapes:before {
  content: "\f61f";
}
.ich-settings-main-wrap .fa-share:before {
  content: "\f064";
}
.ich-settings-main-wrap .fa-share-alt:before {
  content: "\f1e0";
}
.ich-settings-main-wrap .fa-share-alt-square:before {
  content: "\f1e1";
}
.ich-settings-main-wrap .fa-share-square:before {
  content: "\f14d";
}
.ich-settings-main-wrap .fa-shekel-sign:before {
  content: "\f20b";
}
.ich-settings-main-wrap .fa-shield-alt:before {
  content: "\f3ed";
}
.ich-settings-main-wrap .fa-ship:before {
  content: "\f21a";
}
.ich-settings-main-wrap .fa-shipping-fast:before {
  content: "\f48b";
}
.ich-settings-main-wrap .fa-shirtsinbulk:before {
  content: "\f214";
}
.ich-settings-main-wrap .fa-shoe-prints:before {
  content: "\f54b";
}
.ich-settings-main-wrap .fa-shopping-bag:before {
  content: "\f290";
}
.ich-settings-main-wrap .fa-shopping-basket:before {
  content: "\f291";
}
.ich-settings-main-wrap .fa-shopping-cart:before {
  content: "\f07a";
}
.ich-settings-main-wrap .fa-shopware:before {
  content: "\f5b5";
}
.ich-settings-main-wrap .fa-shower:before {
  content: "\f2cc";
}
.ich-settings-main-wrap .fa-shuttle-van:before {
  content: "\f5b6";
}
.ich-settings-main-wrap .fa-sign:before {
  content: "\f4d9";
}
.ich-settings-main-wrap .fa-sign-in-alt:before {
  content: "\f2f6";
}
.ich-settings-main-wrap .fa-sign-language:before {
  content: "\f2a7";
}
.ich-settings-main-wrap .fa-sign-out-alt:before {
  content: "\f2f5";
}
.ich-settings-main-wrap .fa-signal:before {
  content: "\f012";
}
.ich-settings-main-wrap .fa-signature:before {
  content: "\f5b7";
}
.ich-settings-main-wrap .fa-simplybuilt:before {
  content: "\f215";
}
.ich-settings-main-wrap .fa-sistrix:before {
  content: "\f3ee";
}
.ich-settings-main-wrap .fa-sitemap:before {
  content: "\f0e8";
}
.ich-settings-main-wrap .fa-sith:before {
  content: "\f512";
}
.ich-settings-main-wrap .fa-skull:before {
  content: "\f54c";
}
.ich-settings-main-wrap .fa-skyatlas:before {
  content: "\f216";
}
.ich-settings-main-wrap .fa-skype:before {
  content: "\f17e";
}
.ich-settings-main-wrap .fa-slack:before {
  content: "\f198";
}
.ich-settings-main-wrap .fa-slack-hash:before {
  content: "\f3ef";
}
.ich-settings-main-wrap .fa-sliders-h:before {
  content: "\f1de";
}
.ich-settings-main-wrap .fa-slideshare:before {
  content: "\f1e7";
}
.ich-settings-main-wrap .fa-smile:before {
  content: "\f118";
}
.ich-settings-main-wrap .fa-smile-beam:before {
  content: "\f5b8";
}
.ich-settings-main-wrap .fa-smile-wink:before {
  content: "\f4da";
}
.ich-settings-main-wrap .fa-smoking:before {
  content: "\f48d";
}
.ich-settings-main-wrap .fa-smoking-ban:before {
  content: "\f54d";
}
.ich-settings-main-wrap .fa-snapchat:before {
  content: "\f2ab";
}
.ich-settings-main-wrap .fa-snapchat-ghost:before {
  content: "\f2ac";
}
.ich-settings-main-wrap .fa-snapchat-square:before {
  content: "\f2ad";
}
.ich-settings-main-wrap .fa-snowflake:before {
  content: "\f2dc";
}
.ich-settings-main-wrap .fa-socks:before {
  content: "\f696";
}
.ich-settings-main-wrap .fa-solar-panel:before {
  content: "\f5ba";
}
.ich-settings-main-wrap .fa-sort:before {
  content: "\f0dc";
}
.ich-settings-main-wrap .fa-sort-alpha-down:before {
  content: "\f15d";
}
.ich-settings-main-wrap .fa-sort-alpha-up:before {
  content: "\f15e";
}
.ich-settings-main-wrap .fa-sort-amount-down:before {
  content: "\f160";
}
.ich-settings-main-wrap .fa-sort-amount-up:before {
  content: "\f161";
}
.ich-settings-main-wrap .fa-sort-down:before {
  content: "\f0dd";
}
.ich-settings-main-wrap .fa-sort-numeric-down:before {
  content: "\f162";
}
.ich-settings-main-wrap .fa-sort-numeric-up:before {
  content: "\f163";
}
.ich-settings-main-wrap .fa-sort-up:before {
  content: "\f0de";
}
.ich-settings-main-wrap .fa-soundcloud:before {
  content: "\f1be";
}
.ich-settings-main-wrap .fa-spa:before {
  content: "\f5bb";
}
.ich-settings-main-wrap .fa-space-shuttle:before {
  content: "\f197";
}
.ich-settings-main-wrap .fa-speakap:before {
  content: "\f3f3";
}
.ich-settings-main-wrap .fa-spinner:before {
  content: "\f110";
}
.ich-settings-main-wrap .fa-splotch:before {
  content: "\f5bc";
}
.ich-settings-main-wrap .fa-spotify:before {
  content: "\f1bc";
}
.ich-settings-main-wrap .fa-spray-can:before {
  content: "\f5bd";
}
.ich-settings-main-wrap .fa-square:before {
  content: "\f0c8";
}
.ich-settings-main-wrap .fa-square-full:before {
  content: "\f45c";
}
.ich-settings-main-wrap .fa-square-root-alt:before {
  content: "\f698";
}
.ich-settings-main-wrap .fa-squarespace:before {
  content: "\f5be";
}
.ich-settings-main-wrap .fa-stack-exchange:before {
  content: "\f18d";
}
.ich-settings-main-wrap .fa-stack-overflow:before {
  content: "\f16c";
}
.ich-settings-main-wrap .fa-stamp:before {
  content: "\f5bf";
}
.ich-settings-main-wrap .fa-star:before {
  content: "\f005";
}
.ich-settings-main-wrap .fa-star-and-crescent:before {
  content: "\f699";
}
.ich-settings-main-wrap .fa-star-half:before {
  content: "\f089";
}
.ich-settings-main-wrap .fa-star-half-alt:before {
  content: "\f5c0";
}
.ich-settings-main-wrap .fa-star-of-david:before {
  content: "\f69a";
}
.ich-settings-main-wrap .fa-star-of-life:before {
  content: "\f621";
}
.ich-settings-main-wrap .fa-staylinked:before {
  content: "\f3f5";
}
.ich-settings-main-wrap .fa-steam:before {
  content: "\f1b6";
}
.ich-settings-main-wrap .fa-steam-square:before {
  content: "\f1b7";
}
.ich-settings-main-wrap .fa-steam-symbol:before {
  content: "\f3f6";
}
.ich-settings-main-wrap .fa-step-backward:before {
  content: "\f048";
}
.ich-settings-main-wrap .fa-step-forward:before {
  content: "\f051";
}
.ich-settings-main-wrap .fa-stethoscope:before {
  content: "\f0f1";
}
.ich-settings-main-wrap .fa-sticker-mule:before {
  content: "\f3f7";
}
.ich-settings-main-wrap .fa-sticky-note:before {
  content: "\f249";
}
.ich-settings-main-wrap .fa-stop:before {
  content: "\f04d";
}
.ich-settings-main-wrap .fa-stop-circle:before {
  content: "\f28d";
}
.ich-settings-main-wrap .fa-stopwatch:before {
  content: "\f2f2";
}
.ich-settings-main-wrap .fa-store:before {
  content: "\f54e";
}
.ich-settings-main-wrap .fa-store-alt:before {
  content: "\f54f";
}
.ich-settings-main-wrap .fa-strava:before {
  content: "\f428";
}
.ich-settings-main-wrap .fa-stream:before {
  content: "\f550";
}
.ich-settings-main-wrap .fa-street-view:before {
  content: "\f21d";
}
.ich-settings-main-wrap .fa-strikethrough:before {
  content: "\f0cc";
}
.ich-settings-main-wrap .fa-stripe:before {
  content: "\f429";
}
.ich-settings-main-wrap .fa-stripe-s:before {
  content: "\f42a";
}
.ich-settings-main-wrap .fa-stroopwafel:before {
  content: "\f551";
}
.ich-settings-main-wrap .fa-studiovinari:before {
  content: "\f3f8";
}
.ich-settings-main-wrap .fa-stumbleupon:before {
  content: "\f1a4";
}
.ich-settings-main-wrap .fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.ich-settings-main-wrap .fa-subscript:before {
  content: "\f12c";
}
.ich-settings-main-wrap .fa-subway:before {
  content: "\f239";
}
.ich-settings-main-wrap .fa-suitcase:before {
  content: "\f0f2";
}
.ich-settings-main-wrap .fa-suitcase-rolling:before {
  content: "\f5c1";
}
.ich-settings-main-wrap .fa-sun:before {
  content: "\f185";
}
.ich-settings-main-wrap .fa-superpowers:before {
  content: "\f2dd";
}
.ich-settings-main-wrap .fa-superscript:before {
  content: "\f12b";
}
.ich-settings-main-wrap .fa-supple:before {
  content: "\f3f9";
}
.ich-settings-main-wrap .fa-surprise:before {
  content: "\f5c2";
}
.ich-settings-main-wrap .fa-swatchbook:before {
  content: "\f5c3";
}
.ich-settings-main-wrap .fa-swimmer:before {
  content: "\f5c4";
}
.ich-settings-main-wrap .fa-swimming-pool:before {
  content: "\f5c5";
}
.ich-settings-main-wrap .fa-synagogue:before {
  content: "\f69b";
}
.ich-settings-main-wrap .fa-sync:before {
  content: "\f021";
}
.ich-settings-main-wrap .fa-sync-alt:before {
  content: "\f2f1";
}
.ich-settings-main-wrap .fa-syringe:before {
  content: "\f48e";
}
.ich-settings-main-wrap .fa-table:before {
  content: "\f0ce";
}
.ich-settings-main-wrap .fa-table-tennis:before {
  content: "\f45d";
}
.ich-settings-main-wrap .fa-tablet:before {
  content: "\f10a";
}
.ich-settings-main-wrap .fa-tablet-alt:before {
  content: "\f3fa";
}
.ich-settings-main-wrap .fa-tablets:before {
  content: "\f490";
}
.ich-settings-main-wrap .fa-tachometer-alt:before {
  content: "\f3fd";
}
.ich-settings-main-wrap .fa-tag:before {
  content: "\f02b";
}
.ich-settings-main-wrap .fa-tags:before {
  content: "\f02c";
}
.ich-settings-main-wrap .fa-tape:before {
  content: "\f4db";
}
.ich-settings-main-wrap .fa-tasks:before {
  content: "\f0ae";
}
.ich-settings-main-wrap .fa-taxi:before {
  content: "\f1ba";
}
.ich-settings-main-wrap .fa-teamspeak:before {
  content: "\f4f9";
}
.ich-settings-main-wrap .fa-teeth:before {
  content: "\f62e";
}
.ich-settings-main-wrap .fa-teeth-open:before {
  content: "\f62f";
}
.ich-settings-main-wrap .fa-telegram:before {
  content: "\f2c6";
}
.ich-settings-main-wrap .fa-telegram-plane:before {
  content: "\f3fe";
}
.ich-settings-main-wrap .fa-tencent-weibo:before {
  content: "\f1d5";
}
.ich-settings-main-wrap .fa-terminal:before {
  content: "\f120";
}
.ich-settings-main-wrap .fa-text-height:before {
  content: "\f034";
}
.ich-settings-main-wrap .fa-text-width:before {
  content: "\f035";
}
.ich-settings-main-wrap .fa-th:before {
  content: "\f00a";
}
.ich-settings-main-wrap .fa-th-large:before {
  content: "\f009";
}
.ich-settings-main-wrap .fa-th-list:before {
  content: "\f00b";
}
.ich-settings-main-wrap .fa-the-red-yeti:before {
  content: "\f69d";
}
.ich-settings-main-wrap .fa-theater-masks:before {
  content: "\f630";
}
.ich-settings-main-wrap .fa-themeco:before {
  content: "\f5c6";
}
.ich-settings-main-wrap .fa-themeisle:before {
  content: "\f2b2";
}
.ich-settings-main-wrap .fa-thermometer:before {
  content: "\f491";
}
.ich-settings-main-wrap .fa-thermometer-empty:before {
  content: "\f2cb";
}
.ich-settings-main-wrap .fa-thermometer-full:before {
  content: "\f2c7";
}
.ich-settings-main-wrap .fa-thermometer-half:before {
  content: "\f2c9";
}
.ich-settings-main-wrap .fa-thermometer-quarter:before {
  content: "\f2ca";
}
.ich-settings-main-wrap .fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.ich-settings-main-wrap .fa-thumbs-down:before {
  content: "\f165";
}
.ich-settings-main-wrap .fa-thumbs-up:before {
  content: "\f164";
}
.ich-settings-main-wrap .fa-thumbtack:before {
  content: "\f08d";
}
.ich-settings-main-wrap .fa-ticket-alt:before {
  content: "\f3ff";
}
.ich-settings-main-wrap .fa-times:before {
  content: "\f00d";
}
.ich-settings-main-wrap .fa-times-circle:before {
  content: "\f057";
}
.ich-settings-main-wrap .fa-tint:before {
  content: "\f043";
}
.ich-settings-main-wrap .fa-tint-slash:before {
  content: "\f5c7";
}
.ich-settings-main-wrap .fa-tired:before {
  content: "\f5c8";
}
.ich-settings-main-wrap .fa-toggle-off:before {
  content: "\f204";
}
.ich-settings-main-wrap .fa-toggle-on:before {
  content: "\f205";
}
.ich-settings-main-wrap .fa-toolbox:before {
  content: "\f552";
}
.ich-settings-main-wrap .fa-tooth:before {
  content: "\f5c9";
}
.ich-settings-main-wrap .fa-torah:before {
  content: "\f6a0";
}
.ich-settings-main-wrap .fa-torii-gate:before {
  content: "\f6a1";
}
.ich-settings-main-wrap .fa-trade-federation:before {
  content: "\f513";
}
.ich-settings-main-wrap .fa-trademark:before {
  content: "\f25c";
}
.ich-settings-main-wrap .fa-traffic-light:before {
  content: "\f637";
}
.ich-settings-main-wrap .fa-train:before {
  content: "\f238";
}
.ich-settings-main-wrap .fa-transgender:before {
  content: "\f224";
}
.ich-settings-main-wrap .fa-transgender-alt:before {
  content: "\f225";
}
.ich-settings-main-wrap .fa-trash:before {
  content: "\f1f8";
}
.ich-settings-main-wrap .fa-trash-alt:before {
  content: "\f2ed";
}
.ich-settings-main-wrap .fa-tree:before {
  content: "\f1bb";
}
.ich-settings-main-wrap .fa-trello:before {
  content: "\f181";
}
.ich-settings-main-wrap .fa-tripadvisor:before {
  content: "\f262";
}
.ich-settings-main-wrap .fa-trophy:before {
  content: "\f091";
}
.ich-settings-main-wrap .fa-truck:before {
  content: "\f0d1";
}
.ich-settings-main-wrap .fa-truck-loading:before {
  content: "\f4de";
}
.ich-settings-main-wrap .fa-truck-monster:before {
  content: "\f63b";
}
.ich-settings-main-wrap .fa-truck-moving:before {
  content: "\f4df";
}
.ich-settings-main-wrap .fa-truck-pickup:before {
  content: "\f63c";
}
.ich-settings-main-wrap .fa-tshirt:before {
  content: "\f553";
}
.ich-settings-main-wrap .fa-tty:before {
  content: "\f1e4";
}
.ich-settings-main-wrap .fa-tumblr:before {
  content: "\f173";
}
.ich-settings-main-wrap .fa-tumblr-square:before {
  content: "\f174";
}
.ich-settings-main-wrap .fa-tv:before {
  content: "\f26c";
}
.ich-settings-main-wrap .fa-twitch:before {
  content: "\f1e8";
}
.ich-settings-main-wrap .fa-twitter:before {
  content: "\f099";
}
.ich-settings-main-wrap .fa-twitter-square:before {
  content: "\f081";
}
.ich-settings-main-wrap .fa-typo3:before {
  content: "\f42b";
}
.ich-settings-main-wrap .fa-uber:before {
  content: "\f402";
}
.ich-settings-main-wrap .fa-uikit:before {
  content: "\f403";
}
.ich-settings-main-wrap .fa-umbrella:before {
  content: "\f0e9";
}
.ich-settings-main-wrap .fa-umbrella-beach:before {
  content: "\f5ca";
}
.ich-settings-main-wrap .fa-underline:before {
  content: "\f0cd";
}
.ich-settings-main-wrap .fa-undo:before {
  content: "\f0e2";
}
.ich-settings-main-wrap .fa-undo-alt:before {
  content: "\f2ea";
}
.ich-settings-main-wrap .fa-uniregistry:before {
  content: "\f404";
}
.ich-settings-main-wrap .fa-universal-access:before {
  content: "\f29a";
}
.ich-settings-main-wrap .fa-university:before {
  content: "\f19c";
}
.ich-settings-main-wrap .fa-unlink:before {
  content: "\f127";
}
.ich-settings-main-wrap .fa-unlock:before {
  content: "\f09c";
}
.ich-settings-main-wrap .fa-unlock-alt:before {
  content: "\f13e";
}
.ich-settings-main-wrap .fa-untappd:before {
  content: "\f405";
}
.ich-settings-main-wrap .fa-upload:before {
  content: "\f093";
}
.ich-settings-main-wrap .fa-usb:before {
  content: "\f287";
}
.ich-settings-main-wrap .fa-user:before {
  content: "\f007";
}
.ich-settings-main-wrap .fa-user-alt:before {
  content: "\f406";
}
.ich-settings-main-wrap .fa-user-alt-slash:before {
  content: "\f4fa";
}
.ich-settings-main-wrap .fa-user-astronaut:before {
  content: "\f4fb";
}
.ich-settings-main-wrap .fa-user-check:before {
  content: "\f4fc";
}
.ich-settings-main-wrap .fa-user-circle:before {
  content: "\f2bd";
}
.ich-settings-main-wrap .fa-user-clock:before {
  content: "\f4fd";
}
.ich-settings-main-wrap .fa-user-cog:before {
  content: "\f4fe";
}
.ich-settings-main-wrap .fa-user-edit:before {
  content: "\f4ff";
}
.ich-settings-main-wrap .fa-user-friends:before {
  content: "\f500";
}
.ich-settings-main-wrap .fa-user-graduate:before {
  content: "\f501";
}
.ich-settings-main-wrap .fa-user-lock:before {
  content: "\f502";
}
.ich-settings-main-wrap .fa-user-md:before {
  content: "\f0f0";
}
.ich-settings-main-wrap .fa-user-minus:before {
  content: "\f503";
}
.ich-settings-main-wrap .fa-user-ninja:before {
  content: "\f504";
}
.ich-settings-main-wrap .fa-user-plus:before {
  content: "\f234";
}
.ich-settings-main-wrap .fa-user-secret:before {
  content: "\f21b";
}
.ich-settings-main-wrap .fa-user-shield:before {
  content: "\f505";
}
.ich-settings-main-wrap .fa-user-slash:before {
  content: "\f506";
}
.ich-settings-main-wrap .fa-user-tag:before {
  content: "\f507";
}
.ich-settings-main-wrap .fa-user-tie:before {
  content: "\f508";
}
.ich-settings-main-wrap .fa-user-times:before {
  content: "\f235";
}
.ich-settings-main-wrap .fa-users:before {
  content: "\f0c0";
}
.ich-settings-main-wrap .fa-users-cog:before {
  content: "\f509";
}
.ich-settings-main-wrap .fa-ussunnah:before {
  content: "\f407";
}
.ich-settings-main-wrap .fa-utensil-spoon:before {
  content: "\f2e5";
}
.ich-settings-main-wrap .fa-utensils:before {
  content: "\f2e7";
}
.ich-settings-main-wrap .fa-vaadin:before {
  content: "\f408";
}
.ich-settings-main-wrap .fa-vector-square:before {
  content: "\f5cb";
}
.ich-settings-main-wrap .fa-venus:before {
  content: "\f221";
}
.ich-settings-main-wrap .fa-venus-double:before {
  content: "\f226";
}
.ich-settings-main-wrap .fa-venus-mars:before {
  content: "\f228";
}
.ich-settings-main-wrap .fa-viacoin:before {
  content: "\f237";
}
.ich-settings-main-wrap .fa-viadeo:before {
  content: "\f2a9";
}
.ich-settings-main-wrap .fa-viadeo-square:before {
  content: "\f2aa";
}
.ich-settings-main-wrap .fa-vial:before {
  content: "\f492";
}
.ich-settings-main-wrap .fa-vials:before {
  content: "\f493";
}
.ich-settings-main-wrap .fa-viber:before {
  content: "\f409";
}
.ich-settings-main-wrap .fa-video:before {
  content: "\f03d";
}
.ich-settings-main-wrap .fa-video-slash:before {
  content: "\f4e2";
}
.ich-settings-main-wrap .fa-vihara:before {
  content: "\f6a7";
}
.ich-settings-main-wrap .fa-vimeo:before {
  content: "\f40a";
}
.ich-settings-main-wrap .fa-vimeo-square:before {
  content: "\f194";
}
.ich-settings-main-wrap .fa-vimeo-v:before {
  content: "\f27d";
}
.ich-settings-main-wrap .fa-vine:before {
  content: "\f1ca";
}
.ich-settings-main-wrap .fa-vk:before {
  content: "\f189";
}
.ich-settings-main-wrap .fa-vnv:before {
  content: "\f40b";
}
.ich-settings-main-wrap .fa-volleyball-ball:before {
  content: "\f45f";
}
.ich-settings-main-wrap .fa-volume-down:before {
  content: "\f027";
}
.ich-settings-main-wrap .fa-volume-off:before {
  content: "\f026";
}
.ich-settings-main-wrap .fa-volume-up:before {
  content: "\f028";
}
.ich-settings-main-wrap .fa-vuejs:before {
  content: "\f41f";
}
.ich-settings-main-wrap .fa-walking:before {
  content: "\f554";
}
.ich-settings-main-wrap .fa-wallet:before {
  content: "\f555";
}
.ich-settings-main-wrap .fa-warehouse:before {
  content: "\f494";
}
.ich-settings-main-wrap .fa-weebly:before {
  content: "\f5cc";
}
.ich-settings-main-wrap .fa-weibo:before {
  content: "\f18a";
}
.ich-settings-main-wrap .fa-weight:before {
  content: "\f496";
}
.ich-settings-main-wrap .fa-weight-hanging:before {
  content: "\f5cd";
}
.ich-settings-main-wrap .fa-weixin:before {
  content: "\f1d7";
}
.ich-settings-main-wrap .fa-whatsapp:before {
  content: "\f232";
}
.ich-settings-main-wrap .fa-whatsapp-square:before {
  content: "\f40c";
}
.ich-settings-main-wrap .fa-wheelchair:before {
  content: "\f193";
}
.ich-settings-main-wrap .fa-whmcs:before {
  content: "\f40d";
}
.ich-settings-main-wrap .fa-wifi:before {
  content: "\f1eb";
}
.ich-settings-main-wrap .fa-wikipedia-w:before {
  content: "\f266";
}
.ich-settings-main-wrap .fa-window-close:before {
  content: "\f410";
}
.ich-settings-main-wrap .fa-window-maximize:before {
  content: "\f2d0";
}
.ich-settings-main-wrap .fa-window-minimize:before {
  content: "\f2d1";
}
.ich-settings-main-wrap .fa-window-restore:before {
  content: "\f2d2";
}
.ich-settings-main-wrap .fa-windows:before {
  content: "\f17a";
}
.ich-settings-main-wrap .fa-wine-glass:before {
  content: "\f4e3";
}
.ich-settings-main-wrap .fa-wine-glass-alt:before {
  content: "\f5ce";
}
.ich-settings-main-wrap .fa-wix:before {
  content: "\f5cf";
}
.ich-settings-main-wrap .fa-wolf-pack-battalion:before {
  content: "\f514";
}
.ich-settings-main-wrap .fa-won-sign:before {
  content: "\f159";
}
.ich-settings-main-wrap .fa-wordpress:before {
  content: "\f19a";
}
.ich-settings-main-wrap .fa-wordpress-simple:before {
  content: "\f411";
}
.ich-settings-main-wrap .fa-wpbeginner:before {
  content: "\f297";
}
.ich-settings-main-wrap .fa-wpexplorer:before {
  content: "\f2de";
}
.ich-settings-main-wrap .fa-wpforms:before {
  content: "\f298";
}
.ich-settings-main-wrap .fa-wrench:before {
  content: "\f0ad";
}
.ich-settings-main-wrap .fa-x-ray:before {
  content: "\f497";
}
.ich-settings-main-wrap .fa-xbox:before {
  content: "\f412";
}
.ich-settings-main-wrap .fa-xing:before {
  content: "\f168";
}
.ich-settings-main-wrap .fa-xing-square:before {
  content: "\f169";
}
.ich-settings-main-wrap .fa-y-combinator:before {
  content: "\f23b";
}
.ich-settings-main-wrap .fa-yahoo:before {
  content: "\f19e";
}
.ich-settings-main-wrap .fa-yandex:before {
  content: "\f413";
}
.ich-settings-main-wrap .fa-yandex-international:before {
  content: "\f414";
}
.ich-settings-main-wrap .fa-yelp:before {
  content: "\f1e9";
}
.ich-settings-main-wrap .fa-yen-sign:before {
  content: "\f157";
}
.ich-settings-main-wrap .fa-yin-yang:before {
  content: "\f6ad";
}
.ich-settings-main-wrap .fa-yoast:before {
  content: "\f2b1";
}
.ich-settings-main-wrap .fa-youtube:before {
  content: "\f167";
}
.ich-settings-main-wrap .fa-youtube-square:before {
  content: "\f431";
}
.ich-settings-main-wrap .fa-zhihu:before {
  content: "\f63f";
}
.ich-settings-main-wrap .sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ich-settings-main-wrap .sr-only-focusable:active,
.ich-settings-main-wrap .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
@font-face {font-display:swap;
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(../../../plugins/real-estate-manager-pro/assets/front/webfonts/fa-brands-400.eot);
  src: url(../../../plugins/real-estate-manager-pro/assets/front/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../../../plugins/real-estate-manager-pro/assets/front/webfonts/fa-brands-400.woff2) format("woff2"), url(../../../plugins/real-estate-manager-pro/assets/front/webfonts/fa-brands-400.woff) format("woff"), url(../../../plugins/real-estate-manager-pro/assets/front/webfonts/fa-brands-400.ttf) format("truetype"), url(../../../plugins/real-estate-manager-pro/assets/front/webfonts/fa-brands-400.svg#fontawesome) format("svg");
}
.ich-settings-main-wrap .fab {
  font-family: "Font Awesome 5 Brands";
}
@font-face {font-display:swap;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(../../../plugins/real-estate-manager-pro/assets/front/webfonts/fa-regular-400.eot);
  src: url(../../../plugins/real-estate-manager-pro/assets/front/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../../../plugins/real-estate-manager-pro/assets/front/webfonts/fa-regular-400.woff2) format("woff2"), url(../../../plugins/real-estate-manager-pro/assets/front/webfonts/fa-regular-400.woff) format("woff"), url(../../../plugins/real-estate-manager-pro/assets/front/webfonts/fa-regular-400.ttf) format("truetype"), url(../../../plugins/real-estate-manager-pro/assets/front/webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
.ich-settings-main-wrap .far {
  font-weight: 400;
}
@font-face {font-display:swap;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(../../../plugins/real-estate-manager-pro/assets/front/webfonts/fa-solid-900.eot);
  src: url(../../../plugins/real-estate-manager-pro/assets/front/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../../../plugins/real-estate-manager-pro/assets/front/webfonts/fa-solid-900.woff2) format("woff2"), url(../../../plugins/real-estate-manager-pro/assets/front/webfonts/fa-solid-900.woff) format("woff"), url(../../../plugins/real-estate-manager-pro/assets/front/webfonts/fa-solid-900.ttf) format("truetype"), url(../../../plugins/real-estate-manager-pro/assets/front/webfonts/fa-solid-900.svg#fontawesome) format("svg");
}
.ich-settings-main-wrap .fa,
.ich-settings-main-wrap .far,
.ich-settings-main-wrap .fas {
  font-family: "Font Awesome 5 Free";
}
.ich-settings-main-wrap .fa,
.ich-settings-main-wrap .fas {
  font-weight: 900;
}
.ich-settings-main-wrap #new-property #position {
  background-color: #1fb7a6;
  position: relative;
  height: 40px;
  padding: 8px 0 0 14px;
  color: #FFF;
}
.ich-settings-main-wrap #new-property #position:after {
  position: absolute;
  content: "";
  top: -10px;
  z-index: 10;
  left: 80px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1fb7a6;
}
.ich-settings-main-wrap #wp-rem-content-editor-container {
  border: 1px solid #eee;
}
.ich-settings-main-wrap .wp-editor-tabs button {
  height: 28px;
}
.ich-settings-main-wrap .search-box-page {
  background-color: #FFFFFF;
  box-shadow: 0 10px 31px 0 rgba(7,152,255,.09);
  padding: 20px 20px 0;
  border: 1px solid #f1f8ff;
  margin-bottom: 30px;
}
.ich-settings-main-wrap .search-box-page .space-div {
  padding-bottom: 20px;
}
.ich-settings-main-wrap .search-box-page label {
  font-size: 15px;
  /*font-weight: 200;*/
}

.ich-settings-main-wrap img {
  max-width: initial !important;
}
.ich-settings-main-wrap .space-form {
  margin-bottom: 30px;
}
.section-title {
  min-height: 35px;
  margin: 30px 0 20px;
  position: relative;
  border-bottom: 2px solid #1fb7a6;
}
.section-title.no-margin {
  margin-top: 0;
  margin-bottom: 20px;
}
.section-title .title {
  min-height: 37px;
  font-size: 20px;
  padding: 6px 10px 0;
  background-color: #1fb7a6;
  color: #ffffff;
  line-height: 1;
  float: left;
  margin: 0;
  position: absolute !important;
  top: auto;
  right: auto;
  bottom: -2px;
  left: 0;
  z-index: 1;
  text-transform: capitalize;
}
.section-title.line-style {
  border-bottom: 4px solid #F2F2F2;
}
.section-title.line-style .title {
  background-color: transparent;
  color: #777;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 4px solid #1fb7a6;
  bottom: -4px;
}
.agent-box-card {
  position: relative;
}
.agent-card-1, .agent-card-2 {
  background-color: #FFFFFF;
  box-shadow: 0 10px 31px 0 rgba(7,152,255,.09);
  border: 1px solid #f1f8ff;
}
.agent-box-card .image-content {
  position: relative !important;
}
.agent-box-card .image-content .image {
  border: 1px solid rgba(24, 139, 126, 0.7);
  border-bottom-width: 0;
  overflow: hidden;
  width: 100%;
  height: 250px;
}
.agent-box-card .info-agent {
  position: relative;
}
.agent-box-card .info-agent:after {
  position: absolute !important;
  top: -16px;
  right: 50%;
  bottom: auto;
  left: auto;
  z-index: 1;
  content: "";
  margin-right: -20px;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 16px solid rgba(24, 139, 126, 0.7);
}
.agent-box-card .info-agent .text {
  padding: 14px 14px 0;
  color: #ffffff;
}
.agent-box-card .info-agent .name {
  display: block;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  padding: 6px 0;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.7);
}
.agent-box-card .info-agent .contact {
  width: 100%;
  table-layout: fixed;
  margin-top: 14px;
}

.agent-box-card .info-agent .contact td {
  border: 1px solid #eee;
}

.agent-box-card .info-agent .contact .icon {
  display: block;
  font-size: 14px;
  width: auto;
  height: auto;
  padding: 8px 0;
  text-align: center;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
.agent-box-card .info-agent .contact .icon:hover {
  background-color: rgba(255, 255, 255, 0.8);
  color: #188b7e;
}
.agent-box-card.rounded .image-content {
  height: 250px;
}
.agent-box-card.rounded .image-content .image {
  border-width: 7px !important;
  width: 220px;
  height: 220px;
  margin-right: -110px;
  position: absolute !important;
  right: 50%;
  top: 0;
  -webkit-border-radius: 50%;
  -khtml-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.agent-box-card .rem-profile-image img {
  max-width: 100% !important;
  height: auto;
}
.agent-box-card.grey .image-content .image {
  border-color: #E5E5E5;
}
.agent-box-card.grey .info-agent .contact,
.agent-box-card.grey .info-agent .contact li,
.agent-box-card.grey .info-agent .name {
  border-color: #E5E5E5;
}
.agent-box-card.grey .info-agent:after {
  border-bottom-color: #FFFFFF;
}
.agent-box-card.grey .info-agent .contact .icon,
.agent-box-card.grey .info-agent .name,
.agent-box-card.grey .info-agent .text {
  color: #666;
}
.agent-box-card.top-agent .image-content:after {
  color: #ffffff;
  display: block;
  padding: 6px 12px;
  background-color: rgba(24, 139, 126, 0.95);
  position: absolute !important;
  top: -11px;
  right: auto;
  bottom: auto;
  left: 52%;
  z-index: 1;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.agent-box-card.top-agent .image-content:before {
  border-bottom: 12px solid transparent;
  border-right: 16px solid transparent;
  content: "";
  height: 0;
  width: 0;
  border-left: 16px solid rgba(24, 139, 126, 0.95);
  position: absolute !important;
  top: 23px;
  right: auto;
  bottom: auto;
  left: 54%;
  z-index: 2;
}
/* 1.10.17 FORM AGENT
================================== */
.contact-agent {
  border-top: none;
  padding: 20px;
}
.contact-agent .alert {
  margin-bottom: 0;
  margin-top: 20px;
}
.agent-contact-wrapper {
  margin-bottom: 30px;
}
/* 1.10.18 OBJECT SIDEBAR
================================== */
.button-sidebar {
  background-color: #1fb7a6;
  border: 1px solid #188b7e;
  padding: 20px 20px 20px 80px;
  margin-bottom: 20px;
  line-height: 1.1;
  font-size: 22px;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  display: block;
}
.button-sidebar b {
  display: block;
}
.button-sidebar .icon {
  font-size: 54px;
  color: #ffffff;
  position: absolute !important;
  top: 16px;
  right: auto;
  bottom: auto;
  left: 13px;
  z-index: 1;
}
#filter-box .filter {
  cursor: pointer;
  background-color: #1fb7a6;
  color: #ffffff;
  display: inline-block;
  font-size: 14px;
  margin: 0 2px 6px 0;
  padding: 2px 8px 3px 6px;
  position: relative;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
#filter-box .filter:hover {
  background-color: #1fb7a6;
  text-decoration: none;
}
#filter-box .filter:hover i {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
#filter-box .filter i {
  cursor: pointer;
  position: absolute !important;
  top: 5px;
  right: 6px;
  bottom: auto;
  left: auto;
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
  opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
}
/* 1.1.4 COLOR OPTION DROPDOWN
===================================================*/
.dropdown .carat:after {
  border-top-color: #1fb7a6;
}
.dropdown.open .carat {
  background-color: #1fb7a6;
  border-left-color: #1fb7a6;
}
.dropdown li.hover,
.dropdown li.focus,
.dropdown li.active {
  background-color: #1fb7a6;
}
.dropdown.open {
  border-color: #1fb7a6;
  -webkit-box-shadow: 0 0 0 4px rgba(89, 227, 211, 0.1);
  -moz-box-shadow: 0 0 0 4px rgba(89, 227, 211, 0.1);
  box-shadow: 0 0 0 4px rgba(89, 227, 211, 0.1);
}
/* 1.1.5 SLIDER PRICE
===================================================*/
.price-slider.price #price-value-min::after,
.price-slider.price #price-value-max::after {
  border-left-color: #1fb7a6;
}
.price-slider.price #price-value-max::after {
  border-right-color: #1fb7a6;
}
.price-slider.price #price-value-min,
.price-slider.price #price-value-max {
  background-color: #1fb7a6;
}
.noUi-connect {
  background-color: #2ddcc8;
}
.noUi-horizontal .noUi-handle {
  background-color: #1fb7a6;
}
/* 1.1.6 LABELAUTY SCRIPT
=================================================== */
input.labelauty + label > span.labelauty-checked-image {
  background-color: #1fb7a6;
  border-color: #188b7e;
}
input.labelauty:hover + label > span.labelauty-checked-image {
  background-color: #188b7e;
  border-color: #188b7e;
}
/* 1.1.9 FOTORAMA SLIDE
=================================================== */
.fotorama__arr {
  background-color: rgba(45, 220, 200, 0.8);
}
/* 1.1.10 SKILL BAR
=================================================== */
.skillbar-bar {
  background-color: rgba(24, 139, 126, 0.5);
}
.skillbar-title {
  background-color: rgba(16, 96, 87, 0.9);
}
.ich-settings-main-wrap .form-control {
  border: 1px solid #EEE;
  height: 36px;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ich-settings-main-wrap .form-control:focus {
  border: 1px solid #1fb7a6;
  background-color: #FEFEFE;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.ich-settings-main-wrap .form-control:hover {
  border-color: #d8d8d8;
  box-shadow: 0 9px 17px 0 rgba(7,152,255,.09);
  -moz-box-shadow: 0 9px 17px 0 rgba(7,152,255,.09);
  -webkit-box-shadow: 0 9px 17px 0 rgba(7,152,255,.09);
}
.screen-reader-text {
  display: none;
}
.rem-carousel-wrap {
  position: relative;
  padding-bottom: 40px;
}
.rem-carousel-wrap .rem-carousel-nav {
  text-align: center;
}
.rem-carousel-wrap .rem-carousel-nav .button-container {
  border-top: 1px solid #1fb7a6;
  position: absolute !important;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 30px;
}
.rem-carousel-wrap .rem-carousel-nav a {
  background: url(../../../plugins/real-estate-manager-pro/images/mini-arrow.png) no-repeat scroll top center;
  display: inline-block;
  background-color: #1fb7a6;
  float: right;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  margin-left: 1px;
}
.rem-carousel-wrap .rem-carousel-nav a:hover {
  background-color: #188b7e;
}
.rem-carousel-wrap .rem-carousel-nav a.previous {
  background-position: 11px -36px;
}
.rem-carousel-wrap .rem-carousel-nav a.next {
  background-position: -40px -36px;
}
.box-list #filter-box a {
  padding-right: 20px !important;
}
@media (max-width: 768px) {
  .landz-box-property.box-list .image {
    height: 220px !important;
    left: 10px !important;
    top: 10px !important;
    right: 10px !important;
    width: auto !important;
  }
  .landz-box-property.box-list .address {
    padding-top: 234px !important;
  }
  .landz-box-property.box-list .address,
  .landz-box-property.box-list .description,
  .landz-box-property.box-list .detail,
  .landz-box-property.box-list .footer {
    margin-left: 0 !important;
    border-left: none !important;
  }
  .landz-box-property.box-list .price {
    right: 23px !important;
    top: 23px !important;
  }
}
@media (max-width: 480px) {
  .landz-box-property.box-list .detail dd {
    width: 58% !important;
    border-right: none !important;
  }
  .landz-box-property.box-list .detail dt {
    width: 40% !important;
  }
}
/* sale rem-sale */
.rem-sale {
  width: 150px;
  height: 150px;
  overflow: hidden;
  position: absolute;
  z-index: 4;
  pointer-events: none;
}
.rem-sale::before,
.rem-sale::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #2980b9;
}
.rem-sale span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #3498db;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 18px/1 'Lato', sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.rem-sale-top-left {
  top: -10px;
  left: -10px;
}
.rem-sale-top-left::before,
.rem-sale-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.rem-sale-top-left::before {
  top: 0;
  right: 0;
}
.rem-sale-top-left::after {
  bottom: 0;
  left: 0;
}
.rem-sale-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}
#map-canvas img {
    max-width: initial !important;
}
.inline-property-icons span {
    margin-left: 15px;
    border-right: 1px solid;
    padding-right: 10px;
}
.inline-property-icons span:last-child {
  border-right: none;
}
.inline-property-icons {
  padding-top: 3px !important;
  color: rgba(0,0,0,.6);
}

.post-bar .inline-property-icons {
  display: inline-block;
  padding-top: 0 !important;
}
.rem-box-maps .inline-property-icons {
    line-height: 33px;
    font-size: 14px;
}
@media only screen and (max-width: 1170px){
  #property-content {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.property_details-fields .space-form {
  margin-bottom: 5px;
}
.ich-settings-main-wrap .landz-box-property .title {
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}
.rem-simple-search {
    padding: 3px !important;
    border: solid 1px #E4E4E4 !important;
    border-radius: 6px !important;
    background-color: #fff !important;
}

.ich-settings-main-wrap .rem-simple-search input{
    border: 0;
    box-shadow: none;
    border: none !important;
}

.rem-simple-search button {
    margin: 2px 0 0 0 !important;
    background: none !important;
    box-shadow: none;
    border: 0 !important;
    color: #666666 !important;
    padding: 0 8px 0 10px !important;
    border-left: solid 1px #ccc !important;
}

.rem-simple-search button:hover {
    border: 0;
    box-shadow: none;
    border-left: solid 1px #ccc !important;
}

.rem-simple-search .glyphicon-search, .rem-simple-search .btn-info i {
    font-size: 23px;
}

.rem-simple-search .btn.btn-info {
    font-size: 10px;
}
.rem-simple-search .btn,
.rem-simple-search input,
.rem-simple-search select,
.rem-simple-search input:focus,
.rem-simple-search input:hover,
.rem-simple-search .dropdown {
  box-shadow: none !important;
  outline: none;
}
.ich-settings-main-wrap .rem-simple-search input:focus {
  border-color: #ccc !important;
  background-color: transparent !important;
}
.ich-settings-main-wrap .rem-simple-search input {
  background-color: transparent !important;
}
.ich-settings-main-wrap .rem-topbar select {
  box-shadow: none !important;
  height: auto !important;
}
.ich-settings-main-wrap .rem-topbar .btn {
  padding: 9px 14px !important;
}
.ich-settings-main-wrap .rem-topbar .btn:focus {
  outline: none;
  border: none;
}
.ich-settings-main-wrap .rem-topbar {
  margin-bottom: 20px;
}
.ich-settings-main-wrap .price-sep {
  font-size: 18px;
}
.ich-settings-main-wrap #rc-imageselect {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}
/*
    for conditions css
*/
.rem-field-hide {
    display: none;
}
.rem-field-show {
    display: block;
}
.agent-box-card.grey .info-agent ul.list {
      padding: 0;
    list-style: none;
    margin: 5px 0;
}
.rem-sale-ribbon-2 {
    text-align: left;
    position: relative;
    color: #fff;
    margin: 0;
    padding: 8px;
    background-image: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
    -moz-box-shadow: 0 2px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 2px 0 rgba(0,0,0,.3);
    box-shadow: 0 2px 0 rgba(0,0,0,.3);
    position: absolute;
    top: 12px;
    left: -10px;
    z-index: 4;
    min-width: 100px;
}

.rem-sale-ribbon-2:before, 
.rem-sale-ribbon-2:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    bottom: -10px;
}

.rem-sale-ribbon-2:before {
    border-width: 0 10px 10px 0;
    border-right-color: #222;
    left: 0;
}
.box-list .rem-sale-ribbon-2 {
      margin-top: 12px;
}
.rem_property.type-rem_property {
    margin: 0;
}
.shortcode-wrap iframe {
  width: 100%;
  height: 450px;
}
.ich-settings-main-wrap .select2-container--default .select2-selection--multiple {
  border: 1px solid #EEE;
  border-radius: 0;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.ich-settings-main-wrap .select2-container--default .select2-selection--multiple:hover {
  box-shadow: 0 9px 17px 0 rgba(7,152,255,.09);
  -moz-box-shadow: 0 9px 17px 0 rgba(7,152,255,.09);
  -webkit-box-shadow: 0 9px 17px 0 rgba(7,152,255,.09);
}

/* REM The7 Fix */
.rem_property .details:after, .details .details:after, .rem_property .details:before {
  display: none;
}
.property-meta-fields .glyphicon-asterisk, #agent_login .glyphicon-asterisk {
  color: red;
    font-size: 9px;
    vertical-align: top;  
}
.no-padding {
  padding: 0!important;
}
.no-padding-tb {
  padding-top: 0!important;
}
.rem-inline-serch-box .search-container .search-options .searcher .filter {
  padding: 0px 20px!important;
}
.rem-inline-serch-box .more-button, .rem-inline-serch-box .search-button {
  padding-top: 8px!important;
  padding-bottom: 8px!important;
}

.rem-tag-cloud {
  background-color: #FFFFFF;
  box-shadow: 0 10px 31px 0 rgba(7,152,255,.09);
  padding: 20px;
  border: 1px solid #f1f8ff;
  margin-bottom: 30px;
}
.rem-tag-cloud a {
  text-decoration: none;
}
.rem-tag-cloud a:hover {
  text-decoration: none;
}
.ich-settings-main-wrap h2.widget-title,
.rem-tag-cloud h2.widget-title,
.rem-recent-properties h2.widget-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 0;
    color: #666;
}
.price-slider .separator {
  display: inline;
  background: transparent;
}
.ich-settings-main-wrap .propery-style-5 .footer-buttons .rem-wishlist-btn {
    padding: 16px 26px;
    border: none;
    position: absolute !important;
    top: auto;
    right: 0;
    bottom: 0;
    left: auto;
    z-index: 1;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    margin-right: 10px;
}
#property-content .description img {
    max-width: 100% !important;
}
.media-router .media-menu-item {
    color: black !important;
}

#rem-compare-modal {
  display: none;
}

.mce-toolbar .mce-btn-group button, .mce-toolbar .mce-btn-group select {
  background: transparent;
  color: #000;
}

#wp-rem-content-wrap .wp-editor-tabs .wp-switch-editor {
  background: #ebebeb;
  color: #000;
}

#wp-rem-content-wrap.tmce-active .switch-tmce,
#wp-rem-content-wrap.html-active .switch-html {
  background: #f5f5f5;
  color: #555;
  border-bottom-color: #f5f5f5;  
}

.my-property-wrap {
  padding: 10px;
}

.my-property-wrap .rem-style-2, .my-property-wrap .rem-style-1 {
  box-shadow: none;
}

.rem-cat {
    margin-bottom: 30px;
}.rem-cat {
    overflow: hidden;
}
.rem-cat-inner {
    position: relative;
}
.rem-cat-avatar {
    margin: auto;
}
.rem-cat-avatar {
    text-align: center;
}
a, a:focus, a:hover {
    outline: none;
    text-decoration: none;
    color: #727272;
}
.rem-cat-avatar img {
    width: 100%;
    display: block;
}
.rem-cat-content {
    left: 0;
    right: 0;
}
.rem-cat-content {
    padding: 10px;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
   /* position: absolute;*/
    bottom: 0;
}
.rem-cat-content {
    text-align: center;
}
.rem-cat-info {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 3px;
}
.rem-cat-info h2.rem-cat-name {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    margin-top: 0;
}
.rem-cat h2 {
    border: none;
    text-decoration: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.rem-cat-info span {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #bababa;
    font-weight: 400;
    margin-top: 2px;
    display: inline-block;
}
.rem-cat-description {
    top: initial;
    background-color: transparent;
    margin: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    max-height: 0;
}
.rem-cat-description {
    /*background: #fb6a19;*/
    /*margin: 0 35px;*/
    position: relative;
    /*top: -17.5px;*/
}
.rem-cat-description a {
    display: inline-block;
    line-height: 35px;
    width: 35px;
    height: 35px;
    border: none;
}
a, a:focus, a:hover {
    outline: none;
    text-decoration: none;
    color: #727272;
}
.rem-cat-description p {
    color: #fff;
}
.rem-cat-description p {
    font-size: 13px;
    line-height: 35px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.rem-cat:hover .rem-cat-content a{
	text-decoration: none;
}
.rem-cat:hover .rem-cat-info span {
    color: #fff;
}
.rem-cat:hover .rem-cat-description {
    max-height: 100px;
}.rem-maps .map {
  position: relative;
  overflow: hidden;
  z-index: 0;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  /* .loading-container */
}
.rem-maps .find-result,
.rem-maps .find-result:after {
  background-color: rgba(70, 70, 70, 0.8);
  z-index: 10;
  height: 44px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.rem-maps .find-result {
  background-color: rgba(24, 139, 126, 0.8);
  color: #ffffff;
  display: block;
  font-weight: 400;
  padding: 10px 20px;
  position: absolute !important;
  top: 161px;
  right: auto;
  bottom: auto;
  left: 54px;
  z-index: 10;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -webkit-border-radius: 0 3px 3px 0;
  -khtml-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
.rem-maps .find-result.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.rem-maps .find-result:after {
  background-color: rgba(16, 96, 87, 0.8);
  text-align: center;
  font-family: 'Font Awesome 5 Free';
  content: "\f002";
  font-size: 20px;
  padding-top: 5px;
  font-weight: 600;
  width: 44px;
  position: absolute !important;
  top: 0;
  right: auto;
  bottom: auto;
  left: -44px;
  z-index: 1;
  -webkit-border-radius: 3px 0 0 3px;
  -khtml-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.rem-maps .map {
  width: 100%;
  height: 620px;
}
.rem-maps .loading-container {
  background-color: rgba(255, 255, 255, 0.85);
  border: 1px solid #E5E5E5;
  display: block;
  height: 100px;
  margin-left: -200px;
  width: 400px;
  position: absolute !important;
  top: 120px;
  right: auto;
  bottom: auto;
  left: 50%;
  z-index: 12;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.rem-maps .loading-container .text {
  position: absolute !important;
  top: 15px;
  right: auto;
  bottom: auto;
  left: 90px;
  z-index: 1;
  font-size: 16px;
}
.rem-maps .loading-container .text > span {
  border-bottom: 1px dotted #B5B5B5;
  color: #666;
  display: block;
  font-size: 25px;
  padding-bottom: 3px;
  width: 280px;
}
.rem-maps .loading-container .spinner {
  background-color: #1fb7a6;
  height: 50px;
  width: 50px;
  position: absolute !important;
  top: 24px;
  right: auto;
  bottom: auto;
  left: 24px;
  z-index: 1;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}
.rem-maps .control-left-wrapper,
.rem-maps .control-right-wrapper {
  cursor: pointer;
  margin: 10px 10px 0 ;
  position: relative;
}
.rem-maps .control-left-wrapper .zoom-in,
.rem-maps .control-right-wrapper .zoom-in,
.rem-maps .control-left-wrapper .zoom-out,
.rem-maps .control-right-wrapper .zoom-out,
.rem-maps .control-left-wrapper .set-position,
.rem-maps .control-right-wrapper .set-position,
.rem-maps .control-left-wrapper .next-ads,
.rem-maps .control-right-wrapper .next-ads,
.rem-maps .control-left-wrapper .prev-ads,
.rem-maps .control-right-wrapper .prev-ads {
  height: 46px;
  width: 42px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
  opacity: 0.7;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
.rem-maps .control-left-wrapper .zoom-in:hover,
.rem-maps .control-right-wrapper .zoom-in:hover,
.rem-maps .control-left-wrapper .zoom-out:hover,
.rem-maps .control-right-wrapper .zoom-out:hover,
.rem-maps .control-left-wrapper .set-position:hover,
.rem-maps .control-right-wrapper .set-position:hover,
.rem-maps .control-left-wrapper .next-ads:hover,
.rem-maps .control-right-wrapper .next-ads:hover,
.rem-maps .control-left-wrapper .prev-ads:hover,
.rem-maps .control-right-wrapper .prev-ads:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.rem-maps .control-left-wrapper .zoom-in:after,
.rem-maps .control-right-wrapper .zoom-in:after {
  content: '\f067';
}
.rem-maps .control-left-wrapper .zoom-out:after,
.rem-maps .control-right-wrapper .zoom-out:after {
  content: '\f068';
  margin-top: 3px;
}
.rem-maps .control-left-wrapper .set-position:after,
.rem-maps .control-right-wrapper .set-position:after {
  content: '\f124';
  margin-top: 3px;
}
.rem-maps .control-left-wrapper .next-ads:after,
.rem-maps .control-right-wrapper .next-ads:after {
  content: '\f053';
  margin-top: 3px;
  float: left;
}
.rem-maps .control-left-wrapper .prev-ads:after,
.rem-maps .control-right-wrapper .prev-ads:after {
  content: '\f054';
  margin-top: 3px;
  float: left;
}
.rem-maps .control-left-wrapper div:after,
.rem-maps .control-right-wrapper div:after {
  padding: 0;
  font-family: 'Font Awesome 5 Free';
  display: block;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  font-size: 22px;
  bottom: 0;
  left: 0;
  color: #ffffff;
  font-weight: 900;
}
/* .rem-maps */
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.infoBox {
  overflow: hidden;
}
.infoBox img {
  position: absolute !important;
  top: 70px;
  right: 20px;
  bottom: auto;
  left: auto;
  z-index: 9;
  background-color: rgba(20, 20, 20, 0.6);
}
.rem-box-maps {
  margin: 60px 0 10px;
  width: 320px;
  height: 300px;
  background-color: #FFF;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  position: relative;
  /* .img-container */
}
.rem-box-maps .img-container {
  position: relative !important;
  height: 260px;
  width: 320px;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* .title */
}
.rem-box-maps .img-container:after {
  border: 8px solid rgba(250, 250, 250, 0.5);
  content: '';
  width: 100%;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 40px;
  left: 0;
  z-index: 7;
}
.rem-box-maps .img-container .title {
  background-color: rgba(31, 183, 166, 0.9);
  color: #ffffff;
  display: block;
  font-size: 18px;
  height: 40px;
  padding: 5px 10px 0 36px;
  line-height: 1.7;
  overflow: hidden;
  font-weight: 200;
  position: absolute !important;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
.rem-box-maps .img-container .title:after,
.rem-box-maps .img-container .title:before {
  font-family: "Font Awesome 5 Free";
  background-color: #188b7e;
  line-height: 1.15;
  text-align: center;
  position: absolute !important;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  z-index: 1;
}
.rem-box-maps .img-container .title:after {
  content: "\f3c5";
  font-size: 20px;
  padding-top: 8px;
  left: 0;
  width: 30px;
  font-weight: 600;
}
.rem-box-maps .img-container .title:before {
  content: '\f105';
  font-weight: 600;
  font-size: 32px;
  right: 0;
  width: 22px;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
.rem-box-maps .img-container .title:hover {
  background-color: rgba(31, 183, 166, 0.9);
}
.rem-box-maps .img-container .title:hover:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.rem-box-maps .description {
  background-color: #FAFAFA;
  border-bottom: 1px solid #E5E5E5;
  font-size: 14.5px;
  font-weight: 100;
  line-height: 1.2;
  padding: 6px 12px 8px;
  text-align: justify;
  height: 81px;
  overflow: hidden;
}
.rem-box-maps .price {
  background-color: rgba(70, 190, 170, 0.8);
  color: #ffffff;
  font-size: 28px;
  font-weight: 100;
  height: 42px;
  padding: 2px 0 0;
  text-align: center;
  position: absolute !important;
  top: 336px;
  right: 30px;
  bottom: auto;
  left: 30px;
  z-index: 4;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
.rem-box-maps:hover .price {
  top: 160px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.rem-box-maps .details {
  border-bottom: 4px solid #16A393;
  background-color: #FFF;
  position: relative;
  list-style: none;
  height: 40px;
  z-index: 5;
  padding: 0;
  margin: 0;
}
.rem-box-maps .details .label {
  line-height: 36px;
  font-size: 13px;
  margin: 8px;
}
.rem-box-maps .details li {
  background: url(../../../plugins/real-estate-manager-pro/assets/images/icon-ads-grey.png) no-repeat scroll 5px top;
  float: left;
  color: #777;
  font-size: 13px;
  height: 36px;
  padding: 10px 0 0 54px;
  margin-right: 1px;
  position: relative;
  z-index: 8;
  width: 75px;
}
.rem-box-maps .details li.room {
  background-position: 9px -98px;
}
.rem-box-maps .details li.bed-room {
  background-color: #F7F7F7;
  background-position: 9px -130px;
}
.rem-box-maps .details li.bath-room {
  background-color: #EFEFEF;
  background-position: 9px -161px;
}
.rem-box-maps .details li.size {
  background-color: #E6E6E6;
  background-position: 9px -64px;
  margin-right: 0;
  width: 92px;
}
.rem-box-maps .details li:after {
  background: url(../../../plugins/real-estate-manager-pro/assets/images/mini-arrow.png) no-repeat scroll right top;
  content: "";
  height: 36px;
  width: 22px;
  position: absolute !important;
  top: 8px;
  right: auto;
  bottom: auto;
  left: 26px;
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}
.rem-maps {
  position: relative;
}
.rem-box-maps .inline-property-icons {
  text-align: center;
}
.leaflet-popup-content .rem-box-maps {
    overflow: hidden;
}
.ich-settings-main-wrap .marker-cluster-small div {
  background-color: #FFF;
}
.rem-filters-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #eee;
  padding: 5px  
}
.rem-filters-overlay label {
  cursor: pointer;
  display: block;
}
.rem-box-maps .rem-wishlist-btn {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 99999;
}
.map-agents-list .rem-box-maps .img-container:after {
  display: none !important;
}/* required styles */

.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
	position: absolute;
	left: 0;
	top: 0;
	}
.leaflet-container {
	overflow: hidden;
	}
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
	-webkit-user-select: none;
	   -moz-user-select: none;
	        user-select: none;
	  -webkit-user-drag: none;
	}
/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
	image-rendering: -webkit-optimize-contrast;
	}
/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
	width: 1600px;
	height: 1600px;
	-webkit-transform-origin: 0 0;
	}
.leaflet-marker-icon,
.leaflet-marker-shadow {
	display: block;
	}
/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
	max-width: none !important;
	max-height: none !important;
	}

.leaflet-container.leaflet-touch-zoom {
	-ms-touch-action: pan-x pan-y;
	touch-action: pan-x pan-y;
	}
.leaflet-container.leaflet-touch-drag {
	-ms-touch-action: pinch-zoom;
	/* Fallback for FF which doesn't support pinch-zoom */
	touch-action: none;
	touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
	-ms-touch-action: none;
	touch-action: none;
}
.leaflet-container {
	-webkit-tap-highlight-color: transparent;
}
.leaflet-container a {
	-webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}
.leaflet-tile {
	filter: inherit;
	visibility: hidden;
	}
.leaflet-tile-loaded {
	visibility: inherit;
	}
.leaflet-zoom-box {
	width: 0;
	height: 0;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;
	z-index: 800;
	}
/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
	-moz-user-select: none;
	}

.leaflet-pane         { z-index: 400; }

.leaflet-tile-pane    { z-index: 200; }
.leaflet-overlay-pane { z-index: 400; }
.leaflet-shadow-pane  { z-index: 500; }
.leaflet-marker-pane  { z-index: 600; }
.leaflet-tooltip-pane   { z-index: 650; }
.leaflet-popup-pane   { z-index: 700; }

.leaflet-map-pane canvas { z-index: 100; }
.leaflet-map-pane svg    { z-index: 200; }

.leaflet-vml-shape {
	width: 1px;
	height: 1px;
	}
.lvml {
	behavior: url(../../../plugins/real-estate-manager-pro/assets/front/leaflet/#default#VML);
	display: inline-block;
	position: absolute;
	}


/* control positioning */

.leaflet-control {
	position: relative;
	z-index: 800;
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}
.leaflet-top,
.leaflet-bottom {
	position: absolute;
	z-index: 1000;
	pointer-events: none;
	}
.leaflet-top {
	top: 0;
	}
.leaflet-right {
	right: 0;
	}
.leaflet-bottom {
	bottom: 0;
	}
.leaflet-left {
	left: 0;
	}
.leaflet-control {
	float: left;
	clear: both;
	}
.leaflet-right .leaflet-control {
	float: right;
	}
.leaflet-top .leaflet-control {
	margin-top: 10px;
	}
.leaflet-bottom .leaflet-control {
	margin-bottom: 10px;
	}
.leaflet-left .leaflet-control {
	margin-left: 10px;
	}
.leaflet-right .leaflet-control {
	margin-right: 10px;
	}


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile {
	will-change: opacity;
	}
.leaflet-fade-anim .leaflet-popup {
	opacity: 0;
	-webkit-transition: opacity 0.2s linear;
	   -moz-transition: opacity 0.2s linear;
	     -o-transition: opacity 0.2s linear;
	        transition: opacity 0.2s linear;
	}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
	opacity: 1;
	}
.leaflet-zoom-animated {
	-webkit-transform-origin: 0 0;
	    -ms-transform-origin: 0 0;
	        transform-origin: 0 0;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	will-change: transform;
	}
.leaflet-zoom-anim .leaflet-zoom-animated {
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
	   -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
	     -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
	        transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
	}
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
	-webkit-transition: none;
	   -moz-transition: none;
	     -o-transition: none;
	        transition: none;
	}

.leaflet-zoom-anim .leaflet-zoom-hide {
	visibility: hidden;
	}


/* cursors */

.leaflet-interactive {
	cursor: pointer;
	}
.leaflet-grab {
	cursor: -webkit-grab;
	cursor:    -moz-grab;
	}
.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
	cursor: crosshair;
	}
.leaflet-popup-pane,
.leaflet-control {
	cursor: auto;
	}
.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
	cursor: move;
	cursor: -webkit-grabbing;
	cursor:    -moz-grabbing;
	}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
	pointer-events: none;
	}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
	pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
	pointer-events: auto;
	}

/* visual tweaks */

.leaflet-container {
	background: #ddd;
	outline: 0;
	}
.leaflet-container a {
	color: #0078A8;
	}
.leaflet-container a.leaflet-active {
	outline: 2px solid orange;
	}
.leaflet-zoom-box {
	border: 2px dotted #38f;
	background: rgba(255,255,255,0.5);
	}


/* general typography */
.leaflet-container {
	font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
	}


/* general toolbar styles */

.leaflet-bar {
	box-shadow: 0 1px 5px rgba(0,0,0,0.65);
	border-radius: 4px;
	}
.leaflet-bar a,
.leaflet-bar a:hover {
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	width: 26px;
	height: 26px;
	line-height: 26px;
	display: block;
	text-align: center;
	text-decoration: none;
	color: black;
	}
.leaflet-bar a,
.leaflet-control-layers-toggle {
	background-position: 50% 50%;
	background-repeat: no-repeat;
	display: block;
	}
.leaflet-bar a:hover {
	background-color: #f4f4f4;
	}
.leaflet-bar a:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	}
.leaflet-bar a:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom: none;
	}
.leaflet-bar a.leaflet-disabled {
	cursor: default;
	background-color: #f4f4f4;
	color: #bbb;
	}

.leaflet-touch .leaflet-bar a {
	width: 30px;
	height: 30px;
	line-height: 30px;
	}
.leaflet-touch .leaflet-bar a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	}
.leaflet-touch .leaflet-bar a:last-child {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	}

/* zoom control */

.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
	font: bold 18px 'Lucida Console', Monaco, monospace;
	text-indent: 1px;
	}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out  {
	font-size: 22px;
	}


/* layers control */

.leaflet-control-layers {
	box-shadow: 0 1px 5px rgba(0,0,0,0.4);
	background: #fff;
	border-radius: 5px;
	}
.leaflet-control-layers-toggle {
	background-image: url(../../../plugins/real-estate-manager-pro/assets/front/leaflet/images/layers.png);
	width: 36px;
	height: 36px;
	}
.leaflet-retina .leaflet-control-layers-toggle {
	background-image: url(../../../plugins/real-estate-manager-pro/assets/front/leaflet/images/layers-2x.png);
	background-size: 26px 26px;
	}
.leaflet-touch .leaflet-control-layers-toggle {
	width: 44px;
	height: 44px;
	}
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
	display: none;
	}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
	display: block;
	position: relative;
	}
.leaflet-control-layers-expanded {
	padding: 6px 10px 6px 6px;
	color: #333;
	background: #fff;
	}
.leaflet-control-layers-scrollbar {
	overflow-y: scroll;
	overflow-x: hidden;
	padding-right: 5px;
	}
.leaflet-control-layers-selector {
	margin-top: 2px;
	position: relative;
	top: 1px;
	}
.leaflet-control-layers label {
	display: block;
	}
.leaflet-control-layers-separator {
	height: 0;
	border-top: 1px solid #ddd;
	margin: 5px -10px 5px -6px;
	}

/* Default icon URLs */
.leaflet-default-icon-path {
	background-image: url(../../../plugins/real-estate-manager-pro/assets/front/leaflet/images/marker-icon.png);
	}


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
	background: #fff;
	background: rgba(255, 255, 255, 0.7);
	margin: 0;
	}
.leaflet-control-attribution,
.leaflet-control-scale-line {
	padding: 0 5px;
	color: #333;
	}
.leaflet-control-attribution a {
	text-decoration: none;
	}
.leaflet-control-attribution a:hover {
	text-decoration: underline;
	}
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
	font-size: 11px;
	}
.leaflet-left .leaflet-control-scale {
	margin-left: 5px;
	}
.leaflet-bottom .leaflet-control-scale {
	margin-bottom: 5px;
	}
.leaflet-control-scale-line {
	border: 2px solid #777;
	border-top: none;
	line-height: 1.1;
	padding: 2px 5px 1px;
	font-size: 11px;
	white-space: nowrap;
	overflow: hidden;
	-moz-box-sizing: border-box;
	     box-sizing: border-box;

	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	}
.leaflet-control-scale-line:not(:first-child) {
	border-top: 2px solid #777;
	border-bottom: none;
	margin-top: -2px;
	}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
	border-bottom: 2px solid #777;
	}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	box-shadow: none;
	}
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
	border: 2px solid rgba(0,0,0,0.2);
	background-clip: padding-box;
	}


/* popup */

.leaflet-popup {
	position: absolute;
	text-align: center;
	margin-bottom: 20px;
	}
.leaflet-popup-content-wrapper {
	/*padding: 1px;*/
	/*text-align: left;*/
	/*border-radius: 12px;*/
	}
.leaflet-popup-content {
	margin: 0;
	line-height: 1.4;
	}
.leaflet-popup-content p {
	margin: 18px 0;
	}
.leaflet-popup-tip-container {
	width: 40px;
	height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	overflow: hidden;
	pointer-events: none;
	display: none;
	}
.leaflet-popup-tip {
	width: 17px;
	height: 17px;
	padding: 1px;

	margin: -10px auto 0;

	-webkit-transform: rotate(45deg);
	   -moz-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	     -o-transform: rotate(45deg);
	        transform: rotate(45deg);
	}
.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
	background: white;
	color: #333;
	box-shadow: 0 3px 14px rgba(0,0,0,0.4);
	}
.leaflet-container a.leaflet-popup-close-button {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 99999;
	padding: 4px 4px 0 0;
	border: none;
	text-align: center;
	width: 18px;
	height: 14px;
	font: 16px/14px Tahoma, Verdana, sans-serif;
	color: #c3c3c3;
	text-decoration: none;
	font-weight: bold;
	background: transparent;
	}
.leaflet-container a.leaflet-popup-close-button:hover {
	color: #999;
	}
.leaflet-popup-scrolled {
	overflow: auto;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	}

.leaflet-oldie .leaflet-popup-content-wrapper {
	zoom: 1;
	}
.leaflet-oldie .leaflet-popup-tip {
	width: 24px;
	margin: 0 auto;

	-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
	filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
	}
.leaflet-oldie .leaflet-popup-tip-container {
	margin-top: -1px;
	}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
	border: 1px solid #999;
	}


/* div icon */

.leaflet-div-icon {
	background: #fff;
	border: 1px solid #666;
	}


/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
	position: absolute;
	padding: 6px;
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #222;
	white-space: nowrap;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	box-shadow: 0 1px 3px rgba(0,0,0,0.4);
	}
.leaflet-tooltip.leaflet-clickable {
	cursor: pointer;
	pointer-events: auto;
	}
.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	position: absolute;
	pointer-events: none;
	border: 6px solid transparent;
	background: transparent;
	content: "";
	}

/* Directions */

.leaflet-tooltip-bottom {
	margin-top: 6px;
}
.leaflet-tooltip-top {
	margin-top: -6px;
}
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
	left: 50%;
	margin-left: -6px;
	}
.leaflet-tooltip-top:before {
	bottom: 0;
	margin-bottom: -12px;
	border-top-color: #fff;
	}
.leaflet-tooltip-bottom:before {
	top: 0;
	margin-top: -12px;
	margin-left: -6px;
	border-bottom-color: #fff;
	}
.leaflet-tooltip-left {
	margin-left: -6px;
}
.leaflet-tooltip-right {
	margin-left: 6px;
}
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
	top: 50%;
	margin-top: -6px;
	}
.leaflet-tooltip-left:before {
	right: 0;
	margin-right: -12px;
	border-left-color: #fff;
	}
.leaflet-tooltip-right:before {
	left: 0;
	margin-left: -12px;
	border-right-color: #fff;
	}
.leaflet-cluster-anim .leaflet-marker-icon, .leaflet-cluster-anim .leaflet-marker-shadow {
	-webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-in;
	-moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-in;
	-o-transition: -o-transform 0.3s ease-out, opacity 0.3s ease-in;
	transition: transform 0.3s ease-out, opacity 0.3s ease-in;
}

.leaflet-cluster-spider-leg {
	/* stroke-dashoffset (duration and function) should match with leaflet-marker-icon transform in order to track it exactly */
	-webkit-transition: -webkit-stroke-dashoffset 0.3s ease-out, -webkit-stroke-opacity 0.3s ease-in;
	-moz-transition: -moz-stroke-dashoffset 0.3s ease-out, -moz-stroke-opacity 0.3s ease-in;
	-o-transition: -o-stroke-dashoffset 0.3s ease-out, -o-stroke-opacity 0.3s ease-in;
	transition: stroke-dashoffset 0.3s ease-out, stroke-opacity 0.3s ease-in;
}
.marker-cluster-small {
	background-color: rgba(181, 226, 140, 0.6);
	}
.marker-cluster-small div {
	background-color: rgba(110, 204, 57, 0.6);
	}

.marker-cluster-medium {
	background-color: rgba(241, 211, 87, 0.6);
	}
.marker-cluster-medium div {
	background-color: rgba(240, 194, 12, 0.6);
	}

.marker-cluster-large {
	background-color: rgba(253, 156, 115, 0.6);
	}
.marker-cluster-large div {
	background-color: rgba(241, 128, 23, 0.6);
	}

	/* IE 6-8 fallback colors */
.leaflet-oldie .marker-cluster-small {
	background-color: rgb(181, 226, 140);
	}
.leaflet-oldie .marker-cluster-small div {
	background-color: rgb(110, 204, 57);
	}

.leaflet-oldie .marker-cluster-medium {
	background-color: rgb(241, 211, 87);
	}
.leaflet-oldie .marker-cluster-medium div {
	background-color: rgb(240, 194, 12);
	}

.leaflet-oldie .marker-cluster-large {
	background-color: rgb(253, 156, 115);
	}
.leaflet-oldie .marker-cluster-large div {
	background-color: rgb(241, 128, 23);
}

.marker-cluster {
	background-clip: padding-box;
	border-radius: 20px;
	}
.marker-cluster div {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-top: 5px;

	text-align: center;
	border-radius: 15px;
	font: 12px "Helvetica Neue", Arial, Helvetica, sans-serif;
	}
.marker-cluster span {
	line-height: 30px;
	}.ich-settings-main-wrap .dropdown,
.ich-settings-main-wrap .dropdown div,
.ich-settings-main-wrap .dropdown li,
.ich-settings-main-wrap .dropdown div:after {
  -webkit-transition: all 150ms ease-in-out;
  -moz-transition: all 150ms ease-in-out;
  -ms-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}
.ich-settings-main-wrap .dropdown .selected:after,
.ich-settings-main-wrap .dropdown.scrollable div:after {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
}
.ich-settings-main-wrap .dropdown {
  position: relative;
  width: 100%;
  border: 1px solid #EEE;
  cursor: pointer;
  background: #fff;
  height: 36px;
  z-index: 3;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -webkit-border-radius: none;
  -khtml-border-radius: none;
  -moz-border-radius: none;
  -o-border-radius: none;
  border-radius: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.ich-settings-main-wrap .dropdown:hover {
  box-shadow: 0 9px 17px 0 rgba(7,152,255,.09);
  -moz-box-shadow: 0 9px 17px 0 rgba(7,152,255,.09);
  -webkit-box-shadow: 0 9px 17px 0 rgba(7,152,255,.09);  
}
.ich-settings-main-wrap .dropdown.open {
  z-index: 11;
}
.ich-settings-main-wrap .dropdown .carat {
  border-left: 1px solid #e5e5e5;
  width: 30px;
  height: 36px;
  display: block;
  position: absolute;
  top: -1px;
  right: 0;
}
.ich-settings-main-wrap .dropdown.open .carat {
  border-left: 1px solid #50c8b4;
  background-color: #50c8b4;
}
.ich-settings-main-wrap .dropdown .carat:after {
  position: absolute;
  content: "";
  right: 8px;
  top: 50%;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-top: 6px solid #50c8b4;
  border-right: 6px solid transparent;
}
.ich-settings-main-wrap .dropdown.open .carat:after {
  border-top-color: #FFF !important;
}
.ich-settings-main-wrap .dropdown.disabled .carat {
  border-top-color: #999;
}
.ich-settings-main-wrap .dropdown .old {
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
  width: 0;
  overflow: hidden;
}
.ich-settings-main-wrap .dropdown select {
  position: absolute;
  left: 0px;
  top: 0px;
}
.ich-settings-main-wrap .dropdown.touch .old {
  width: 100%;
  height: 100%;
}
.ich-settings-main-wrap .dropdown.touch select {
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ich-settings-main-wrap .dropdown .selected,
.ich-settings-main-wrap .dropdown li {
  display: block;
  font-size: 14px;
  line-height: 1;
  color: #555;
  padding: 10px 12px 15px;
  overflow: hidden;
  white-space: nowrap;
  background-color: transparent;
}
.ich-settings-main-wrap .dropdown.disabled .selected {
  color: #999;
}
.ich-settings-main-wrap .dropdown .selected:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  border-radius: 1px;
  box-shadow: inset -55px 0 25px -20px #ffffff;
}
.ich-settings-main-wrap .dropdown div {
  position: absolute;
  height: 0;
  left: -1px;
  right: -1px;
  top: 100%;
  margin-top: -1px;
  overflow: hidden;
  -webkit-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 2px 3px 4px 0 rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 0 0 3px 3px;
  -khtml-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
.ich-settings-main-wrap .dropdown.open div {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  z-index: 1;
  border-bottom: 1px solid #F1F1F1;
}
.ich-settings-main-wrap .dropdown.scrollable div:after {
  content: '';
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 0;
  height: 50px;
  box-shadow: inset 0 -50px 30px -35px #ffffff;
  border-bottom: 1px solid #E5E5E5;
}
.ich-settings-main-wrap .dropdown.scrollable.bottom div:after {
  box-shadow: inset 0 -50px 30px -35px rgba(255, 255, 255, 0);
  border-bottom: 1px solid #E5E5E5;
}
.ich-settings-main-wrap .dropdown ul {
  position: absolute;
  left: 0;
  top: 2px;
  height: 100%;
  width: 100%;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  /*border: 1px solid #CCC;*/
  border-top: none;
  background-color: #FFF;
}
.ich-settings-main-wrap .dropdown.scrollable.open ul {
  overflow-y: auto;
}
.ich-settings-main-wrap .dropdown li {
  list-style: none;
  padding: 12px 12px 13px !important;
  /*border-bottom: 1px solid #F1F1F1;*/
  border: 1px solid #F1F1F1;
  border-bottom: none;
  background-color: #FFF;
  margin: 0;
}
.ich-settings-main-wrap .dropdown li.focus {
  background: #50c8b4;
  position: relative;
  z-index: 3;
  color: #FFF;
}
.ich-settings-main-wrap .dropdown li.active {
  font-weight: 700;
  background: #50c8b4;
  color: #FFF;
}
.ich-settings-main-wrap .dropdown .carat { pointer-events: none; }.infoBox {
  overflow: hidden;
}
.infoBox img {
  position: absolute !important;
  top: 70px;
  right: 20px;
  bottom: auto;
  left: auto;
  z-index: 9;
  background-color: rgba(20, 20, 20, 0.6);
}
.landz-box-maps {
  margin: 60px 0 10px;
  width: 320px;
  height: 300px;
  background-color: #FFF;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  /* .img-container */
}
.landz-box-maps .img-container {
  position: relative !important;
  height: 260px;
  width: 320px;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* .title */
}
.landz-box-maps .img-container:after {
  border: 8px solid rgba(250, 250, 250, 0.5);
  content: '';
  width: 100%;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 40px;
  left: 0;
  z-index: 7;
}
.landz-box-maps .img-container .title {
  background-color: rgba(31, 183, 166, 0.9);
  color: #ffffff;
  display: block;
  font-size: 18px;
  height: 40px;
  padding: 5px 10px 0 36px;
  line-height: 1.7;
  overflow: hidden;
  font-weight: 200;
  position: absolute !important;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
.landz-box-maps .img-container .title:after,
.landz-box-maps .img-container .title:before {
  font-family: 'FontAwesome';
  background-color: #188b7e;
  line-height: 1.15;
  text-align: center;
  position: absolute !important;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  z-index: 1;
}
.landz-box-maps .img-container .title:after {
  content: '\f041';
  font-size: 20px;
  padding-top: 8px;
  left: 0;
  width: 30px;
  font-weight: 100;
}
.landz-box-maps .img-container .title:before {
  content: '\f105';
  font-size: 32px;
  right: 0;
  width: 22px;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
.landz-box-maps .img-container .title:hover {
  background-color: rgba(31, 183, 166, 0.9);
}
.landz-box-maps .img-container .title:hover:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.landz-box-maps .description {
  background-color: #FAFAFA;
  border-bottom: 1px solid #E5E5E5;
  font-size: 14.5px;
  font-weight: 100;
  line-height: 1.2;
  padding: 6px 12px 8px;
  text-align: justify;
  height: 81px;
  overflow: hidden;
}
.landz-box-maps .price {
  background-color: rgba(70, 190, 170, 0.8);
  color: #ffffff;
  font-size: 28px;
  font-weight: 100;
  height: 42px;
  padding: 2px 0 0;
  text-align: center;
  position: absolute !important;
  top: 336px;
  right: 30px;
  bottom: auto;
  left: 30px;
  z-index: 4;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
.landz-box-maps:hover .price {
  top: 220px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.landz-box-maps .details {
  border-bottom: 4px solid #16A393;
  background-color: #FFF;
  position: relative;
  list-style: none;
  height: 40px;
  z-index: 5;
  padding: 0;
  margin: 0;
}
.landz-box-maps .details li {
  background: url(../../../plugins/real-estate-manager-pro/assets/images/icon-ads-grey.png) no-repeat scroll 5px top;
  float: left;
  color: #777;
  font-size: 13px;
  height: 36px;
  padding: 10px 0 0 54px;
  margin-right: 1px;
  position: relative;
  z-index: 8;
  width: 75px;
}
.landz-box-maps .details li.room {
  background-position: 9px -98px;
}
.landz-box-maps .details li.bed-room {
  background-color: #F7F7F7;
  background-position: 9px -130px;
}
.landz-box-maps .details li.bath-room {
  background-color: #EFEFEF;
  background-position: 9px -161px;
}
.landz-box-maps .details li.size {
  background-color: #E6E6E6;
  background-position: 9px -64px;
  margin-right: 0;
  width: 92px;
}
.landz-box-maps .details li:after {
  background: url(../../../plugins/real-estate-manager-pro/assets/images/mini-arrow.png) no-repeat scroll right top;
  content: "";
  height: 36px;
  width: 22px;
  position: absolute !important;
  top: 8px;
  right: auto;
  bottom: auto;
  left: 26px;
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}
/* .landz-box-maps */
/* GENERIC BOX
================================== */
.landz-box-property {
  border: 1px solid #E5E5E5;
  position: relative;
  padding-bottom: 64px;
  margin: 0 0 20px 16px;
  margin-left: 0;
}
.landz-box-property.margin-left {
  margin-left: 16px;
}
.landz-box-property .description {
  display: block;
  padding: 8px 12px 10px;
  font-size: 15px;
  border-top: 1px dotted #E5E5E5;
  border-bottom: 1px dotted #E5E5E5;
  background-color: #F7F7F7;
}
.landz-box-property .address {
  display: block;
  padding: 6px 12px;
}
.landz-box-property .image {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative !important;
}
.landz-box-property .title {
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 3px solid #1fb7a6;
  color: #333;
  font-size: 20px;
  padding: 6px 12px;
  position: absolute !important;
  top: auto;
  right: auto;
  bottom: 3px;
  left: 0;
  z-index: 3;
}
.landz-box-property .detail {
  min-height: 120px;
  list-style: outside none none;
  margin: 10px 6px;
  padding: 0;
}
.landz-box-property .detail dt,
.landz-box-property .detail dd {
  border-bottom: 1px solid #f7f7f7;
  height: 35px;
  padding: 5px 6px 3px;
  width: 35%;
  font-size: 14px;
  margin-bottom: 0 !important;
}
.landz-box-property .detail dt {
  background: url(../../../plugins/real-estate-manager-pro/assets/images/icon-ads-grey.png) no-repeat scroll left center;
  float: left;
  font-weight: 400 !important;
  padding-left: 36px;
}
.landz-box-property .detail dt.status {
  background-position: left -35px;
}
.landz-box-property .detail dt.area {
  background-position: left -69px;
}
.landz-box-property .detail dt.bed {
  background-position: left -134px;
}
.landz-box-property .detail dt.bath {
  background-position: left -164px;
}
.landz-box-property .detail dd {
  background: url(../../../plugins/real-estate-manager-pro/assets/images/separator.png) no-repeat scroll left center;
  float: right;
  width: 64%;
  padding-left: 18px;
}
.landz-box-property .detail dd span {
  text-align: right;
  display: block;
  padding: 1px 6px;
  background-color: #FAFAFA;
  border: 1px solid #F0F0F0;
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.landz-box-property .price {
  position: absolute !important;
  top: auto;
  right: -1px;
  bottom: -1px;
  left: -1px;
  z-index: 2;
  font-size: 20px;
  height: 42px;
  background-color: #1fb7a6;
  font-weight: 400;
  color: #ffffff;
  padding: 6px 14px 0;
}
.landz-box-property .price:after {
  position: absolute !important;
  top: -10px;
  right: 50%;
  bottom: auto;
  left: auto;
  z-index: 2;
  content: "";
  margin-right: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #1fb7a6;
}
.landz-box-property .footer {
  clear: both;
}
.footer-buttons {
  position: absolute !important;
  top: auto;
  right: 4px;
  bottom: 4px;
  left: auto;
  z-index: 3;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.footer-buttons a{
  padding: 2px 6px;
  font-size: 12px;
}
/* .landz-box-property */
/* BOX HOME
================================== */
.landz-box-property.box-home {
  margin: 0 0 30px;
}
.landz-box-property.box-home .image {
  height: 250px;
  width: 100%;
}
/* BOX LIST
================================== */

.landz-box-property.box-list {
  margin: 0 0 30px;
  position: relative;
  padding-bottom: 0;
  background-color: #FFF;
}
.landz-box-property.box-list .image {
  height: 172px;
  width: 240px;
  position: absolute !important;
  top: 10px;
  right: auto;
  bottom: auto;
  left: 10px;
  z-index: 1;
}
.landz-box-property.box-list .image:after {
  position: absolute !important;
  top: 6px;
  right: -6px;
  bottom: auto;
  left: auto;
  z-index: 1;
  content: " ";
  width: 0;
  height: 0;
  border-left: 8px solid #1fb7a6;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.landz-box-property.box-list .description {
  border: 1px solid #E5E5E5;
  border-right: none;
  height: 82px;
}
.landz-box-property.box-list .address,
.landz-box-property.box-list .description,
.landz-box-property.box-list .detail,
.landz-box-property.box-list .footer {
  margin-left: 260px;
  border-left: 1px solid #E5E5E5;
}
.landz-box-property.box-list .detail {
  border-bottom: 1px solid #E5E5E5;
  float: none;
  margin: 0 0 0 260px;
  min-height: 30px;
}
.landz-box-property.box-list .detail dd,
.landz-box-property.box-list .detail dt {
  float: none;
  width: auto;
  display: inline-block;
  border-bottom: none;
  padding-right: 4px;
}
.landz-box-property.box-list .detail dd {
  border-right: 1px solid #e5e5e5;
  padding-right: 8px;
}
.landz-box-property.box-list .detail dd span {
  display: inline;
}
.box-grid.mini .rem-price-amount { color: #FFF; }
.landz-box-property.box-list .price {
  font-size: 18px;
  height: 27px;
  padding: 0 10px;
  position: absolute !important;
  top: 3px;
  right: 3px;
  bottom: auto;
  left: auto;
  z-index: 1;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.landz-box-property.box-list .price:after {
  border: none;
}
.landz-box-property.box-list .footer {
  overflow: hidden;
  position: relative;
  height: 48px;
  padding: 6px 10px;
}
/* .landz-box-property */
/* BOX GRID
================================== */
.landz-box-property {
  /* &.box-grid */
}
.landz-box-property.box-grid {
  padding-bottom: 40px;
}
.landz-box-property.box-grid .image {
  position: relative;
  overflow: hidden;
  height: 180px;
  width: 100%;
}
.landz-box-property.box-grid .description {
  border-bottom: 16px solid #f7f7f7;
  height: 133px;
  overflow: hidden;
  padding-bottom: 18px;
}
.landz-box-property.box-grid .detail {
  background-color: #FFF;
  margin: 0;
  padding: 10px;
  height: 131px;
  position: absolute !important;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
.landz-box-property.box-grid:hover .detail {
  bottom: 41px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
/* .landz-box-property */
/* MINI BOX GRID
================================== */
.landz-box-property {
  /* &.box-grid */
}
.landz-box-property.box-grid {
  /* &.mini */
}
.landz-box-property.box-grid.mini .address,
.landz-box-property.box-grid.mini .detail,
.landz-box-property.box-grid.mini .description {
  display: none !important;
}
.landz-box-property.box-grid.mini .image {
  height: 160px;
}
.landz-box-property.box-grid.mini .price {
  background-color: #F7F7F7;
  border: 1px solid #E5E5E5;
  border-top: 4px solid #1fb7a6;
  color: #777;
  height: 45px;
}
.landz-box-property.box-grid.mini .price:after {
  right: auto;
  right: 24px;
  border-width: 7px;
  border-bottom-color: #1fb7a6;
}
/* .landz-box-property */
/* SLIDE BOX HOME
================================== */
.property-slide {
  position: relative;
  z-index: 1;
}
.box-property-slide {
  position: relative;
  height: 386px;
  color: #ffffff;
  width: 100%;
  margin-bottom: 15px;
  /* right-block */
  /* left-block */
}
.box-property-slide .left-block,
.box-property-slide .right-block {
  display: block;
  padding: 14px;
  height: 100%;
  width: 50%;
  background-color: rgba(31, 183, 166, 0.7);
  position: absolute !important;
  top: 0;
  right: auto;
  bottom: auto;
  left: auto;
  z-index: 1;
}
.box-property-slide .right-block {
  right: 0;
}
.box-property-slide .left-block {
  /* .detail */
}
.box-property-slide .left-block:after {
  position: absolute !important;
  top: 50%;
  right: -19px;
  bottom: auto;
  left: auto;
  z-index: 3;
  content: "";
  margin-top: -40px;
  width: 0;
  height: 0;
  border-left: 20px solid rgba(31, 183, 166, 0.7);
  border-top: 20px solid rgba(31, 183, 166, 0);
  border-bottom: 20px solid rgba(31, 183, 166, 0);
}
.box-property-slide .left-block .price {
  position: absolute !important;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
  font-size: 22px;
  background-color: #188b7e;
  color: #ffffff;
  padding: 10px 20px 10px 10px;
}
.box-property-slide .left-block .button {
  padding: 16px 26px;
  border: none;
  position: absolute !important;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 1;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.box-property-slide .left-block .detail {
  min-height: 120px;
  list-style: outside none none;
  margin: 6px;
  padding: 0;
}
.box-property-slide .left-block .detail dt,
.box-property-slide .left-block .detail dd {
  height: 35px;
  padding: 6px 6px 3px;
  width: 35%;
  font-size: 14px;
}
.box-property-slide .left-block .detail dt {
  background: url(../../../plugins/real-estate-manager-pro/assets/images/icon-ads.png) no-repeat scroll left center;
  font-weight: 400 !important;
  float: left;
  padding-left: 36px;
}
.box-property-slide .left-block .detail dt.status {
  background-position: left -34px;
}
.box-property-slide .left-block .detail dt.area {
  background-position: left -68px;
}
.box-property-slide .left-block .detail dt.bed {
  background-position: left -133px;
}
.box-property-slide .left-block .detail dt.bath {
  background-position: left -163px;
}
.box-property-slide .left-block .detail dd {
  float: right;
  width: 64%;
  padding-left: 18px;
}
.box-property-slide .left-block .detail dd span {
  position: relative;
  text-align: right;
  display: block;
  padding: 1px 6px;
  background-color: rgba(24, 139, 126, 0.3);
  border: 1px solid rgba(24, 139, 126, 0.9);
  -webkit-border-radius: 1px;
  -khtml-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
}
.box-property-slide .left-block .detail dd span:after {
  background: url(../../../plugins/real-estate-manager-pro/assets/images/mini-arrow.png) no-repeat right bottom;
  content: '';
  height: 21px;
  width: 9px;
  position: absolute !important;
  top: 0;
  right: auto;
  bottom: auto;
  left: -24px;
  z-index: 1;
}
.box-property-slide .left-block .detail li {
  background: url(../../../plugins/real-estate-manager-pro/assets/images/icon-ads.png) no-repeat left top;
  padding: 10px 5px 0 20px;
}
.box-property-slide .left-block .detail li .icon-bathroom {
  background-position: left -158px;
}
.box-property-slide .left-block .detail li .icon-bedroom {
  background-position: left -128px;
}
.box-property-slide .left-block .detail li .icon-purpose {
  background-position: left -30px;
}
.box-property-slide .left-block .detail li .icon-type {
  background-position: left 1px;
}
.box-property-slide .left-block .detail li .icon-size {
  background-position: left -63px;
}
.box-property-slide .left-block .detail span {
  display: block;
  padding-left: 25px;
  margin-left: 10px;
}
.box-property-slide .left-block .detail b {
  display: inline-block;
  padding-right: 30px;
  font-weight: 200;
}
.box-property-slide .left-block .title {
  font-size: 28px;
  display: block;
  border-bottom: 1px dotted #FFF;
  margin-bottom: 6px;
}
.box-property-slide .left-block .description {
  display: block;
  height: 118px;
  overflow: hidden;
  width: 100%;
}
.box-property-slide .rb {
  background: none;
  display: block;
  height: 191px;
  width: 100%;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  z-index: 1;
}
/* .box-property-slide */
/* CAROUSEL BOX
================================== */
.property-carousel-box {
  padding-top: 160px;
  /* content */
}
.property-carousel-box .content {
  background-color: rgba(255, 255, 255, 0.5);
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding: 20px 0;
  text-align: left !important;
  float: none !important;
}
.property-carousel-box .content .title,
.property-carousel-box .content .address,
.property-carousel-box .content .price {
  float: left;
  clear: both;
  color: #444;
  font-size: 30px;
  padding: 0;
  margin: 0;
  border: none;
}
.property-carousel-box .content .price {
  font-size: 50px;
  margin-top: 14px;
  position: relative;
  padding-left: 64px;
}
.property-carousel-box .content .price span {
  display: inline-block;
  background-color: #1fb7a6;
  margin-top: 8px;
  font-size: 36px;
  color: #ffffff;
  padding: 0 14px;
  position: absolute !important;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  z-index: 1;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.property-carousel-box .content .price span:after {
  position: absolute !important;
  top: 50%;
  right: -8px;
  bottom: auto;
  left: auto;
  z-index: 1;
  content: "";
  margin-top: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid #1fb7a6;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.property-carousel-box .content .title {
  font-size: 70px;
  border-bottom: 1px dotted #FFF;
  padding: 10px 0;
  margin-bottom: 10px;
  text-transform: none !important;
  font-weight: 100;
}
.property-carousel-box .button-read {
  margin-top: 20px;
  padding: 8px 30px;
  font-size: 22px;
}
.list-box-title {
  border-bottom: 3px solid #1fb7a6;
  height: 36px;
  position: relative;
  margin-bottom: 20px;
}
.list-box-title span {
  display: block;
  position: absolute !important;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 6px 10px 0;
  background-color: #1fb7a6;
  color: #ffffff;
}
.list-box-title span .icon {
  margin-right: 10px;
}
.list-box-section {
  display: block;
  position: absolute !important;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 6px 10px 0;
  background-color: #1fb7a6;
  color: #ffffff;
}
/* 1.10.23 LINK EFFECT
================================== */
.hover-effect {
  position: relative !important;
  display: block;
  overflow: hidden;
  /* .cover */
  /* .cover-title */
  /* &:hover */
}
.hover-effect:before {
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  border: 8px solid rgba(255, 255, 255, 0.4);
  content: "";
}
.hover-effect .cover {
  background-color: rgba(31, 183, 166, 0.3);
  border: 8px solid rgba(255, 255, 255, 0);
  font-size: 40px;
  text-align: center;
  display: block;
  overflow: hidden;
  content: '';
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
}
.hover-effect .cover:after {
  content: "";
  width: 100px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.95);
  position: absolute !important;
  top: -52px;
  right: -52px;
  bottom: auto;
  left: auto;
  z-index: 1;
  -webkit-transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  transform: rotate(43deg);
}
.hover-effect .cover:before {
  position: absolute !important;
  top: 6px;
  right: 10px;
  bottom: auto;
  left: auto;
  z-index: 2;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  content: "\f0c1";
  font-weight: 900;
  color: #1fb7a6;
}
.compare-selected:before {
  content: "\f00c" !important;
}
.hover-effect .cover-title {
  height: 30px;
  background-color: rgba(31, 183, 166, 0.8);
  text-align: center;
  padding-top: 2px;
  color: #ffffff;
  position: absolute !important;
  top: auto;
  right: 10px;
  bottom: -40px;
  left: 10px;
  z-index: 6;
  -moz-transition: 0.4s all ease-in-out;
  -ms-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all ease-in-out;
  -webkit-border-radius: 2px;
  -khtml-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
.hover-effect:hover .cover-title {
  bottom: 10px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.hover-effect:hover .cover {
  border-color: rgba(255, 255, 255, 0.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.hover-effect:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.hover-effect img {
  -moz-transition: 0.2s all ease-in-out;
  -ms-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transition: 0.2s all ease-in-out;
}
.propery-style-6 {
    margin-bottom: 30px;
    border-bottom: 1px solid #dadada;
    box-shadow: 0 0 5px rgba(167, 197, 167, 0.8);
    transition: all 0.4s ease-in-out 0s;
    padding: 10px;
    background-color: #fff;
    position: relative;
}
.propery-style-6 .post-img {
    position: relative;
    overflow: hidden;
}
.propery-style-6 .image.image-fill {
    margin: 0 !important;
    height: 175px;
    border-right: none !important;
}
.propery-style-6 .post-img:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0);
    transition: all 0.4s linear 0s;
}
.propery-style-6:hover .post-img:before{
    background: rgba(0, 0, 0, 0.6);
}
.propery-style-6 .post-img img{
    width: 100%;
    height: auto;
}
.propery-style-6 .post-img:before{
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 55%, rgba(0,0,0,.75) 100%);
}
.propery-style-6 .category {
    font-size: 14px;
    color: #fff;
    line-height: 19px;
    text-align: center;
    text-transform: capitalize;
    padding: 11px 0;
    /* background: #ff9412; */
    position: absolute;
    bottom: 0;
    left: -50%;
    transition: all 0.5s ease-in-out 0s;
}
.propery-style-6 .category .price{
  display: block;
  font-weight: 600;
  font-size: 16px;
}
.propery-style-6 .category span{
  display: block;
  font-size: 13px;
  text-align: left;
}
.propery-style-6 .category-1{
    top: 17px;
    right: 10px; 
}
.propery-style-6 .category-1 {
    width: 50px;
    z-index: 9;
    font-size: 11px;
    color: #fff;
    line-height: 11px;
    text-align: center;
    /* text-transform: capitalize; */
    padding: 3px 0;
    background: #4e9bea;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
}
.propery-style-6 .property-type{
    top: 17px;
    right: 62px; 
}
.propery-style-6 .property-type {
    width: 50px;
    z-index: 9;
    font-size: 11px;
    color: #fff;
    line-height: 11px;
    text-align: center;
    /* text-transform: capitalize; */
    padding: 3px 0;
    background: #7FBA00;
    position: absolute;
    transition: all 0.5s ease-in-out 0s;
}
.propery-style-6 .category{
    left: 10px;
    z-index: 9;
}
.propery-style-6 .post-review{
    padding: 10px 10px;
    background: #fff;
    position: relative;
}
.propery-style-6 .post-title{
    margin: 0;
}
.propery-style-6 .post-title a{
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    transition: all 0.30s linear 0s;
}
.propery-style-6 .post-title a:hover{
    text-decoration: none;
    color: #555;
}
.propery-style-6 .post-description{
    font-size: 15px;
    color: #555;
    line-height: 26px;
    margin-top: 10px;
}
.propery-style-6 .post-bar span{
    display: inline-block;
    font-size: 14px;
}
.propery-style-6 .post-bar span i{
    margin-right: 5px;
    color: #999;
}
.propery-style-6 .post-bar span a{
    color: #999;
    text-transform: uppercase;
}
.propery-style-6 .post-bar span a:hover{
    text-decoration: none;
    color: #ff9412;
}
.propery-style-6 .post-bar span.comments{
   margin-left: 5px;
}
.rem-currency-symbol {
    display: inline !important;
}
.property-style-7 {
  margin-bottom: 30px;
  width: 100%;
  height: 300px;
  background-color: #FFF;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.2);
  /* .img-container */
}
.property-style-7 .img-container {
  position: relative !important;
  height: 260px;
  width: 100%;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  /* .title */
}
.property-style-7 .img-container:after {
  border: 8px solid rgba(250, 250, 250, 0.5);
  content: '';
  width: 100%;
  position: absolute !important;
  top: 0;
  right: 0;
  bottom: 40px;
  left: 0;
  z-index: 7;
}
.property-style-7 .img-container .title {
  background-color: rgba(31, 183, 166, 0.9);
  color: #ffffff;
  display: block;
  font-size: 18px;
  height: 40px;
  padding: 5px 10px 0 36px;
  line-height: 1.7;
  overflow: hidden;
  font-weight: 200;
  position: absolute !important;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 8;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
}
.property-style-7 .img-container .title:after,
.property-style-7 .img-container .title:before {
  font-family: 'FontAwesome';
  background-color: #188b7e;
  line-height: 1.15;
  text-align: center;
  position: absolute !important;
  top: 0;
  right: auto;
  bottom: 0;
  left: auto;
  z-index: 1;
}
.property-style-7 .img-container .title:after {
  content: '\f041';
  font-size: 20px;
  padding-top: 8px;
  left: 0;
  width: 30px;
  font-weight: 100;
}
.property-style-7 .img-container .title:before {
  content: '\f105';
  font-size: 32px;
  right: 0;
  width: 22px;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
.property-style-7 .img-container .title:hover {
  background-color: rgba(31, 183, 166, 0.9);
}
.property-style-7 .img-container .title:hover:before {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.property-style-7 .description {
  background-color: #FAFAFA;
  border-bottom: 1px solid #E5E5E5;
  font-size: 14.5px;
  font-weight: 100;
  line-height: 1.2;
  padding: 6px 12px 8px;
  text-align: justify;
  height: 81px;
  overflow: hidden;
}
.property-style-7 .price {
  background-color: rgba(70, 190, 170, 0.8);
  color: #ffffff;
  font-size: 28px;
  font-weight: 100;
  height: 42px;
  padding: 2px 0 0;
  text-align: center;
  position: absolute !important;
  top: 336px;
  right: 30px;
  bottom: auto;
  left: 30px;
  z-index: 4;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
  opacity: 0;
  -moz-opacity: 0;
  -khtml-opacity: 0;
}
.property-style-7:hover .price {
  top: 165px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
  opacity: 1;
  -moz-opacity: 1;
  -khtml-opacity: 1;
}
.property-style-7 .details {
  border-bottom: 4px solid #16A393;
  background-color: #FFF;
  position: relative;
  list-style: none;
  height: 40px;
  z-index: 5;
  padding: 0;
  margin: 0;
}
.property-style-7 .details .label {
  line-height: 36px;
  font-size: 13px;
  margin: 8px;
}
.property-style-7 .details li {
  height: 260px;
  background: url(../../../plugins/real-estate-manager-pro/assets/images/icon-ads-grey.png) no-repeat scroll 5px top;
  float: left;
  color: #777;
  font-size: 13px;
  height: 36px;
  padding: 10px 0 0 54px;
  margin-right: 1px;
  position: relative;
  z-index: 8;
  width: 75px;
}
.property-style-7 .details li.room {
  background-position: 9px -98px;
}
.property-style-7 .details li.bed-room {
  background-color: #F7F7F7;
  background-position: 9px -130px;
}
.property-style-7 .details li.bath-room {
  background-color: #EFEFEF;
  background-position: 9px -161px;
}
.property-style-7 .details li.size {
  background-color: #E6E6E6;
  background-position: 9px -64px;
  margin-right: 0;
  width: 92px;
}
.property-style-7 .details li:after {
  background: url(../../../plugins/real-estate-manager-pro/assets/images/mini-arrow.png) no-repeat scroll right top;
  content: "";
  height: 36px;
  width: 22px;
  position: absolute !important;
  top: 8px;
  right: auto;
  bottom: auto;
  left: 26px;
  z-index: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=@opacity-ie)";
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
}
.type-filtering button:focus {
  outline: none !important;
  border: none !important;
}
.property-style-7 .inline-property-icons {
  text-align: center;
}

.ich-settings-main-wrap .rem-topbar-btn {
  padding: 4px 10px;
  border: 1px solid #E5E5E5;
  font-size: 15px;
  text-align: center;
  display: inline-block;
  background-color: #FFFFFF;
  color: #555;
}

.rem-topbar-btn.list-view {
  margin-right: 5px;
}

.rem-topbar-btn:hover {
  text-decoration: none;
  -webkit-box-shadow: 0 0 0 2px rgba(236, 236, 236, 0.3);
  -moz-box-shadow: 0 0 0 2px rgba(236, 236, 236, 0.3);
  box-shadow: 0 0 0 2px rgba(236, 236, 236, 0.3);  
}

.rem-style-1 {
  font-family: nunito sans,sans-serif;
  box-shadow: 0 10px 31px 0 rgba(7,152,255,.09);
  border: 1px solid #f1f8ff;
  transition: .3s ease-out;
  margin-bottom: 30px;
  position: relative;
  background-color: #FFF;
}

.rem-style-1:hover {
  box-shadow: 0 3px 23px 9px rgba(7,152,255,.15)!important;
  transform: translate(0%,-5px);
}

.rem-style-1 .img-container {
  position: relative;
  float: left;
  width: 40%;
}

.rem-style-1 .featured-text {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #f1bf7f;
    color: #fff;
    padding: 5px;
    font-size: 13px;
    border-radius: 2px;
}

.rem-style-1 .property-type {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #ff6464;
    color: #fff;
    padding: 5px;
    font-size: 13px;
    border-radius: 2px;
}

.rem-style-1 .address-text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 12px;
  color: #fff;
}

.rem-style-1 .images-text {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
}

.rem-style-1 .img-container img {
  width: 100%;
}

.rem-style-1 .content-container {
  background-color: #FFF;
  padding: 15px 15px 0 15px;
  width: 60%;
  float: left;
}

.rem-style-1 .content-container h2 {
  font-size: 18px;
  margin: 0;
  color: #222;
}

.rem-style-1 .content-container a:hover,
.rem-style-2 .content-container a:hover {
  text-decoration: none;
}

.rem-style-1 .content-container .property-price {
  margin: 5px 0 0 0;
  color: #ff6464;
  font-size: 17px;
}

.rem-style-1 .content-container .property-excerpt {
  margin: 0;
  font-size: 14px;
  color: #5c727d;
  max-height: 65px;
  overflow: hidden;
}

.rem-style-1 .content-footer {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  /*position: absolute;*/
  width: 100%;
  bottom: 0;
  right: 0;
  padding-left: 40%;
}
.rem-style-1 .inline-property-icons {
  margin-top: 5px;
}
.rem-style-1 .inline-property-icons span:first-child {
  margin-left: 0;
}
.rem-style-1 .agent-name {
  display: inline-block;
  margin-left: 7px;
  margin-top: 7px;
  color: #333;
  font-size: 14px;
}
.rem-style-1 .agent-info img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
}

.rem-style-1 .agent-info {
  margin-left: 15px;
  float: left;
}

.rem-style-1 .icons-wrap {
  float: right;
  margin-right: 10px;
}

.rem-style-1 .clearfix {
  clear: both;
}

.rem-style-1 .icons-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 7px;
}

.rem-style-1 .icons-wrap ul li {
  display: inline-block;
}

.rem-style-1 .icons-wrap ul li a {
  border: 1px solid #eef3f6;
    color: #c2cbd9;
    padding: 4px 7px;
    font-size: 16px
}

.rem-style-1 .icons-wrap a:hover {
  color: #ff6464;
}

@media only screen and (max-width: 668px){
  .rem-style-1 .img-container {
    float: none !important;
    width: 100% !important
  }
  .rem-style-1 .content-container {
    width: 100% !important;
    float: none !important;
  }
  .rem-style-1 .content-footer {
    position: relative !important;
    padding-left: 0 !important;
  }
  .rem-style-1 .agent-info {
    margin-left: 0 !important;
  }
  .rem-style-1 .icons-wrap {
    margin-right: 0 !important;
  }
}

.rem-style-2 {
  font-family: nunito sans,sans-serif;
  box-shadow: 0 10px 31px 0 rgba(7,152,255,.09);
  border: 1px solid #f1f8ff;
  transition: .3s ease-out;
  margin-bottom: 30px;
}

.rem-style-2:hover {
  box-shadow: 0 3px 23px 9px rgba(7,152,255,.15)!important;
  transform: translate(0%,-5px);
}

.rem-style-2 .img-container {
  position: relative;
}

.rem-style-2 .featured-text {
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #f1bf7f;
    color: #fff;
    padding: 5px;
    font-size: 13px;
    border-radius: 2px;
    z-index: 1;
}

.rem-style-2 .property-type {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #ff6464;
  color: #fff;
  padding: 5px;
  font-size: 13px;
  border-radius: 2px;
  z-index: 1;
}

.rem-style-2 .address-text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 12px;
  color: #fff;
  z-index: 1;
}

.rem-style-2 .images-text {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 12px;
  color: #fff;
  z-index: 1;
}

.rem-style-2 .img-container img {
  width: 100%;
}

.rem-style-2 .content-container {
  background-color: #FFF;
  padding: 15px 15px 0 15px; 
}

.rem-style-2 .content-container h2 {
  font-size: 18px;
  margin: 0;
}

.rem-style-2 .content-container .property-price {
  margin: 5px 0 0 0;
  color: #ff6464;
  font-size: 17px;
}

.rem-style-2 .content-container .property-excerpt {
  margin: 5px 0 0 0;
  font-size: 14px;
  color: #5c727d;
}

.rem-style-2 .feature-icons {
  margin: 0;
  padding: 0;
  color: #5C727D;
  font-size: 13px;
  margin-top: 10px; 
}

.rem-style-2 .feature-icons li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.rem-style-2 .content-footer {
  margin-top: 10px;
  border-top: 1px solid #eef3f6;
  padding-top: 10px;
  padding-bottom: 10px;
}
.rem-style-2 .agent-name {
  display: inline-block;
  margin-left: 7px;
  margin-top: 7px;
  color: #333;
  font-size: 14px;
}
.rem-style-2 .agent-info img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
}

.rem-style-2 .agent-info {
  float: left;
}

.rem-style-2 .icons-wrap {
  float: right;
}

.rem-style-2 .icons-wrap ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 7px;
}

.rem-style-2 .icons-wrap ul li {
  display: inline-block;
}

.rem-style-2 .icons-wrap ul li a {
  border: 1px solid #eef3f6;
    color: #c2cbd9;
    padding: 4px 7px;
    font-size: 16px
}

.rem-style-2 .icons-wrap a:hover {
  color: #ff6464;
}
.rem-style-2 .inline-property-icons span:first-child {
  margin-left: 0;
}/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
-webkit-touch-callout: none;
-webkit-user-select: none;
-ms-touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.noUi-target {
	position: relative;
	direction: ltr;
}
.noUi-base {
	width: 100%;
	height: 100%;
	position: relative;
}
.noUi-origin {
	position: absolute;
	right: 0;
	top: 0;
	left: 0;
	bottom: 0;
}
.noUi-handle {
	position: relative;
	z-index: 1;
}
.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
	z-index: 10;
}
.noUi-stacking + .noUi-origin {
/* Fix stacking order in IE7, which incorrectly
   creates a new context for the origins. */
	*z-index: -1;
}
.noUi-state-tap .noUi-origin {
-webkit-transition: left 0.3s, top 0.3s;
	transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
	cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
	height: 14px;
}

.noUi-horizontal .noUi-handle {
    background-color: #277E70;
    cursor: pointer;
    height: 14px;
    left: -14px;
    top: -1px;
    width: 14px;

	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
/*
	width: 24px;
	height: 24px;
	left: -14px;
	top: -6px;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
*/
}

.noUi-vertical {
	width: 18px;
}

.noUi-vertical .noUi-handle {
	width: 28px;
	height: 28px;
	left: -6px;
	top: -14px;
/*
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
*/
	cursor: pointer;
}

/* Styling;
 */
.noUi-background {
	background: #FAFAFA;
	/*box-shadow: inset 0 1px 1px #F0F0F0;*/
/*
	box-shadow: 0 0 0 4px rgba(236, 236, 236, 0.3);
	-webkit-box-shadow: 0 0 0 4px rgba(236, 236, 236, 0.3);
	-moz-box-shadow: 0 0 0 4px rgba(236, 236, 236, 0.3);
*/
}

.noUi-connect {
	background: #50C8B4;
	/*box-shadow: inset 0 0 3px rgba(51,51,51,0.45);*/
	-webkit-transition: background 450ms;
	transition: background 450ms;
}

.noUi-target {
	border: 1px solid #eee;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.noUi-target:hover {
	box-shadow: 0 9px 17px 0 rgba(7,152,255,.09);
	-moz-box-shadow: 0 9px 17px 0 rgba(7,152,255,.09);
	-webkit-box-shadow: 0 9px 17px 0 rgba(7,152,255,.09);
}

/* Handles and cursors;
 */
.noUi-dragable {
	cursor: w-resize;
}

.noUi-vertical .noUi-dragable {
	cursor: n-resize;
}

.noUi-handle {
	/*border: 1px solid #D3D3D3;*/
	background: #FFF;
	cursor: default;
/*
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
*/
}

.noUi-active {

}

/* Handle stripes;
 */
.noUi-handle:after {
/*
    background-color: #38b49e;
    content: "";
    display: block;
    height: 10px;
    left: 50%;
    margin-left: -9px;
    position: absolute;
    top: 6px;
    width: 10px;

	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
*/
}

.noUi-handle:after {
	left: 15px;
}

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
	width: 14px;
	height: 1px;
	left: 6px;
	top: 14px;
}

.noUi-vertical .noUi-handle:after {
	top: 17px;
}

/* Disabled state;
 */
[disabled].noUi-connect,
[disabled] .noUi-connect {
	background: #B8B8B8;
}

[disabled] .noUi-handle {
	cursor: not-allowed;
}

.price-slider.price #price-value-min,
.price-slider.price #price-value-max {
	margin-top: 10px;
	font-size: 12px;
	background-color: #50c8b4;
	position: relative;
	color: #FFF;
	display: inline-block;
	padding: 1px 6px;

	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
	border-radius: 2px;
}

.price-slider.price #price-value-min:after,
.price-slider.price #price-value-max:after {
    border-bottom: 6px solid transparent;
    border-left: 6px solid #50c8b4;
    border-top: 6px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: -6px;
    top: 3px;
    width: 0;
}

.price-slider.price #price-value-max:after {
    border-left: none;
    border-right: 6px solid #50c8b4;
    left: -6px;
	right: auto;
}

.price-slider.price .separator {
    margin: 0 8px;
	font-weight: 400;
}/*!
 * LABELAUTY jQuery Plugin Styles
 *
 * @file: jquery-labelauty.css
 * @author: Francisco Neves (@fntneves)
 * @site: www.francisconeves.com
 * @license: MIT License
 */
 input.labelauty+label ::selection{background-color:rgba(255,255,255,0)}input.labelauty+label ::-moz-selection{background-color:rgba(255,255,255,0)}input.labelauty{display:none!important}input.labelauty+label{display:table;font-size:15px;color:#555;cursor:pointer;font-weight:300;border-radius:1px;-moz-border-radius:1px;-webkit-border-radius:1px;transition:background-color 0.25s;-moz-transition:background-color 0.25s;-webkit-transition:background-color 0.25s;-o-transition:background-color 0.25s;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;-o-user-select:none}input.labelauty+label>span.labelauty-unchecked,input.labelauty+label>span.labelauty-checked{display:inline-block;vertical-align:bottom}input.labelauty+label>span.labelauty-unchecked-image,input.labelauty+label>span.labelauty-checked-image{display:inline-block;width:20px;height:20px;vertical-align:bottom;background-repeat:no-repeat;background-position:center center;position:absolute;-webkit-border-radius:3px;-khtml-border-radius:3px;-moz-border-radius:3px;-o-border-radius:3px;border-radius:3px;transition:background-image 0.5s linear;-moz-transition:background-image 0.5s linear;-webkit-transition:background-image 0.5s linear;-o-transition:background-image 0.5s linear}input.labelauty+label>span.labelauty-unchecked-image+span.labelauty-unchecked,input.labelauty+label>span.labelauty-checked-image+span.labelauty-checked{margin-left:30px}input.labelauty:not(:checked):not([disabled])+label:hover{color:#aaa}input.labelauty:not(:checked)+label>span.labelauty-checked-image{display:none}input.labelauty:not(:checked)+label>span.labelauty-checked{display:none}input.labelauty:checked+label>span.labelauty-unchecked-image{display:none}input.labelauty:checked+label>span.labelauty-unchecked{display:none}input.labelauty:checked+label>span.labelauty-checked{display:inline-block}input.labelauty.no-label:checked+label>span.labelauty-checked{display:block}input.labelauty[disabled]+label{opacity:.5}input.labelauty+label>span.labelauty-unchecked-image{background-image:url(../../../plugins/real-estate-manager-pro/assets/front/lib/images/input-unchecked.png);background-color:#F3F1F1;border:1px solid #E4E4E4}input.labelauty+label>span.labelauty-checked-image{background-image:url(../../../plugins/real-estate-manager-pro/assets/front/lib/images/input-checked.png);background-color:#50C8B4;border:none}input.labelauty:hover+label>span.labelauty-checked-image{background-color:#3CBDA7;border:1px solid #38B49E}#rem-search-box{height:90px}#rem-search-box.no-margin{height:auto!important}#rem-search-box .rem-search-1{height:1px;position:relative;height:172px}#rem-search-box .rem-search-1 .search-options{height:auto;min-height:43px;top:auto;right:0;bottom:80px;left:0;z-index:1}#rem-search-box .rem-search-1 .search-options.sample-page{bottom:4px;border:1px solid #eee}#rem-search-box .rem-search-1 .search-options .botton-options-inactive,#rem-search-box .rem-search-1 .search-options .botton-options{text-transform:uppercase;display:block;height:43px;cursor:pointer;color:#fff;font-size:14px;padding:11px 24px 0 46px;background-color:rgba(24,139,126,.8);position:absolute!important;top:0;right:auto;bottom:auto;left:0;z-index:2;-webkit-border-radius:2px 2px 0 0;-khtml-border-radius:2px 2px 0 0;-moz-border-radius:2px 2px 0 0;-o-border-radius:2px 2px 0 0;border-radius:2px 2px 0 0;-moz-transition:0.3s all ease-in-out;-ms-transition:0.3s all ease-in-out;-o-transition:0.3s all ease-in-out;transition:0.3s all ease-in-out;-webkit-transition:0.3s all ease-in-out}#rem-search-box .rem-search-1 .search-options .botton-options-inactive:hover,#rem-search-box .rem-search-1 .search-options .botton-options:hover{background-color:rgba(16,96,87,.9)}#rem-search-box .rem-search-1 .search-options .botton-options-inactive i,#rem-search-box .rem-search-1 .search-options .botton-options i{position:absolute!important;top:15px;right:auto;bottom:auto;left:18px;z-index:1}#rem-search-box .rem-search-1 .search-options .searcher{padding-top:36px;margin-bottom:0;background-color:rgba(255,255,255,.96)}#rem-search-box .rem-search-1 .search-options .searcher .margin-div{padding-left:32px;padding-right:32px}#rem-search-box .rem-search-1 .search-options .searcher .footer{background-color:rgba(220,220,220,.5);height:84px;padding:22px 32px 0;margin-bottom:0}#rem-search-box .rem-search-1 .search-options .searcher .price{font-size:13px}#rem-search-box .rem-search-1 .search-options .searcher .price .more-button{width:120px;padding-left:32px;float:left}#rem-search-box .rem-search-1 .search-options .searcher .price .more-button:after{font-family:'FontAwesome';position:absolute!important;top:4px;right:auto;bottom:auto;left:12px;z-index:1;content:"\f107";font-size:18px}#rem-search-box .rem-search-1 .search-button{float:right;text-transform:uppercase;padding:10px 14px}#rem-search-box .rem-search-1 .search-options .searcher .sercher-margin-bottom{padding-bottom:4px;border-bottom:1px solid #E5E5E5}#rem-search-box .rem-search-1 .search-options .searcher .filter{max-height:1800px;overflow:hidden;padding:0 32px 20px;-moz-transition:0.4s all ease-in-out;-ms-transition:0.4s all ease-in-out;-o-transition:0.4s all ease-in-out;transition:0.4s all ease-in-out;-webkit-transition:0.2s all ease-in-out}#rem-search-box .rem-search-1 .search-options .searcher .filter.hide-filter{border-bottom:none;max-height:0}#rem-search-box .rem-search-1 .search-options .searcher .filter label{margin:20px 0 5px}#rem-search-box .rem-search-1 .search-options .searcher .dropdown{margin-bottom:30px}#rem-search-box .rem-search-1.fixed-map{height:auto;margin-bottom:15px}.ads-type{background-color:#1fb7a6;position:relative;z-index:12;margin:0 -15px;padding:0 40px;height:80px;overflow:hidden}.ads-type a.item-type{height:80px;display:block;padding:20px 0 20px 70px;background-color:#1ba192;background-image:url(../../../plugins/real-estate-manager-pro/assets/images/icon-property.png);background-repeat:no-repeat;cursor:pointer;color:#fff;text-decoration:none;border-right:1px solid #1eb3a2;-moz-transition:0.2s all ease-in-out;-ms-transition:0.2s all ease-in-out;-o-transition:0.2s all ease-in-out;transition:0.2s all ease-in-out;-webkit-transition:0.2s all ease-in-out}.ads-type a.item-type:hover{background-color:#1a988a}.ads-type a.item-type.item-selected{background-color:#188b7e}.ads-type a.item-type.item-selected:after{content:"";position:absolute!important;top:6px;right:6px;bottom:auto;left:auto;z-index:1;width:16px;height:16px;background-image:url(../../../plugins/real-estate-manager-pro/assets/images/icon-property.png);background-position:right bottom}.ads-type .icon-1{background-position:10px 7px}.ads-type .icon-2{background-position:10px -61px}.ads-type .icon-3{background-position:10px -125px}.ads-type .icon-4{background-position:10px -192px}.ads-type .icon-5{background-position:10px -259px}.ads-type .icon-6{background-position:10px -326px}.ads-type .title{display:block;font-size:20px;line-height:1.2}.ads-type span.sub-title{font-size:11px;display:block}.ads-type .nav-box a{background-image:url(../../../plugins/real-estate-manager-pro/assets/images/icon-slider.png);background-color:#1daa9a;display:block;width:40px;height:80px;position:absolute!important;top:0;right:auto;bottom:auto;left:auto;z-index:1;-moz-transition:0.2s all ease-in-out;-ms-transition:0.2s all ease-in-out;-o-transition:0.2s all ease-in-out;transition:0.2s all ease-in-out;-webkit-transition:0.2s all ease-in-out}.ads-type .nav-box a:hover,.ads-type .nav-box a:focus{background-color:#1ba192}.ads-type .nav-box .previous{background-position:left top;border:1px solid #20c0ae;border-right:1px solid #1eb3a2;border-top:none;border-bottom:none;left:0}.ads-type .nav-box .next{background-position:right top;border-right:1px solid #20c0ae;right:0}.search-box-page .space-div{padding-bottom:20px}.rem-field-hide{display:none}.rem-field-show{display:block}.ui-autocomplete{position:absolute;top:100%;left:0;z-index:1000;float:left;display:none;min-width:160px;_width:160px;padding:4px 0;margin:2px 0 0 0;list-style:none;background-color:#fff;border-color:#ccc;border-color:rgba(0,0,0,.2);border-style:solid;border-width:1px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box;*border-right-width:2px;*border-bottom-width:2px}.ui-autocomplete .ui-menu-item{cursor:pointer;display:block;padding:3px 15px;clear:both;font-weight:400;line-height:18px;color:#555;white-space:nowrap}.ui-autocomplete .ui-menu-item:hover,.ui-autocomplete .ui-menu-item:active{color:#fff;text-decoration:none;background-color:#08c;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;background-image:none}.searcher .margin-div.footer br{display:none}.price-slider .any-check{position:absolute;left:14px;top:20px;cursor:pointer}.rem-widget-search .any-check{position:absolute;top:50px}#rem-search-box .rem-search-2 .search-button{float:none;text-transform:uppercase;padding:0;width:100%;height:36px}#rem-search-box .rem-search-2 .padding-none{padding-left:0;padding-right:0}#rem-search-box .rem-search-2 .padding-none:first-child{padding-left:15px}#rem-search-box .rem-search-2 .padding-none:last-child{padding-right:15px}#rem-search-box .rem-search-2 .dropdown .carat{border-left:0}#rem-search-box .rem-search-2 .dropdown.open .carat{background:transparent}@media (max-width:991px){#rem-search-box .rem-search-2 .padding-none:first-child{padding-left:0}#rem-search-box .rem-search-2 .padding-none:last-child{padding-right:0}}.searcher .margin-bottom{margin-bottom:20px}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top,#fff 50%,#eee 100%);background-image:-o-linear-gradient(top,#fff 50%,#eee 100%);background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top,#eee 50%,#ccc 100%);background-image:-o-linear-gradient(top,#eee 50%,#ccc 100%);background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFCCCCCC',GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top,#fff 0%,#eee 50%);background-image:-o-linear-gradient(top,#fff 0%,#eee 50%);background-image:linear-gradient(to bottom,#fff 0%,#eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF',endColorstr='#FFEEEEEE',GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top,#eee 50%,#fff 100%);background-image:-o-linear-gradient(top,#eee 50%,#fff 100%);background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE',endColorstr='#FFFFFFFF',GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}