.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;
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-display:swap;font-family:'FontAwesome';src:url(../../../themes/realestate-base/third-party/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url('../../../themes/realestate-base/third-party/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url(../../../themes/realestate-base/third-party/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(../../../themes/realestate-base/third-party/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(../../../themes/realestate-base/third-party/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url('../../../themes/realestate-base/third-party/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
.sidr{display:block;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:hidden;overflow-y:auto;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:15px;background:#333;color:#fff;box-shadow:0 0 5px 5px #222 inset}.sidr .sidr-inner{padding:0 0 15px}.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}.sidr.right{left:auto;right:-260px}.sidr.left{left:-260px;right:auto}.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNGQ0ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFhMWExYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);background-size:100%;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0,#4d4d4d),color-stop(100%,#1a1a1a));background-image:-moz-linear-gradient(#4d4d4d,#1a1a1a);background-image:-webkit-linear-gradient(#4d4d4d,#1a1a1a);background-image:linear-gradient(#4d4d4d,#1a1a1a);font-size:11px;font-weight:400;padding:0 15px;margin:0 0 5px;color:#fff;line-height:24px;box-shadow:0 5px 5px 3px rgba(0,0,0,.2)}.sidr label,.sidr p,.sidr ul li ul li{font-size:13px}.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span,.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span,.sidr ul li:hover>a,.sidr ul li:hover>span{box-shadow:0 0 15px 3px #222 inset}.sidr p{margin:0 0 12px}.sidr p a{color:rgba(255,255,255,.9)}.sidr>p{margin-left:15px;margin-right:15px}.sidr ul{display:block;margin:0 0 15px;padding:0;border-top:1px solid #1a1a1a;border-bottom:1px solid #4d4d4d}.sidr ul li{display:block;margin:0;line-height:48px;border-top:1px solid #4d4d4d;border-bottom:1px solid #1a1a1a}.sidr ul li ul,.sidr ul li ul li:last-child{border-bottom:0}.sidr ul li.active,.sidr ul li.sidr-class-active,.sidr ul li:hover{border-top:0;line-height:49px}.sidr ul li a,.sidr ul li span{padding:0 15px;display:block;text-decoration:none;color:#fff}.sidr ul li ul{margin:0}.sidr ul li ul li{line-height:40px}.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active,.sidr ul li ul li:hover{border-top:0;line-height:41px}.sidr ul li ul li a,.sidr ul li ul li span{color:rgba(255,255,255,.8);padding-left:30px}.sidr form{margin:0 15px}.sidr input[type=url],.sidr input[type=text],.sidr input[type=password],.sidr input[type=date],.sidr input[type=datetime],.sidr input[type=email],.sidr input[type=number],.sidr input[type=search],.sidr input[type=tel],.sidr input[type=time],.sidr select,.sidr textarea{width:100%;font-size:13px;padding:5px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0 0 10px;border-radius:2px;border:0;background:rgba(0,0,0,.1);color:rgba(255,255,255,.6);display:block;clear:both}.sidr input[type=checkbox]{width:auto;display:inline;clear:none}.sidr input[type=button],.sidr input[type=submit]{color:#333;background:#fff}.sidr input[type=button]:hover,.sidr input[type=submit]:hover{background:rgba(255,255,255,.9)}
/*
Theme Name: Realestate Base
Theme URI: https://wenthemes.com/item/wordpress-themes/realestate-base/
Author: WEN Themes
Author URI: https://wenthemes.com/
Description: Realestate Base is a clean and beautiful real estate WordPress theme. It is a flexible theme suitable for real estate agency, agents, builders, interior designers, architects, brokers and also useful for blog, business, corporate or portfolios website. It comes with powerful theme options and custom widgets which make customization easy and intuitive. In a matter of minutes, it helps your to set you up with sophisticated custom websites. Regardless of your previous development or coding experience, it delivers sharp, polished results. As this theme is responsive, it looks great on all size devices ranging from small phones to large monitors. Official Support Forum: https://themepalace.com/support-forum/ Full Demo: https://wenthemes.com/theme-demos/?demo=realestate-base
Version: 2.0
Requires at least: 5.6
Tested up to: 5.9
Requires PHP: 5.6
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: realestate-base
Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-colors, custom-menu, featured-images, full-width-template, translation-ready, theme-options, threaded-comments, custom-logo, blog
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

1. Normalize
2. Typography
3. Elements
4. Forms
5. Navigation
   5.1. Links
   5.2. Comment and Post Navigation
6. Accessibility
7. Alignments
8. Clearings
9. Content
    10.1. Posts and pages
    10.2. Asides
    10.3. Comments
10. Infinite scroll
11. Media
    12.1. Captions
    12.2 Galleries
12. Page
13. Header
    13.1. Top Head
    13.2. Main Header
    13.3. Main Menu
14. Main Slider
15. Main Content
16. Sidebar
   16.1.  layout sidebar
17. Footer
    17.1. Colophon
    17.2. Footer Navigation
    17.3. Footer Widgets
    17.4. Scrollup
18. Inner Pages
    18.1. Custom Header
    18.2. Breadcrumb
    18.3. Error Page
    18.4. Contact Form 7
19. Widgets
    19.1. Social Links
    19.2. Service Widget
    19.3. Call To Action Widget
    19.4. Quick Contact Widget
    19.5. Testimonials Widget
    19.6. Recent Posts Widget
    19.7. Latest News Widget
    19.8. Features Widget
    19.9. Features Pages Grid Widget
    19.10.Team Widget
    19.11. Featured Page
20. Custom Woocommerce
    20.1. Woocommercce Product Gird widget
21. Media Queries


================================================================
========================= Style Ends =============================
=================================================================

--------------------------------------------------------------*/

/*--------------------------------------------------------------
1. Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}



b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}


mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

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

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

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

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*--------------------------------------------------------------
2. Typography
--------------------------------------------------------------*/

button,
input,
select,
textarea {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
}

body {
    font-family: Poppins, sans-serif;
    color: #888888;
    font-size: 15px;
    line-height: 1.9;
    margin: 0;
    word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0 0 15px 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #232323;
	font-family: 'Old Standard TT', serif;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;

}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 42px;
}

h3{
    font-size: 26px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 14px;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    background: #f0f0f0 none repeat scroll 0 0;
    border-left: 5px solid #bf9410;
    margin: 0 0 15px;
    padding: 20px 15px 5px;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
3. Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*::before,
*::after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background-color: #fff; /* Fallback for when there is no custom background color defined. */
    word-wrap: break-word;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: "";
}

blockquote,
q {
    quotes: "" "";
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

ul, ol {
    margin: 0 0 0.5em 1em;
    padding: 0;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto; /* Make sure images are scaled correctly. */
    max-width: 100%; /* Adhere to container width. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    table-layout: fixed;
}


td, th {
    border: 1px solid #ddd;
    padding: 5px;
}

/*--------------------------------------------------------------
4. Forms
--------------------------------------------------------------*/
button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: inline-block;
    font-size: 14px;
    margin: 10px;
    padding: 10px 30px;
    color: #ffffff;
    background: #32506d;
    border: none;
}


button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    background-color: #232323 ;
    border-color:transparent;
    color: #fff;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea,
select {
    color: #666;
    border: 1px solid #ddd;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
    color: #111;
    outline:none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"]{
    padding: 6px 0 6px 9px;
}

select {
    width: 100%;
    padding:5px;
}

textarea {
    padding:10px;
    width: 100%;
}
.form-submit input#submit {
    margin: 0;
}
/*--------------------------------------------------------------
5. Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1. Links
--------------------------------------------------------------*/

a {
    color: #232323;
    text-decoration: inherit;
}

a:visited {
    color: #232323;
}

a:hover,
a:focus,
a:active {
    color: #bf9410;
}

a:focus {
    outline:inherit;
}

a:hover,
a:active {
    outline: 0;
}

.entry-content a:not(.more-link):not(.button):not(.wp-block-button__link),
.entry-summary a:not(.more-link):not(.button):not(.wp-block-button__link),
.ew-about a:not(.more-link):not(.button),
.widget_text a:not(.more-link):not(.button),
.comment-content a {
    /*-text-decoration: underline;*/
}

.entry-content a:not(.more-link):not(.button):hover,
.entry-content a:not(.more-link):not(.button):focus,
.entry-summary a:not(.more-link):not(.button):hover,
.entry-summary a:not(.more-link):not(.button):focus,
.ew-about a:not(.more-link):not(.button):hover,
.ew-about a:not(.more-link):not(.button):focus,
.widget_text a:not(.more-link):not(.button):hover,
.widget_text a:not(.more-link):not(.button):focus,
.comment-content a:hover,
.comment-content a:focus {
    text-decoration: none;
}

/*--------------------------------------------------------------
5.2. Comment and Post Navigation
--------------------------------------------------------------*/


/*comment and post navigation*/

a.comment-reply-link {
    /* text-transform: uppercase; */
    font-weight: bold;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 30px 0;
    overflow: hidden;
    clear: both;
}

#infinite-handle{
    margin-bottom: 20px;
    height: auto;
    overflow: hidden;
}

#infinite-handle span:hover {
    border:1px solid #179bd7;
    background: #179bd7;
    color: #fff;
}

#infinite-handle span {
    border:1px solid #001837;
    padding: 5px 15px;
    width: auto;
    line-height: 1.5;
    color: #001837;
    display: block;
}

.post-title {
    font-size: 17px;
    margin-top: 15px;
}

.meta-nav {
    display: none;
}

.navigation .nav-links .nav-next{
    float: right;
    margin-bottom: 15px;

}

.navigation .nav-links .nav-previous {
    float: left;
    margin-bottom: 15px;
}

.post-navigation a, .posts-navigation a {
    border: 2px solid #fbfbfb;
    padding: 6px 20px;
    background: #fff;
    display: block;
}

.navigation,
.pagination {
    margin-top: 60px;
}

.post-navigation .nav-links .nav-next a::after,
.posts-navigation  .nav-next a:after{
    content: "\f178";
    font-family: FontAwesome;
    margin-left: 6px;
    font-size: 12px;
    font-weight: 100;
}

.post-navigation .nav-links .nav-previous a::before,
.posts-navigation  .nav-previous a:before {
    content: "\f177";
    font-family: FontAwesome;
    margin-right: 6px;
    font-size: 12px;
    font-weight: 100;
}

.navigation.pagination {
    text-align: center;
}

.navigation.pagination .nav-links .page-numbers {
    padding: 5px 13px;
    text-align: center;
    background-color: #f7f7f7;
    display: inline-block;
    border-radius: 50px;
    margin: 0 3px;
}
.navigation.pagination .nav-links .page-numbers.current,
.navigation.pagination .nav-links a.page-numbers:hover {
    background: #bf9410  none repeat scroll 0 0;
    color: #ffffff;
}

/*--------------------------------------------------------------
6. Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;/* It should be ablolute */
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important; /* It should be clip auto */
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
7. Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 15px;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.alignnone{
    clear: both;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;

}

/*--------------------------------------------------------------
8. Clearings
--------------------------------------------------------------*/

.clear-fix::before,
.clear-fix::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.site-header::before,
.site-header::after,
.site-content::before,
.site-content::after,
.site-footer::before,
.site-footer::after,
#sidebar-front-page-widget-area::after,
#sidebar-front-page-widget-area::before,
#featured-slider::after,
#featured-slider::before,
.widget::after,
.widget::before {
    content: "";
    display: table;
}

.clear-fix::after,
.entry-content::after,
.comment-content::after,
.site-header::after,
.site-content::after,
.site-footer::after,
.widget::after,
.widget::before {
    clear: both;
}

/*--------------------------------------------------------------
9. Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
9.1 Posts and pages
--------------------------------------------------------------*/

.entry-content-outer img,
.entry-content-outer img {
    vertical-align: middle;
    margin-bottom: 15px;
}


.entry-content-outer a:hover img {
    opacity: 0.7;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.alignment-left img {
    margin-right: 30px;
}

.alignment-right img {
    margin-left: 30px;
}

.alignment-right .entry-content-wrapper,
.alignment-left .entry-content-wrapper {
    display: table;
    padding: 0;
}
.entry-content-outer.alignment-left,
.entry-content-outer.alignment-right {
	padding: 30px;
}
.alignment-left  h2.entry-title,
.alignment-right h2.entry-title {
    margin-bottom: 5px;
}

.blog #primary article,
.archive #primary article {
    padding-bottom: 20px;
    clear: both;
    overflow: hidden;
}

#main article {
    box-shadow: 0 0 55px #f3f3f3;
    background: #fff;
}

h2.entry-title {
    font-size: 33px;
}

.entry-content-wrapper {
    padding: 10px 60px;
    background: #Fff;
}
span.edit-link {
    padding: 20px 30px;
    display: block;
    float: right;
}
.sticky {
    display: block;
}

.hentry {
    margin: 40px 0 0;
}

.hentry:first-child {
    margin:0;
}

.byline,
.updated:not(.published) {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline-block;
}


.entry-meta .byline .author.vcard {
    margin-left: -4px;
}
.entry-meta {
    margin-bottom: 15px;
}
.entry-meta > span {
    margin-right: 20px;
    font-size: 14px;
}
.entry-footer > span::before,
.entry-meta > span::before{
    display: inline-block;
    font-family: FontAwesome;
    height: 15px;
    margin-right:8px;
    content: "";
}
.entry-meta > span a {
    color:#49616b;
}

.entry-meta a:hover {
    color: #bf9410;
}

.entry-meta span.comments-link::before {
    content: "\f075";
}

.entry-meta > .cat-links::before {
    content: "\f07c";
}

.entry-meta > .byline::before {
    content: "\f007";
}


.entry-meta .tags-links::before{
    content: "\f02c";
}

.entry-meta > .posted-on::before {
    content: "\f017";

}

.entry-footer .edit-link::before{
    content: "\f044";
}


/*--------------------------------------------------------------
9.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
    display: none;
}

/*--------------------------------------------------------------
9.3 Comments
--------------------------------------------------------------*/

#respond {
    clear: both;
    display: block;
}

#comments {
    margin-top: 30px;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-notes {
    position: relative;
}

.comments-area #commentform p.comment-notes,
.comments-area #commentform p.comment-form-comment {
    width: 100%;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input{
    width: 100%;
}

#tab-reviews .comment-form-author,
#tab-reviews .comment-form-email,
#tab-reviews .comment-form-url{
    width: 100%;
}

.comment-form-author,
.comment-form-email,
.comment-form-url{
    width: 100%;
    float: left;
}

.comment-list li.comment::after {
    content: inherit;
    display: none;
}

.comment-list li{
    padding-left: 0;
}

.comment {
    display: block;
    float: left;
    width: 100%;
}

ol.comment-list {
    border-radius: 5px;
    float: left;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    overflow: inherit;
    padding: 0;
    width: 100%;
}

ol.comment-list .children {
    border: medium none;
    float: left;
    margin: 15px 0 15px 15px;
    width: 98%;
}

ol.comment-list li {
    list-style: outside none none;
    margin-bottom: 15px;
}

.comment .comment-body {
    border-radius: 0;
    clear: both;
    display: block;
    float: left;
    margin-top: 20px;
    padding: 30px 40px;
    position: relative;
    text-align: left;
    width: 100%;
    box-shadow: 0 0 55px #f3f3f3;
}

.comment .reply {
    position: absolute;
    top: 20px;
    right: 30px;
}

.comment-author.vcard {
    font-size: 18px;
    margin-bottom: 5px;
    color: #bf9410;
}

.comment-list .children {
    background-position: left 20px;
    background-repeat: no-repeat;
    border-left: 1px solid rgb(238, 238, 238);
    margin-left: 0;
    padding-left: 40px;
}

