
a.remove {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	speak: never;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 20px;
	display: block;
	line-height: 20px;
	text-align: center;
	font-size: 15px;
}

a.remove:before {
	content: "";
	font-family: "tiefonticon";
	color: #e74c3c;
	transition: color .15s;
}

a.remove:hover:before {
	color: #bf2718;
}

a.remove.big-btn {
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 22px;
}

a.remove.light-btn:not(:hover):before {
	color: #fff;
}

.side-aside a.remove {
	z-index: 1;
	top: 15px;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.admin-bar .side-aside a.remove {
	top: 47px;
}

.admin-bar.is-mobile .side-aside a.remove {
	top: 61px;
}

.tie-popup a.remove {
	transition: .3s;
	-webkit-transform: scale(.2);
	-ms-transform: scale(.2);
	transform: scale(.2);
	opacity: 0;
	top: 15px;
	right: 15px;
	z-index: 1;
}

.tie-popup-is-opend .tie-popup a.remove {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.theiaStickySidebar:after {
	content: "";
	display: table;
	clear: both;
}

.side-aside, .has-custom-scroll {
	overflow-x: hidden;
	scrollbar-width: thin;
}

.side-aside::-webkit-scrollbar, .has-custom-scroll::-webkit-scrollbar {
	width: 5px;
}

.side-aside::-webkit-scrollbar-track, .has-custom-scroll::-webkit-scrollbar-track {
	background: transparent;
}

.side-aside::-webkit-scrollbar-thumb, .has-custom-scroll::-webkit-scrollbar-thumb {
	border-radius: 20px;
	background: rgba(0, 0, 0, .2);
}

.dark-skin .side-aside::-webkit-scrollbar-thumb, .dark-skin .has-custom-scroll::-webkit-scrollbar-thumb {
	background: #000;
}

#tie-body #foxpush_blocked_box {
	display: none !important;
}

.ui-front {
	z-index: 110;
}

.tie-popup-is-opend #tie-wrapper {
	transition: -webkit-filter .2s;
	transition: filter .2s;
	transition: filter .2s, -webkit-filter .2s;
	-webkit-filter: blur(4px);
	filter: blur(4px);
}

.tie-popup {
	position: fixed;
	z-index: 99999;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, .9);
	display: none;
	-webkit-perspective: 600px;
	perspective: 600px;
}

.tie-popup-container {
	position: relative;
	z-index: 100;
	width: 90%;
	max-width: 420px;
	margin: 10em auto 0;
	border-radius: 2px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .2);
	transition: .3s;
	will-change: transform, opacity;
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
}

.tie-popup-container .login-submit {
	padding-top: 15px;
	padding-bottom: 15px;
}

.tie-popup-container .container-wrapper {
	padding: 60px;
	background-color: #fff !important;
	border-radius: 5px;
}

@media (max-width: 479px) {
	.tie-popup-container .container-wrapper {
		padding: 30px;
	}
}

#tie-popup-adblock .tie-popup-container {
	max-width: 500px;
}

#tie-popup-adblock .container-wrapper {
	background: #e74c3c !important;
	text-align: center;
	color: #fff;
}

#tie-popup-adblock .tie-adblock-icon {
	font-size: 120px;
	margin-bottom: 10px;
}

#tie-popup-adblock .adblock-message {
	font-size: 12px;
}

.pop-up-live-search {
	will-change: transform, opacity;
	transition: .3s;
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
	opacity: 0;
}

.tie-popup-is-opend .pop-up-live-search, .tie-popup-is-opend .tie-popup-container {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.tie-popup-search-wrap .container {
	padding: 0;
}

.tie-popup-search-wrap::-webkit-input-placeholder {
	color: #fff;
}

.tie-popup-search-wrap::-moz-placeholder {
	color: #fff;
}

.tie-popup-search-wrap:-moz-placeholder {
	color: #fff;
}

.tie-popup-search-wrap:-ms-input-placeholder {
	color: #fff;
}

.tie-popup-search-wrap form {
	position: relative;
	height: 80px;
	margin-bottom: 20px;
}

.popup-search-wrap-inner {
	position: relative;
	padding: 80px 15px 0;
	margin: 0 auto;
	max-width: 800px;
}

input.tie-popup-search-input {
	width: 100%;
	height: 80px;
	line-height: 80px;
	background: rgba(0, 0, 0, .7) !important;
	font-weight: 500;
	font-size: 22px;
	border: 0;
	padding-right: 80px;
	padding-left: 30px;
	color: #fff;
}

button.tie-popup-search-submit {
	font-size: 28px;
	color: #666;
	position: absolute;
	right: 10px;
	top: 20px;
	background: transparent !important;
	transition: .15s;
}

button.tie-popup-search-submit .tie-icon-spinner {
	color: #666;
	cursor: default;
	-webkit-animation: tie-spin 3s infinite linear;
	animation: tie-spin 3s infinite linear;
}

#tie-popup-search-mobile .popup-search-wrap-inner {
	padding-top: 50px;
}

