
#cookie-law-info-bar {
	font-size: 15px;
	margin: 0 auto;
	padding: 12px 10px;
	position: absolute;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	z-index: 9999;
	display: none;
	left: 0px;
	font-weight: 300;
	box-shadow: 0 -1px 10px 0 rgba(172, 171, 171, .3);
}

#cookie-law-info-again {
	font-size: 10pt;
	margin: 0;
	padding: 5px 10px;
	text-align: center;
	z-index: 9999;
	cursor: pointer;
	box-shadow: #161616 2px 2px 5px 2px;
}

#cookie-law-info-bar span {
	vertical-align: middle;
}

/** Buttons (http://papermashup.com/demos/css-buttons) */
.cli-plugin-button, .cli-plugin-button:visited {
	display: inline-block;
	padding: 9px 12px;
	color: #fff;
	text-decoration: none;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	margin-left: 5px;
}

.cli-plugin-main-link {
	margin-left: 0px;
	font-weight: 550;
	text-decoration: underline;
}

.cli-plugin-button:hover {
	background-color: #111;
	color: #fff;
	text-decoration: none;
}

.small.cli-plugin-button, .small.cli-plugin-button:visited {
	font-size: 11px;
}

.cli-plugin-button, .cli-plugin-button:visited, .medium.cli-plugin-button, .medium.cli-plugin-button:visited {
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
}

.large.cli-plugin-button, .large.cli-plugin-button:visited {
	font-size: 14px;
	padding: 8px 14px 9px;
}

.super.cli-plugin-button, .super.cli-plugin-button:visited {
	font-size: 34px;
	padding: 8px 14px 9px;
}

.pink.cli-plugin-button, .magenta.cli-plugin-button:visited {
	background-color: #e22092;
}

.pink.cli-plugin-button:hover {
	background-color: #c81e82;
}

.green.cli-plugin-button, .green.cli-plugin-button:visited {
	background-color: #91bd09;
}

.green.cli-plugin-button:hover {
	background-color: #749a02;
}

.red.cli-plugin-button, .red.cli-plugin-button:visited {
	background-color: #e62727;
}

.red.cli-plugin-button:hover {
	background-color: #cf2525;
}

.orange.cli-plugin-button, .orange.cli-plugin-button:visited {
	background-color: #ff5c00;
}

.orange.cli-plugin-button:hover {
	background-color: #d45500;
}

.blue.cli-plugin-button, .blue.cli-plugin-button:visited {
	background-color: #2981e4;
}

.blue.cli-plugin-button:hover {
	background-color: #2575cf;
}

.yellow.cli-plugin-button, .yellow.cli-plugin-button:visited {
	background-color: #ffb515;
}

.yellow.cli-plugin-button:hover {
	background-color: #fc9200;
}

.cli-plugin-button {
	margin-top: 5px;
}

.cli-bar-popup {
	-moz-background-clip: padding;
	-webkit-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	padding: 20px;
}

.cli-powered_by_p {
	width: 100% !important;
	display: block !important;
	color: #333;
	clear: both;
	font-style: italic !important;
	font-size: 12px !important;
	margin-top: 15px !important;
}

.cli-powered_by_a {
	color: #333;
	font-weight: 600 !important;
	font-size: 12px !important;
}

/**
 * Added extra space between each cookie bar action elements @since 1.8.9
 */
.cli-plugin-main-link.cli-plugin-button {
	text-decoration: none;
}

.cli-plugin-main-link.cli-plugin-button {
	margin-left: 5px;
}

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

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

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

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

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

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

.gdpr-px-0 {
	padding-left: 0;
	padding-right: 0;
}

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

.modal-open {
	overflow: hidden;
}

.modal-open .gdpr-modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.gdpr-modal.fade .gdpr-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.gdpr-modal.show .gdpr-modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1039;
	background-color: #000;
}

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

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

.gdpr-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	outline: 0;
}

.gdpr-modal a {
	text-decoration: none;
}

.gdpr-modal .gdpr-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - ( .5rem * 2 ));
}

@media (min-width: 576px) {
	.gdpr-modal .gdpr-modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
		min-height: calc(100% - ( 1.75rem * 2 ));
	}
}

@media (min-width: 992px) {
	.gdpr-modal .gdpr-modal-dialog {
		max-width: 900px;
	}
}

.gdpr-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: .3rem;
	outline: 0;
}

.gdpr-modal .row {
	margin: 0 -15px;
}

.gdpr-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.gdpr-modal .close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	padding: 0;
	background-color: transparent;
	border: 0;
	-webkit-appearance: none;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}

.gdpr-modal .close:focus {
	outline: 0;
}

.gdpr-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 70px;
	font-size: 14px;
}

.gdpr-switch input[type="checkbox"] {
	display: none;
}

.gdpr-switch .gdpr-slider {
	background-color: #e3e1e8;
	height: 24px;
	width: 50px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}

.gdpr-switch .gdpr-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 20px;
	left: 2px;
	position: absolute;
	transition: .4s;
	width: 20px;
}

.gdpr-switch input:checked + .gdpr-slider {
	background-color: #63b35f;
}

.gdpr-switch input:checked + .gdpr-slider:before {
	transform: translateX(26px);
}

.gdpr-switch .gdpr-slider {
	border-radius: 34px;
}

.gdpr-switch .gdpr-slider:before {
	border-radius: 50%;
}

.gdpr-tab-content>.gdpr-tab-pane {
	display: none;
}

.gdpr-tab-content>.active {
	display: block;
}

.gdpr-fade {
	transition: opacity .15s linear;
}

.gdpr-nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
	align-items: stretch !important;
	-ms-align-items: stretch !important;
}

.nav.gdpr-nav-pills, .gdpr-tab-content {
	width: 100%;
	padding: 30px;
}

.nav.gdpr-nav-pills {
	background: #f3f3f3;
}

.nav.gdpr-nav-pills .gdpr-nav-link {
	border: 1px solid #0070ad;
	margin-bottom: 10px;
	color: #0070ad;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
}

.nav.gdpr-nav-pills .gdpr-nav-link.active, .nav.gdpr-nav-pills .show>.gdpr-nav-link {
	background-color: #0070ad;
	border: 1px solid #0070ad;
}

.nav.gdpr-nav-pills .gdpr-nav-link.active {
	color: #fff;
}

.gdpr-tab-content .gdpr-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6;
}

.gdpr-tab-content .gdpr-button-wrapper .btn-gdpr {
	background-color: #0070ad;
	border-color: #0070ad;
	color: #fff;
	font-size: 14px;
	font-size: 1rem;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.gdpr-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0;
}

.gdpr-tab-content h4 {
	font-size: 20px;
	margin-bottom: .5rem;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

.cli-container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

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

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

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

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

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

.cli-px-0 {
	padding-left: 0;
	padding-right: 0;
}

.cli-btn {
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
	transition: all .15s ease-in-out;
}

.cli-btn:hover {
	opacity: .8;
}

.cli-read-more-link {
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
}

.cli-btn:focus {
	outline: 0;
}

.cli-modal-backdrop.cli-show {
	opacity: .8;
}

.cli-modal-open {
	overflow: hidden;
}

.cli-barmodal-open {
	overflow: hidden;
}

.cli-modal-open .cli-modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.cli-modal.cli-fade .cli-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.cli-modal.cli-show .cli-modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.cli-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	display: none;
}

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

.cli-modal-backdrop.cli-show {
	opacity: .5;
	display: block;
}

.cli-modal.cli-show {
	display: block;
}

.cli-modal a {
	text-decoration: none;
}

.cli-modal .cli-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - ( .5rem * 2 ));
}

@media (min-width: 576px) {
	.cli-modal .cli-modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
		min-height: calc(100% - ( 1.75rem * 2 ));
	}
}

@media (min-width: 992px) {
	.cli-modal .cli-modal-dialog {
		max-width: 900px;
	}
}

.cli-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .3rem;
	outline: 0;
}

.cli-modal .row {
	margin: 0 -15px;
}

.cli-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.cli-modal .cli-modal-close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 1;
	padding: 0;
	background-color: transparent !important;
	border: 0;
	-webkit-appearance: none;
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
}

.cli-modal .cli-modal-close:focus {
	outline: 0;
}

.cli-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 70px;
	font-size: 14px;
}

.cli-switch input[type="checkbox"] {
	display: none;
}

.cli-switch .cli-slider {
	background-color: #e3e1e8;
	height: 24px;
	width: 50px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}

.cli-switch .cli-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 20px;
	left: 2px;
	position: absolute;
	transition: .4s;
	width: 20px;
}

.cli-switch input:checked + .cli-slider {
	background-color: #00acad;
}

.cli-switch input:checked + .cli-slider:before {
	transform: translateX(26px);
}

.cli-switch .cli-slider {
	border-radius: 34px;
}

.cli-switch .cli-slider:before {
	border-radius: 50%;
}

.cli-tab-content {
	background: #fff;
}

.cli-tab-content>.cli-active {
	display: block;
}

.cli-fade {
	transition: opacity .15s linear;
}

.cli-nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cli-nav-pills, .cli-tab-content {
	width: 100%;
	padding: 30px;
}

@media (max-width: 767px) {
	.cli-nav-pills, .cli-tab-content {
		padding: 30px 10px;
	}
}

.cli-nav-pills {
	background: #f3f3f3;
}

.cli-nav-pills .cli-nav-link {
	border: 1px solid #00acad;
	margin-bottom: 10px;
	color: #00acad;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
	cursor: pointer;
}