.comment-list li.comment > div img.avatar {
    left: 29px;
    position: absolute;
    top: 29px;
}

#comment-form-title {
    font-size: 24px;
    padding-bottom: 10px;
}

.vcard .avatar {
    float: left;
    margin: 7px 15px 15px 0;
}

.comment-metadata {
    font-size: 13px;
    margin-bottom: 10px;
}

.comment-metadata > a{
     color: #49616b;
     margin-right: 30px;
}

.comment-metadata::before{
    display: inline-block;
    font-family: FontAwesome;
    height: 15px;
    content: "\f017";
}

.form-allowed-tags code {
    white-space: inherit;
    word-wrap: break-word;
}

.comment-respond label {
    display: block;
    font-weight: normal;
}

.comments-title {
    font-weight: normal;
    margin: 25px 0 25px;
    font-size: 21px;
    font-weight: bold;
}

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

.comment-content {
    clear: both;
    display: block;
}

.authorbox  .author-info,
.authorbox  .author-bio-posts-content {
    float: left;
    max-width: 90%;
    width: 90%;
}

.author-info h4 {
    margin-bottom: 0;
}

.author-avatar {
    float: left;
    margin: 0 15px 15px 0;
}

.authorbox {
    margin: 65px 0 50px;
    overflow: hidden;
    padding: 25px 30px 10px;
    background: #f9f9f9;
}

#commentform label {
    display: inline;
    position:relative;
}

#commentform input[type="checkbox"],
#commentform input[type="radio"] {
	margin-right: 10px;
}

#commentform  p.form-submit {
    margin-top: 30px;
}

#commentform  span.required {
    color: #f0632b;
}
/*--------------------------------------------------------------
10. Infinite scroll
--------------------------------------------------------------*/

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
11. Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/*--------------------------------------------------------------
11.1. Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
11.2. Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
    margin-right: -5px;
    margin-left: -5px;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    margin:0;
    padding: 5px;

}

.gallery-item img {
    vertical-align: middle;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
# page
--------------------------------------------------------------*/

#page {
    position: relative;
    margin: 0 auto;

}

.container {
    width: 1300px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
}

.inner-wrapper {
    margin-left: -20px;
    margin-right: -20px;
}


.custom-button,
.custom-button:visited,
.button,
.button:visited,
a.more-link,
a.more-link:visited {
    display: inline-block;
    font-size: 14px;
    margin: 10px 0;
    padding: 12px 30px;
    color: #ffffff;
    background: #32506d;
    text-align: center;
    font-weight: 400;
    position: relative;
    z-index: 1;

}

.custom-button:hover,
.custom-button:focus,
.custom-button:active,
a.more-link:hover,
a.more-link:focus,
a.more-link:active,
.button:hover,
.button:focus,
.button:active {
    background:#bf9410;
    color: #fff;
}


.custom-button.button-secondary,
.custom-button.button-secondary:visited,
a.custom-button.btn-call-to-action.button-primary:hover,
a.custom-button.btn-call-to-action.button-primary:active,
a.custom-button.btn-call-to-action.button-primary:focus  {
    background: #bf9410;
    color: #fff;
}

a.custom-button.btn-call-to-action.button-primary {
    background: #fff;
    color: #222;
}

.custom-button.button-secondary:hover,
.custom-button.button-secondary:active,
.custom-button.button-secondary:focus {
	color:#fff;
	background:#32506d;
}

a.more-link {
    display: inline-block;
    padding: 10px 30px;
    position: relative;
    z-index: 0;
}

a.more-link::after,
.custom-button::after,
.know-more:after {
    content: "\f101";
    display: inline-block;
    margin-left: 6px;
    font-family: FontAwesome;
    font-size: 12px;
    line-height: 1;
    display: inline-block;
}

.entry-content-outer a.more-link {
    display: table;
}
.blog .entry-content-outer a.more-link {
    display: table;
    margin-top: 30px;
}
/*--------------------------------------------------------------
13. Header
--------------------------------------------------------------*/
/*--------------------------------------------------------------
13.1. Top Header
--------------------------------------------------------------*/
#tophead {
    overflow: hidden;
    background: #f0f0f0;
    padding: 7px 0;
}

/*quick contact*/

#quick-contact {
    float: right;
    margin-top: 0;
}

#quick-contact > ul {
    margin: 0;
    padding: 0;
}

#quick-contact a {
    display: inline-block;
}


#quick-contact li.quick-email::before {
    content: "\f0e0";
}

#quick-contact li.quick-call::before {
    content: "\f095";
}

#quick-contact li.quick-address::before {
    content: "\f0ac";
}

#quick-contact li::before {
    color: #bf9410;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 10px;
    text-align: center;
}

#quick-contact li {
    clear: inherit;
    float: left;
    font-size: 13px;
    line-height: 1.75;
    list-style: outside none none;
    text-align: left;
    padding: 5px 10px;
    color: #ababab;
    letter-spacing: 0.7px;
}

#tophead .header-social-wrapper {
    float: left;
}

#tophead .realestate_base_widget_social li a {
    border: none;
    height: 30px;
    padding: 6px 10px;
    width: 30px;
    border-radius: 100%;
    margin-right: 8px;
    font-size: 10px;
    margin-top: 2px;
    background: no-repeat;
}

#tophead .realestate_base_widget_social li a:before {
    line-height: 1;
    font-size: 14px;
    color: #aaa;
}

#tophead .realestate_base_widget_social li {
    margin: 0;
}

/*--------------------------------------------------------------
13.2. Main Header
--------------------------------------------------------------*/

.site-header {
    padding: 25px 0;
    background-color: #b53c39;
    transition: padding 0.2s ease-in-out 0s;
    clear: both;
    z-index: 999;
    position: relative;
}
a.custom-button.appyl-now {
    float: right;
}
a.custom-button.appyl-now:after {
    display: none;
}
a.custom-button.doante-now {
    float: right;
    margin: 24px 0 0 20px;
    padding: 8px 17px;
    text-align: center;
    min-width: inherit;
    text-transform: capitalize;
}

a.custom-button.doante-now i {
    margin-right: 10px;
}

.enabled-sticky-primary-menu .site-header.fixed {
    box-shadow: 0 0 3px #aaaaaa;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    padding: 5px 0;
}

.enabled-sticky-primary-menu .site-header.fixed .site-description {
    display: none;
}

.custom-logo-link,
#site-identity {
    float: left;
    margin-right: 15px;
}

.custom-logo-link {
    max-width: 200px;
}

.custom-logo-link img{
    vertical-align: middle;
}

.site-title {
    margin-bottom: 0;
    font-size: 37px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 4px;
    font-family: Poppins, sans-serif;
}

.site-description {
    font-size: 14px;
    font-style: inherit;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 0;
}

.site-title a {
    color: #232323;
    font-weight: 600;
}

.right-head {
    float: right;
    padding-top: 20px;
}

.header-search-box {
    float: right;
    margin-top: 10px;
    margin-left: 5px;
    position: relative;
}
.header-search-box > a {
    color: #292929;
    padding: 14px 15px 14px;
    line-height: 1.5;
    display: block;
    background: #e4dfdf;
}

.header-search-box > a i {
    font-size: 13px;
}

.header-search-box > a:hover {
    background-color:#bf9410;
    color: #fff;
}

.header-search-box .search-box-wrap {
    background: #f1f1f1 none repeat scroll 0 0;
    bottom: -98px;
    box-shadow: 0 2px 2px;
    display: none;
    padding: 15px 15px 15px;
    position: absolute;
    width: 380px;
    z-index: 9999;
    right: 0;
}

.search-form input.search-field {
    padding: 10px 9% 10px 10px;
    width: 87%;
    height: 28px;
}

.search-submit {
    border-radius: 0 ;
    padding: 7.3px 20px;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
}

.search-form {
    position: relative;
}

.search-form .search-submit {
    border: medium none;
    font: 14px/1.3 FontAwesome;
    height: 50px;
    padding: 0 27px;
    margin: 0;
    border-radius: 0;
    color: #fff;
}
.custom-button ,
.realestate_base_widget_services .service-block-inner > a:hover i{
    transition: all 0.4s ease-in-out 0s;
}

.woocommerce-product-search {
	position: relative;
}

.woocommerce-product-search .search-field {
    height: 50px;
    padding: 10px 55px 10px 10px;
    width: 100%;
    box-sizing: inherit;
}

.woocommerce-product-search button {
    border: medium none;
    border-radius: 0;
    font-size: 13px;
    height: 50px;
    line-height: 1.8;
    padding: 0 20px;
    position: absolute;
    right: 0;
    margin: 0;
    top: 0;
}

/*--------------------------------------------------------------
13.3. Main Menu
--------------------------------------------------------------*/

#main-nav {
    float: right;
    margin-right: 15px;
}

.main-navigation ul {
    display: block;
    margin: 0;
    padding: 0;
}

.main-navigation ul ul {
    background-color: #fff;
    box-shadow: 0px 2px 2px #666;
    left: -9999px;
    margin: 0;
    min-width: 220px;
    position: absolute;
    top: 81px;
    opacity: 0;
    z-index: -9999;
    transition: opacity 0.4s ease-in-out 0s;
}

.main-navigation ul ul::before {
    content: "";
    display: block;
    background: transparent;
    width: 100%;
    height: 30px;
    position: absolute;
    top: -30px;
}

.main-navigation ul ul ul {
    left: 100%;
    top: 0;
    box-shadow: 2px 1px 2px #232323;
}

.main-navigation li {
    position: relative;
    display: inline-block;
    margin-bottom:0;
    float: left;
}

.main-navigation ul > li:hover > ul {
    opacity: 1;
    left:0;
    z-index: 9999;
}

.main-navigation ul ul ul ul  {
    display: none;
}

.main-navigation ul ul ul li:hover > ul {
    display: block;
}

.main-navigation ul ul li:hover > ul {
    opacity: 1;
    left:100%;
}

.main-navigation li li {
    float: none;
    display: block;
}

.main-navigation ul li li:first-child > a {
    border-left: none;
}

.main-navigation ul li a {
    color: #232323;
    display: block;
    font-size: 15px;
    padding: 23px 15px;
    position: relative;
    z-index: 99;
    font-family: Poppins, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}

.main-navigation ul ul a {
    border-bottom: 1px solid #f1f1ee;
    border-left: medium none;
    border-right: medium none;
    transition: padding 0.2s ease-in-out 0s;
    height: auto;
    padding: 10px 20px;
    text-align: left;
    width: 100%;
    margin: 0;
    font-weight: 300;
    text-transform: capitalize;
    line-height: 1.5;
}

.main-navigation ul ul li:last-child > a {
    border:none;
}
.main-navigation ul li.menu-item-has-children > a,
.main-navigation ul li.page_item_has_children > a{
    padding-right: 25px;
}
.main-navigation ul li.menu-item-has-children > a::after,
.main-navigation ul li.page_item_has_children > a::after {
    content: "\f107";
    font-family: FontAwesome;
    margin-left: 7px;
    margin-right: 0;
    float: right;
    position: absolute;
    right: 7px;
}

.main-navigation ul li li.menu-item-has-children > a::after,
.main-navigation ul li li.page_item_has_children > a::after {
    content: "\f105";
    top: 10px;
}

.main-navigation ul li.menu-item-has-childrenv > a,
.main-navigation ul li.page_item_has_children > a {
    padding-right: 30px;
}

.main-navigation li > a:hover,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_item > a,
.main-navigation li:hover > a {
    color: #bf9410;
}
.main-navigation li.current-menu-item > a::before,
.main-navigation li > a:hover::before,
.main-navigation li.current_page_item > a::before,
.main-navigation li:hover > a::before {
    transition: all 0.2s linear 0s;
    content: "";
    height: 2px;
    display: block;
    bottom: 0;
    position: absolute;
    left: 10%;
    background: #292929;
    width: 80%;
}
.main-navigation li li.current-menu-item > a::before,
.main-navigation li li > a:hover::before,
.main-navigation li.current_page_item > a::before,
.main-navigation li li:hover > a::before {
    display: none;
}
.main-navigation .menu-toggle,
.main-navigation .dropdown-toggle {
    display: none;
}

#mobile-trigger {
  display: none;
}

#mob-menu {
  display: none;
}

/*--------------------------------------------------------------
## Main slider
--------------------------------------------------------------*/

#featured-slider {
    overflow: hidden;
    position: relative;
    z-index: 99;
}

#main-slider {
    color: #686868;
    clear: both;
    position: relative;
    text-align: center;
    z-index: -1;
}

#featured-slider .overlay-enabled article::after {
    background: #000;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    width: 100%;
    z-index: 3;
    opacity: 0.4;
}

#main-slider img {
    width: 100%;
    vertical-align: middle;
}

#main-slider .cycle-slide {
    width: 100%;
}

#main-slider article.first {
    display: block;
}

#main-slider article {
    display: none;
}

#main-slider .cycle-slideshow {
    margin-bottom: 0;
    padding: 0;
}

#main-slider .cycle-caption {
    bottom: 28%;
    height: auto;
    left: 10%;
    max-width: 80%;
    padding: 0;
    position: absolute;
    text-align: left;
    width: 100%;
    z-index: 999;
}

#main-slider .cycle-caption.caption-alignment-center {
    text-align: center;
}

#main-slider .cycle-caption.caption-alignment-right {
    text-align: right;
}

#main-slider h3 {
    text-shadow: 0px 0px 1px #232323;
    font-size: 90px;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 700;
    display: block;

}
#main-slider h3 a {
    display: inline-block;
}
#main-slider p {
    font-size: 19px;
    margin-bottom: 35px;
    color: #fff;
    width: 730px;
    max-width: 100%;
    display: inline-block;
    clear: both;
}

#main-slider .cycle-slide-active h3 {
    padding-right: 0;
}

#main-slider .cycle-slide-active p {
    padding-left: 0;
}

#main-slider .slider-buttons {
    -webkit-transition: opacity 0.2s ease-in-out 1s;
    -moz-transition: opacity 0.2s ease-in-out 1s;
    -ms-transition: opacity 0.2s ease-in-out 1s;
    -o-transition: opacity 0.2s ease-in-out 1s;
    transition: opacity 0.2s ease-in-out 1s;
}

#main-slider .cycle-slide-active .slider-buttons {
    opacity: 1;
}

.slider-buttons a.custom-button {
    margin: 0 25px 0 0;
}

#main-slider h3 a {
    color: #fff;
}

#main-slider h3 a:hover {
    opacity: 0.7;
}

.slider-buttons a {
    font-size: 17px;
    text-transform: capitalize;
}

#main-slider .caption-alignment-right .slider-buttons a.custom-button{
    margin-right: 0;
    margin-left: 25px;
}

/*slider pager box*/

#main-slider .pager-box {
    background-color: #fff;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 15px;
    margin: 3px 5px;
    width: 15px;
    z-index: 99;
    border-radius: 100%;
}

#main-slider .cycle-pager {
    bottom: 20px;
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 999;
}

#main-slider .pager-box.cycle-pager-active {
    background-color: #bf9410;
    border-color:#fff;
}

/*Slider cycle next / previous*/

#main-slider .cycle-prev,
#main-slider .cycle-next {
    bottom: 45%;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 29px;
    font-weight: normal;
    position: absolute;
    text-align: center;
    width: 45px;
    z-index: 999;
    height: 80px;
    transition: all 0.2s ease-in-out 0s;
    line-height: 2.7;
    background: rgba(0,0,0,.4);
}

#main-slider .cycle-prev:hover,
#main-slider .cycle-next:hover {
    background-color: #bf9410;
    color: #fff;
}


#main-slider .cycle-prev {
    left: 1%;
}

#main-slider .cycle-next {
    right: 1%;
}

/*--------------------------------------------------------------
15. Main Content
--------------------------------------------------------------*/