#tie-popup-search-mobile input.tie-popup-search-input {
	height: 50px;
	line-height: 1;
	padding-left: 20px;
	padding-right: 50px;
}

#tie-popup-search-mobile button.tie-popup-search-submit {
	font-size: 16px;
	top: 9px;
	right: 0;
}

#autocomplete-suggestions {
	overflow: auto;
	padding: 20px;
	color: #eee;
	position: absolute;
	display: none;
	width: 370px;
	z-index: 9999;
}

#autocomplete-suggestions .post-meta {
	margin: 3px 0 0;
}

.autocomplete-suggestion {
	padding-bottom: 20px;
	clear: both;
	overflow: hidden;
}

.autocomplete-suggestion:last-child {
	padding-bottom: 0 !important;
}

.autocomplete-no-suggestion {
	text-align: center;
	font-weight: 600;
}

.live-search-dark {
	color: #ccc;
	background: #1f2024;
	border: 1px solid rgba(255, 255, 255, .07);
	margin: 0 -1px;
}

.live-search-dark.search-in-top-nav {
	background-color: #2c2e32;
}

.live-search-dark .post-title a:not(:hover), .live-search-popup .post-title a:not(:hover) {
	color: #fff;
}

.live-search-light {
	border: 1px solid rgba(0, 0, 0, .1);
	background: #fff;
}

.live-search-popup {
	position: fixed !important;
	width: 100% !important;
	z-index: 999999 !important;
	background: rgba(0, 0, 0, .7);
	padding: 35px;
	border-top: 1px solid #222;
}

@media (max-width: 991px) {
	.live-search-popup {
		padding: 20px;
		max-height: calc(100vmax - 150px);
	}
}

@media (min-width: 992px) {
	.live-search-popup .post-widget-body .post-title {
		line-height: 23px;
		font-size: 16px;
	}
}

.live-search-popup .button {
	font-size: 14px;
	padding-top: 12px;
	padding-bottom: 12px;
}

.tie-icon-tiktok:before {
	content: "";
}

.tie-icon-line:before {
	content: "";
}

.tie-icon-messenger:before {
	content: "";
}

.tie-icon-facebook:before {
	content: "";
}

.tie-icon-basecloud-2:before {
	content: "";
}

.tie-icon-cloud-2:before {
	content: "";
}

.tie-icon-cloud-solid:before {
	content: "";
}

.tie-icon-gps:before {
	content: "";
}

.tie-icon-check:before {
	content: "";
}

.tie-icon-cross:before {
	content: "";
}

.tie-icon-search:before {
	content: "";
}

.tie-icon-heart:before {
	content: "";
}

.tie-icon-star-s:before {
	content: "";
}

.tie-icon-star-o:before {
	content: "";
}

.tie-icon-author:before {
	content: "";
}

.tie-icon-plus:before {
	content: "";
}

.tie-icon-minus:before {
	content: "";
}

.tie-icon-search:before {
	content: "";
}

.tie-icon-heart:before {
	content: "";
}

.tie-icon-star-s:before {
	content: "";
}

.tie-icon-star-o:before {
	content: "";
}

.tie-icon-check1:before {
	content: "";
}

.tie-icon-remove:before {
	content: "";
}

.tie-icon-search-plus:before {
	content: "";
}

.tie-icon-cog:before {
	content: "";
}

.tie-icon-home:before {
	content: "";
}

.tie-icon-clock:before {
	content: "";
}

.tie-icon-download:before {
	content: "";
}

.tie-icon-refresh:before {
	content: "";
}

.tie-icon-lock:before {
	content: "";
}

.tie-icon-headphones:before {
	content: "";
}

.tie-icon-volume-up:before {
	content: "";
}

.tie-icon-tags:before {
	content: "";
}

.tie-icon-bookmark:before {
	content: "";
}

.tie-icon-print:before {
	content: "";
}

.tie-icon-camera:before {
	content: "";
}

.tie-icon-list:before {
	content: "";
}

.tie-icon-video-camera:before {
	content: "";
}

.tie-icon-pencil:before {
	content: "";
}

.tie-icon-play:before {
	content: "";
}

.tie-icon-pause:before {
	content: "";
}

.tie-icon-ban:before {
	content: "";
}

.tie-icon-gift:before {
	content: "";
}

.tie-icon-eye:before {
	content: "";
}

.tie-icon-exclamation-triangle:before {
	content: "";
}

.tie-icon-warning:before {
	content: "";
}

.tie-icon-random:before {
	content: "";
}

.tie-icon-chevron-down:before {
	content: "";
}

.tie-icon-shopping-cart:before {
	content: "";
}