.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
	background-color: #00acad;
	border: 1px solid #00acad;
}

.cli-nav-pills .cli-nav-link.cli-active {
	color: #fff;
}

.cli-tab-content .cli-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6;
}

.cli-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0;
}

.cli-tab-content h4 {
	font-size: 20px;
	margin-bottom: 1.5rem;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

/* Settings Popup */
.cli-container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

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

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

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

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

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

.cli-px-0 {
	padding-left: 0;
	padding-right: 0;
}

.cli-btn {
	cursor: pointer;
	font-size: 14px;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .5rem 1.25rem;
	line-height: 1;
	border-radius: .25rem;
	transition: all .15s ease-in-out;
}

.cli-btn:hover {
	opacity: .8;
}

.cli-read-more-link {
	cursor: pointer;
	font-size: 15px;
	font-weight: 500;
	text-decoration: underline;
}

.cli-btn:focus {
	outline: 0;
}

.cli-modal-backdrop.cli-show {
	opacity: .8;
}

.cli-modal-open {
	overflow: hidden;
}

.cli-barmodal-open {
	overflow: hidden;
}

.cli-modal-open .cli-modal {
	overflow-x: hidden;
	overflow-y: auto;
}

.cli-modal.cli-fade .cli-modal-dialog {
	transition: -webkit-transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	transform: translate(0, -25%);
}

.cli-modal.cli-show .cli-modal-dialog {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}

.cli-modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: opacity ease-in-out .5s;
}

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

.cli-modal-backdrop.cli-show {
	opacity: .5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.cli-modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	transform: scale(0);
	overflow: hidden;
	outline: 0;
	display: none;
}

.cli-modal a {
	text-decoration: none;
}

.cli-modal .cli-modal-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	min-height: calc(100% - ( .5rem * 2 ));
}

@media (min-width: 576px) {
	.cli-modal .cli-modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
		min-height: calc(100% - ( 1.75rem * 2 ));
	}
}

.cli-modal-content {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border-radius: .2rem;
	box-sizing: border-box;
	outline: 0;
}

.cli-modal .row {
	margin: 0 -15px;
}

.cli-modal .modal-body {
	padding: 0;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.cli-modal .cli-modal-close:focus {
	outline: 0;
}

.cli-switch {
	display: inline-block;
	position: relative;
	min-height: 1px;
	padding-left: 38px;
	font-size: 14px;
}

.cli-switch input[type="checkbox"] {
	display: none;
}

.cli-switch .cli-slider {
	background-color: #e3e1e8;
	height: 20px;
	width: 38px;
	bottom: 0;
	cursor: pointer;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: .4s;
}

.cli-switch .cli-slider:before {
	background-color: #fff;
	bottom: 2px;
	content: "";
	height: 15px;
	left: 3px;
	position: absolute;
	transition: .4s;
	width: 15px;
}

.cli-switch input:checked + .cli-slider {
	background-color: #61a229;
}

.cli-switch input:checked + .cli-slider:before {
	transform: translateX(18px);
}

.cli-switch .cli-slider {
	border-radius: 34px;
	font-size: 0;
}

.cli-switch .cli-slider:before {
	border-radius: 50%;
}

.cli-tab-content {
	background: #fff;
}

.cli-nav-pills {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	-ms-flex-direction: column;
	flex-direction: column;
}

.cli-nav-pills, .cli-tab-content {
	width: 100%;
	padding: 5px 30px 5px 5px;
	box-sizing: border-box;
}

@media (max-width: 767px) {
	.cli-nav-pills, .cli-tab-content {
		padding: 30px 10px;
	}
}

.cli-nav-pills {
	background: #fff;
}

.cli-nav-pills .cli-nav-link {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	color: #2a2a2a;
	font-size: 14px;
	display: block;
	padding: .5rem 1rem;
	border-radius: .25rem;
	cursor: pointer;
}

.cli-nav-pills .cli-nav-link.cli-active, .cli-nav-pills .cli-show>.cli-nav-link {
	background-color: #f6f6f9;
	border: 1px solid #ccc;
}

.cli-nav-pills .cli-nav-link.cli-active {
	color: #2a2a2a;
}

.cli-tab-content .cli-button-wrapper {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #d6d6d6;
}

.cli-tab-content p {
	color: #343438;
	font-size: 14px;
	margin-top: 0;
}

.cli-tab-content h4 {
	font-size: 20px;
	margin-bottom: 1.5rem;
	margin-top: 0;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}

/* Cookie Settings In Bar */
#cookie-law-info-bar .cli-nav-pills, #cookie-law-info-bar .cli-tab-content, #cookie-law-info-bar .cli-nav-pills .cli-show>.cli-nav-link, #cookie-law-info-bar a.cli-nav-link.cli-active {
	background: transparent;
}

#cookie-law-info-bar .cli-nav-pills .cli-nav-link.cli-active, #cookie-law-info-bar  .cli-nav-link, #cookie-law-info-bar .cli-tab-container p, #cookie-law-info-bar span.cli-necessary-caption, #cookie-law-info-bar .cli-switch .cli-slider:after {
	color: inherit;
}

#cookie-law-info-bar .cli-tab-header a:before {
	border-right: 1px solid currentColor;
	border-bottom: 1px solid currentColor;
}

#cookie-law-info-bar .cli-row {
	margin-top: 20px;
}

#cookie-law-info-bar .cli-col-4 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

#cookie-law-info-bar .cli-col-8 {
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.cli-wrapper {
	max-width: 90%;
	float: none;
	margin: 0 auto;
}

#cookie-law-info-bar .cli-tab-content h4 {
	margin-bottom: .5rem;
}

#cookie-law-info-bar .cli-nav-pills .cli-nav-link {
	padding: .2rem .5rem;
}

#cookie-law-info-bar .cli-tab-container {
	display: none;
	text-align: left;
}

/* Popup Footer Styles */
.cli-tab-footer .cli-btn {
	background-color: #00acad;
	padding: 10px 15px;
	text-decoration: none;
}

.cli-tab-footer .wt-cli-privacy-accept-btn {
	background-color: #61a229;
	color: #fff;
	border-radius: 0;
}

.cli-tab-footer {
	width: 100%;
	text-align: right;
	padding: 20px 0;
}

/* version 2.0 */
.cli-col-12 {
	width: 100%;
}

.cli-tab-header {
	display: flex;
	justify-content: space-between;
}

.cli-tab-header a:before {
	width: 10px;
	height: 2px;
	left: 0;
	top: calc(50% - 1px);
}

.cli-tab-header a:after {
	width: 2px;
	height: 10px;
	left: 4px;
	top: calc(50% - 5px);
	-webkit-transform: none;
	transform: none;
}

.cli-tab-header a:before {
	width: 7px;
	height: 7px;
	border-right: 1px solid #4a6e78;
	border-bottom: 1px solid #4a6e78;
	content: " ";
	transform: rotate(-45deg);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-right: 10px;
}

.cli-tab-header a.cli-nav-link {
	position: relative;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #000;
	text-transform: capitalize;
}

.cli-tab-header.cli-tab-active .cli-nav-link:before {
	transform: rotate(45deg);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.cli-tab-header {
	border-radius: 5px;
	padding: 12px 15px;
	cursor: pointer;
	transition: background-color .2s ease-out .3s, color .2s ease-out 0s;
	background-color: #f2f2f2;
}

.cli-modal .cli-modal-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	-webkit-appearance: none;
	width: 40px;
	height: 40px;
	padding: 0;
	padding: 10px;
	border-radius: 50%;
	background: transparent;
	border: none;
	min-width: 40px;
}

.cli-tab-container h4, .cli-tab-container h1 {
	font-family: inherit;
	font-size: 16px;
	margin-bottom: 15px;
	margin: 10px 0;
}

#cliSettingsPopup .cli-tab-section-container {
	padding-top: 12px;
}

.cli-tab-container p, .cli-privacy-content-text {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 0;
	padding: 0;
	color: #000;
}

.wt-cli-privacy {
	display: none;
}

.cli-tab-content {
	display: none;
}

.cli-tab-section .cli-tab-content {
	padding: 10px 20px 5px 20px;
}

.cli-tab-section {
	margin-top: 5px;
}

@media (min-width: 992px) {
	.cli-modal .cli-modal-dialog {
		max-width: 645px;
	}
}

.cli-switch .cli-slider:after {
	content: attr(data-cli-disable);
	position: absolute;
	right: 50px;
	color: #000;
	font-size: 12px;
	text-align: right;
	min-width: 80px;
}

.cli-switch input:checked + .cli-slider:after {
	content: attr(data-cli-enable);
}

.cli-privacy-overview:not(.cli-collapsed) .cli-privacy-content {
	max-height: 60px;
	transition: max-height .15s ease-out;
	overflow: hidden;
}

a.cli-privacy-readmore {
	font-size: 12px;
	margin-top: 12px;
	display: inline-block;
	padding-bottom: 0;
	cursor: pointer;
	color: #000;
	text-decoration: underline;
}

.cli-modal-footer {
	position: relative;
}

a.cli-privacy-readmore:before {
	content: attr(data-readmore-text);
}

.cli-collapsed a.cli-privacy-readmore:before {
	content: attr(data-readless-text);
}

.cli-collapsed .cli-privacy-content {
	transition: max-height .25s ease-in;
}

.cli-privacy-content p {
	margin-bottom: 0;
}