#primary {
    float: left;
    padding-left: 25px;
    padding-right:25px;
    width: 70%;
}

#content {
    padding: 0;
    clear: both;
}

.home.home-content-not-enabled #content {
    display: none;
}

/*--------------------------------------------------------------
16. Sidebar
--------------------------------------------------------------*/

.sidebar {
    width:30%;
    padding-left:25px;
    padding-right: 25px;
}

.sidebar .widget {
    padding: 25px 25px;
    box-shadow: 0 0 55px #f3f3f3;
    background: #fff;
}

.sidebar .widget-title {
    font-size: 22px;
    margin-bottom: 20px;
    background: #f0f0f0;
    padding: 10px 30px;
    margin-top: -25px;
    margin-left: -25px;
    margin-right: -25px;
}


.sidebar .widget-title a {
    color: #222;
}

.sidebar .widget-subtitle {
    text-align: center;
}

#sidebar-primary {
    float: right;
}

#sidebar-secondary {
    float: left;
}

.sidebar a,
.sidebar  a:visited {
    color: #001837;
}

.sidebar  a:hover,
.sidebar  a:focus,
.sidebar  a:active
 {
    color:#bf9410;
}

.widget-area ul {
    list-style: outside none none;
    padding: 0;
    margin: 0;
}

.widget-area ul ul {
    border-bottom:none;
    padding-bottom: 0;
}

.sidebar ul li::before {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    left: 0;
    top:0;
    background: #f7f6f6;
}

.sidebar ul li::after {
    content: "\f105";
    font-family: 'FontAwesome';
    margin-right: 10px;
    display: inline-block;
    float: left;
    position: absolute;
    left: 0;
    top: 7px;
}

.sidebar .widget > ul > li:first-child::before {
    display: none;
}

.sidebar ul .sub-menu {
    margin-bottom:-7px;
}

.sidebar > ul > li:first-child::after {
    display: none;
}

.sidebar ul ul li:first-child {
    margin-top: 7px;
}

.sidebar ul ul li:last-child {
    margin-bottom: 0px;
}

.sidebar ul li {
    padding-bottom: 7px;
    padding-top: 7px;
    position: relative;
    padding-left: 10px;
}

.sidebar ul ul li {
    padding-left:15px;
}

.sidebar ul ul ul {
    margin-left: -15px;
}

.sidebar ul ul ul li {
    padding-left: 30px;
}

.sidebar ul ul ul ul {
    margin-left: -30px;
}

.sidebar ul ul ul ul li {
    padding-left: 45px;
}

.sidebar ul ul ul ul ul{
    margin-left:0
}

.sidebar ul ul ul ul ul > li {
    padding-left: 0;
}

/*calendar widget*/

.widget_calendar {
    text-align: center;
}

.widget_calendar caption {
    background: #bf9410 none repeat scroll 0 0;
    color: #ffffff;
    padding: 5px;
}

.widget_calendar .pad {
    background: #eeeeee none repeat scroll 0 0;
}

.widget_calendar #today {
    background: #bf9410 none repeat scroll 0 0;
    color: #ffffff;
}

.widget .tagcloud a {
    border: 1px solid #dddddd;
    color: #000000;
    display: inline-block;
    font-size: 12px !important;
    line-height: 1.5;
    margin-bottom: 5px;
    padding: 5px 15px;
}

.widget .tagcloud a:hover {
    border: 1px solid #bf9410;
    color: #bf9410;
}

.widget_categories li > a,
.widget_archive li > a {
    display: inline-block;
    min-width: 83%;
}

/*--------------------------------------------------------------
16.1  layout sidebar
--------------------------------------------------------------*/

.global-layout-left-sidebar #primary {
    float: right;
}

.three-columns-enabled #primary {
    display: inline-block;
    float: none;
    width: 50%;
}

.global-layout-three-columns .sidebar{
    float: right;
}

.three-columns-enabled .sidebar{
     width: 25%;
}

.global-layout-no-sidebar #primary{
    width: 100%;
}

/* Extra css for Pro By WEN
*/

.global-layout-three-columns-pcs #sidebar-primary,
.global-layout-three-columns-cps #sidebar-primary,
.global-layout-three-columns-psc #sidebar-primary {
    float: left;
}

.global-layout-three-columns-pcs #sidebar-secondary,
.global-layout-three-columns-cps #sidebar-secondary {
    float: right;
}

.global-layout-three-columns-cps #primary {
    float: left;
}

/* equal global layout*/

.global-layout-three-columns-pcs-equal #primary,
.global-layout-three-columns-pcs-equal #sidebar-primary,
.global-layout-three-columns-pcs-equal #sidebar-secondary,
.global-layout-three-columns-scp-equal #primary,
.global-layout-three-columns-scp-equal #sidebar-primary,
.global-layout-three-columns-scp-equal #sidebar-secondary {
    width: 33.33%;
}

.global-layout-three-columns-pcs-equal #sidebar-primary {
    float: left;
}

.global-layout-three-columns-pcs-equal #sidebar-secondary {
    float: right;
}


/*--------------------------------------------------------------
17. Footer
--------------------------------------------------------------*/
/*--------------------------------------------------------------
17.1. Colophon
--------------------------------------------------------------*/

#colophon {
    background-color: #b53c39;
    clear: both;
    color: #fff;
    padding: 15px 0;
    border-top: 1px solid #3a6996;
}

.colophon-column-left {
    float: left;
    width: 50%;
    text-align: left;
}

.colophon-column-right {
    float: right;
    width: 50%;
    text-align: right;
}

.colophon-column-left .colophon-column,
.colophon-column-right .colophon-column {
    width: 100%;
    font-size: 14px;
}

#colophon a {
    color:#bf9410;
}

#colophon a:hover {
    color: #fff;
}


/*social links*/

#colophon .realestate_base_widget_social li {
    display: inline-block;
    float: none;
    margin-right: 0;
}

#colophon .realestate_base_widget_social li a {
background: none;
}
#colophon .realestate_base_widget_social ul li a::before {
    font-size: 13px;
    margin-right: 0;
}

#colophon .realestate_base_widget_social ul li a:hover {
    background: none;
}

/*--------------------------------------------------------------
17.2. Footer Navigation
--------------------------------------------------------------*/

#footer-navigation {
    margin-top: 5px;
}

#footer-navigation li {
    display: inline-block;
    list-style: outside none none;
}

#colophon .copyright {
    clear: both;
}

#footer-navigation li:first-child a {
    border: none;
    margin: 0;
    padding: 0;
}

#footer-navigation li a {
    border-left: 1px solid #fff;
    display: block;
    line-height: 0.8;
    margin-left: 10px;
    padding: 0 0 0 10px;
    color: #ddd;
}

#footer-navigation ul {
    margin: 0;
}

/*--------------------------------------------------------------
17.3. Footer Widgets
--------------------------------------------------------------*/

#footer-widgets {
    background-color: #144522;
    color: #bbbbbb;
    overflow: hidden;
    padding: 50px 0;
}

#footer-widgets h1,
#footer-widgets h2,
#footer-widgets h3,
#footer-widgets h4 {
    font-weight: 400;
}

#footer-widgets .widget-title {
    color: #ffffff;
    margin-bottom: 35px;
    font-size: 28px;
    font-weight: 600;
}

#footer-widgets .widget-title span::before,
#footer-widgets .widget-title span::after,
#footer-widgets .widget-title::after {
    color:#fff;
    background: #fff;
}

#footer-widgets ul {
    list-style: none;
    margin: 0;
}

#footer-widgets ul li {
    padding: 3px 0 3px;
    position: relative;
}

#footer-widgets ,
#footer-widgets a {
    color: #dddddd;
}

#footer-widgets a:hover {
    color: #fff;
}

#footer-widgets .widget-title::after {
    content: "";
    display: block;
    width: 55px;
    height: 2px;
    margin-top: 5px;
    background: #bf9410;
}

#footer-widgets .footer-widget-area {
    float: left;
    padding: 0 25px;
    width: 25%;
}

#footer-widgets .footer-active-1 {
    width: 100%;
}

#footer-widgets .footer-active-2 {
    width: 50%;
}

#footer-widgets .footer-active-3 {
    width: 33.33%;
}

#footer-widgets .footer-active-4 {
    width: 25%;
}

.footer-widget-area .widget:first-child {
    margin-top: 0;
}

.footer-widget-area .widget {
    margin-top: 15px;
}

/*--------------------------------------------------------------
17.4. Scrollup
--------------------------------------------------------------*/
.scrollup {
    bottom: 60px;
    color: #fff;
    display: none;
    float: right;
    line-height: 1.2;
    padding: 10px;
    position: fixed;
    right: 15px;
    text-align: center;
    z-index: 99999;
    transition: all 0.5s ease-in-out 0s;
    font-size: 20px;
    background-color: #00661e;
    border-radius: 50%;
    height: 45px;
    width: 45px;
}

.scrollup:hover {
    color:#fff;
    background-color: #00661e;
    border-radius: 50%;
}



/*--------------------------------------------------------------
18. Inner Pages
--------------------------------------------------------------*/

/*--------------------------------------------------------------
18.1. Custom Header
--------------------------------------------------------------*/

#custom-header {
    padding: 70px 0;
    text-align: center;
    position: relative;
    z-index: 99;
    background-color: #32506d;
    overflow: hidden;
}

.page-title {
    line-height: 1.2;
    font-weight: 600;
    margin: 0;
}

#primary .page-title {
    margin-bottom: 15px;
}

#custom-header::after {
    background: #000000;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0.5;
}
#custom-header .page-title {
    color: #fff;
    font-size: 44px;
    font-weight: 400;
    text-align: left;
}
#custom-header .separator {
    background: #ffffff none repeat scroll 0 0;
    margin: 0 auto;
}

.header-content {
    float: left;
}

/*--------------------------------------------------------------
18.2. Breadcrumb
--------------------------------------------------------------*/

#breadcrumb {
    color: #ffffff;
    float: right;
    padding: 10px 0 0;
}
ul#crumbs {
    margin: 0;
}
#breadcrumb a {
    color: #ddd;
}

#breadcrumb a:hover {
    color: #fff;
}

#breadcrumb  li{
    display: block;
    float: left;
    list-style: outside none none;
    padding-right: 7px;
}

#breadcrumb  li a::after {
    content: "/";
    margin-left: 7px;
    font-family: 'FontAwesome';
}

#breadcrumb .breadcrumb-trail  .trail-items {
    margin: 0;
    padding: 0;
}


/*--------------------------------------------------------------
18.3. Error Page
--------------------------------------------------------------*/

section.error-404 {
    text-align: center;
}

#quick-links-404 ul li {
    display: inline-block;
    list-style: outside none none;
}

#quick-links-404 ul li a {
    color: #404040;
    display: block;
    padding: 5px 10px;
}

.error404 #primary {
    width: 100%;
}

section.error-404 .search-form {
    position: relative;
    max-width: 320px;
    margin: 0 auto;
}


/*--------------------------------------------------------------
18.4. Contact Form 7
--------------------------------------------------------------*/

.wpcf7-form {
    max-width: 875px;
}

div.wpcf7 {
    margin: 0 auto;
    padding: 0;
}

.wpcf7 input {
    width: 100%;
}

.wpcf7 input.wpcf7-submit {
    width: auto;
}



/*--------------------------------------------------------------
19. Widgets
--------------------------------------------------------------*/

.widget h4 a,
.widget h3 a {
     display: block;
     color: #232323;
}

.widget h4 a:hover,
.widget h3 a:hover {
    color:#bf9410;
}
.widget {
    margin:30px 0 0;
}

.widget:first-child {
    margin: 0;
}

.widget select {
    max-width: 100%;
}

#sidebar-front-page-widget-area  .widget {
    padding: 100px 0;
    margin: 0;
}

/* Make sure select elements fit in widgets. */

#sidebar-front-page-widget-area {
    clear: both;
    background: #fff;
}
#sidebar-front-page-widget-area .widget-title::before {
    clear: both;
    content: "";
    display: block;
    left: 0;
    width: 46px;
    margin: 0;
    background: #bf9410;
    position: absolute;
    left: 50%;
    margin-left: -23px;
    bottom: -5px;
    height: 2px;
}

#sidebar-front-page-widget-area .widget-title {
    text-align: center;
    margin-bottom: 25px;
    font-weight: 600;
    position: relative;
}

#sidebar-front-page-widget-area .widget-title::after {
    content: "";
    background-color: #bf9410;
    width: 100px;
    height: 2px;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    display: block;
    margin: 10px auto;
}

#sidebar-front-page-widget-area .widget-subtitle {
    margin: 0 auto 45px;
    font-size: 16px;
    text-align: center;
    max-width: 50%;
    color: #898989;
}


/*--------------------------------------------------------------
19.1. Social Links
--------------------------------------------------------------*/

#sidebar-front-page-widget-area  .realestate_base_widget_social {
    text-align: center;
}

#sidebar-front-page-widget-area  .realestate_base_widget_social li {
    float: none;
    display: inline-block;
}

.realestate_base_widget_social {
    clear: both;
    overflow: hidden;
}

.realestate_base_widget_social ul {
    margin: 0;
}

.realestate_base_widget_social li a {
    display: inline-block;
    height: 40px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    border-radius: 100%;
    background: #32506d;
}

.realestate_base_widget_social li {
    display: block;
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}

.widget-area .realestate_base_widget_social li,
#footer-widgets .realestate_base_widget_social li {
    padding: 0;
}

.sidebar .realestate_base_widget_social ul li::before,
#footer-widgets .realestate_base_widget_social li::before,
.sidebar .realestate_base_widget_social ul li::after,
#footer-widgets .realestate_base_widget_social li::after {
    display: none;
}

.realestate_base_widget_social ul li a::before {
    font-size: 15px;
}

.realestate_base_widget_social li a i {
    color:#cacad8;
    font-size: 18px;
    font-weight: normal;
}