.tie-icon-folder:before {
	content: "";
}

.tie-icon-bar-chart:before {
	content: "";
}

.tie-icon-comments:before {
	content: "";
}

.tie-icon-sign-out:before {
	content: "";
}

.tie-icon-thumb-tack:before {
	content: "";
}

.tie-icon-external-link:before {
	content: "";
}

.tie-icon-phone:before {
	content: "";
}

.tie-icon-twitter:before {
	content: "";
}

.tie-icon-github:before {
	content: "";
}

.tie-icon-credit-card:before {
	content: "";
}

.tie-icon-feed:before {
	content: "";
}

.tie-icon-bullhorn:before {
	content: "";
}

.tie-icon-globe:before {
	content: "";
}

.tie-icon-filter:before {
	content: "";
}

.tie-icon-group:before {
	content: "";
}

.tie-icon-link:before {
	content: "";
}

.tie-icon-navicon:before {
	content: "";
}

.tie-icon-truck:before {
	content: "";
}

.tie-icon-pinterest:before {
	content: "";
}

.tie-icon-envelope:before {
	content: "";
}

.tie-icon-linkedin:before {
	content: "";
}

.tie-icon-dashboard:before {
	content: "";
}

.tie-icon-tachometer:before {
	content: "";
}

.tie-icon-bolt:before {
	content: "";
}

.tie-icon-lightbulb:before {
	content: "";
}

.tie-icon-bell:before {
	content: "";
}

.tie-icon-file-text:before {
	content: "";
}

.tie-icon-angle-left:before {
	content: "";
}

.tie-icon-angle-right:before {
	content: "";
}

.tie-icon-angle-up:before {
	content: "";
}

.tie-icon-angle-down:before {
	content: "";
}

.tie-icon-circle-o:before {
	content: "";
}

.tie-icon-quote-left:before {
	content: "";
}

.tie-icon-quote-right:before {
	content: "";
}

.tie-icon-spinner:before {
	content: "";
}

.tie-icon-info:before {
	content: "";
}

.tie-icon-thumbs-up:before {
	content: "";
}

.tie-icon-thumbs-down:before {
	content: "";
}

.tie-icon-xing:before {
	content: "";
}

.tie-icon-youtube:before {
	content: "";
}

.tie-icon-instagram:before {
	content: "";
}

.tie-icon-flickr:before {
	content: "";
}

.tie-icon-bitbucket:before {
	content: "";
}

.tie-icon-tumblr:before {
	content: "";
}

.tie-icon-long-arrow-right:before {
	content: "";
}

.tie-icon-apple:before {
	content: "";
}

.tie-icon-dribbble:before {
	content: "";
}

.tie-icon-skype:before {
	content: "";
}

.tie-icon-foursquare:before {
	content: "";
}

.tie-icon-archive:before {
	content: "";
}

.tie-icon-vk:before {
	content: "";
}

.tie-icon-dot-circle-o:before {
	content: "";
}

.tie-icon-wordpress:before {
	content: "";
}

.tie-icon-reddit:before {
	content: "";
}

.tie-icon-behance:before {
	content: "";
}

.tie-icon-steam:before {
	content: "";
}

.tie-icon-spotify:before {
	content: "";
}

.tie-icon-deviantart:before {
	content: "";
}

.tie-icon-soundcloud:before {
	content: "";
}

.tie-icon-paper-plane:before {
	content: "";
}

.tie-icon-share:before {
	content: "";
}

.tie-icon-twitch:before {
	content: "";
}

.tie-icon-yelp:before {
	content: "";
}

.tie-icon-wifi:before {
	content: "";
}

.tie-icon-paypal:before {
	content: "";
}

.tie-icon-lastfm:before {
	content: "";
}

.tie-icon-cart-plus:before {
	content: "";
}

.tie-icon-whatsapp:before {
	content: "";
}

.tie-icon-medium:before {
	content: "";
}

.tie-icon-tripadvisor:before {
	content: "";
}

.tie-icon-odnoklassniki:before {
	content: "";
}

.tie-icon-get-pocket:before {
	content: "";
}

.tie-icon-500px:before {
	content: "";
}

.tie-icon-vimeo:before {
	content: "";
}

.tie-icon-mixcloud:before {
	content: "";
}

.tie-icon-shopping-bag:before {
	content: "";
}

.tie-icon-shopping-basket:before {
	content: "";
}

.tie-icon-viadeo:before {
	content: "";
}

.tie-icon-snapchat:before {
	content: "";
}

.tie-icon-grid-4:before {
	content: "";
}

.tie-icon-grid-9:before {
	content: "";
}

.tie-icon-wind:before {
	content: "";
}

.tie-icon-thermometer-half:before {
	content: "";
}

.tie-icon-dots-three-vertical:before {
	content: "";
}