.cli-modal-close svg {
	fill: #000;
}

span.cli-necessary-caption {
	color: #000;
	font-size: 12px;
}

.cli-tab-section.cli-privacy-tab {
	display: none;
}

#cookie-law-info-bar .cli-tab-section.cli-privacy-tab {
	display: block;
}

#cookie-law-info-bar .cli-privacy-overview {
	display: none;
}

.cli-tab-container .cli-row {
	max-height: 500px;
	overflow-y: auto;
}

.cli-modal.cli-blowup.cli-out {
	z-index: -1;
}

.cli-modal.cli-blowup {
	z-index: 999999;
	transform: scale(1);
}

.cli-modal.cli-blowup .cli-modal-dialog {
	animation: blowUpModal .5s cubic-bezier(.165, .84, .44, 1) forwards;
}

.cli-modal.cli-blowup.cli-out .cli-modal-dialog {
	animation: blowUpModalTwo .5s cubic-bezier(.165, .84, .44, 1) forwards;
}

@keyframes blowUpContent {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	
	99.9% {
		transform: scale(2);
		opacity: 0;
	}
	
	100% {
		transform: scale(0);
	}
}

@keyframes blowUpContentTwo {
	0% {
		transform: scale(2);
		opacity: 0;
	}
	
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes blowUpModal {
	0% {
		transform: scale(0);
	}
	
	100% {
		transform: scale(1);
	}
}

@keyframes blowUpModalTwo {
	0% {
		transform: scale(1);
		opacity: 1;
	}
	
	50% {
		transform: scale(.5);
		opacity: 0;
	}
	
	100% {
		transform: scale(0);
		opacity: 0;
	}
}

.cli-tab-section .cookielawinfo-row-cat-table td, .cli-tab-section .cookielawinfo-row-cat-table th {
	font-size: 12px;
}

.cli_settings_button {
	cursor: pointer;
}

/* Accessibility Fix */
.wt-cli-sr-only {
	display: none;
	font-size: 16px;
}

/* Changes for CCPA
Version : 1.8.9
*/
a.wt-cli-element.cli_cookie_close_button {
	text-decoration: none;
	color: #333;
	font-size: 22px;
	line-height: 22px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 5px;
}

/* GDPR Bar Version 2 */
.cli-bar-container {
	float: none;
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.cli-bar-btn_container {
	margin-left: 20px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	flex-wrap: nowrap;
}

.cli-style-v2 a {
	cursor: pointer;
}

.cli-bar-btn_container a {
	white-space: nowrap;
}

.cli-style-v2 .cli-plugin-main-link {
	font-weight: inherit;
}

.cli-style-v2 {
	font-size: 11pt;
	line-height: 18px;
	font-weight: normal;
}

#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container, #cookie-law-info-bar[data-cli-type="popup"] .cli-bar-container {
	display: block;
}

.cli-style-v2 .cli-bar-message {
	width: 70%;
	text-align: left;
}

#cookie-law-info-bar[data-cli-type="widget"] .cli-bar-message, #cookie-law-info-bar[data-cli-type="popup"] .cli-bar-message {
	width: 100%;
}

#cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-btn_container {
	margin-top: 8px;
	margin-left: 0px;
	flex-wrap: wrap;
}

/* #cookie-law-info-bar[data-cli-type="widget"] .cli-style-v2 .cli-bar-message {
	text-align: center;
} */
#cookie-law-info-bar[data-cli-type="popup"] .cli-style-v2 .cli-bar-btn_container {
	margin-top: 8px;
	margin-left: 0px;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"] .cli_messagebar_head {
	text-align: left;
	margin-bottom: 5px;
	margin-top: 0px;
	font-size: 16px;
}

/* #cookie-law-info-bar[data-cli-type="widget"] .cli-bar-container.cli-style-v2 {
	padding-left: 0px;
	padding-right: 0px;
} */
.cli-style-v2 .cli-bar-message .wt-cli-ccpa-element, .cli-style-v2 .cli-bar-message .wt-cli-ccpa-checkbox {
	margin-top: 5px;
}

.cli-style-v2 .cli-bar-btn_container .cli_action_button, .cli-style-v2 .cli-bar-btn_container .cli-plugin-main-link, .cli-style-v2 .cli-bar-btn_container .cli_settings_button {
	margin-left: 5px;
}

.wt-cli-ccpa-checkbox label {
	font-size: inherit;
	cursor: pointer;
	margin: 0px 0px 0px 5px;
}

/* .cli-bar-container.cli-style-v2 {
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
} */
#cookie-law-info-bar[data-cli-style="cli-style-v2"] {
	padding: 14px 25px;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"] {
	padding: 32px 30px;
}

#cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
	padding: 32px 45px;
}

.cli-style-v2 .cli-plugin-main-link:not(.cli-plugin-button), .cli-style-v2 .cli_settings_button:not(.cli-plugin-button), .cli-style-v2 .cli_action_button:not(.cli-plugin-button) {
	text-decoration: underline;
}

.cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
	margin-top: 5px;
	margin-bottom: 5px;
}

a.wt-cli-ccpa-opt-out {
	white-space: nowrap;
	text-decoration: underline;
}

.wt-cli-necessary-checkbox {
	display: none !important;
}

@media (max-width: 985px) {
	.cli-style-v2 .cli-bar-message {
		width: 100%;
	}
	
	.cli-style-v2.cli-bar-container {
		justify-content: left;
		flex-wrap: wrap;
	}
	
	.cli-style-v2 .cli-bar-btn_container {
		margin-left: 0px;
		margin-top: 10px;
	}
	
	#cookie-law-info-bar[data-cli-style="cli-style-v2"], #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="widget"], #cookie-law-info-bar[data-cli-style="cli-style-v2"][data-cli-type="popup"] {
		padding: 25px 25px;
	}
}

/* Settings popup footer section */
.wt-cli-ckyes-brand-logo {
	display: flex;
	align-items: center;
	font-size: 9px;
	color: #111;
	font-weight: normal;
}

.wt-cli-ckyes-brand-logo img {
	width: 65px;
	margin-left: 2px;
}

.wt-cli-privacy-overview-actions {
	padding-bottom: 0;
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
	.cli-style-v2 .cli-bar-btn_container {
		flex-wrap: wrap;
	}
}

/* Fix: HTML validation error due to the enclosing of <p> tags on category description */
.wt-cli-cookie-description {
	font-size: 14px;
	line-height: 1.4;
	margin-top: 0;
	padding: 0;
	color: #000;
}

.wprevpro_t1_outer_div {
	padding: 0;
	margin: 0 0px 0 0px;
}

.wprevpro_t1_DIV_1 {
	box-sizing: border-box;
	color: #777;
	text-size-adjust: 100%;
	column-rule-color: #fff;
	perspective-origin: 277.5px 115px;
	transform-origin: 277.5px 115px;
	border: 0 none #fff;
	font: normal normal normal normal 13px/20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
	outline: #fff none 0;
	margin-bottom: 20px;
	margin-top: 10px;
}

.wprevpro_t1_DIV_2 {
	bottom: 0;
	box-shadow: rgba(0, 0, 0, .09) 2px 2px 3px 0;
	box-sizing: border-box;
	color: #777;
	height: auto;
	left: 0;
	position: relative;
	right: 0;
	text-size-adjust: 100%;
	top: 0;
	column-rule-color: #fff;
	perspective-origin: 277.5px 69px;
	transform-origin: 277.5px 69px;
	background: #fff none repeat scroll 0 0/auto padding-box border-box;
	border: 1px solid #f5f5f5;
	font: italic normal normal normal 14px/22.4px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 25px;
	outline: #fff none 0;
	padding: 20px 25px 20px 48px;
}

.wprevpro_t1_DIV_2:after {
	bottom: -30px;
	box-sizing: border-box;
	color: #fff;
	content: "";
	display: block;
	height: 30px;
	left: 80px;
	position: absolute;
	right: 445px;
	text-size-adjust: 100%;
	width: 30px;
	column-rule-color: #fff;
	perspective-origin: 15px 15px;
	transform-origin: 15px 15px;
	filter: drop-shadow(2px 2px 1px rgba(0, 0, 0, .0980392));
	border-top: 30px solid #fff;
	border-right: 30px solid transparent;
	border-bottom: 0 solid transparent;
	border-left: 0 solid transparent;
	font: normal normal normal normal 13px/20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
	outline: #fff none 0;
}

.wprevpro_t1_DIV_2:before {
	bottom: 47px;
	box-sizing: border-box;
	color: #bbb;
	content: "“";
	display: block;
	height: 96px;
	left: 55px;
	position: absolute;
	right: 515.391px;
	text-size-adjust: 100%;
	top: 20px;
	width: 24.6094px;
	column-rule-color: #bbb;
	perspective-origin: 12.2969px 48px;
	transform-origin: 12.2969px 48px;
	border: 0 none #bbb;
	font: normal normal normal normal 60px/96px Georgia, serif;
	margin: -25px 0 0 -40px;
	outline: #bbb none 0;
}

.wprevpro_t1_P_3 {
	box-sizing: border-box;
	color: #777;
	text-size-adjust: 100%;
	column-rule-color: #777;
	perspective-origin: 240px 44px;
	transform-origin: 240px 44px;
	border: 0 none #777;
	font: italic normal normal normal 14px/22.4px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 5px;
	outline: #777 none 0;
}