.realestate_base_widget_social ul li a::before {
    color: #fcfcfc;
    content: "\f0c1";
    display: block;
    font-family: FontAwesome;
    font-weight: normal;
    line-height: 2.6;
}
.realestate_base_widget_social ul li a:hover {
    background-color: #001837;
    -moz-transition: all 0.4s ease-out 0s;
    -webkit-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.realestate_base_widget_social ul li a:hover::before {
    color: #fff;
}

.realestate_base_widget_social ul li a[href*="facebook.com"]::before {
    content: "\f09a";
}

.realestate_base_widget_social ul li a[href*="twitter.com"]::before {
    content: "\f099";
}

.realestate_base_widget_social ul li a[href*="linkedin.com"]::before {
    content: "\f0e1";
}

.realestate_base_widget_social ul li a[href*="plus.google.com"]::before {
    content: "\f0d5";
}

.realestate_base_widget_social ul li a[href*="youtube.com"]::before {
    content: "\f167";
}

.realestate_base_widget_social ul li a[href*="dribbble.com"]::before {
    content: "\f17d";
}

.realestate_base_widget_social ul li a[href*="pinterest.com"]::before {
    content: "\f0d2";
}

.realestate_base_widget_social ul li a[href*="bitbucket.org"]::before {
    content: "\f171";
}

.realestate_base_widget_social ul li a[href*="github.com"]::before {
    content: "\f113";
}

.realestate_base_widget_social ul li a[href*="codepen.io"]::before {
    content: "\f1cb";
}

.realestate_base_widget_social ul li a[href*="flickr.com"]::before {
    content: "\f16e";
}

.realestate_base_widget_social ul li a[href$="/feed/"]::before {
    content: "\f09e";
}

.realestate_base_widget_social ul li a[href*="foursquare.com"]::before {
    content: "\f180";
}

.realestate_base_widget_social ul li a[href*="instagram.com"]::before {
    content: "\f16d";
}

.realestate_base_widget_social ul li a[href*="tumblr.com"]::before {
    content: "\f173";
}

.realestate_base_widget_social ul li a[href*="reddit.com"]::before {
    content: "\f1a1";
}

.realestate_base_widget_social ul li a[href*="vimeo.com"]::before {
    content: "\f194";
}

.realestate_base_widget_social ul li a[href*="digg.com"]::before {
    content: "\f1a6";
}

.realestate_base_widget_social ul li a[href*="twitch.tv"]::before {
    content: "\f1e8";
}

.realestate_base_widget_social ul li a[href*="stumbleupon.com"]::before {
    content: "\f1a4";
}

.realestate_base_widget_social ul li a[href*="delicious.com"]::before {
    content: "\f1a5";
}

.realestate_base_widget_social ul li a[href*="mailto:"]::before {
    content: "\f0e0";
}

.realestate_base_widget_social ul li a[href*="soundcloud.com"]::before {
    content: "\f1be";
}

.realestate_base_widget_social ul li a[href*="wordpress.org"]::before {
    content: "\f19a";
}

.realestate_base_widget_social ul li a[href*="wordpress.com"]::before {
    content: "\f19a";
}

.realestate_base_widget_social ul li a[href*="jsfiddle.net"]::before {
    content: "\f1cc";
}

.realestate_base_widget_social ul li a[href*="tripadvisor.com"]::before {
    content: "\f262";
}

.realestate_base_widget_social ul li a[href*="foursquare.com"]::before {
    content: "\f180";
}

.realestate_base_widget_social ul li a[href*="angel.co"]::before {
    content: "\f209";
}

.realestate_base_widget_social ul li a[href*="slack.com"]::before {
    content: "\f198";
}

/*social links hover effect */

.realestate_base_widget_social ul li a[href*="facebook.com"]:hover {
    background-color: #3b5998;
}

.realestate_base_widget_social ul li a[href*="twitter.com"]:hover {
    background-color: #00aced;
}

.realestate_base_widget_social ul li a[href*="plus.google.com"]:hover {
    background-color: #dd4b39;
}

.realestate_base_widget_social ul li a[href*="/feed/"]:hover  {
    background-color: #dc622c;
}

.realestate_base_widget_social ul li a[href*="wordpress.org"]:hover,
.realestate_base_widget_social ul li a[href*="wordpress.com"]:hover {
    background-color: #45bbe6;
}

.realestate_base_widget_social ul li a[href*="github.com"]:hover {
    background-color: #4183c4;
}

.realestate_base_widget_social ul li a[href*="linkedin.com"]:hover {
    background-color: #007bb6;
}

.realestate_base_widget_social ul li a[href*="pinterest.com"]:hover {
    background-color: #cb2027;
}

.realestate_base_widget_social ul li a[href*="flickr.com"]:hover {
    background-color: #ff0084;
}

.realestate_base_widget_social ul li a[href*="vimeo.com"]:hover {
    background-color: #aad450;
}

.realestate_base_widget_social ul li a[href*="youtube.com"]:hover {
    background-color: #bb0000;
}

.realestate_base_widget_social ul li a[href*="instagram.com"]:hover {
    background-color: #517fa4;
}

.realestate_base_widget_social ul li a[href*="dribbble.com"]:hover {
    background-color: #ea4c89;
}

.realestate_base_widget_social ul li a[href*="skype.com"]:hover {
    background-color: #12a5f4;
}

.realestate_base_widget_social ul li a[href*="digg.com"]:hover {
    background-color: #333;
}

.realestate_base_widget_social ul li a[href*="codepen.io"]:hover {
    background-color: #000;
}

.realestate_base_widget_social ul li a[href*="reddit.com"]:hover {
    background-color: #ff4500;
}

.realestate_base_widget_social ul li a[href*="mailto:"]:hover {
    background-color: #1d62f0;
}

.realestate_base_widget_social ul li a[href*="foursquare.com"]:hover {
    background-color: #f94877;
}

.realestate_base_widget_social ul li a[href*="stumbleupon.com"]:hover {
    background-color: #eb4924;
}

.realestate_base_widget_social ul li a[href*="twitch.tv"]:hover {
    background-color: #6441a5;
}

.realestate_base_widget_social ul li a[href*="tumblr.com"]:hover {
    background-color: #32506d;
}

.realestate_base_widget_social ul li a[href*="foursquare.com"]:hover {
    background-color: #f94877;
}

.realestate_base_widget_social ul li a[href*="stumbleupon.com"]:hover {
    background-color: #eb4924;
}

.realestate_base_widget_social ul li a[href*="twitch.tv"]:hover {
    background-color: #6441a5;
}

.realestate_base_widget_social ul li a[href*="tumblr.com"]:hover {
    background-color: #32506d;
}

.realestate_base_widget_social ul li a[href*="soundcloud.com"]:hover {
    background-color: #ff5500;
}

.realestate_base_widget_social ul li a[href*="wordpress.org"]:hover {
    background-color:#45bbe6;
}

.realestate_base_widget_social ul li a[href*="jsfiddle.net"]:hover {
    background-color:#4679bd;
}

.realestate_base_widget_social ul li a[href*="tripadvisor.com"]:hover {
    background-color:#86c171;
}

.realestate_base_widget_social ul li a[href*="foursquare.com"]:hover {
    background-color:#2d5be3;
}

.realestate_base_widget_social ul li a[href*="angel.co"]:hover {
    background-color:#000;
}

.realestate_base_widget_social ul li a[href*="slack.com"]:hover {
    background-color:#56b68b;
}


/*--------------------------------------------------------------
19.2 Service Widget
--------------------------------------------------------------*/

.realestate_base_widget_services .service-block-item {
    float: left;
    padding: 20px;
    text-align: left;
    position: relative;
}
.realestate_base_widget_services .service-block-item:nth-child(3n+1){
	clear: both;
}
.realestate_base_widget_services .inner-wrapper {
    margin-left: -20px;
    margin-right: -20px;
}


.service-block-inner {
    background: #fff;
    padding: 30px 45px;
    text-align: center;
    box-shadow: 0 0 45px rgba(179, 175, 175, 0.5);
}

.realestate_base_widget_services .service-block-item a.service-icon {
    display: block;
    font-size: 45px;
    margin: 0 auto 10px;
    max-width: 100px;
}

.realestate_base_widget_services .service-block-item a.service-icon img {
	border-radius: 100%;
}
.realestate_base_widget_services .service-block-item a.service-icon:hover {
    color: #bf9410;
}


.realestate_base_widget_services .service-block-item {
    width: 33.33%;
}

.realestate_base_widget_services {
    background: #f7f7f7;
}

.realestate_base_widget_services .service-block-item p {
    margin-bottom: 10px;
}

/*widget on sidebar*/

.sidebar .realestate_base_widget_services .service-block-item,
#footer-widgets  .service-block-item {
    width: 100%;
}

.sidebar .realestate_base_widget_services a.custom-button:hover {
    color: #fff;
}


/*--------------------------------------------------------------
19.3 Call To Action Widget
--------------------------------------------------------------*/

.realestate_base_widget_call_to_action {
    position: relative;
    text-align: center;
}

#sidebar-front-page-widget-area .realestate_base_widget_call_to_action,
.realestate_base_widget_call_to_action {
    background: #32506d none repeat scroll 0 0;
    padding: 85px 0;
    background-size: cover;
    position: relative;
    z-index: 9;
}

#sidebar-front-page-widget-area .overlay-enabled.realestate_base_widget_call_to_action::before,
.overlay-enabled.realestate_base_widget_call_to_action::before {
    background: #000;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    left: 0;
     opacity:0.5;
}

#sidebar-front-page-widget-area .realestate_base_widget_call_to_action .widget-title {
    color: #fff;
    margin-bottom: 10px;
}

#sidebar-front-page-widget-area .realestate_base_widget_call_to_action .call-to-action-description p {
    color: #e0e0e0;
    font-size: 16px;
}

.realestate_base_widget_call_to_action .call-to-action-description {
    margin: 0 auto;
    max-width: 955px;
}
.realestate_base_widget_call_to_action .separator {
    display: none;
}

.realestate_base_widget_call_to_action  a.button {
    color: #ffffff;
    display: inline-block;
}

.sidebar .realestate_base_widget_call_to_action,
#footer-widgets .realestate_base_widget_call_to_action {
    padding: 20px;
    background-size: 100%;
    color: #fff;
}

/*cta-1*/

#sidebar-front-page-widget-area .cta-layout-1.realestate_base_widget_call_to_action,
.cta-layout-1 .realestate_base_widget_call_to_action {
    background: #32506d;
}

#sidebar-front-page-widget-area .cta-layout-1.realestate_base_widget_call_to_action .call-to-action-content-wrap {
    text-align: left;
    display: inline-block;
    max-width: 60%;
}

#sidebar-front-page-widget-area .cta-layout-1 .widget-title {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 10px;

}

#sidebar-front-page-widget-area .cta-layout-1 .widget-title::after,
#sidebar-front-page-widget-area .cta-layout-1 .widget-title::before {
    display: none;
}

#sidebar-front-page-widget-area .cta-layout-1.realestate_base_widget_call_to_action .call-to-action-description p {
    color: #fff;
}

#sidebar-front-page-widget-area .cta-layout-1 .call-to-action-buttons {
    display: inline-block;
    margin-left: 30px;
}

#sidebar-front-page-widget-area .cta-layout-2 .widget-title::before {
    display: none;
}

#sidebar-front-page-widget-area .cta-layout-2  .widget-title::after {
    display: none;
}

.call-to-action-buttons a {
    margin: 10px;
}


/*--------------------------------------------------------------
19.4 Quick Contact Widget
--------------------------------------------------------------*/
.realestate_base_widget_quick_contact .contact-info-wrapper::before {
    background: #32506d;
    content: "";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
    padding: 2px 5px;
    color: #ffffff;
    height: 30px;
    width: 30px;
    border-radius: 100%;

}
.realestate_base_widget_quick_contact .contact-info-wrapper.info-phone::before {
    content: "\f095";
}
.realestate_base_widget_quick_contact .contact-info-wrapper.info-fax::before {
    content: "\f1ac";
}
.realestate_base_widget_quick_contact .contact-info-wrapper.info-address::before {
    content: "\f0ac";
}
.realestate_base_widget_quick_contact .contact-info-wrapper.info-contact::before {
    content: "\f0e0";
}
.realestate_base_widget_quick_contact .contact-info-wrapper {
    margin-bottom: 10px;
    position: relative;
}
.realestate_base_widget_quick_contact .realestate_base_widget_quick_contact strong.contact-type {
    border-bottom: 1px solid rgba(238, 179, 19, 0.56);
}
.realestate_base_widget_quick_contact  strong.contact-type {
    border-bottom: 1px solid #bf9410;
}

/*--------------------------------------------------------------
19.5 Testimonials Widget
--------------------------------------------------------------*/

#sidebar-front-page-widget-area .realestate_base_widget_testimonial_carousel .widget-subtitle {
    color: #fff;
}
.realestate_base_widget_testimonial_carousel .star-review {
    color: orange;
}
.realestate_base_widget_testimonial_carousel .widget-title {
	color:#fff;
}
.realestate_base_widget_testimonial_carousel .slick-list {
    text-align: left;
}
.realestate_base_widget_testimonial_carousel {
    position: relative;
    z-index: 9;
    background: #32506d;
}
.overlay-enabled.realestate_base_widget_testimonial_carousel:before {
	background: #000;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    left: 0;
    opacity: 0.4;
}
.realestate_base_widget_testimonial_carousel .slick-list {
    margin: 0 auto;
}

.realestate_base_widget_testimonial_carousel  h3 {
    color: #fff;
    margin-bottom: 0;
    font-size: 17px;
}

.realestate_base_widget_testimonial_carousel .testimonial-content-area h4 {
    font-size: 19px;
    font-style: italic;
}

.realestate_base_widget_testimonial_carousel .testimonial-content-area {
    padding: 30px 20px;
    position: relative;
    text-align: center;
    margin-bottom: 35px;
    background: #fff;
}

.realestate_base_widget_testimonial_carousel article {
    padding: 10px 20px;
    display: none;
}

.realestate_base_widget_testimonial_carousel  article:first-child,
.realestate_base_widget_testimonial_carousel  article:first-child + article,
.realestate_base_widget_testimonial_carousel  article:first-child + article + article {
	display: block;
}

.realestate_base_widget_testimonial_carousel article  {
    float: left;
    width: 33.33%;
}

.realestate_base_widget_testimonial_carousel img {
    border-radius: 100%;
    max-width: 115px;
    margin: 0 auto 20px;
}

.realestate_base_widget_testimonial_carousel .testimonial-content-area::after {
    content: "";
    display: block;
    height: 15px;
    border-top: 15px solid #fff;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    bottom: -15px;
}

.realestate_base_widget_testimonial_carousel .testimonial-content-area p {
    letter-spacing: 0.5px;
}
.realestate_base_widget_testimonial_carousel .slick-slide:focus,
.realestate_base_widget_testimonial_carousel .slick-slide.slick-active{
    outline: none!important;
}

/*Testimonial widget cycle pager */

.realestate_base_widget_testimonial_carousel .slick-dots {
    text-align: center;
    transition: all 1s ease-in-out 0s;
    width: 100%;
    z-index: 999;
}

.realestate_base_widget_testimonial_carousel .slick-dots span {
    background-color: #686868;
    border-radius: 100%;
    cursor: pointer;
    display: inline-block;
    float: none;
    height: 15px;
    margin: 5px 5px;
    width: 15px;
    z-index: 99;
}

.realestate_base_widget_testimonial_carousel .slick-dots li.slick-active span {
    background-color: #219fcd;
}

.realestate_base_widget_testimonial_carousel .slick-dots li {
    display: inline-block;
    line-height: 0;
    list-style: inherit;
    padding: 0;
}

.realestate_base_widget_testimonial_carousel .slick-dots li::before {
    display: none;
}

.realestate_base_widget_testimonial_carousel  article.slick-slide > h4 {
    display: block;
    float: none;
    font-style: italic;
    margin-right: 30px;
    text-align: center;
}

/*Testimonial cycle next / previous*/
.realestate_base_widget_testimonial_carousel .slick-prev.slick-arrow,
.realestate_base_widget_testimonial_carousel .slick-next.slick-arrow {
    color: #ffffff;
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 0.8;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    bottom: -52px;
    z-index: 999;
    font-size: 35px;
}
.realestate_base_widget_testimonial_carousel .slick-prev.slick-arrow {
    right: 52%;
}
.realestate_base_widget_testimonial_carousel .slick-next.slick-arrow {
    left: 52%;
}


/*--------------------------------------------------------------
19.6 Recent Posts Widget
--------------------------------------------------------------*/

.realestate_base_widget_recent_posts .recent-posts-title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
}

.realestate_base_widget_recent_posts .recent-posts-meta {
    font-size: 14px;
}

.realestate_base_widget_recent_posts .recent-posts-item {
    clear: both;
    margin-top: 20px;
}
.realestate_base_widget_recent_posts .recent-posts-item::after {
    clear: both;
    content: "";
    display: table;
}

.realestate_base_widget_recent_posts .recent-posts-date::before{
    display: inline-block;
    font-family: FontAwesome;
    height: 15px;
    margin-right:8px;
    content: "\f017";
}



/*--------------------------------------------------------------
19.7. Latest News Widget
--------------------------------------------------------------*/

.realestate_base_widget_latest_news {
  background:#f7f7f7;
}

.realestate_base_widget_latest_news .latest-news-thumb a {
    position: relative;
    display: block;
    overflow: hidden;
}