.tie-icon-dots-three-horizontal:before {
	content: "";
}

.tie-icon-facebook:before {
	content: "";
}

.tie-icon-basecloud-2:before {
	content: "";
}

.tie-icon-fire:before {
	content: "";
}

.tie-icon-map:before {
	content: "";
}

.tie-icon-goto:before {
	content: "";
}

.tie-icon-star:before {
	content: "";
}

.tie-icon-plaine:before {
	content: "";
}

.tie-icon-house:before {
	content: "";
}

.tie-icon-users:before {
	content: "";
}

.tie-icon-user:before {
	content: "";
}

.tie-icon-typing:before {
	content: "";
}

.tie-icon-settings:before {
	content: "";
}

.tie-icon-ringer:before {
	content: "";
}

.tie-icon-messageright:before {
	content: "";
}

.tie-icon-list1:before {
	content: "";
}

.tie-icon-inbox:before {
	content: "";
}

.tie-icon-edit:before {
	content: "";
}

.tie-icon-raindrop:before {
	content: "";
}

.tie-icon-text:before {
	content: "";
}

.tie-icon-audio:before {
	content: "";
}

.tie-icon-picture:before {
	content: "";
}

.tie-icon-video:before {
	content: "";
}

.tie-icon-windysnow:before {
	content: "";
}

.tie-icon-mist:before {
	content: "";
}

.tie-icon-moon:before {
	content: "";
}

.tie-icon-sun:before {
	content: "";
}

.tie-icon-thunder:before {
	content: "";
}

.woocommerce-message, .woocommerce-error, .woocommerce-info, .bbp-template-notice, .indicator-hint {
	list-style: none outside;
	width: 100%;
	word-wrap: break-word;
	position: relative;
	padding: 10px 10px 10px 50px !important;
	margin: 15px 0 !important;
	line-height: 30px;
	background-color: #89ba16;
	color: #fff;
	border-radius: 2px;
}

.woocommerce-message p, .woocommerce-error p, .woocommerce-info p, .bbp-template-notice p, .indicator-hint p {
	margin: 0;
	line-height: inherit;
	height: auto;
}

.woocommerce-message:after, .woocommerce-error:after, .woocommerce-info:after, .bbp-template-notice:after, .indicator-hint:after {
	content: " ";
	display: table;
}

.woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before, .bbp-template-notice:before, .indicator-hint:before {
	position: absolute;
	left: 10px;
	top: 10px;
	font-family: tiefonticon;
	content: "";
	font-size: 14px;
	width: 30px;
	text-align: center;
	display: inline-block;
}

.woocommerce-message a, .woocommerce-message a.button, .woocommerce-error a, .woocommerce-error a.button, .woocommerce-info a, .woocommerce-info a.button, .bbp-template-notice a, .bbp-template-notice a.button, .indicator-hint a, .indicator-hint a.button {
	color: #fff !important;
	background: transparent;
	float: right;
	padding: 0 10px;
	line-height: 30px;
}

.woocommerce-message a:hover, .woocommerce-message a.button:hover, .woocommerce-error a:hover, .woocommerce-error a.button:hover, .woocommerce-info a:hover, .woocommerce-info a.button:hover, .bbp-template-notice a:hover, .bbp-template-notice a.button:hover, .indicator-hint a:hover, .indicator-hint a.button:hover {
	background-color: rgba(255, 255, 255, .1) !important;
}

.woocommerce-info, .bbp-template-notice.info {
	background-color: #3498db !important;
}

.woocommerce-info:before, .bbp-template-notice.info:before {
	content: "";
}

.woocommerce-error, .bbp-template-notice.error {
	background-color: #e74c3c;
}

.woocommerce-error:before, .bbp-template-notice.error:before {
	content: "";
}

.woocommerce-warning, .bbp-template-notice.important, .bbp-template-notice.warning {
	background-color: #f39c12;
}

.woocommerce-warning:before, .bbp-template-notice.important:before, .bbp-template-notice.warning:before {
	content: "";
}

@media (min-width: 768px) {
	.cdsROW.wide {
		margin: 25px auto 35px !important;
		border-radius: 60px !important;
		width: 500px !important;
	}
	
	.cdsROW.wide .cdsLocName {
		max-width: 280px !important;
		width: 280px !important;
	}
}

@media (max-width: 767px) {
	.cdsROW.wide {
		width: 100% !important;
		padding: 30px;
		text-align: center;
		height: auto !important;
	}
	
	.cdsROW.wide .cdsROWContainer>div {
		width: 100% !important;
		display: block !important;
		margin: 0 0 20px;
		max-width: none !important;
	}
	
	.cdsROW.wide .cdsROWContainer>div:last-child {
		margin-bottom: 0;
	}
	
	.cdsROW.wide .logo {
		border-right: none !important;
	}
}