.wprevpro_t1_IMG_4 {
	box-sizing: border-box;
	color: #fff;
	display: block;
	float: left;
	height: 50px;
	text-size-adjust: 100%;
	vertical-align: middle;
	width: 50px;
	column-rule-color: #fff;
	perspective-origin: 30px 30px;
	transform-origin: 30px 30px;
	border: 0 none #fff;
	border-radius: 50% 50% 50% 50% !important;
	font: normal normal normal normal 13px/20.8px "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 20px;
	outline: #fff none 0;
}

.wprevpro_t1_SPAN_5 {
	color: #555;
	display: block;
	text-size-adjust: 100%;
	text-transform: uppercase;
	overflow: hidden;
	padding: 8px 0 0;
}

.marginb10 {
	margin-bottom: 10px;
}

.w3_wprs-row-padding-small {
	padding: 0 4px;
}

.noboxshadow {
	box-shadow: transparent 0 0 0 0;
}

.wprevpro_t1_P_3>img {
	box-shadow: 0 0 0 transparent;
}

.wprevpro_t1_A_8>img {
	box-shadow: 0 0;
	padding: 0;
}

img.wprevpro_t1_star_img_file {
	width: 100px;
	height: 19px;
}

img.wprevpro_t1_yelp_logo {
	position: absolute;
	right: 10px;
	bottom: 2px;
}

img.wprevpro_t1_site_logo {
	position: absolute;
	right: 2px;
	bottom: 2px;
	height: 32px;
	width: unset;
	margin-bottom: unset !important;
}

.w3_wprs-responsive {
	overflow-x: auto;
}

.w3_wprs-btn-bar:after, .w3_wprs-btn-bar:before, .w3_wprs-btn-group:after, .w3_wprs-btn-group:before, .w3_wprs-clear:after, .w3_wprs-container:after, .w3_wprs-panel:after, .w3_wprs-row-padding:after, .w3_wprs-row:after, .w3_wprs-topnav:after {
	content: "";
	display: table;
	clear: both;
}

.w3_wprs-col, .w3_wprs-half, .w3_wprs-quarter, .w3_wprs-third, .w3_wprs-threequarter, .w3_wprs-twothird {
	float: left;
	width: 100%;
}

.w3_wprs-col.s1 {
	width: 8.33333%;
}

.w3_wprs-col.s2 {
	width: 16.66666%;
}

.w3_wprs-col.s3 {
	width: 24.99999%;
}

.w3_wprs-col.s4 {
	width: 33.33333%;
}

.w3_wprs-col.s5 {
	width: 41.66666%;
}

.w3_wprs-col.s6 {
	width: 49.99999%;
}

.w3_wprs-col.s7 {
	width: 58.33333%;
}

.w3_wprs-col.s8 {
	width: 66.66666%;
}

.w3_wprs-col.s9 {
	width: 74.99999%;
}

.w3_wprs-col.s10 {
	width: 83.33333%;
}

.w3_wprs-col.s11 {
	width: 91.66666%;
}

.w3_wprs-col.s12, .w3_wprs-half, .w3_wprs-quarter, .w3_wprs-third, .w3_wprs-threequarter, .w3_wprs-twothird {
	width: 99.99999%;
}

@media only screen and (min-width:601px) {
	.w3_wprs-col.m1 {
		width: 8.33333%;
	}
	
	.w3_wprs-col.m2 {
		width: 16.66666%;
	}
	
	.w3_wprs-col.m3, .w3_wprs-quarter {
		width: 24.99999%;
	}
	
	.w3_wprs-col.m4, .w3_wprs-third {
		width: 33.33333%;
	}
	
	.w3_wprs-col.m5 {
		width: 41.66666%;
	}
	
	.w3_wprs-col.m6, .w3_wprs-half {
		width: 49.99999%;
	}
	
	.w3_wprs-col.m7 {
		width: 58.33333%;
	}
	
	.w3_wprs-col.m8, .w3_wprs-twothird {
		width: 66.66666%;
	}
	
	.w3_wprs-col.m9, .w3_wprs-threequarter {
		width: 74.99999%;
	}
	
	.w3_wprs-col.m10 {
		width: 83.33333%;
	}
	
	.w3_wprs-col.m11 {
		width: 91.66666%;
	}
	
	.w3_wprs-col.m12 {
		width: 99.99999%;
	}
}

@media only screen and (min-width:993px) {
	.w3_wprs-col.l1 {
		width: 8.33333%;
	}
	
	.w3_wprs-col.l2 {
		width: 16.66666%;
	}
	
	.w3_wprs-col.l3, .w3_wprs-quarter {
		width: 24.99999%;
	}
	
	.w3_wprs-col.l4, .w3_wprs-third {
		width: 33.33333%;
	}
	
	.w3_wprs-col.l5 {
		width: 41.66666%;
	}
	
	.w3_wprs-col.l6, .w3_wprs-half {
		width: 49.99999%;
	}
	
	.w3_wprs-col.l7 {
		width: 58.33333%;
	}
	
	.w3_wprs-col.l8, .w3_wprs-twothird {
		width: 66.66666%;
	}
	
	.w3_wprs-col.l9, .w3_wprs-threequarter {
		width: 74.99999%;
	}
	
	.w3_wprs-col.l10 {
		width: 83.33333%;
	}
	
	.w3_wprs-col.l11 {
		width: 91.66666%;
	}
	
	.w3_wprs-col.l12 {
		width: 99.99999%;
	}
}

.w3_wprs-content {
	max-width: 980px;
	margin: auto;
}

.w3_wprs-row-padding, .w3_wprs-row-padding>.w3_wprs-col, .w3_wprs-row-padding>.w3_wprs-half, .w3_wprs-row-padding>.w3_wprs-quarter, .w3_wprs-row-padding>.w3_wprs-third, .w3_wprs-row-padding>.w3_wprs-threequarter, .w3_wprs-row-padding>.w3_wprs-twothird {
	padding: 0 8px;
}

span.wprs_rd_more {
	cursor: pointer;
}

a.wprev_media_img_a {
	display: inline-block;
}

img.wprev_media_img {
	height: 50px !important;
	margin-right: 4px;
	border-radius: 5px;
	margin-bottom: 2px;
}

.wprev_media_div {
	margin-bottom: 0;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
}

.wpproslider_t3_DIV_1a .wprev_media_div {
	margin: -25px 5px 34px 55px;
}

.wpproslider_t6_DIV_2 .wprev_media_div {
	margin-left: 10px;
	margin-right: 10px;
}

.wprev_media_div {
	margin-bottom: 0;
	margin-top: 10px;
	margin-left: 0;
	margin-right: 0;
	overflow: auto;
	white-space: nowrap;
	scrollbar-width: thin;
	scrollbar-color: #e4e4e4 #fff;
	scrollbar-gutter: auto;
}

.wprev_media_div::-webkit-scrollbar {
	width: 16px;
}

.wprev_media_div::-webkit-scrollbar-track {
	background-color: #e4e4e4;
	border-radius: 100px;
}

.wprev_media_div::-webkit-scrollbar-thumb {
	background-color: #d4aa70;
	border-radius: 100px;
}

.wprs_unslider {
	overflow: visible;
	margin: 0;
	padding: 0;
	position: relative;
}

.wprs_unslider-wrap {
	position: relative;
}

.wprs_unslider-wrap.wprs_unslider-carousel>li {
	float: left;
}

.wprs_unslider-vertical>ul {
	height: 100%;
}

.wprs_unslider-vertical li {
	float: none;
	width: 100%;
}

.wprs_unslider-fade {
	position: relative;
}

.wprs_unslider-fade .wprs_unslider-wrap li {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	z-index: 8;
	list-style-type: none;
}

.wprs_unslider-fade .wprs_unslider-wrap li.wprs_unslider-active {
	z-index: 10;
}

.wprs_unslider li, .wprs_unslider ol, .wprs_unslider ul {
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
	border: none;
	list-style-type: none;
}

.wprs_unslider-arrow {
	position: absolute;
	z-index: 2;
	cursor: pointer;
}

.wprs_unslider-arrow.next {
	left: auto;
	background-position-x: 52%;
	background-position-y: 50%;
}

.wprs_unslider-arrow {
	display: block;
	width: 25px;
	height: 25px;
	top: 50%;
	right: 10px;
	left: auto;
	margin-top: -30px;
	overflow: hidden;
	background: rgba(0, 0, 0, .2) no-repeat 58% 51%;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAQCAQAAABuQZ3IAAAAi0lEQVR4AU3OISBEQQBAwS0AACS9NxqQgCZpkiYBVddFvWhAAUABAPQCAGC4g/0vTnrBqCfDIZl70J+kMUBPpEwT4FNXxBxz4F1HxHyr4EVTxBLb4EFNxEon4CJSlVNw9AcV9sC16h8osgke1P1ArgXwouVvdQq86ww/GQefusNf7kBviBlxpT8k+gL/Wox4r1d4MwAAAABJRU5ErkJggg==");
	background-size: 7px 11px;
	border-radius: 32px;
	text-indent: -999em;
	opacity: .6;
	transition: opacity .2s;
	border-width: 0 !important;
}

.wprs_unslider-arrow.nitro-lazy {
	background-image: none !important;
}

.wprs_unslider-arrow.prev {
	left: 10px;
	right: auto;
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
	background-position-x: 52%;
	background-position-y: 50%;
}

.wprs_unslider-nav ol {
	list-style: none;
	text-align: center;
}