.realestate_base_widget_latest_news .latest-news-thumb a:hover:after {
    height: 100%;
}

.realestate_base_widget_latest_news .latest-news-item {
    float: left;
    padding: 20px;
}

.realestate_base_widget_latest_news .latest-news-text-wrap {
    background: #ffffff none repeat scroll 0 0;
    text-align: left;
    padding: 30px 39px 25px;
    position: relative;
}
.realestate_base_widget_latest_news .latest-news-inner {
    box-shadow: 0 0 45px rgba(179, 175, 175, 0.3);
}
.latest-news-text-wrap .custom-button {
    margin-left: 0;
}

.realestate_base_widget_latest_news .latest-news-wrapper {
    position: relative;
    transition: all 0.5s ease 0s;
    border-bottom: 5px solid transparent;

}
.realestate_base_widget_latest_news .latest-news-title {
    line-height: 1.5;
    margin-bottom: 15px;
}
.realestate_base_widget_latest_news .latest-news-title  a {
    display: block;
}

.realestate_base_widget_latest_news .latest-news-thumb {
    position: relative;
}

.realestate_base_widget_latest_news .latest-news-thumb a {
     overflow: hidden;
     display: block;

}
.realestate_base_widget_latest_news .latest-news-item img {
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    margin-bottom: 0;
    width: 100%;
}

.realestate_base_widget_latest_news .latest-news-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}


.realestate_base_widget_latest_news .latest-news-col-3 .latest-news-item {
    width: 33.33%;
}

.realestate_base_widget_latest_news .latest-news-col-4 .latest-news-item {
    width: 25%;
}

.realestate_base_widget_latest_news .latest-news-col-2 .latest-news-item {
    width: 50%;
}

.realestate_base_widget_latest_news .latest-news-col-1 .latest-news-item {
    width: 100%;
}

.realestate_base_widget_latest_news .latest-news-meta > span {
    font-size: 12px;
}

.realestate_base_widget_latest_news .latest-news-meta .latest-news-comments {
    float: right;
}

.realestate_base_widget_latest_news .latest-news-col-3 .latest-news-meta > span {
    font-size: 15px;
}

.realestate_base_widget_latest_news .latest-news-summary > p {
    margin: 0;
}

.realestate_base_widget_latest_news .latest-news-text-content {
    margin-bottom: 15px;
}


.realestate_base_widget_latest_news .latest-news-col-3 .latest-news-item:nth-child(3n+1) {
    clear: both;
}

.realestate_base_widget_latest_news .latest-news-col-4 .latest-news-item:nth-child(4n+1) {
    clear: both;
}
/*sidebar and footer widget area style*/

#footer-widgets .realestate_base_widget_latest_news .latest-news-widget .latest-news-item,
.sidebar .realestate_base_widget_latest_news .latest-news-widget .latest-news-item{
    width: 100%;
}

.sidebar .realestate_base_widget_latest_news .latest-news-widget,
#footer-widgets .realestate_base_widget_latest_news .latest-news-widget {
    padding: 0 30px;
}


/*--------------------------------------------------------------
19.8. Features Widget
--------------------------------------------------------------*/

.realestate_base_widget_features .features-column {
    width: 66%;
    float: left;
    padding: 20px;
}

.features-column.features-thumb-main {
    overflow: hidden;
    text-align: center;
    width: 34%;
    float: right;
}

.features-widget.main-image-disabled .features-column  {
	width: 100%;
}
.features-column.features-thumb-main img {
    vertical-align: bottom;
}

.realestate_base_widget_features .widget-title {
    text-align: inherit;
}


.realestate_base_widget_features .features-block-icon {
    float: left;
    display: table-cell;
    margin-right: 30px;
    padding: 10px 0;
}



.realestate_base_widget_features .features-block-icon i {
    font-size: 26px;
}

.realestate_base_widget_features .features-block-item {
    float: right;
    padding: 10px 20px 10px;
    float: left;
    width: 50%;
}
.realestate_base_widget_features .features-block-item:nth-child(2n+1) {
    clear: both;
}
.realestate_base_widget_features .features-block-inner-content {
    display: table;
}


.sidebar .realestate_base_widget_features .features-column,
#fooer-widgets .realestate_base_widget_features .features-column {
    width: 100%;
}

/*--------------------------------------------------------------
19.9. Features Pages Grid Widget
--------------------------------------------------------------*/



.realestate_base_widget_featured_pages_grid .featured-pages-layout-1 .grid-item-thumb > a {
    position: relative;
    display: block;
    overflow: hidden;
}

.realestate_base_widget_featured_pages_grid .featured-pages-layout-1 .grid-item img {
    margin: 0;
}

.realestate_base_widget_featured_pages_grid .featured-pages-layout-1 .grid-text-content {
    text-align: center;
    background-color: #fff;
    padding: 40px;
}

.realestate_base_widget_featured_pages_grid .featured-pages-layout-1 .item-title  a {
    display: block;
}

.realestate_base_widget_featured_pages_grid .featured-pages-layout-1 .grid-item-thumb {
    position: relative;
}

.realestate_base_widget_featured_pages_grid .featured-pages-layout-1 .grid-item-thumb > a{
    overflow: hidden;
    display: block;
}

.realestate_base_widget_featured_pages_grid .featured-pages-layout-1 .grid-item img {
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    margin-bottom: 0;
}

.realestate_base_widget_featured_pages_grid .featured-pages-layout-1 .grid-item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.realestate_base_widget_featured_pages_grid .featured-pages-layout-1 .item-title {
    padding: 10px 15px;
    text-align: center;
    margin: 0;
    background: #fff;
}

.realestate_base_widget_featured_pages_grid .featured-pages-layout-1 .grid-item-inner {
    box-shadow: 0 0 45px #f3f3f3;
}

.realestate_base_widget_featured_pages_grid .featured-pages-layout-1 .grid-column-3 .grid-item:nth-child(3n+1) {
    clear: both;
}

.realestate_base_widget_featured_pages_grid .featured-pages-layout-1 .grid-column-4 .grid-item:nth-child(4n+1) {
    clear: both;
}

.realestate_base_widget_featured_pages_grid  .grid-item {
    float: left;
    padding: 20px;
}

.realestate_base_widget_featured_pages_grid  .grid-item .grid-item-thumb img {
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    margin-bottom: 0;
    width: 100%;
}
.realestate_base_widget_featured_pages_grid  .grid-item .grid-item-thumb {
	overflow: hidden;
}
.realestate_base_widget_featured_pages_grid  .grid-item .grid-item-thumb:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}
.realestate_base_widget_featured_pages_grid  .grid-column-3 .grid-item {
    width: 33.33%;
}

.realestate_base_widget_featured_pages_grid  .grid-column-4 .grid-item {
    width: 25%;
}

.realestate_base_widget_featured_pages_grid  .grid-column-2 .grid-item {
    width: 50%;
}

.realestate_base_widget_featured_pages_grid  .grid-column-1 .grid-item {
    width: 100%;
}

.realestate_base_widget_featured_pages_grid .grid-column-3 .grid-item:nth-child(3n+1) {
    clear: both;
}
.realestate_base_widget_featured_pages_grid .grid-column-4 .grid-item:nth-child(4n+1) {
    clear: both;
}
/*sidebar and footer widget area style*/

#footer-widgets .realestate_base_widget_featured_pages_grid .grid-item,
.sidebar .realestate_base_widget_featured_pages_grid .grid-item{
    width: 100%;
}
#footer-widgets .realestate_base_widget_featured_pages_grid,
.sidebar .realestate_base_widget_featured_pages_grid{
   padding: 15px;
}
#footer-widgets .realestate_base_widget_featured_pages_grid .grid-item img,
.sidebar .realestate_base_widget_featured_pages_grid .grid-item img  {
    margin: 0 auto;
    width: 100%;
}

/*layout 2*/

.realestate_base_widget_featured_pages_grid .featured-pages-layout-2 .grid-item-inner {
    position: relative;
    box-shadow: 0 0 45px #f3f3f3;
    background: #fff;
}

.realestate_base_widget_featured_pages_grid .featured-pages-layout-2 .grid-item-inner .grid-text-content {
    padding: 30px;
    background: rgba(255, 254, 254, 0.9);
    width: 90%;
    left: 5%;
    right: 5%;
    text-align: center;
    margin-top: -50px;
    background: #fff;
    z-index: 99;
    position: relative;
}

.realestate_base_widget_featured_pages_grid a.custom-button {
    margin: 0;
    padding: 7px 18px;
    min-width: auto;
    text-transform: capitalize;
}
/*--------------------------------------------------------------
19.10.Team Widget
--------------------------------------------------------------*/

.team-view-members .team-member-content {
    padding: 30px 0;
    border-top: none;
    background: #ffffff;
    box-shadow: 0 0 22px rgba(221, 221, 221, 0.6);
}
.team-member-social-links ul li a::before {
    font-size: 14px;
}

.team-view-members {
    overflow: visible;
}

.team-view-members  img {
	width: 100%;
}

.team-member-social-links ul li a,
.widget .team-member-social-links ul li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 3;
    margin: 0 3px;
    border-radius: 100%;
    background: #32506d;
    border: none;
    color: #ffffff;
}

.team-view-members .member-name {
    color: #000000;
    font-weight: 500;
}

.team-view-members .member-position {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 15px;
}

.team-view-members .tv_member, .team-view-members .tv_member {
    padding: 20px;
}

.sidebar .team-view-members .tv_member,
#footer-widgets .team-view-members .tv_member{
    max-width: 100%;
    width: 300px;
    margin:0 auto;
}

.team-view-members-inner {
    margin: 0 -20px;
}

/*--------------------------------------------------------------
19.11. Featured Page
--------------------------------------------------------------*/

#sidebar-front-page-widget-area .realestate_base_widget_featured_page .widget-title::before {
    display: none;
}

#sidebar-front-page-widget-area .featured-page-widget {
    direction: ltr;
    display: table;
    table-layout: fixed;
    width: 100%;
}

#sidebar-front-page-widget-area .featured-page-widget.image-alignright {
    direction: rtl;
}

#sidebar-front-page-widget-area .featured-page-widget.image-alignleft .featured-image,
#sidebar-front-page-widget-area .featured-page-widget.image-alignright .featured-image,
#sidebar-front-page-widget-area .featured-page-content {
    direction: ltr;
    display: table-cell;
    position: static;
    margin: 0;
    vertical-align: middle;
    width: 50%;
}

#sidebar-front-page-widget-area .featured-page-widget.image-alignleft img {
    padding-right: 60px;
}

#sidebar-front-page-widget-area .featured-page-widget.image-alignright img {
    padding-left: 60px;
}

#sidebar-front-page-widget-area .featured-page-widget.image-aligncenter .featured-image {
    text-align: center;
    display: block;
    margin: 0 auto 30px;
    width: 100%;
}

#sidebar-front-page-widget-area .featured-page-widget.image-aligncenter .featured-page-content {
    display: block;
    width: 100%;
}

#sidebar-front-page-widget-area .featured-page-widget .widget-title {
    text-align: left;
    font-size: 60px;
}

#sidebar-front-page-widget-area .featured-page-widget .widget-title::after {
    margin: 5px 0;
    display: table;
}

#sidebar-front-page-widget-area .featured-page-widget .widget-subtitle {
    font-style: italic;
    font-size: 19px;
    color: #bf9410;
    margin: 15px 0;
    text-align: left;
}

/*--------------------------------------------------------------
19.12. Portfolio
--------------------------------------------------------------*/

.realestate_base_widget_portfolio .portfolio-filter {
    margin-bottom: 30px;
    text-align: center;
    border-radius: 5px;
}
.realestate_base_widget_portfolio .portfolio-filter a {
    padding: 7px 20px;
    font-size: 15px;
    display: inline-block;
    background: #f9f7f7;
    margin: 0 -1px;
}

.realestate_base_widget_portfolio .portfolio-filter a:hover,
.realestate_base_widget_portfolio .portfolio-filter a.current {
    background: #32506d;
    color: #fff;
}

.realestate_base_widget_portfolio .portfolio-item-title a:hover {
	color: #fff;
}

.realestate_base_widget_portfolio .item-wrapper {
	position: relative;
	overflow: hidden;
}

.realestate_base_widget_portfolio h3.portfolio-item-title {
	position: absolute;
	bottom: 0;
	z-index: 99;
	background: rgba(50, 80, 109, 0.59);
	margin: 0;
	left: 0;
	right: 0;
	padding: 15px 20px;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
}

.realestate_base_widget_portfolio a.portfolio-thumb {
    position: relative;
    display: block;
}


.realestate_base_widget_portfolio a.portfolio-thumb {
    position: relative;
}

.realestate_base_widget_portfolio .portfolio-item {
    float: left;
    padding: 10px;
}

.realestate_base_widget_portfolio .portfolio-wrapper-col-3 .portfolio-item {
    width: 33.33%;
}

.realestate_base_widget_portfolio .portfolio-wrapper-col-4 .portfolio-item {
    width: 25%;
}

.realestate_base_widget_portfolio .item-wrapper img {
    vertical-align: middle;
    -webkit-transition: -webkit-transform 0.5s ease;
    -moz-transition: -moz-transform 0.5s ease;
    transition: transform 0.5s ease;
    margin-bottom: 0;
    width: 100%;
}

.realestate_base_widget_portfolio .item-wrapper:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
}

.realestate_base_widget_portfolio .portfolio-item-title a {
    color: #fff;
}

.single-project .gallery ,
.single-project.has-gallery .gallery{
    width: auto;
    float: none;
    margin: 0 -5px;
    width: 100%;
}
.single-project .gallery a {
    display: block;
    max-width: 33.33%;
    float: left;
    padding: 5px;
}
.single-project .summary {
    margin: 0;
    padding: 40px;
    background: #fbfbfb;
    margin-bottom: 30px;
    width: 100%;
}
nav.projects-single-pagination {
    margin-top: 30px;
}
.project-meta .categories,
.project-meta .client,
.project-meta .url {
    float: left;
    width: 33%;
    text-align: left;
}
ul.single-project-categories {
    margin:0;
}
.single-project-categories li {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 5px;
}
.single-project.no-gallery .summary .project-meta ,
.single-project.has-gallery .gallery{
    width: 100%;
    float: right;
}
.single-project.no-gallery .summary .project_title,
.single-project.no-gallery .summary .single-project-description ,
.single-project.has-gallery .summary{
    width: 100%;
    float: left;
}
.projects ul.projects li.project img, .projects-page ul.projects li.project img {
    width: 100%;
}
/*--------------------------------------------------------------
19.13. Showcase
--------------------------------------------------------------*/
.showcase {
    box-shadow: 0 0 40px rgba(221, 221, 221, 0.5);
    padding: 60px;
    overflow: hidden;
    background: #fff;
}
.showcase-item-thumb {
    float: left;
    margin-right: 50px;
    width: 50%;
}
.showcase-item.showcase-item-odd .showcase-item-thumb {
    float: right;
    margin-right: 0;
    margin-left: 50px;
}

.showcase-item {
    clear: both;
    padding-top:40px;
}
.showcase-item:first-child {
	padding-top:0;
}
.showcase-item-title {
    font-size: 50px;
}
.showcase-grid-text-content {
    display: table;
    padding-top: 40px;
}
/*--------------------------------------------------------------
18.4. Counter
--------------------------------------------------------------*/
#sidebar-front-page-widget-area .realestate_base_widget_stats .widget-title,
#sidebar-front-page-widget-area .realestate_base_widget_stats .widget-subtitle {
	color: #fff;
}
.realestate_base_widget_stats {
    background-color: #32506d;
    position: relative;
    z-index: 9;
    background-size: cover;
    background-repeat: no-repeat;
}