.wprs_unslider-nav ol li {
	display: inline-block;
	width: 9px;
	height: 9px;
	margin: 0 4px !important;
	background: 0 0;
	border-radius: 5px;
	overflow: hidden;
	text-indent: -999em;
	border: 1px solid #c3c3c3;
	cursor: pointer;
}

.wprs_unslider-nav ol li.wprs_unslider-active {
	background: #c3c3c3;
	cursor: default;
}

a.wprs_rd_more {
	cursor: pointer;
	text-decoration: none !important;
}

.wprs_unslider-wrap.wprs_unslider-carousel>li {
	float: left;
	margin: 0px !important;
}

span.wprs_rd_more_text {
	display: inline;
	transition: opacity 1s;
	opacity: 0;
}

.wprev-slider {
	margin-left: 30px;
	margin-right: 30px;
}

div.wprev-slider ul {
	list-style-type: none !important;
	padding: 0 0 0 0 !important;
}

.wprev-slider ul {
	list-style-type: none;
}

li.wprevnextslide {
	display: none;
}

img.sitetype_Google {
	width: 32px;
	height: 32px;
}

img.sitetype_Facebook {
	width: 32px;
	height: 32px;
}

span.svgicons.svg-wprsp-verified {
	width: 18px;
	height: 18px;
	background: #a3a29e;
	display: inline-block;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: bottom;
	margin-bottom: -3px;
	margin-right: 5px;
	margin-left: 2px;
}

.wprevtooltip {
	cursor: pointer;
}

.wprevpro_tooltip {
	display: none;
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	color: #efefef;
	background-color: rgba(0, 0, 0, .75);
	border-radius: 3px;
	font-family: sans-serif;
	font-style: normal;
	font-size: 10px;
	line-height: 24px;
	z-index: 999999;
}

/* background svg defs */
.wprevpro_star_imgs span.svgicons {
	width: 18px;
	height: 18px;
	background: gold;
	display: inline-block;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: bottom;
	margin-bottom: -2px;
	margin-right: 1px;
}

span.svgicons.svg-wprsp-star-full.ratingRow__star {
	width: 19px;
	height: 19px;
	background: gold;
	display: inline-block;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center;
	margin-bottom: 1px;
	margin-right: 0px;
}

span.svgicons.svg-empty {
	width: 0px !important;
	height: 0px !important;
}

fieldset#wprevpro_review_rating span.svgicons {
	width: 35px;
	height: 35px;
	display: inline-block;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: bottom;
	margin-bottom: -2px;
	margin-right: 0px;
}

li.wprevnextslide {
	display: none;
}

span.wprevpro_star_imgs_T1 {
	margin-right: 2px;
}

.svg-wprsp-verified {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' width=\'20\' height=\'22\' viewBox=\'0 0 24 24\'%3E%3Cpath d=\'M23.016 12l-2.438-2.813 0.328-3.656-3.609-0.844-1.875-3.188-3.422 1.453-3.422-1.453-1.875 3.188-3.609 0.797 0.328 3.703-2.438 2.813 2.438 2.813-0.328 3.656 3.609 0.844 1.875 3.188 3.422-1.453 3.422 1.453 1.875-3.188 3.609-0.844-0.328-3.656zM10.078 16.734l-3.797-3.844 1.5-1.453 2.297 2.344 5.859-5.906 1.5 1.5z\'%3E%3C/path%3E%3C/svg%3E%0A");
}

.svg-wprsp-verified.nitro-lazy {
	-webkit-mask-image: none !important;
}

.svg-wprsp-star {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' width=\'20\' height=\'22\' viewBox=\'0 0 20 22\'%3E%3Cpath d=\'M20.429 8.14c0 0.221-0.16 0.43-0.319 0.589l-4.456 4.346 1.056 6.138c0.012 0.086 0.012 0.16 0.012 0.246 0 0.319-0.147 0.614-0.503 0.614-0.172 0-0.344-0.061-0.491-0.147l-5.512-2.897-5.512 2.897c-0.16 0.086-0.319 0.147-0.491 0.147-0.356 0-0.516-0.295-0.516-0.614 0-0.086 0.012-0.16 0.025-0.246l1.056-6.138-4.469-4.346c-0.147-0.16-0.307-0.368-0.307-0.589 0-0.368 0.381-0.516 0.687-0.565l6.163-0.896 2.762-5.586c0.11-0.233 0.319-0.503 0.602-0.503s0.491 0.27 0.602 0.503l2.762 5.586 6.163 0.896c0.295 0.049 0.688 0.196 0.688 0.565z\'%3E%3C/path%3E%3C/svg%3E%0A");
}

.svg-wprsp-star.nitro-lazy {
	-webkit-mask-image: none !important;
}

.svg-wprsp-star-o {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' width=\'20\' height=\'22\' viewBox=\'0 0 20 22\'%3E%3Cpath d=\'M13.959 12.522l3.757-3.646-5.181-0.761-2.32-4.69-2.32 4.69-5.181 0.761 3.757 3.646-0.896 5.169 4.641-2.443 4.628 2.443zM20.429 8.14c0 0.221-0.16 0.43-0.319 0.589l-4.456 4.346 1.056 6.138c0.012 0.086 0.012 0.16 0.012 0.246 0 0.331-0.147 0.614-0.503 0.614-0.172 0-0.344-0.061-0.491-0.147l-5.512-2.897-5.512 2.897c-0.16 0.086-0.319 0.147-0.491 0.147-0.356 0-0.516-0.295-0.516-0.614 0-0.086 0.012-0.16 0.025-0.246l1.056-6.138-4.469-4.346c-0.147-0.16-0.307-0.368-0.307-0.589 0-0.368 0.381-0.516 0.687-0.565l6.163-0.896 2.762-5.586c0.11-0.233 0.319-0.503 0.602-0.503s0.491 0.27 0.602 0.503l2.762 5.586 6.163 0.896c0.295 0.049 0.688 0.196 0.688 0.565z\'%3E%3C/path%3E%3C/svg%3E");
}

.svg-wprsp-star-o.nitro-lazy {
	-webkit-mask-image: none !important;
}

.svg-wprsp-star-empty {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' width=\'22\' height=\'22\' viewBox=\'0 0 22 22\'%3E%3Cpath d=\'M22 8.53l-7.601-1.104-3.399-6.888-3.399 6.888-7.601 1.104 5.5 5.361-1.298 7.57 6.798-3.574 6.798 3.574-1.298-7.57 5.5-5.361zM11 16.188l-4.801 2.524 0.917-5.346-3.884-3.786 5.368-0.78 2.4-4.864 2.401 4.864 5.368 0.78-3.884 3.786 0.917 5.346-4.801-2.524z\'%3E%3C/path%3E%3C/svg%3E");
}

.svg-wprsp-star-empty.nitro-lazy {
	-webkit-mask-image: none !important;
}

.svg-wprsp-star-full {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' width=\'22\' height=\'22\' viewBox=\'0 0 22 22\'%3E%3Cpath d=\'M22 8.53l-7.601-1.104-3.399-6.888-3.399 6.888-7.601 1.104 5.5 5.361-1.298 7.57 6.798-3.574 6.798 3.574-1.298-7.57 5.5-5.361z\'%3E%3C/path%3E%3C/svg%3E%0A");
}

.svg-wprsp-star-full.nitro-lazy {
	-webkit-mask-image: none !important;
}

.svg-wprsp-star-half {
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg version=\'1.1\' xmlns=\'http://www.w3.org/2000/svg\' width=\'22\' height=\'22\' viewBox=\'0 0 22 22\'%3E%3Cpath d=\'M22 8.53l-7.601-1.104-3.399-6.888-3.399 6.888-7.601 1.104 5.5 5.361-1.298 7.57 6.798-3.574 6.798 3.574-1.298-7.57 5.5-5.361zM11 16.188l-0.020 0.011 0.020-12.263 2.401 4.864 5.368 0.78-3.884 3.786 0.917 5.346-4.801-2.524z\'%3E%3C/path%3E%3C/svg%3E");
}

.svg-wprsp-star-half.nitro-lazy {
	-webkit-mask-image: none !important;
}

/*badge stuff*/
.wprev_outer_wb {
	display: flex !important;
	margin-bottom: 7px;
}

.wprev_badge_div.badgeleft {
	margin: 10px 5px 10px 10px !important;
}

.wprev_badge_div.badgeright {
	margin: 10px 10px 10px 5px !important;
}

.wprev-google-place {
	display: flex !important;
	padding: 8px 12px !important;
	box-shadow: rgba(0, 0, 0, .08) 2px 2px 3px 0px !important;
	border: 1px solid #f5f5f5 !important;
}

.wprev-google-left {
	padding: 10px 8px 10px 5px !important;
}

.wprev-google-right {
	padding: 3px !important;
}

.wprev-google-right div {
	line-height: 24px !important;
	font-size: 15px !important;
	width: max-content !important;
}

.wprev-google-name {
	font-weight: bold !important;
}

.wprev-google-place a {
	text-decoration: none !important;
}

a.wprev-google-wr-a {
	color: #fff !important;
	padding: 1px 8px 5px !important;
	outline: none !important;
	border-radius: 3px !important;
	background: #0a6cff !important;
	white-space: nowrap !important;
	vertical-align: middle !important;
	box-shadow: 0 0 2px rgba(0, 0, 0, .12), 0 2px 4px rgba(0, 0, 0, .24) !important;
	user-select: none !important;
	transition: all .2s ease-in-out !important;
	display: flex !important;
	align-items: center !important;
	width: fit-content !important;
}

a.wprev-google-wr-a:hover {
	background: rgba(10, 108, 255, .78) !important;
}

.wprev-google-wr {
	margin: 12px 0px 6px !important;
}

a.wprev-google-wr-a svg {
	margin-left: 5px !important;
	margin-top: 3px !important;
}

span.wprev-google-rating {
	font-size: 18px !important;
	margin-right: 5px !important;
	font-weight: 500 !important;
}

span.wprev_btot {
	font-weight: 600 !important;
}

.badgehideclass {
	display: none !important;
}

.sprev-google-left-src {
	border-radius: 5% !important;
	min-width: 50px !important;
	min-height: 50px !important;
	display: block;
}

span.wprev-businessname {
	font-size: 15px !important;
	color: #373737 !important;
	font-weight: 600 !important;
}

img.wprev-google-powered-img {
	vertical-align: middle !important;
}

@media only screen and (max-width: 600px) {
	.wprev_outer_wb {
		flex-wrap: wrap;
	}
	
	.wprev_badge_div.badgeleft {
		margin: 10px 10px 10px 10px !important;
		width: -webkit-fill-available;
	}
	
	.wprev_outer_wb .wprs_unslider {
		max-width: -webkit-fill-available;
	}
	
	.wprev_badge_div.badgeright {
		width: -webkit-fill-available;
	}
}

.wprev_missing_image {
	display: none;
}

.ast-hb-account-login-wrapper .ast-hb-account-login {
	position: fixed;
	left: 50%;
	top: 50%;
	padding: 35px;
	max-height: 550px;
	width: 340px;
	margin: 0 0 0 -170px;
	background-color: #f1f1f1;
	z-index: 1000011;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
}

.ast-hb-account-login-wrapper .ast-hb-account-login-bg {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000;
	opacity: .7;
	z-index: 1000010;
	transition: all .3s;
}

.ast-hb-account-login-wrapper .ast-hb-login-header .ast-hb-login-close {
	background: 0 0;
	border: 0;
	font-size: 24px;
	line-height: 1;
	padding: .4em;
	color: inherit;
	-js-display: flex;
	display: flex;
	box-shadow: none;
}

.ast-hb-account-login-wrapper #loginform input[type=password], .ast-hb-account-login-wrapper #loginform input[type=text] {
	width: 100%;
	max-width: 100%;
	margin-top: 10px;
	border: 1px solid;
	background-color: transparent;
	vertical-align: middle;
}

.ast-hb-account-login-form-footer a.ast-header-account-footer-link:not(:last-child) span:after {
	content: "|";
	margin: 0 .4em;
}

.ast-header-account-link.ast-account-action-link, .ast-header-account-link.ast-account-action-login, .ast-header-account-link.ast-account-action-login.customize-unpreviewable, .ast-header-break-point .ast-header-account-link {
	cursor: pointer;
	pointer-events: all;
}

.ast-header-account {
	-js-display: flex;
	display: flex;
}

.ast-hb-account-login-wrapper {
	visibility: hidden;
}

.ast-hb-account-login-wrapper .ast-hb-login-header {
	-js-display: flex;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	justify-content: flex-end;
	min-height: calc(1.2em + 24px);
}

.ast-hb-account-login-wrapper .ast-hb-account-login {
	transform: scale(.7);
	opacity: 0;
	transition: all .3s;
	overflow: auto;
}

.ast-hb-account-login-wrapper.show {
	visibility: visible;
}

.ast-hb-account-login-wrapper.show .ast-hb-account-login {
	transform: scale(1) translateY(-50%);
	opacity: 1;
}

.ast-hb-login-body {
	height: 100%;
	position: relative;
	line-height: 1.5;
}

.ast-hf-account-menu-wrap.ast-main-header-bar-alignment {
	position: relative;
}

.main-header-bar .main-header-bar-navigation .ast-account-nav-menu {
	line-height: 1.45;
}

.ast-account-nav-menu {
	width: 240px;
	background: #fff;
	left: -999em;
	position: absolute;
	top: 0;
	z-index: 99999;
	list-style: none;
	margin: 0;
	padding-left: 0;
	border: 0;
	box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1);
}

.ast-account-nav-menu .sub-menu {
	right: auto;
	top: 0;
	margin-left: 0;
}

.ast-account-nav-menu .menu-item.focus>.sub-menu, .ast-account-nav-menu .menu-item:hover>.sub-menu {
	left: 100%;
}

.ast-account-nav-menu .ast-left-align-sub-menu.menu-item.focus>.sub-menu, .ast-account-nav-menu .ast-left-align-sub-menu.menu-item:hover>.sub-menu {
	left: -100%;
}

.ast-account-nav-menu .menu-item .menu-link {
	padding: .9em 1em;
}

.ast-account-nav-menu .menu-item {
	border-style: none;
}

.ast-account-nav-menu .menu-item.menu-item-has-children>.menu-link:after {
	position: absolute;
	right: 1em;
	top: 50%;
	transform: translate(0, -50%) rotate(270deg);
}

.ast-above-header-bar .main-header-menu.ast-account-nav-menu>.menu-item, .ast-below-header-bar .main-header-menu.ast-account-nav-menu>.menu-item, .ast-primary-header-bar .main-header-menu.ast-account-nav-menu>.menu-item {
	height: auto;
	line-height: unset;
	bottom: -5px;
}

.ast-header-account-wrap .woocommerce-MyAccount-navigation-link.is-active a {
	background: unset;
}

.ast-header-account-wrap .menu-item:last-child>.menu-link {
	border-style: none;
}

.ast-divider-wrapper {
	border: 0;
}

.ast-mobile-popup-content .ast-header-divider-element {
	justify-content: center;
}

.ast-header-divider-element {
	position: relative;
}

.ast-fb-divider-layout-vertical {
	position: relative;
}

.ast-hb-divider-layout-vertical.ast-header-divider-element {
	height: 100%;
}

.ast-mobile-header-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element), .ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element) {
	padding: 15px 20px;
}

.footer-widget-area .ast-footer-divider-element {
	position: relative;
	align-items: center;
}

.footer-widget-area .ast-divider-wrapper {
	display: inline-block;
}

.ast-builder-footer-grid-columns .ast-fb-divider-layout-horizontal {
	-js-display: inline-flex;
	display: inline-flex;
	vertical-align: middle;
}

[data-section*=section-fb-button-] .ast-builder-button-size-xs .ast-custom-button, [data-section*=section-hb-button-] .ast-builder-button-size-xs .ast-custom-button {
	font-size: 13px;
	padding: 8px 20px;
}

[data-section*=section-fb-button-] .ast-builder-button-size-sm .ast-custom-button, [data-section*=section-hb-button-] .ast-builder-button-size-sm .ast-custom-button {
	font-size: 15px;
	padding: 10px 40px;
}

[data-section*=section-fb-button-] .ast-builder-button-size-md .ast-custom-button, [data-section*=section-hb-button-] .ast-builder-button-size-md .ast-custom-button {
	font-size: 17px;
	padding: 15px 45px;
}

[data-section*=section-fb-button-] .ast-builder-button-size-lg .ast-custom-button, [data-section*=section-hb-button-] .ast-builder-button-size-lg .ast-custom-button {
	font-size: 19px;
	padding: 20px 50px;
}

[data-section*=section-fb-button-] .ast-builder-button-size-xl .ast-custom-button, [data-section*=section-hb-button-] .ast-builder-button-size-xl .ast-custom-button {
	font-size: 21px;
	padding: 25px 55px;
}

.ast-fb-divider-layout-vertical {
	-js-display: flex;
	display: flex;
}

.site-footer-section {
	position: relative;
}

.ast-builder-language-switcher .ast-builder-language-switcher-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: normal;
	-webkit-tap-highlight-color: transparent;
}

.ast-builder-language-switcher-layout-vertical .ast-builder-language-switcher {
	display: block;
}

.ast-builder-language-switcher-layout-vertical .ast-builder-language-switcher-menu {
	display: block;
}

.ast-builder-language-switcher-layout-horizontal .ast-builder-language-switcher {
	-js-display: flex;
	display: flex;
}

.ast-builder-language-switcher-layout-horizontal .ast-builder-language-switcher-menu {
	-js-display: flex;
	display: flex;
	flex-wrap: wrap;
}

.ast-builder-language-switcher a {
	-js-display: flex;
	display: flex;
	align-items: center;
}

.ast-lswitcher-item-footer, .ast-lswitcher-item-header {
	-js-display: inline-flex;
	display: inline-flex;
}

span.ast-lswitcher-item-footer:last-child, span.ast-lswitcher-item-header:last-child {
	margin-right: 0;
}