.realestate_base_widget_stats::before {
    background: #000;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
    left: 0;
    opacity: 0.5;
}
.realestate_base_widget_stats  .counter-col-1 .counter-item{
    width: 100%;
}

.realestate_base_widget_stats  .counter-col-2 .counter-item{
    width: 50%;
}

.realestate_base_widget_stats  .counter-col-3 .counter-item{
    width: 33.33%;
}

.realestate_base_widget_stats  .counter-col-4 .counter-item{
    width: 25%;
}
.realestate_base_widget_stats  .counter-col-5 .counter-item{
    width: 20%;
}
.realestate_base_widget_stats .counter-item {
    float: left;
    padding:15px;
    text-align: center;
    width: 25%;
}

.realestate_base_widget_stats .counter-icon span {
    font-size: 45px;
    color: #ffcc07;
}
.realestate_base_widget_stats .counter-icon {
    font-size: 24px;
    background: rgba(152, 152, 152, 0.4);
    line-height: 2;
    display: inline-block;
    margin-right: 8px;
    color: #fff;
    padding: 3px 0;
    border-radius: 100%;
    height: 50px;
    width: 50px;
}

.realestate_base_widget_stats .counter-title {
    font-size: 20px;
    color: #fff;
    clear: both;
    margin-top: 10px;
}

.realestate_base_widget_stats .counter-nos {
    font-size: 46px;
    font-weight: 300;
    line-height: 1;
    display: inline-block;
    color: #fff;
}

/*widget in sidebar*/
.sidebar .realestate_base_widget_stats .counter-item,
#footer-widgets .realestate_base_widget_stats .counter-item{
    width: 100%;
    margin: 0;
}

/*--------------------------------------------------------------
20. Custom Woocommerce
--------------------------------------------------------------*/
.entry-content p.cart-empty {
    margin-bottom: 15px;
}

.authorbox .author-bio-posts-content ul {
    list-style-position: inside;
    margin: 0;
}

.woocommerce span.onsale {
    background-color: orange;
}

.woocommerce .star-rating span:before {
    color: #bf9410;
}

/*Woocommerce*/

.woocommerce ul.products li.product a img {
    box-shadow: none;
    display: block;
    height: auto;
    margin: 0 0 1em;
    width: 100%;
}
.woocommerce .quantity .qty {
    height: 36px;
    text-align: center;
    width: 3.631em;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    background: #fff;
    position: relative;
    text-align: center;
    box-shadow: 0 0 45px #f3f3f3;
}
.woocommerce.woocommerce-product-grid-3 ul.products li.product {
    width: 30.23%;
}

.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: #bf9410;
    color: #ffffff;
}

.woocommerce nav.woocommerce-pagination ul {
    border: 1px solid #bf9410;
}

.woocommerce nav.woocommerce-pagination ul li {
    border-right: 1px solid #bf9410;
}

.woocommerce.woocommerce-product-grid-3  ul.products li.product .button {
    left:32%;
}

.woocommerce  ul.products {
    margin: 0;
}

.woocommerce ul.products li.product .price del {
    color: inherit;
    display: inline-block;
}

.woocommerce span.onsale {
    background-color: #ff7d3c;
    color: #ffffff;
    position: absolute;
}

.woocommerce #review_form #respond p.stars {
    margin: 10px 0;
    padding: 0;
}

.woocommerce ul.products li.product .price ins {
    font-weight: 700;
}

.woocommerce ul.products li.product .onsale::after{
    content : '';
    width : 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 25px;
    right: 2px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.woocommerce ul.products li.product .onsale {
    border-radius: 0;
    box-shadow: 0 0 45px #f3f3f3;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    min-height: 20px;
    padding: 5px 10px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    top: 0px;
    z-index: 99;
    border-radius: 100%;
}

.woocommerce ul.products li.product h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0;
    width: 100%;
    padding: 0;
    margin: 0;
}

.woocommerce ul.products li.product .button::before{
    content: "\f217";
    display: inline;
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 10px;
}

.woocommerce ul.products li.product:hover .button {
    visibility:visible;
    opacity: 1;
    top: 35%;
}

.woocommerce ul.products li.product .button {
    margin: 5px 0 25px;
    padding: 10px 25px;
}

.woocommerce ul.products li.product:hover img {
    opacity: 0.7;
}

body.woocommerce .products .star-rating,
.woocommerce .cart-collaterals ul.products li.product .star-rating {
    font-family: star;
    font-size: 16px;
    height: 1em;
    line-height: 1;
    overflow: hidden;
    position: relative;
    width: 5.4em;
    margin: 15px auto 15px;
}

.woocommerce .star-rating::before {
    color: #fff;
    content: "sssss";
    float: left;
    left: 0;
    position: absolute;
    top: 0;
}

.woocommerce .star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
}

.woocommerce .star-rating span::before {
    color: #ffd353;
    content: "SSSSS";
    left: 0;
    position: absolute;
    top: 0;
}

.woocommerce .woocommerce-product-rating {
    display: block;
    line-height: 2;
}

.woocommerce .woocommerce-product-rating::after,
.woocommerce .woocommerce-product-rating::before {
    content: " ";
    display: table;
}

.woocommerce .woocommerce-product-rating .star-rating {
    float: left;
    margin: 0.5em 4px 0 0;
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0;
}

.woocommerce ul.products li.product .price {
   color: #77a464;
    font-size: 14px;
    display: block;
    font-weight: 400;
    margin-bottom: 15px;
}

.woocommerce #comments {
     margin-top:0;
}

.woocommerce #primary .button, .woocommerce #review_form #respond .form-submit input,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background: #bf9410;
    font-weight: normal;
    color: #fff;
    display: inline-block;
    min-width: auto;
    padding: 10px 15px;
    font-size: 13px;
    border-radius: 0;
    text-transform: capitalize;
}
.woocommerce #primary .button:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
    background-color: #32506d;
    color:#fff;
}

.woocommerce .quantity .qty {
    height: 34px;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
    float: right;
    width: 100%;
}
.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
    width: 100%;
    float: left;
}

.cart-collaterals h2 {
    font-size: 28px;
    margin-bottom: 30px;
}
/*--------------------------------------------------------------
20.1. Woocommercce Product Grid widget
--------------------------------------------------------------*/

.realestate-base-woocommerce ul.products li.product a img {
    box-shadow: none;
    display: block;
    height: auto;
    margin: 0 0 40px;
    width: 100%;
}

.realestate-base-woocommerce .quantity .qty {
    height: 36px;
    text-align: center;
    width: 3.631em;
}

.realestate-base-woocommerce ul.products li.product {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    float: left;
    list-style-type: none;
    margin: 20px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 29.4%;
    clear: none;
    box-shadow: 0 0 45px #f3f3f3;
    border-radius: 0;
}
.realestate-base-woocommerce.realestate-base-woocommerce-product-grid-4 ul.products li.product:nth-child(4n+1) {
    clear: both;
}

.realestate-base-woocommerce.realestate-base-woocommerce-product-grid-3 ul.products li.product:nth-child(3n+1) {
    clear: both;
}

.realestate-base-woocommerce.realestate-base-woocommerce-product-grid-4 ul.products li.product {
    width: 21.7%;
}

h2.woocommerce-loop-product__title {
    font-size: 18px!important;
    padding: 0 15px;
}
.realestate-base-woocommerce h2.woocommerce-loop-product__title {
    font-size: 21px!important;
}
section.related.products > h2 {
    font-size: 32px;
    margin-bottom: 45px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f1f1f1;
}
.woocommerce #reviews #comments h2 {
    clear: none;
    font-size: 25px;
    margin-bottom: 30px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    margin: 0;
}

.realestate-base-woocommerce  ul.products {
    margin: 0;
}

.realestate-base-woocommerce ul.products li.product .price del {
    color: inherit;
    display: inline-block;
}

.realestate-base-woocommerce span.onsale {
    background-color: #ff7d3c;
    color: #ffffff;
    position: absolute;
}

.realestate-base-woocommerce #review_form #respond p.stars {
    margin: 10px 0;
    padding: 0;
}

.realestate-base-woocommerce ul.products li.product .price ins {
    font-weight: 700;
}

.realestate-base-woocommerce ul.products li.product .onsale::after{
    content : '';
    width : 0px;
    height: 0px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    position: absolute;
    top: 25px;
    right: 2px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.realestate-base-woocommerce ul.products li.product .onsale {
    border-radius: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    min-height: 20px;
    padding: 5px 10px;
    text-align: center;
    text-shadow: none;
    text-transform: uppercase;
    top: 10px;
    z-index: 99;
    right: 10px;
}
.realestate-base-woocommerce ul.products li.product h3 {
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 0;
    width: 100%;
}

.realestate-base-woocommerce ul.products li.product .button::before{
    content: "\f217";
    display: inline;
    font-family: FontAwesome;
    font-size: 16px;
    margin-right: 10px;
}

.realestate-base-woocommerce ul.products li.product:hover .button {
    visibility:visible;
    opacity: 1;
    top: 35%;
}

.realestate-base-woocommerce ul.products li.product .button {
    margin: 5px 0 40px;
    padding: 5px 20px;
    background: #32506d;
    color: #fff;
}

.realestate-base-woocommerce ul.products li.product .button:hover {
    background-color: #bf9410;
    border-color: #bf9410;
}

.realestate-base-woocommerce ul.products li.product:hover img {
    opacity: 0.7;
    background: #bf9410;
}

.realestate-base-woocommerce .star-rating {
    font-family: star;
    font-size: 16px;
    height: 1em;
    line-height: 1;
    overflow: hidden;
    position: relative;
    width: 5.4em;
    margin: 15px auto 15px;
    position: absolute;
    top: 10px;
    left: 25px;
}

.realestate-base-woocommerce .star-rating::before {
    color: #fff;
    content: "sssss";
    float: left;
    left: 0;
    position: absolute;
    top: 0;
}

.realestate-base-woocommerce .star-rating span {
    float: left;
    left: 0;
    overflow: hidden;
    padding-top: 1.5em;
    position: absolute;
    top: 0;
}

.realestate-base-woocommerce .star-rating span::before {
    color: #ffd353;
    content: "SSSSS";
    left: 0;
    position: absolute;
    top: 0;
}

.realestate-base-woocommerce .woocommerce-product-rating {
    display: block;
    line-height: 2;
}

.realestate-base-woocommerce .woocommerce-product-rating::after,
.realestate-base-woocommerce .woocommerce-product-rating::before {
    content: " ";
    display: table;
}

.realestate-base-woocommerce .woocommerce-product-rating .star-rating {
    float: left;
    margin: 0.5em 4px 0 0;
}

.realestate-base-woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0;
}

.realestate-base-woocommerce ul.products li.product .price {
   color: #77a464;
    font-size: 14px;
    display: block;
    font-weight: 400;
    margin-bottom: 15px;
}

.sidebar .realestate-base-woocommerce ul.products li:before ,
.footer-widgets .realestate-base-woocommerce ul.products li:before {
    display: none;
}

.sidebar .realestate_base_widget_products_grid .inner-wrapper,
.sidebar .realestate_base_widget_products_grid .inner-wrapper,
#footer-widgets .realestate_base_widget_products_grid .inner-wrapper,
#footer-widgets .realestate_base_widget_products_grid .inner-wrapper {
    margin: 0;
}

.sidebar .realestate-base-woocommerce ul.products li.product,
.sidebar .realestate-base-woocommerce-page ul.products li.product,
#footer-widgets .realestate-base-woocommerce ul.products li.product,
#footer-widgets .realestate-base-woocommerce-page ul.products li.product {
    width: 100%;
    padding: 0;
    margin:0 0 30px 0;
}

.realestate-base-woocommmerce-wrapper .slick-prev.slick-arrow,
.realestate-base-woocommmerce-wrapper .slick-next.slick-arrow {
    cursor: pointer;
    display: block;
    font-weight: normal;
    line-height: 0.8;
    padding-top: 5px;
    position: absolute;
    text-align: center;
    bottom: -52px;
    z-index: 999;
    font-size: 35px;
}

.realestate-base-woocommmerce-wrapper .slick-prev.slick-arrow {
    right: 52%;
}

.realestate-base-woocommmerce-wrapper .slick-next.slick-arrow {
    left: 52%;
}

/*--------------------------------------------------------------
##  Media Queries By WEN Themes
--------------------------------------------------------------*/
/* Smaller than standard 1400 (devices and browsers) */
@media only screen and (max-width:1400px) {
    .container {
        max-width:1230px;
    }
}

/* Smaller than standard 1300 (devices and browsers) */
@media only screen and (max-width:1300px) {

    .container {
        width: 97%;
        padding:0 15px;
    }

    .inner-wrapper,
    .team-view-members-inner {
        margin: 0 -15px;
    }

	#sidebar-front-page-widget-area .widget {
	    padding: 70px 0;
	    margin: 0;
	}
    .realestate_base_widget_featured_pages_grid .grid-item,
    .realestate_base_widget_latest_news .latest-news-item,
    .team-view-members .tv_member, .team-view-members .tv_member,
    .realestate_base_widget_services .service-block-item,
    .realestate_base_widget_testimonial_carousel article{
        padding:15px;
    }

    #sidebar-front-page-widget-area .realestate_base_widget_call_to_action,
    .realestate_base_widget_call_to_action {
        padding: 40px 0;
        background-size: 100%;
    }

    .realestate-base-woocommerce ul.products li.product {
        margin: 0 15px 15px;
        width: 30.3%;
    }

    .site-header {
        padding: 10px 0 10px;
		background-color: #b53c39;
    }
	#sidebar-front-page-widget-area .cta-layout-1.realestate_base_widget_call_to_action .call-to-action-content-wrap {
	    max-width: 100%;
	}

    .header-search-box .search-form {
        max-width: 500px;
    }

    #main-slider .cycle-prev,
    #main-slider .cycle-next {
        visibility: visible;
    }

    #main-slider h3 {
       font-size:55px;
    }

    #main-slider .cycle-prev,
    #main-slider:hover .cycle-prev {
       left: 1%;
    }

    #main-slider .cycle-next,
    #main-slider:hover .cycle-next {
        right: 1%;
    }

	#sidebar-front-page-widget-area .featured-page-widget .widget-title {
	    font-size: 40px;
	}

	.showcase-grid-text-content {
	    display: table;
	    padding-top: 0;
	}

	.showcase-item-title {
	    font-size: 40px;
	}

	.showcase {
		padding: 40px;
	}

	.showcase-item-thumb {
	    margin-right: 30px;
	}

	.showcase-item.showcase-item-odd .showcase-item-thumb {
		float: right;
	    margin-right: 0;
	    margin-left: 30px;
	}
}

/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (max-width:1024px) {
    .main-navigation ul > li ul  {
        display: none;
        opacity: 1;
        visibility: visible;
    }
    .main-navigation ul > li:hover > ul  {
        display: block;
        opacity: 1;
        visibility: visible;
    }
	#main-slider h3 {
	    font-size: 55px;
	}
}

/* Smaller than standard 1024 (devices and browsers) */
@media only screen and (max-width:1023px) {
	    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 32px;
    }

    h3{
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    h5 {
        font-size: 14px;
    }

    h6 {
        font-size: 13px;
    }

    .custom-logo-link img {
        vertical-align: middle;
        max-width: 80px;
    }

    #main-slider .cycle-caption {
        max-width: 75%;
    }

    #sidebar-front-page-widget-area .widget{
        padding: 40px 0;
        margin: 0;
    }

    #sidebar-front-page-widget-area .cta-layout-1.realestate_base_widget_call_to_action .call-to-action-content-wrap {
        text-align: left;
        display: inline-block;
        max-width: 100%;
    }

    #sidebar-front-page-widget-area .cta-layout-1 .widget-title {
        text-align: center;
    }

    #sidebar-front-page-widget-area .widget-subtitle {
        max-width: 100%;
    }

    .realestate_base_widget_portfolio h3.portfolio-item-title {
        font-size: 20px;
    }

    .realestate_base_widget_latest_news .latest-news-text-wrap {
     	padding: 20px;
    }

	#main-slider .cycle-prev, #main-slider .cycle-next {
	    font-size: 25px;
	    width: 35px;
	    height: 50px;
	    line-height: 2;
	}


	.realestate_base_widget_featured_pages_grid .featured-pages-layout-1 .grid-text-content {
		padding: 20px;
	}
    td,
    th {
        font-size: 12px;
        padding: 2px;
        text-align: center;
    }

    body{
        padding-top: 0;
    }

    #page {
        margin-top: 47px;
    }

    #main-nav {
        display: none;
    }

    .enabled-sticky-primary-menu.sidr-open #masthead.fixed {
        position: relative;
        top: 89px;
    }

    .enabled-sticky-primary-menu  #masthead.fixed {
        top: 39px;
    }

    .enabled-sticky-primary-menu.admin-bar #masthead.fixed {
        top: 93px;
    }

    .sidr-open #mobile-trigger {
        transition: inherit;
    }

    #mobile-trigger {
        background: #000000 none repeat scroll 0 0;
        display: block;
        left: 0;
        padding: 5px;
        position: fixed;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 999999;
    }

    .logged-in #mobile-trigger {
        top: 32px;
    }

    .sidr-open #mobile-trigger {
        padding-left: 275px;
        text-align: left;
        transition: inherit;
    }

    .site-branding {
        float: none;
        margin-right: 0;
    }

    .custom-logo-link {
        max-width: inherit;
    }

    #mobile-trigger i {
        background-color: #bf9410;
        border: 2px solid #fffffe;
        box-shadow: 0 1px 2px #000000;
        color: #ffffff;
        font-size: 21px;
        padding: 6px 8px;
    }

    .sidr ul li ul li a,
    .sidr ul li ul li span {
        line-height: 1.5;
        padding-bottom: 10px;
        padding-left: 30px;
        padding-top: 10px !important;
    }

    #primary,
    .sidebar {
        width: 100%;
    }

    body.three-columns-enabled #primary,
    body.three-columns-enabled #content .sidebar,
    body #content #primary, body #content .sidebar {
        border-bottom: 1px solid #dddddd;
        margin-bottom: 20px;
        padding-bottom: 20px;
        width: 100%;
    }

    .realestate_base_widget_recent_posts .recent-posts-item {
        clear: both;
        float: left;
        margin-top: 30px;
        width: 100%;
    }

   .realestate_base_widget_features .features-column {
        width: 100%;
        float: left;
        padding: 0 15px;
    }

    .realestate_base_widget_features .features-block-item {
        margin-top: 30px;
        float: left;
    }
    #main-slider h3 {
    	font-size: 50px;
	}
	.realestate_base_widget_services .service-block-item {
	    width: 100%;
	}
    #main-slider p {
        font-size: 15px;
        margin-bottom: 20px;
    }

    .realestate_base_widget_featured_pages_grid .grid-column-4 .grid-item,
    .realestate_base_widget_latest_news .latest-news-col-4 .latest-news-item {
        width: 50%;
    }

    #footer-contact-section .quick-contact .quick-contact-item i {
        font-size: 20px;
        padding: 7px 0;
        width: 35px;
        height: 35px;
        float: none;
        margin: 0 auto 15px;
    }

    .realestate_base_widget_features .features-widget {
        padding: 0;
    }

    .slider-buttons a {
        padding: 10px 20px;
        font-size: 14px;
    }

    .quick-contact-inner {
        float: none;
        text-align: center;
        width: 100%;
    }

    #sidebar-front-page-widget-area .featured-page-widget.image-alignleft img {
        padding-right: 30px;
    }

    #sidebar-front-page-widget-area .featured-page-widget.image-alignright img {
        padding-left: 30px;
    }

    .quick-contact-item h4::after {
        width: 100%;
    }
    .realestate-base-woocommerce ul.products li.product {
        margin: 0 15px 15px;
        width: 29%;
    }

    #colophon .colophon-column-left,
    #colophon .colophon-column-right{
        float: left;
        width: 100%;
        text-align: center;
    }

    .realestate_base_widget_featured_pages_grid .featured-pages-layout-2 .grid-item-inner .grid-text-content {
        position: inherit;
        bottom: 0;
        top: inherit;
        clear: both;
        width: 100%;
        left: 0;
    }
    #sidebar-front-page-widget-area .realestate_base_widget_testimonial_slider .widget-title,
    #sidebar-front-page-widget-area .realestate_base_widget_testimonial_slider .widget-subtitle,
    #sidebar-front-page-widget-area .realestate_base_widget_testimonial_slider .message {
        float: none;
        width: 100%;
        clear: both;
        text-align: center;
        color: #fff;
        margin: 0;
        padding: 0 0;
    }
    #sidebar-front-page-widget-area .realestate_base_widget_testimonial_slider .cycle-slideshow {
        float: left;
        width: 100%;
        margin-top: 16px;
        padding: 20px;
        margin-bottom: 40px;
    }

    .realestate_base_widget_features .features-block-item {
		margin-top: 20px;
		float: left;
		padding-bottom: 20px;
	}

	.realestate_base_widget_testimonial_carousel .slick-prev.slick-arrow,
	.realestate_base_widget_testimonial_carousel .slick-next.slick-arrow {
		bottom: -15px;
	}

	.realestate_base_widget_stats .counter-nos {
	    font-size: 30px;
	}

	.realestate_base_widget_stats .counter-icon {
	    font-size: 35px;
	    display: block;
	    margin: 0 0 10px;
	}

	.realestate_base_widget_stats .counter-title {
	    font-size: 18px;
	}

	.realestate-base-woocommmerce-wrapper {
	    margin-bottom: 40px;
	}

	.showcase-grid-text-content {
	    padding-top: 20px;
	}

	.team-view-members .column-4 .tv_member,
	.team-view-members .column-3 .tv_member {
	    width: 50%;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:800px) {
	.showcase-item-thumb,
	.showcase-item.showcase-item-odd .showcase-item-thumb {
	    margin: 0 0 20px 0;
	    display: block;
	    text-align: center;
	    float: none;
	    width: 100%;
	}

    #sidebar-front-page-widget-area .featured-page-widget.image-alignleft .featured-image,
    #sidebar-front-page-widget-area .featured-page-widget.image-alignright .featured-image,
    #sidebar-front-page-widget-area .featured-page-content {
        display: block;
        width: 100%;
    }

    #sidebar-front-page-widget-area .featured-page-widget.image-alignleft .featured-image,
    #sidebar-front-page-widget-area .featured-page-widget.image-alignright .featured-image,
    #sidebar-front-page-widget-area .featured-page-widget.image-aligncenter .featured-image {
        text-align: center;
        margin: 0 auto 30px;
    }

    #sidebar-front-page-widget-area .featured-page-widget.image-alignleft img,
    #sidebar-front-page-widget-area .featured-page-widget.image-alignright img {
        padding: 0;
    }
}

@media only screen and (max-width:782px) {
    .logged-in #mobile-trigger {
        top: 45px;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width:767px) {

    #quick-contact, .header-social-wrapper .realestate_base_widget_social {
        text-align: center;
        width: 100%;
    }

.widget.realestate_base_widget_stats .counter-item {
    width: 50%;
}


	#tophead .header-social-wrapper {
	    float: none;
	    border-top: 1px solid rgba(35, 32, 32, 0.05);
	    margin-top: 5px;
	    clear: both;
	}

    #quick-contact li,
    .header-social-wrapper .realestate_base_widget_social li {
        display: inline-block;
        float: none;
    }

    .header-search-box .search-form {
        max-width: 280px;
    }

    .header-search-box .search-form .search-submit {
        float: right;
        display: block;
        position: inherit;
        padding: 15px;
    }

    .header-search-box .search-form input.search-field {
        width: 66%;
    }

    .site-branding {
        float: left;
        text-align: left;
    }

    #quick-contact li,
    .header-social-wrapper .realestate_base_widget_social li {
        display: inline-block;
        float: none;
        border: none!important;
        padding: inheritx;
    }


    body .sidebar,
    body #primary {
        width: 100%;
    }

    .site-branding {
        text-align: left;
    }

    .site-content {
        padding-top: 15px;
    }

    /*featured slider style*/

    #main-slider .cycle-caption h3 {
        font-size: 36px;
        line-height: 1.2;
        margin-bottom: 10px;
    }

    #main-slider .cycle-caption p {
        display: none;
    }

    #main-slider .cycle-pager {
        bottom: 0;
    }

   .site-title {
        font-size: 24px;
    }

    .custom-button,
    .custom-button:visited {
        font-size: 14px;
        padding: 5px 20px;
        text-transform: inherit;
        min-width: inherit;
    }

    .caption-alignment-center .slider-buttons a.custom-button {
        margin: 0 15px;
    }
    #main-slider .cycle-caption.caption-alignment-center {
        text-align: center;
        left: 10%;
    }
    #main-slider .cycle-caption {
        width: 80%;
        max-width: 80%;
        left: 10%;
        right: 10%;
    }
    #content {
        clear: both;
        padding-top: 20px;
    }

    #sidebar-front-page-widget-area {
        clear: both;
    }
    .realestate_base_widget_portfolio .portfolio-filter a {
        padding: 4px 14px;
        font-size: 12px;
        margin-top: 5px;
    }
    .realestate_base_widget_portfolio h3.portfolio-item-title {
        padding: 10px;
        font-size: 17px;
        font-weight: normal;
    }
    /*sidebar layout*/

    #footer-widgets .footer-widget-area {
        float: left;
        padding: 0 15px;
        width: 50%;
    }

    .widget.realestate_base_widget_services .service-block-item {
        width: 100%;
    }

    .realestate_base_widget_latest_news .latest-news-widget .latest-news-item {
        width: 50%;
    }

    .realestate_base_widget_products_grid .realestate-base-woocommerce ul.products li.product {
        width: 44%;
    }

    .realestate_base_widget_latest_news .latest-news-widget .latest-news-item:nth-child(3n+1),
    .widget.realestate_base_widget_products_grid .realestate-base-woocommerce ul.products li.product:nth-child(3n+1) {
        clear: inherit;
    }

    .realestate_base_widget_latest_news .latest-news-widget .latest-news-item:nth-child(2n+1),
    .widget.realestate_base_widget_products_grid .realestate-base-woocommerce ul.products li.product:nth-child(2n+1) {
        clear: both;
    }

    #footer-widgets {
        padding: 30px 15px;
    }

    #colophon .copyright,
    #colophon .site-info {
        clear: both;
        text-align: center;
        width: 100%;
    }


    #footer-navigation {
        text-align: center;
        margin-bottom:10px;
    }

    .copyright {
        margin-bottom: 5px;
    }

    #custom-header {
        background-repeat: no-repeat;
        background-size: cover !important;
        padding: 45px 0 43px;
    }

    #custom-header .page-title {
        font-size: 25px;

    }

    .realestate_base_widget_featured_pages_grid  .featured-pages-grid .grid-item {
        width: 50%;
    }

    .realestate_base_widget_featured_pages_grid .grid-column-3 .grid-item:nth-child(3n+1) {
        clear: inherit;
    }

    .realestate_base_widget_featured_pages_grid .grid-column-3 .grid-item:nth-child(2n+1) {
        clear: both;
    }

    #sidebar-front-page-widget-area .widget {
        padding: 30px 0;
        margin: 0;
    }

	#sidebar-front-page-widget-area .widget-subtitle {
	    margin: 0 auto 15px;
	    font-size: 15px;
	    max-width: 400px;
	}
	.realestate_base_widget_features .features-block-item {
		width: 100%;
	}
    .realestate_base_widget_testimonial_slider .testimonial-content-area {
        max-width: 100%;

    }
    #sidebar-front-page-widget-area .cta-layout-2 a.custom-button {
        padding: 10px 27px;
    }
    .alignment-left img,
    .alignment-right img {
        max-width: 50%;
    }

    .alignment-right .entry-content-wrapper, .alignment-left .entry-content-wrapper {
        display: block;
    }

    #footer-widgets .footer-widget-area:nth-child(3n) {
        clear: both;
    }

    .realestate_base_widget_services .inner-wrapper {
        margin-left: -15px;
        margin-right: -15px;
    }

    .header-search-box .search-box-wrap {
        width: 260px;
    }

    .header-search-box > a {
	    padding: 7px 15px 7px;

	}
}
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:550px) {
	#main-slider .cycle-caption {
		bottom:20%;
	}
	.entry-content-wrapper {
	    padding: 10px 25px;

	}
    .entry-content-wrapper {
        padding-left: 25px;
        border-left: 3px solid #f5f5f5;
        padding-top: 0;
    }

    .realestate-base-woocommerce ul.products li.product {
        max-width: 300px;
        margin: 10px;
        float: left;
    }

    .realestate_base_widget_latest_news .latest-news-widget .latest-news-item {
        width: 100%;
    }

    .site-branding {
        text-align: center;
        width: 100%;
        float: none;
    }
	.custom-logo-link, #site-identity {
	    float: none;
	    margin-right: 0;
	    margin-bottom: 15px;
	}
	.site-header {
		text-align: center;
	}
	.header-search-box {
	    float: none;
	    margin-left:0;
	    position: relative;
	    display: inline-block;
	}
	.header-search-box {
	    float: none;
	    margin-top: 10px;
	    margin-left: 5px;
	   position: relative;
	    display: inline-block;
	}
    .custom-logo-link {
        max-width: inherit;
        float: none;
        display: block;
    }
	a.custom-button.appyl-now {
	    float: none;
	}
	.header-search-box .search-box-wrap {
	    width: 260px;
	    left: -26px;
	}
    .realestate_base_widget_portfolio .portfolio-wrapper-col-3 .portfolio-item,
    .realestate_base_widget_portfolio .portfolio-wrapper-col-4 .portfolio-item {
        width: 50%;
    }

    #sidebar-front-page-widget-area .overlay-enabled.realestate_base_widget_call_to_action.cta-layout-2::before {
        width: 100%;
    }

    .cta-layout-2 .call-to-action-main-wrap {
        float: left;
        width: 100%;
        text-align: center;
        padding-right: 0;
        float: none;
    }

    #sidebar-front-page-widget-area .realestate_base_widget_call_to_action.cta-layout-2 .widget-title {
        text-align: center;
        margin-bottom: 15px;
    }

    #main-slider .cycle-caption p {
        display: none;
    }

    #custom-header {
        background-repeat: no-repeat;
        padding: 25px 0 30px;
    }

    .page-title {
        font-size: 30px;
    }

    .enabled-sticky-primary-menu.admin-bar #masthead.fixed,
    .enabled-sticky-primary-menu  #masthead.fixed,
    .site-header {
        position: inherit;
        padding:15px 0;
        top: 0;
    }

    #main-slider .cycle-caption h3 {
        font-size: 25px;
    }

    #main-slider .cycle-pager {
        display: none;
    }

    #main-slider .cycle-prev,
    #main-slider .cycle-next {
        font-size: 19px;
        height: 30px;
        width: 25px;
        padding: 0;
        line-height: 1.6;
    }

    .service-block-inner {
        padding: 20px;
    }

    #main-slider h3 {
        padding: 0 10px;
    }

	#sidebar-front-page-widget-area .featured-page-widget .widget-title {
		font-size: 28px;
	}
     .slider-buttons a.custom-button {
        padding: 6px 16px;
        font-size: 13px;
    }
    .caption-alignment-center .slider-buttons a.custom-button {
	    margin: 0 3px;
	}
   .alignment-left img ,
    .alignment-right img {
        max-width: 100%;
        margin:0 0 15px;

    }
    .alignment-right .entry-content-wrapper,
    .alignment-left .entry-content-wrapper {
        display: block;
    }
    .caption-alignment-center .slider-buttons a.custom-button:after {
    	display: none;
    }
        .showcase {
	    padding: 20px;
	}
	.showcase-item-title {
	    font-size: 27px;
	}
	.showcase-grid-text-content {
	    padding-top: 0;
	}
	#breadcrumb {
		font-size: 14px;
	}
}