.astra-full-megamenu-wrapper {
	z-index: 99999;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.sub-menu>.menu-item {
	display: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.ast-mm-has-desc>.menu-link {
	vertical-align: middle;
	text-align: center;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .menu-item:hover>.menu-link {
	background-color: transparent;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu {
	opacity: 0;
	visibility: hidden;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu-focus .menu-item>.menu-link {
	background-color: transparent;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus {
	opacity: 1;
	visibility: visible;
	-js-display: flex;
	display: flex;
	padding: 15px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item {
	padding-left: 15px;
	padding-right: 15px;
	display: block;
	flex: 1;
	opacity: 1;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item:first-child {
	padding-left: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item:last-child {
	padding-right: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-2 .menu-item {
	width: 50%;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-3 .menu-item {
	width: 33.33%;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-4 .menu-item {
	width: 25%;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .menu-item:last-child {
	border-right: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .sub-menu {
	background-color: transparent;
	display: block;
	opacity: 1;
	visibility: visible;
	transform: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .astra-nested-sub-menu .menu-item .menu-link {
	padding-left: 24px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .astra-nested-sub-menu .astra-nested-sub-menu .menu-item .menu-link {
	padding-left: 48px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .sub-menu {
	border: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item .sub-menu {
	position: static;
	width: 100%;
	margin: auto;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item .sub-menu .menu-item {
	width: 100%;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item {
	padding-left: 15px;
	padding-right: 15px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item:first-child {
	padding-left: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item:last-child {
	padding-right: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu .ast-header-navigation-arrow {
	display: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper.astra-megamenu-wrapper-focus {
	opacity: 1;
	visibility: visible;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper.astra-megamenu-wrapper-focus .astra-megamenu.astra-megamenu-focus {
	-js-display: flex;
	display: flex;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched {
	width: 100%;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched .ast-mm-template-content {
	padding: 0;
}

.ast-desktop .ast-mega-menu-enabled .menu-item-has-children.astra-megamenu-li.menu-item .astra-megamenu.sub-menu .menu-item>.menu-link::after {
	content: "";
}

.ast-desktop .ast-mega-menu-enabled .menu-item-has-children.astra-megamenu-li.menu-item .astra-megamenu.sub-menu .menu-item>.menu-link .ast-icon.icon-arrow {
	display: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .sub-menu .menu-link, .ast-desktop .ast-mega-menu-enabled.submenu-with-border .astra-megamenu-li .sub-menu .menu-link {
	border: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu {
	opacity: 1;
	visibility: visible;
	-js-display: flex;
	display: flex;
	padding: 15px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item {
	padding-left: 15px;
	padding-right: 15px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:first-child {
	padding-left: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:last-child {
	padding-right: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item {
	padding-left: 15px;
	padding-right: 15px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:first-child {
	padding-left: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:last-child {
	padding-right: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-2 .menu-item {
	width: 50%;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-3 .menu-item {
	width: 33.33%;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-4 .menu-item {
	width: 25%;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item {
	display: block;
	flex: 1;
	opacity: 1;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .sub-menu {
	background-color: transparent;
	display: block;
	opacity: 1;
	visibility: visible;
	transform: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .astra-nested-sub-menu .menu-item .menu-link {
	padding-left: 24px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .astra-nested-sub-menu .astra-nested-sub-menu .menu-item .menu-link {
	padding-left: 48px;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu .sub-menu {
	border: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>.menu-item .sub-menu {
	position: static;
	width: 100%;
	margin: auto;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>.menu-item .sub-menu .menu-item {
	width: 100%;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu .menu-item:last-child {
	border-right: none;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper {
	opacity: 1;
	visibility: visible;
}

.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper .astra-megamenu {
	-js-display: flex;
	display: flex;
}

.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li:hover .astra-megamenu .sub-menu .menu-item {
	width: 100%;
}

.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li:hover .astra-megamenu.sub-menu .menu-item .sub-menu {
	min-width: 100%;
}

.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li .astra-megamenu.astra-megamenu-focus .sub-menu .menu-item {
	width: 100%;
}

.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .menu-item .sub-menu {
	min-width: 100%;
}

.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper {
	background: #fff;
	position: absolute;
	opacity: 0;
	visibility: hidden;
	top: 100%;
}

.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper .astra-megamenu.sub-menu {
	display: none;
	position: relative;
	left: 0;
	top: 0;
	margin: 0 auto;
	padding-left: 0;
	padding-right: 0;
	border-width: 0;
}

.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched.sub-menu {
	padding: 15px;
}

.ast-desktop .ast-mega-menu-enabled .ast-hide-menu-item+.ast-mm-custom-content {
	margin-top: .9em;
}

.ast-desktop .ast-mega-menu-enabled .menu-item-heading:not(.menu-item-has-children)>a {
	margin-bottom: .9em;
}

.ast-desktop .ast-above-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link, .ast-desktop .ast-below-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link, .ast-desktop .main-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link {
	background-color: transparent;
	color: inherit;
}

.ast-desktop .ast-above-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text, .ast-desktop .ast-below-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text, .ast-desktop .main-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text {
	vertical-align: text-top;
}

.ast-desktop .ast-mm-custom-text-content, .ast-desktop .ast-mm-template-content {
	padding: 0 1em;
}

.ast-desktop .ast-mm-custom-text-content {
	margin-bottom: .9em;
}

.ast-desktop .ast-below-header .ast-mm-custom-text-content, .ast-desktop .ast-below-header .ast-mm-template-content {
	padding: .9em 1em;
}

.ast-desktop .submenu-with-border .astra-full-megamenu-wrapper {
	border-width: 1px;
	border-style: solid;
}

.ast-desktop .ast-mm-widget-content a {
	display: initial;
}

.ast-desktop .ast-mm-widget-content .ast-mm-widget-item {
	padding: 1.5em;
	margin-bottom: .9em;
}

.ast-desktop .ast-mm-widget-content .ast-search-submit {
	display: none;
}

.ast-desktop .submenu-with-border .astra-megamenu {
	border-width: 1px;
}

.ast-menu-description {
	line-height: 1.6;
	display: block;
	font-size: .8em;
	padding: 2px 0;
}

.site-header a .ast-menu-description, .site-header a .sub-arrow {
	transition: none;
}

.site-header .menu-text {
	transition: none;
}

.ast-header-break-point .ast-menu-description {
	line-height: inherit;
}

.astra-mm-highlight-label {
	font-size: .7em;
	margin-left: 5px;
	line-height: normal;
	padding: 3px 6px;
	border-radius: 2px;
}

.ast-desktop .ast-hide-menu-item {
	display: none;
}

.ast-desktop .ast-mega-menu-enabled .ast-hide-menu-item {
	display: none;
}

.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu>.menu-item-has-children>.menu-link::after, .ast-desktop .ast-mega-menu-enabled.ast-below-header-menu>.menu-item-has-children>.menu-link::after, .ast-desktop .ast-mega-menu-enabled.main-header-menu>.menu-item-has-children>.menu-link::after {
	content: "";
	margin: 0;
}

.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after, .ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after, .ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after {
	transform: rotate(-90deg);
}

.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow, .ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow, .ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow {
	position: absolute;
	right: 5%;
	top: 50%;
	transform: translateY(-50%);
}

.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .ast-masthead-custom-menu-items a:focus, .ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .ast-masthead-custom-menu-items a:hover, .ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .ast-masthead-custom-menu-items a:focus, .ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .ast-masthead-custom-menu-items a:hover, .ast-desktop .ast-mega-menu-enabled.main-header-menu .ast-masthead-custom-menu-items a:focus, .ast-desktop .ast-mega-menu-enabled.main-header-menu .ast-masthead-custom-menu-items a:hover {
	background: 0 0;
}

.ast-builder-menu-mobile .ast-mega-menu-enabled.main-header-menu .menu-item-has-children.astra-megamenu-li>.menu-link .sub-arrow:after, .ast-builder-menu-mobile .ast-mega-menu-enabled.main-header-menu .menu-item-has-children>.menu-link .sub-arrow:after, .ast-header-break-point .ast-mega-menu-enabled.main-header-menu .menu-item-has-children.astra-megamenu-li>.menu-link .sub-arrow:after, .ast-header-break-point .ast-mega-menu-enabled.main-header-menu .menu-item-has-children>.menu-link .sub-arrow:after {
	display: none;
}

.ast-disable-link {
	cursor: default;
}

.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading:focus>.menu-link, .ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading:hover>.menu-link, .ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link:hover {
	background: 0 0;
}

.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading:focus>.menu-link, .ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading:hover>.menu-link, .ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link:hover {
	background: 0 0;
}

.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link {
	background: 0 0;
}

.ast-desktop .ast-above-header-menu .astra-mega-menu-width-full, .ast-desktop .ast-above-header-menu .astra-mega-menu-width-full-stretched, .ast-desktop .ast-below-header-menu .astra-mega-menu-width-full, .ast-desktop .ast-below-header-menu .astra-mega-menu-width-full-stretched, .ast-desktop .astra-mega-menu-width-full, .ast-desktop .astra-mega-menu-width-full-stretched {
	background: 0 0;
}

.ast-desktop .main-header-menu>.menu-item .astra-full-megamenu-wrapper:before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	transform: translateY(-100%);
}

.ast-desktop .main-header-menu.ast-menu-shadow .astra-full-megamenu-wrapper .sub-menu {
	box-shadow: none;
}

.ast-desktop .main-header-menu.ast-menu-shadow .astra-megamenu .sub-menu {
	box-shadow: none;
}

.ast-desktop .main-header-menu.ast-menu-shadow .astra-full-megamenu-wrapper {
	box-shadow: 0 4px 10px -2px rgba(0, 0, 0, .1);
}

.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item, .ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item, .ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item {
	display: none;
}

.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle, .ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle, .ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle {
	display: none;
}

.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu, .ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu, .ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu {
	display: block !important;
}

.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu, .ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu, .ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu {
	display: block !important;
}

.ast-hidden {
	display: none !important;
}

.rtl.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper .astra-megamenu {
	right: 0;
}

.main-header-bar-wrap .ast-search-box.header-cover {
	z-index: 7;
}

.ast-below-header-wrap .ast-search-box.header-cover #close, .ast-below-header-wrap .ast-search-box.header-cover .search-field {
	font-size: 1.8em;
}

.ast-below-header-wrap .ast-search-box.header-cover .search-submit {
	font-size: 1.5em;
}

.ast-search-box.full-screen, .ast-search-box.header-cover {
	display: none;
	opacity: 0;
	transition: opacity .3s ease-in-out, display .3s ease-in-out;
	width: 100%;
	height: 100%;
}

.ast-search-box.full-screen .search-field, .ast-search-box.header-cover .search-field {
	background: 0 0;
	border: 0;
	color: #fafafa;
	box-shadow: none;
	text-align: left;
	padding: 0;
}

.ast-search-box.full-screen .search-submit, .ast-search-box.header-cover .search-submit {
	background: var(--ast-fs-search-submit-background, 0 0);
	padding: 0;
	border-radius: 50%;
	box-shadow: none;
	color: var(--ast-fs-search-text-color, #9e9e9e);
	transition: all .7s ease-In;
	outline: 0;
	border: 0;
	vertical-align: middle;
}

.ast-search-box.full-screen .ast-search-wrapper, .ast-search-box.header-cover .ast-search-wrapper {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.ast-search-box.full-screen .ast-search-wrapper .search-form, .ast-search-box.header-cover .ast-search-wrapper .search-form {
	line-height: normal;
}

.ast-search-box.full-screen #close, .ast-search-box.header-cover #close {
	color: #fafafa;
	transform: rotate(0);
	font-size: 2em;
	cursor: pointer;
	z-index: 9;
	font-weight: 400;
}

.ast-search-box.full-screen .search-field::-webkit-input-placeholder, .ast-search-box.header-cover .search-field::-webkit-input-placeholder {
	color: #fafafa;
}

.ast-search-box.full-screen .search-field:-moz-placeholder, .ast-search-box.header-cover .search-field:-moz-placeholder {
	color: #fafafa;
}

.ast-search-box.full-screen .search-field::-moz-placeholder, .ast-search-box.header-cover .search-field::-moz-placeholder {
	color: #fafafa;
}

.ast-search-box.full-screen .search-field:-ms-input-placeholder, .ast-search-box.header-cover .search-field:-ms-input-placeholder {
	color: #fafafa;
}

.ast-search-box.header-cover {
	position: absolute;
	background: rgba(25, 25, 25, .96);
	top: 0;
	z-index: 10;
}

.ast-search-box.header-cover .search-field {
	font-size: 2em;
	line-height: 2;
	width: 100%;
}

.ast-search-box.header-cover .ast-container {
	position: relative;
}

.ast-search-box.header-cover .close, .ast-search-box.header-cover .search-submit, .ast-search-box.header-cover .search-text-wrap {
	display: inline-block;
}

.ast-search-box.header-cover .search-text-wrap {
	width: calc(100% - 2.5em);
	vertical-align: middle;
}

.ast-search-box.header-cover .search-submit {
	font-size: 1.7em;
	margin-right: 2em;
}

.ast-search-box.header-cover #close {
	vertical-align: middle;
	backface-visibility: hidden;
}

.ast-search-box.full-screen {
	position: fixed;
	background: rgba(25, 25, 25, .96);
	top: 0;
	left: 0;
	z-index: 999;
}

.ast-search-box.full-screen .ast-search-wrapper .large-search-text {
	text-align: center;
	color: #e2e2e2;
	font-size: 1.5em;
	font-weight: 400;
	transition-delay: 50ms;
	transition: all .3s ease-in-out;
}

.ast-search-box.full-screen .ast-search-wrapper fieldset {
	border: 0;
	padding: 2.5em 0 1em;
	border-bottom: 2px solid var(--ast-border-color);
}

.ast-search-box.full-screen .ast-search-wrapper .search-field {
	font-size: 2em;
	padding-left: 20px;
	line-height: 1.7;
	width: 92%;
	vertical-align: middle;
}

.ast-search-box.full-screen .ast-search-wrapper .search-form {
	width: 70%;
	margin: 20px auto;
}

.ast-search-box.full-screen .ast-search-wrapper .search-submit {
	font-size: var(--ast-fs-search-font-size, 1.7em);
}

.ast-search-box.full-screen #close {
	position: absolute;
	color: #fafafa;
	right: 1em;
	line-height: 1;
	cursor: pointer;
	z-index: 9;
	font-weight: 400;
	font-size: 2em;
	top: 1.5em;
	backface-visibility: hidden;
}

.ast-search-box.full-screen ::-webkit-input-placeholder {
	opacity: 0;
}

.ast-search-box.full-screen ::-moz-placeholder {
	opacity: 0;
}

.ast-search-box.full-screen :-ms-input-placeholder {
	opacity: 0;
}

.ast-search-box.full-screen :-moz-placeholder {
	opacity: 0;
}

@media (max-width:420px) {
	.ast-search-box.full-screen ::-webkit-input-placeholder {
		opacity: 1;
	}
	
	.ast-search-box.full-screen ::-moz-placeholder {
		opacity: 1;
	}
	
	.ast-search-box.full-screen :-ms-input-placeholder {
		opacity: 1;
	}
	
	.ast-search-box.full-screen :-moz-placeholder {
		opacity: 1;
	}
}

.ast-hfb-header .ast-search-box.full-screen.full-screen ::-webkit-input-placeholder {
	opacity: .5;
}

.ast-hfb-header .ast-search-box.full-screen.full-screen ::-moz-placeholder {
	opacity: .5;
}

.ast-hfb-header .ast-search-box.full-screen.full-screen :-ms-input-placeholder {
	opacity: .5;
}

.ast-hfb-header .ast-search-box.full-screen.full-screen :-moz-placeholder {
	opacity: .5;
}

.site-header .ast-inline-search.ast-search-menu-icon .search-form {
	padding-left: 0;
	padding-right: 0;
}

.site-header .ast-inline-search.ast-search-menu-icon .search-field {
	padding-left: 1em;
	padding-right: 2em;
}

.ast-inline-search.ast-search-menu-icon {
	position: relative;
	transform: none;
	left: 0;
	right: 0;
}

.ast-inline-search.ast-search-menu-icon .search-submit {
	display: block;
	background: 0 0;
	border: none;
	position: absolute;
	height: 100%;
	right: .25em;
	padding: 0;
	top: 0;
	font-size: 1.3em;
	color: #757575;
}

.ast-header-break-point .ast-inline-search.ast-search-menu-icon .search-form {
	padding: 0;
}

.ast-header-break-point .site-header .ast-inline-search.ast-search-menu-icon .search-field {
	padding-right: 2em;
}

.ast-header-break-point .ast-search-box.full-screen .ast-search-wrapper .search-field {
	width: 80%;
}

.ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.full-screen, .ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.header-cover {
	display: none;
}

.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .ast-search-menu-icon .search-form {
	right: -1em;
	left: auto;
	padding-left: 0;
	padding-right: 3em;
}

.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .search-field {
	padding-right: 0;
	padding-left: 1em;
}

.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .ast-search-menu-icon .search-form {
	left: -1em;
	right: auto;
	padding-right: 0;
	padding-left: 3em;
}

.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .search-field {
	padding-left: 0;
	padding-right: 1em;
}

.ast-header-break-point .ast-above-header .ast-above-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field {
	padding-right: 0;
}

.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon .search-form {
	padding-left: 0;
	left: auto;
	padding-right: 2em;
}

.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon.slide-search .search-form {
	left: -1em;
	padding-left: 2em;
}

.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-1 .search-field {
	padding-right: 0;
}

.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .search-field {
	padding-right: 0;
	padding-left: 1em;
}

.ast-header-break-point .ast-above-header-mobile-stack .ast-above-header .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form {
	right: auto;
	padding-right: 2em;
}

.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon.ast-inline-search .search-form {
	left: 0;
	padding-left: 0;
	padding-right: 2em;
}

.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .ast-search-menu-icon .search-form {
	right: -1em;
	left: auto;
	padding-left: 0;
	padding-right: 3em;
}

.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .search-field {
	padding-right: 0;
	padding-left: 1em;
}

.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .ast-search-menu-icon .search-form {
	left: -1em;
	right: auto;
	padding-right: 0;
	padding-left: 3em;
}

.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .search-field {
	padding-left: 0;
	padding-right: 1em;
}

.ast-header-break-point .ast-below-header .below-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field {
	padding-right: 0;
}

.ast-header-break-point .ast-swap-below-header-sections.site-header .ast-below-header .ast-inline-search.ast-search-menu-icon .search-field {
	padding-left: 1em;
	padding-right: 0;
}

.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon .search-form {
	left: -1em;
	padding-left: 3em;
	padding-right: 1em;
}

.ast-below-header-mobile-stack .ast-below-header .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form {
	right: auto;
	padding-right: 2em;
}

.iphone.full-screen, .ipod.full-screen {
	position: fixed !important;
}

@media (max-width:992px) {
	.ast-above-header-mobile-stack .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form {
		left: auto;
	}
	
	.ast-below-header-mobile-stack .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form {
		left: auto;
	}
}

@media (max-width:544px) {
	.ast-search-box.full-screen .ast-search-wrapper .large-search-text {
		display: none;
	}
	
	.ast-search-box.full-screen .ast-search-wrapper .search-field, .ast-search-box.full-screen .ast-search-wrapper .search-submit {
		font-size: 1.6em;
	}
}