/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width:479px) {

    .realestate_base_widget_portfolio .portfolio-wrapper-col-3 .portfolio-item,
    .realestate_base_widget_portfolio .portfolio-wrapper-col-4 .portfolio-item {
        width: 100%;
    }
   .realestate-base-woocommerce ul.products li.product {
        max-width: 300px;
        margin: 15px auto 15px;
        width: 100%;
        float: none;
    }
    .realestate_base_widget_featured_pages_grid  .featured-pages-grid .grid-item {
        width: 100%;
    }

   .team-view-members .team-view-members-inner .team-view-members-items .tv_member,
   .team-view-members .team-view-members-inner .team-view-members-items.column-1 .tv_member {
        max-width: 100%;
        width: 300px;
        margin: 0 auto 15px;
        float: none;
        padding:0;
    }

    .comment .reply {
        position: inherit;
        top: inherit;
        right: inherit;
    }

    ol.comment-list .children {
        padding-left: 0;
    }

    .navigation .nav-links .nav-previous,
    .navigation .nav-links .nav-next {
        width: 100%;
        text-align: center;
    }

    #footer-widgets .footer-widget-area {
        width: 100%;
    }

    #footer-widgets .footer-widget-area:first-child {
        border: none;
        margin-top: 0;
        padding-top: 0;
    }

    #footer-widgets .footer-widget-area {
        width: 100%;
        padding-top: 15px;
        border-top: 1px solid rgba(185, 178, 178, 0.2);
        margin-top: 15px;
    }
	#footer-widgets .widget-title {
	    margin-bottom: 5px;
	    font-size: 28px;
	    margin-top: 15px;
	}
    .site-description {
        margin-bottom: 0;
    }

    .search-box .search-box-wrap {
        right: 3%;
        width: 263px;
    }


    .search-box {
        float: right;
        position: relative;
        width: 33px;
    }

    .widget.realestate_base_widget_services .service-block-item {
        width: 100%;
    }

    .page-title {
        font-size: 20px;
        margin-bottom: 7px;
    }


    .realestate_base_widget_products_grid .realestate-base-woocommerce ul.products li.product {
        width: 285px;
        margin: 0;
        float: none;
        margin: 0 auto 15px;
        display: block;
    }
}

/*** Block Styles ***/

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

hr.wp-block-separator {
	background: none;
	border-bottom-width: 1px;
}

.wp-block-gallery {
	margin: 0;
	margin-bottom: 15px;
}

.wp-block-gallery.alignleft,
.wp-block-gallery.alignnone,
.wp-block-gallery.aligncenter,
.wp-block-gallery.alignright {
	display: flex;
}

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

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

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

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

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

.wp-block-pullquote blockquote {
	margin: 0;
}
.wp-block-quote:not(.is-large):not(.is-style-large),
blockquote {
	border-left: 5px solid #bf9410;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	border: none;
	background: #bf9410;
	padding: 30px;
	color: #fff;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
	color: #fff;
}
blockquote:before {
	display: none;
}
blockquote {
    margin: 0 0 15px 0;
    position: relative;
    padding-left: 20px;
}
.entry-content ul.wp-block-gallery {
    margin-left: 0;
    padding-left: 0;
}
.entry-content ul,.entry-content ol {
    padding-left: 20px;
    margin-left: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal;
    font-size: 18px;
    color: #000;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	clear: both;
}
/*================================================================
========================= Style Ends =============================
================================================================= */
/*
Theme Name: Realestate_Base
Description: Used to style Gutenberg Blocks.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Blocks - General Styles
2.0 Blocks - Common Blocks
3.0 Blocks - Formatting
4.0 Blocks - Layout Elements
5.0 Blocks - Widgets
6.0 Blocks - Colors
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Blocks - General Styles
--------------------------------------------------------------*/

/* Captions */
[class^="wp-block-"]:not(.wp-block-gallery) figcaption {
	border: none;
	font-size: 15px;
	line-height: 1.4;
	margin: 0;
	padding: 14px;
	text-align: center;
}

.no-sidebar .alignfull {
	margin-left  : calc( -100vw / 2 + 100% / 2 );
    margin-right : calc( -100vw / 2 + 100% / 2 );
    max-width    : 100vw;
}

.no-sidebar .alignwide {
	margin-left  : calc( -96vw / 2 + 100% / 2 );
    margin-right : calc( -96vw / 2 + 100% / 2 );
	max-width: 96vw;
}

.alignfull.wp-block-cover,
.alignwide.wp-block-cover {
	width: auto;
}

/* 985px */
@media screen and (min-width: 61.5625em) {
	.no-sidebar .alignfull  {
		margin-left  : calc( -95vw / 2 + 100% / 2 );
	    margin-right : calc( -95vw / 2 + 100% / 2 );
		max-width: 95vw;
	}
}

/* 1024px */
@media screen and (min-width: 64em) {
	.no-sidebar.full-width-layout .alignfull {
		margin-left  : calc( -100vw / 2 + 100% / 2 );
	    margin-right : calc( -100vw / 2 + 100% / 2 );
	    max-width    : 100vw;
	}

	.no-sidebar:not(.full-width-layout) .alignwide {
	    margin-left: -69px;
	    margin-right: -69px;
	    max-width: 1216px;
	}

	.no-sidebar.full-width .alignwide {
		max-width: 1440px;
	}
}

/* 1280px */
@media screen and (min-width: 80em) {
	.no-sidebar:not(.full-width-layout) .alignwide {
	    margin-left: -120px;
	    margin-right: -120px;
	}
}

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

/* Paragraph */

p.has-drop-cap:not(:focus):first-letter {
	float: left;
	font-size: 100px;
	font-weight: 500;
	line-height: 0.6;
	margin: 11px 14px 0 -10px;
}

/* Image */
.wp-block-image {
	margin-bottom: 1.750em;
}

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

.wp-block-image figure.alignleft {
	margin: 0.375em 2.222222222222222em 1.75em 0;
}

.wp-block-image figure.alignright {
	margin: 0.375em 0 1.75em 2.222222222222222em;
}

/* Gallery */

.wp-block-gallery {
	margin-bottom: 1.750em;
	margin-left: 0;
}

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

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

/* Quote */
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	margin: 0 0 1em;
	padding: 0 0 0 1.166666666666667em;
}

.rtl .wp-block-quote,
.rtl .wp-block-quote.is-large,
.rtl .wp-block-quote.is-style-large {
	padding: 0 1.4em 0 0;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-style: inherit;
	font-size: inherit;
	font-weight: inherit;
}

.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	border-top: 0;
	border-bottom: 0;
	border-left: 5px solid #bf9410;
	padding: 20px;
	margin-bottom: 15px;
}

.rtl .wp-block-quote:not(.is-large):not(.is-style-large) {
	padding: 0 20px 0 0;
}

.wp-block-quote:not(.is-large):not(.is-style-large):before {
	content: none;
}

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

.wp-block-quote cite,
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer,
.wp-block-pullquote__citation,
.wp-block-pullquote cite {
	font-family: Poppins, sans-serif;
	color: #888888;
	font-size: 15px;
	line-height: 1.9;
	font-style: italic;
	text-transform: inherit;
}

.rtl .wp-block-quote cite,
.rtl .wp-block-quote.is-large cite,
.rtl .wp-block-quote.is-large footer,
.rtl .wp-block-quote.is-style-large cite,
.rtl .wp-block-quote.is-style-large footer {
	text-align: right;
}

.wp-block-archives-list li,
.wp-block-categories-list li {
	margin-bottom: 0.55em
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: disc;
}

/* 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;
}

/* File */
.wp-block-file .wp-block-file__button {
	border: none;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	margin-top: 2em;
	padding: 10px 20px;
	-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 {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wp-block-button.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline {
    color: #32506d;
    background-color: transparent;
    background-image: none;
}

/*--------------------------------------------------------------
3.0 Blocks - Formatting
--------------------------------------------------------------*/

/* Editor Font Size */
.has-huge-font-size {
	font-size: 32px;
	line-height: 1.3;
}

.has-large-font-size {
	font-size: 28px;
	line-height: 1.166666666666667;
}

.has-normal-font-size {
	font-size: 16px;
	line-height: 1.75;
}

.has-small-font-size {
	font-size: 13px;
	line-height: 1.5;
}

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

.wp-block-code cite:before,
.wp-block-code small:before {
	content: "\2014\00a0";
}

.wp-block-quote__citation {
	font-size: 16px;
}

/* Pullquote */
.wp-block-pullquote {
	border-left: 0;
	border-top: 5px solid;
	border-bottom: 5px solid;
    color: inherit;
    margin: 0 0 1.75em;
    padding: 0;
}

.wp-block-pullquote blockquote {
	border: none;
	margin: 0;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
    max-width: none;
    width: 100%;
    padding-left: 0;
}

.wp-block-pullquote.alignleft {
    text-align: left;
}

.wp-block-pullquote.alignright {
	text-align: right;
}

.wp-block-pullquote.alignleft {
	margin: 0.375em 2.222222222222222em 1.75em 0;
}

.wp-block-pullquote.alignright  {
	margin: 0.375em 0 1.75em 2.222222222222222em;
}

.wp-block-pullquote p,
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: inherit;
}

/* Table */
.wp-block-table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-table thead th {
	background-color: #fafafa;
	font-weight: 700;
}

/*.wp-block-table th,
.wp-block-table td {
	border: 1px solid;
}*/

.wp-block-table th,
.wp-block-table td {
	padding: 5px;
	border-color: #ddd;
}

.wp-block-latest-posts.is-grid li {
    margin-bottom: 0.55em;
}


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

/* Buttons */
.wp-block-button {
	margin-top: 1.750em;
	margin-bottom: 1.750em;
}

.wp-block-button.alignleft,
.wp-block-button.alignright {
	margin-top: 0;
}

.wp-block-button__link {
	display: inline-block;
	border: medium none;
	border-radius: 0;
	line-height: 1.5;
	font-size: 14px;
	padding: 10px 30px;}

.wp-block-button__link:hover,
.wp-block-button__link:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Separator */
.wp-block-separator {
	border: 0;
	margin: 1.5em auto;
}

.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 {
	list-style-position: inside;
	text-align: center;
}

.wp-block-latest-posts li {
	margin-bottom: 0.55em;
}

.wp-block-latest-posts.is-grid {
	/*list-style: disc;*/
	padding: 0 0 0 20px;
}

.rtl .wp-block-latest-posts.is-grid li {
	margin: 0 0.55em 0 0;
}

.wp-block-latest-posts__post-date {
	color: inherit;
	display: block;
	font-size: 13px;
	line-height: 1.615384615;
	margin-bottom: 0.538461538em;
}

/* Comments */
.wp-block-latest-comments__comment {
	border-top: 5px solid;
	font-size: inherit;
	margin: 0;
	padding: 1.75em 0;
}

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

.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 a {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wp-block-latest-comments__comment-meta {
	font-size: inherit;
	margin-bottom: 14px;
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: inherit;
}

.wp-block-latest-comments__comment-excerpt >:last-child {
	margin-bottom: 0;
}

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

.wp-block-latest-comments__comment-date {
	color: inherit;
	display: block;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0;
	margin: 7px 0 0;
	text-transform: capitalize;
}

.wp-block-pullquote:not(.alignleft):not(.alignright) blockquote:before {
	top: -28px;
}

.wp-block-pullquote blockquote:before {
	content: none;
}

/* ## >= 1024px */
@media screen and (min-width: 64em) {
	.has-huge-font-size {
		font-size: 42px;
	}

	.has-large-font-size {
		font-size: 34px;
	}

}

/* 1366px */
@media screen and (min-width: 85.375em) {
	.has-huge-font-size {
		font-size: 48px;
	}

	.no-sidebar .alignfull {
	    margin-left: calc( -100vw / 2 + 100% / 2 );
	    margin-right: calc( -100vw / 2 + 100% / 2 );
	    max-width: 100vw;
	}
}

/* 1600px */
@media screen and (min-width: 100em) {
	.has-huge-font-size {
		font-size: 56px;
	}

	.has-large-font-size {
	    font-size: 42px;
	}
}


/*--------------------------------------------------------------
6.0 Blocks - Colors
--------------------------------------------------------------*/

.wp-block-file .wp-block-file__button,
.wp-block-button__link {
	background-color: #32506d;
	color: #fff;
}

.wp-block-file .wp-block-file__button:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-button__link:hover,
.wp-block-button__link:focus {
	background-color: #232323;
	color: #fff;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus,
.wp-block-button__link.is-style-outline:hover,
.wp-block-button__link.is-style-outline:focus {
	background-color: #232323;
	color: #fff;
	border-color: transparent;
}

.wp-block-pullquote {
	border-color: #bf9410;
}

/*.wp-block-quote:not(.is-large):not(.is-style-large) {
	border: 0;
}*/

.wp-block-latest-comments__comment {
	border-color: #bf9410;
}

/*White*/
.wp-block-button .wp-block-button__link.has-white-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-white-color,
.wp-block-button__link.is-style-outline .wp-block-button__link.has-white-color,
.has-white-color {
	color: #fff;
}

.wp-block-button .wp-block-button__link.has-white-background-color,
.has-white-background-color {
	background-color: #fff;
}

/*Black*/
.wp-block-button .wp-block-button__link.has-black-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-black-color,
.wp-block-button__link.is-style-outline .wp-block-button__link.has-black-color,
.has-black-color {
	color: #111;
}

.wp-block-button .wp-block-button__link.has-black-background-color,
.has-black-background-color {
	background-color: #111;
}

/*Gray*/
.wp-block-button .wp-block-button__link.has-gray-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-gray-color,
.wp-block-button__link.is-style-outline .wp-block-button__link.has-gray-color,
.has-gray-color {
	color: #f4f4f4;
}

.wp-block-button .wp-block-button__link.has-gray-background-color,
.has-gray-background-color {
	background-color: #f4f4f4;
}

/*Blue*/
.wp-block-button .wp-block-button__link.has-blue-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-blue-color,
.wp-block-button__link.is-style-outline .wp-block-button__link.has-blue-color,
.has-blue-color {
	color: #1b8be0;
}

.wp-block-button .wp-block-button__link.has-blue-background-color,
.has-blue-background-color {
	background-color: #1b8be0;
}

/*Yellow*/
.wp-block-button .wp-block-button__link.has-yellow-color,
.wp-block-button.is-style-outline .wp-block-button__link.has-yellow-color,
.wp-block-button__link.is-style-outline .wp-block-button__link.has-yellow-color,
.has-yellow-color {
	color: #bf9410;
}

.wp-block-button .wp-block-button__link.has-yellow-background-color,
.has-yellow-background-color {
	background-color: #bf9410;
}

/*Pizza*/
.wp-block-button .wp-block-button__link.fade-blue-color,
.wp-block-button.is-style-outline .wp-block-button__link.fade-blue-color,
.wp-block-button__link.is-style-outline .wp-block-button__link.fade-blue-color,
.fade-blue-color {
	color: #32506d;
}

.wp-block-button .wp-block-button__link.fade-blue-background-color,
.fade-blue-background-color {
	background-color: #32506d;
}

@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: 85px;
  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-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;
	}.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;
}.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}