.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8;
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	position: fixed;
	outline: 0 !important;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container::before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container::before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close.ekit-popup-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-arrow, .mfp-close.ekit-popup-close, .mfp-counter, .mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #ccc;
}

.mfp-preloader a:hover {
	color: #fff;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-arrow, button.mfp-close.ekit-popup-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

button.mfp-arrow:focus-visible, button.mfp-close.ekit-popup-close:focus-visible {
	outline: -webkit-focus-ring-color auto 1px;
}

.mfp-close.ekit-popup-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close.ekit-popup-close:focus, .mfp-close.ekit-popup-close:hover {
	opacity: 1;
}

.mfp-close.ekit-popup-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-closeekit-popup-close {
	color: #333;
}

.mfp-iframe-holder .mfp-close.ekit-popup-close, .mfp-image-holder .mfp-close.ekit-popup-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:focus, .mfp-arrow:hover {
	opacity: 1;
}

.mfp-arrow::after, .mfp-arrow::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow::after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow::before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left::after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}

.mfp-arrow-left::before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right::after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}

.mfp-arrow-right::before {
	border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}

.mfp-iframe-holder .mfp-close.ekit-popup-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #000;
}

.mfp-figure {
	line-height: 0;
}

.mfp-figure::after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	background: #444;
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	
	.mfp-img-mobile .mfp-figure::after {
		top: 0;
		bottom: 0;
	}
	
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, .6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	
	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}
	
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	
	.mfp-img-mobile .mfp-close.ekit-popup-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, .6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		transform: scale(.75);
	}
	
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: .8;
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0;
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(.8);
	transform: scale(.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(.8);
	transform: scale(.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.twentytwenty-horizontal .twentytwenty-handle::after, .twentytwenty-horizontal .twentytwenty-handle::before, .twentytwenty-vertical .twentytwenty-handle::after, .twentytwenty-vertical .twentytwenty-handle::before {
	content: " ";
	display: block;
	background: #fff;
	position: absolute;
	z-index: 30;
	-webkit-box-shadow: 0 0 12px rgba(51, 51, 51, .5);
	box-shadow: 0 0 12px rgba(51, 51, 51, .5);
}

.twentytwenty-horizontal .twentytwenty-handle::after, .twentytwenty-horizontal .twentytwenty-handle::before {
	width: 3px;
	height: 9999px;
	left: 50%;
	margin-left: -1.5px;
}

.twentytwenty-vertical .twentytwenty-handle::after, .twentytwenty-vertical .twentytwenty-handle::before {
	width: 9999px;
	height: 3px;
	top: 50%;
	margin-top: -1.5px;
}

.twentytwenty-after-label, .twentytwenty-before-label, .twentytwenty-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.twentytwenty-after-label, .twentytwenty-before-label, .twentytwenty-overlay {
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
}

.twentytwenty-after-label, .twentytwenty-before-label {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

.twentytwenty-after-label::before, .twentytwenty-before-label::before {
	color: #fff;
	font-size: 13px;
	letter-spacing: .1em;
}

.twentytwenty-after-label::before, .twentytwenty-before-label::before {
	position: absolute;
	background: rgba(255, 255, 255, .2);
	line-height: 38px;
	padding: 0 20px;
	border-radius: 2px;
}

.twentytwenty-horizontal .twentytwenty-after-label::before, .twentytwenty-horizontal .twentytwenty-before-label::before {
	top: 50%;
	margin-top: -19px;
}

.twentytwenty-vertical .twentytwenty-after-label::before, .twentytwenty-vertical .twentytwenty-before-label::before {
	left: 50%;
	margin-left: -45px;
	text-align: center;
	width: auto;
	display: inline-block;
}

.twentytwenty-down-arrow, .twentytwenty-left-arrow, .twentytwenty-right-arrow, .twentytwenty-up-arrow {
	width: 0;
	height: 0;
	border: 6px inset transparent;
	position: absolute;
}

.twentytwenty-handle .twentytwenty-left-arrow, .twentytwenty-handle .twentytwenty-right-arrow {
	top: 50%;
	margin-top: -6px;
}

.twentytwenty-handle .twentytwenty-down-arrow, .twentytwenty-handle .twentytwenty-up-arrow {
	left: 50%;
	margin-left: -6px;
}

.twentytwenty-container {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	z-index: 0;
	overflow: hidden;
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
}

.twentytwenty-container.active .twentytwenty-overlay, .twentytwenty-container.active :hover.twentytwenty-overlay {
	background: rgba(0, 0, 0, 0);
}

.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label, .twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label {
	opacity: 0;
}

.twentytwenty-container * {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.twentytwenty-before-label {
	opacity: 0;
}

.twentytwenty-before-label::before {
	content: attr(data-content);
}

.twentytwenty-after-label {
	opacity: 0;
}

.twentytwenty-after-label::before {
	content: attr(data-content);
}

.twentytwenty-horizontal .twentytwenty-before-label::before {
	left: 10px;
}

.twentytwenty-horizontal .twentytwenty-after-label::before {
	right: 10px;
}

.twentytwenty-vertical .twentytwenty-before-label::before {
	top: 10px;
}

.twentytwenty-vertical .twentytwenty-after-label::before {
	bottom: 10px;
}

.twentytwenty-overlay {
	-webkit-transition-property: background;
	transition-property: background;
	background: rgba(0, 0, 0, 0);
	z-index: 25;
}

.twentytwenty-overlay:hover {
	background: rgba(0, 0, 0, .5);
}

.twentytwenty-overlay:hover .twentytwenty-after-label {
	opacity: 1;
}

.twentytwenty-overlay:hover .twentytwenty-before-label {
	opacity: 1;
}

.twentytwenty-before {
	z-index: 20;
}

.twentytwenty-after {
	z-index: 10;
}

.twentytwenty-handle:focus-visible {
	outline: -webkit-focus-ring-color auto 1px;
}

.twentytwenty-horizontal .twentytwenty-handle::before {
	bottom: 50%;
	margin-bottom: 22px;
	-webkit-box-shadow: 0 3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
	box-shadow: 0 3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
}

.twentytwenty-horizontal .twentytwenty-handle::after {
	top: 50%;
	margin-top: 22px;
	-webkit-box-shadow: 0 -3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
	box-shadow: 0 -3px 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
}

.twentytwenty-vertical .twentytwenty-handle::before {
	left: 50%;
	margin-left: 22px;
	-webkit-box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
	box-shadow: 3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
}

.twentytwenty-vertical .twentytwenty-handle::after {
	right: 50%;
	margin-right: 22px;
	-webkit-box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
	box-shadow: -3px 0 0 #fff, 0 0 12px rgba(51, 51, 51, .5);
}

.twentytwenty-handle>.twentytwenty-left-arrow {
	border-right: 6px solid #fff;
	left: 50%;
	margin-left: -17px;
}

.twentytwenty-handle>.twentytwenty-right-arrow {
	border-left: 6px solid #fff;
	right: 50%;
	margin-right: -17px;
}

.twentytwenty-handle>.twentytwenty-up-arrow {
	border-bottom: 6px solid #fff;
	top: 50%;
	margin-top: -17px;
}

.twentytwenty-handle>.twentytwenty-down-arrow {
	border-top: 6px solid #fff;
	bottom: 50%;
	margin-bottom: -17px;
}

table.dataTable {
	width: 100%;
	margin: 0 auto;
	clear: both;
	border-collapse: separate;
	border-spacing: 0;
}

table.dataTable tfoot th, table.dataTable thead th {
	font-weight: 700;
}

table.dataTable thead td, table.dataTable thead th {
	padding: 10px 18px;
	border-bottom: 1px solid #111;
}

table.dataTable thead td:active, table.dataTable thead th:active {
	outline: 0;
}

table.dataTable tfoot td, table.dataTable tfoot th {
	padding: 10px 18px 6px 18px;
	border-top: 1px solid #111;
}

table.dataTable thead .dt-ordering-asc, table.dataTable thead .dt-ordering-asc-disabled, table.dataTable thead .dt-ordering-desc, table.dataTable thead .dt-ordering-desc-disabled, table.dataTable thead th {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: center right;
}

table.dataTable thead .dt-orderable-asc, table.dataTable thead .dt-orderable-desc {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7XQMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
}

table.dataTable thead .dt-ordering-asc {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==");
}

table.dataTable thead .dt-ordering-desc {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=");
}

table.dataTable thead .dt-ordering-asc-disabled {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAW0lEQVQoz2NgoCm4w3Vnwh02wspK7/y6k01Ikdadx3f+37l9RxmfIsY7c4GKQHDiHUbcyhzvvIMq+3THBpci3jv7oIpAcMcdduzKEu/8vPMdDn/eiWQYBYMKAAC3ykIEuYQJUgAAAABJRU5ErkJggg==");
}

table.dataTable tbody tr {
	background-color: #fff;
}

table.dataTable tbody tr.selected {
	background-color: #b0bed9;
}

table.dataTable tbody td, table.dataTable tbody th {
	padding: 8px 10px;
}

.ekit_table.display table.dataTable tbody td, .ekit_table.display table.dataTable tbody th, table.dataTable.row-border tbody td, table.dataTable.row-border tbody th {
	border-top: 1px solid #ddd;
}

.ekit_table.display table.dataTable tbody tr:first-child td, .ekit_table.display table.dataTable tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.row-border tbody tr:first-child th {
	border-top: none;
}

table.dataTable.cell-border tbody td, table.dataTable.cell-border tbody th {
	border-top: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr td:first-child, table.dataTable.cell-border tbody tr th:first-child {
	border-left: 1px solid #ddd;
}

table.dataTable.cell-border tbody tr:first-child td, table.dataTable.cell-border tbody tr:first-child th {
	border-top: none;
}

.ekit_table.display table.dataTable tbody tr.odd, table.dataTable.stripe tbody tr.odd {
	background-color: #f9f9f9;
}

.ekit_table.display table.dataTable tbody tr.odd.selected, table.dataTable.stripe tbody tr.odd.selected {
	background-color: #acbad4;
}

.ekit_table.display table.dataTable tbody tr:hover, table.dataTable.hover tbody tr:hover {
	background-color: #f6f6f6;
}

.ekit_table.display table.dataTable tbody tr:hover.selected, table.dataTable.hover tbody tr:hover.selected {
	background-color: #aab7d1;
}

.ekit_table.display table.dataTable tbody tr>.sorting_1, .ekit_table.display table.dataTable tbody tr>.sorting_2, .ekit_table.display table.dataTable tbody tr>.sorting_3, table.dataTable.order-column tbody tr>.sorting_1, table.dataTable.order-column tbody tr>.sorting_2, table.dataTable.order-column tbody tr>.sorting_3 {
	background-color: #fafafa;
}

.ekit_table.display table.dataTable tbody tr.selected>.sorting_1, .ekit_table.display table.dataTable tbody tr.selected>.sorting_2, .ekit_table.display table.dataTable tbody tr.selected>.sorting_3, table.dataTable.order-column tbody tr.selected>.sorting_1, table.dataTable.order-column tbody tr.selected>.sorting_2, table.dataTable.order-column tbody tr.selected>.sorting_3 {
	background-color: #acbad5;
}

.ekit_table.display table.dataTable tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
	background-color: #f1f1f1;
}

.ekit_table.display table.dataTable tbody tr.odd>.sorting_2, table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
	background-color: #f3f3f3;
}

.ekit_table.display table.dataTable tbody tr.odd>.sorting_3, table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
	background-color: #f5f5f5;
}

.ekit_table.display table.dataTable tbody tr.odd.selected>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
	background-color: #a6b4cd;
}

.ekit_table.display table.dataTable tbody tr.odd.selected>.sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
	background-color: #a8b5cf;
}

.ekit_table.display table.dataTable tbody tr.odd.selected>.sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
	background-color: #a9b7d1;
}

.ekit_table.display table.dataTable tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
	background-color: #fafafa;
}

.ekit_table.display table.dataTable tbody tr.even>.sorting_2, table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
	background-color: #fcfcfc;
}

.ekit_table.display table.dataTable tbody tr.even>.sorting_3, table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
	background-color: #fefefe;
}

.ekit_table.display table.dataTable tbody tr.even.selected>.sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
	background-color: #acbad5;
}

.ekit_table.display table.dataTable tbody tr.even.selected>.sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
	background-color: #aebcd6;
}

.ekit_table.display table.dataTable tbody tr.even.selected>.sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
	background-color: #afbdd8;
}

.ekit_table.display table.dataTable tbody tr:hover>.sorting_1, table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
	background-color: #eaeaea;
}

.ekit_table.display table.dataTable tbody tr:hover>.sorting_2, table.dataTable.order-column.hover tbody tr:hover>.sorting_2 {
	background-color: #ececec;
}

.ekit_table.display table.dataTable tbody tr:hover>.sorting_3, table.dataTable.order-column.hover tbody tr:hover>.sorting_3 {
	background-color: #efefef;
}

.ekit_table.display table.dataTable tbody tr:hover.selected>.sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1 {
	background-color: #a2aec7;
}

.ekit_table.display table.dataTable tbody tr:hover.selected>.sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2 {
	background-color: #a3b0c9;
}

.ekit_table.display table.dataTable tbody tr:hover.selected>.sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3 {
	background-color: #a5b2cb;
}

table.dataTable.no-footer {
	border-bottom: 1px solid #111;
}

table.dataTable.nowrap td, table.dataTable.nowrap th {
	white-space: nowrap;
}

table.dataTable.compact thead td, table.dataTable.compact thead th {
	padding: 4px 17px 4px 4px;
}

table.dataTable.compact tfoot td, table.dataTable.compact tfoot th {
	padding: 4px;
}

table.dataTable.compact tbody td, table.dataTable.compact tbody th {
	padding: 4px;
}

table.dataTable td.dt-left, table.dataTable th.dt-left {
	text-align: left;
}

table.dataTable td.dataTables_empty, table.dataTable td.dt-center, table.dataTable th.dt-center {
	text-align: center;
}

table.dataTable td.dt-right, table.dataTable th.dt-right {
	text-align: right;
}

table.dataTable td.dt-justify, table.dataTable th.dt-justify {
	text-align: justify;
}

table.dataTable td.dt-nowrap, table.dataTable th.dt-nowrap {
	white-space: nowrap;
}

table.dataTable tfoot td.dt-head-left, table.dataTable tfoot th.dt-head-left, table.dataTable thead td.dt-head-left, table.dataTable thead th.dt-head-left {
	text-align: left;
}

table.dataTable tfoot td.dt-head-center, table.dataTable tfoot th.dt-head-center, table.dataTable thead td.dt-head-center, table.dataTable thead th.dt-head-center {
	text-align: center;
}

table.dataTable tfoot td.dt-head-right, table.dataTable tfoot th.dt-head-right, table.dataTable thead td.dt-head-right, table.dataTable thead th.dt-head-right {
	text-align: right;
}

table.dataTable tfoot td.dt-head-justify, table.dataTable tfoot th.dt-head-justify, table.dataTable thead td.dt-head-justify, table.dataTable thead th.dt-head-justify {
	text-align: justify;
}

table.dataTable tfoot td.dt-head-nowrap, table.dataTable tfoot th.dt-head-nowrap, table.dataTable thead td.dt-head-nowrap, table.dataTable thead th.dt-head-nowrap {
	white-space: nowrap;
}

table.dataTable tbody td.dt-body-left, table.dataTable tbody th.dt-body-left {
	text-align: left;
}

table.dataTable tbody td.dt-body-center, table.dataTable tbody th.dt-body-center {
	text-align: center;
}

table.dataTable tbody td.dt-body-right, table.dataTable tbody th.dt-body-right {
	text-align: right;
}

table.dataTable tbody td.dt-body-justify, table.dataTable tbody th.dt-body-justify {
	text-align: justify;
}

table.dataTable tbody td.dt-body-nowrap, table.dataTable tbody th.dt-body-nowrap {
	white-space: nowrap;
}

table.dataTable, table.dataTable td, table.dataTable th {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

.dt-container {
	position: relative;
	clear: both;
	zoom: 1;
}

.dt-container>.dt-buttons {
	position: relative;
	float: left;
	margin-bottom: 20px;
}

.dt-container>.dt-search {
	float: right;
	text-align: right;
	margin-bottom: 20px;
}

.dt-container>.dt-info {
	clear: both;
	float: left;
	margin-top: 20px;
}

.dt-container>.dt-paging {
	float: right;
	text-align: right;
	margin-top: 20px;
}

.dt-search input input {
	margin-left: .5em;
}

.dt-container .dt-paging button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	min-width: 1.5em;
	padding: .5em 1em;
	margin-left: 2px;
	text-align: center;
	text-decoration: none !important;
	cursor: pointer;
	color: #333;
	border: 1px solid transparent;
	border-radius: 2px;
}

.dt-container .dt-paging button.current, .dt-container .dt-paging button.current:hover {
	color: #333;
	border: 1px solid #979797;
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: linear-gradient(to bottom, #fff 0, #dcdcdc 100%);
}

.dt-container .dt-paging button.disabled, .dt-container .dt-paging button.disabled:active, .dt-container .dt-paging button.disabled:hover {
	cursor: default;
	color: #666;
	border: 1px solid transparent;
	background: 0 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.dt-container .dt-paging button:hover {
	color: #fff;
	border: 1px solid #111;
	background-color: #585858;
	background: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#111));
	background: linear-gradient(to bottom, #585858 0, #111 100%);
}

.dt-container .dt-paging button:active {
	outline: 0;
	background-color: #2b2b2b;
	background: -webkit-gradient(linear, left top, left bottom, from(#2b2b2b), to(#0c0c0c));
	background: linear-gradient(to bottom, #2b2b2b 0, #0c0c0c 100%);
	-webkit-box-shadow: inset 0 0 3px #111;
	box-shadow: inset 0 0 3px #111;
}

.dt-container .dt-paging .ellipsis {
	padding: 0 1em;
}

.dt-container .dt-paging .dataTables_processing {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 40px;
	margin-left: -50%;
	margin-top: -25px;
	padding-top: 20px;
	text-align: center;
	font-size: 1.2em;
	background-color: #fff;
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, .9)), color-stop(75%, rgba(255, 255, 255, .9)), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .9) 25%, rgba(255, 255, 255, .9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dt-container .dataTables_processing, .dt-container .dt-info, .dt-container .dt-length, .dt-container .dt-paging, .dt-container .dt-search {
	color: #333;
}

.dt-container .dataTables_scroll {
	clear: both;
}

.dt-container.no-footer .dataTables_scrollBody {
	border-bottom: 1px solid #111;
}

.dt-container::after {
	visibility: hidden;
	display: block;
	content: "";
	clear: both;
	height: 0;
}

@media screen and (max-width:767px) {
	.dt-container .dt-info, .dt-container .dt-paging {
		float: none;
		text-align: center;
	}
	
	.dt-container .dt-paging {
		margin-top: .5em;
	}
}

@media screen and (max-width:640px) {
	.ekit-wid-con .ekit_table .dt-container .dt-layout-row {
		text-align: center;
	}
	
	.ekit-wid-con .ekit_table .dt-container .dt-layout-row:not(.dt-layout-table) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: unset;
		-ms-flex-align: unset;
		align-items: unset;
		gap: 20px;
	}
	
	.ekit-wid-con .ekit_table .dt-container .dt-layout-row:not(.dt-layout-table) .dt-search .dt-input {
		width: 100%;
	}
	
	.ekit-wid-con .ekit_table .dt-container>.dt-buttons, .ekit-wid-con .ekit_table .dt-container>.dt-info, .ekit-wid-con .ekit_table .dt-container>.dt-paging, .ekit-wid-con .ekit_table .dt-container>.dt-search {
		float: none;
		text-align: center;
	}
}

.dt-button embed {
	outline: 0;
}

@media screen and (max-width:640px) {}

table.DTFC_Cloned tfoot, table.DTFC_Cloned thead {
	background-color: #fff;
}

table.fixedHeader-floating {
	position: fixed !important;
	background-color: #fff;
}

table.fixedHeader-floating.no-footer {
	border-bottom-width: 0;
}

table.fixedHeader-locked {
	position: absolute !important;
	background-color: #fff;
}

@media print {
	table.fixedHeader-floating {
		display: none;
	}
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child, table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty, table.dataTable.dtr-inline.collapsed>tbody>tr>th.child {
	cursor: default !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child::before, table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty::before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.child::before {
	display: none !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child::before, table.dataTable.dtr-inline.collapsed>tbody>tr>th:first-child::before {
	top: 9px;
	left: 4px;
	height: 14px;
	width: 14px;
	display: block;
	position: absolute;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 14px;
	-webkit-box-shadow: 0 0 3px #444;
	box-shadow: 0 0 3px #444;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	text-align: center;
	text-indent: 0 !important;
	font-family: "Courier New", Courier, monospace;
	line-height: 14px;
	content: "+";
	background-color: #31b131;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child::before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child::before {
	content: "-";
	background-color: #d33333;
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child, table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child {
	padding-left: 27px;
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child::before, table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child::before {
	top: 5px;
	left: 4px;
	height: 14px;
	width: 14px;
	border-radius: 14px;
	line-height: 14px;
	text-indent: 3px;
}

table.dataTable.dtr-column>tbody>tr>td.control, table.dataTable.dtr-column>tbody>tr>th.control {
	position: relative;
	cursor: pointer;
}

table.dataTable.dtr-column>tbody>tr>td.control::before, table.dataTable.dtr-column>tbody>tr>th.control::before {
	top: 50%;
	left: 50%;
	height: 16px;
	width: 16px;
	margin-top: -10px;
	margin-left: -10px;
	display: block;
	position: absolute;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 14px;
	-webkit-box-shadow: 0 0 3px #444;
	box-shadow: 0 0 3px #444;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	text-align: center;
	text-indent: 0 !important;
	font-family: "Courier New", Courier, monospace;
	line-height: 14px;
	content: "+";
	background-color: #31b131;
}

table.dataTable.dtr-column>tbody>tr.parent td.control::before, table.dataTable.dtr-column>tbody>tr.parent th.control::before {
	content: "-";
	background-color: #d33333;
}

table.dataTable>tbody>tr.child {
	padding: .5em 1em;
}

table.dataTable>tbody>tr.child:hover {
	background: 0 0 !important;
}

table.dataTable>tbody>tr.child ul.dtr-details {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
	border-bottom: 1px solid #efefef;
	padding: .5em 0;
}

table.dataTable>tbody>tr.child ul.dtr-details>li:first-child {
	padding-top: 0;
}

table.dataTable>tbody>tr.child ul.dtr-details>li:last-child {
	border-bottom: none;
}

table.dataTable>tbody>tr.child span.dtr-title {
	display: inline-block;
	min-width: 75px;
	font-weight: 700;
}

@media screen and (max-width:767px) {}

table.dataTable tr.dtrg-group td {
	background-color: #e0e0e0;
}

table.dataTable tr.dtrg-group.dtrg-level-0 td {
	font-weight: 700;
}

table.dataTable tr.dtrg-group.dtrg-level-1 td, table.dataTable tr.dtrg-group.dtrg-level-2 td {
	background-color: #f0f0f0;
	padding-top: .25em;
	padding-bottom: .25em;
	padding-left: 2em;
	font-size: .9em;
}

table.dataTable tr.dtrg-group.dtrg-level-2 td {
	background-color: #f3f3f3;
}

.ekit_table .dt-container {
	padding-top: 20px;
	padding-bottom: 20px;
}

.ekit_table table.dataTable.no-footer {
	border-bottom: 1px solid #e6e6e6;
}

.ekit_table .dt-container select:not([multiple]) {
	-webkit-appearance: none;
	-ms-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border-radius: 0;
	border: solid 1px #bbb;
	padding: 12px 48px 12px 18px;
}

.ekit_table .dt-container select:not([multiple])::after {
	content: " - Remember this";
}

.ekit_table .dt-container .dt-search input {
	border: solid 1px #bbb;
	padding: 12px 48px 12px 18px;
}

.ekit_table table.dataTable thead th {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .3px;
	color: #fff;
}

.ekit_table.display table.dataTable tbody tr td {
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #f9f9f9;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child, table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty, table.dataTable.dtr-inline.collapsed>tbody>tr>th.child {
	cursor: default !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child::before, table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty::before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.child::before {
	display: none !important;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child, table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child {
	position: relative;
	padding-left: 30px;
	cursor: pointer;
}

table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>td:first-child::before, table.dataTable.dtr-inline.collapsed>tbody>tr[role=row]>th:first-child::before {
	top: 9px;
	left: 4px;
	height: 14px;
	width: 14px;
	display: block;
	position: absolute;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 14px;
	-webkit-box-shadow: 0 0 3px #444;
	box-shadow: 0 0 3px #444;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	text-align: center;
	text-indent: 0 !important;
	font-family: "Courier New", Courier, monospace;
	line-height: 14px;
	content: "+";
	background-color: #31b131;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child::before, table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child::before {
	content: "-";
	background-color: #d33333;
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child, table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child {
	padding-left: 27px;
}

table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child::before, table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child::before {
	top: 5px;
	left: 4px;
	height: 14px;
	width: 14px;
	border-radius: 14px;
	line-height: 14px;
	text-indent: 3px;
}

table.dataTable.dtr-column>tbody>tr>td.control, table.dataTable.dtr-column>tbody>tr>th.control {
	position: relative;
	cursor: pointer;
}

table.dataTable.dtr-column>tbody>tr>td.control::before, table.dataTable.dtr-column>tbody>tr>th.control::before {
	top: 50%;
	left: 50%;
	height: 16px;
	width: 16px;
	margin-top: -10px;
	margin-left: -10px;
	display: block;
	position: absolute;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 14px;
	-webkit-box-shadow: 0 0 3px #444;
	box-shadow: 0 0 3px #444;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	text-align: center;
	text-indent: 0 !important;
	font-family: "Courier New", Courier, monospace;
	line-height: 14px;
	content: "+";
	background-color: #31b131;
}

table.dataTable.dtr-column>tbody>tr.parent td.control::before, table.dataTable.dtr-column>tbody>tr.parent th.control::before {
	content: "-";
	background-color: #d33333;
}

table.dataTable>tbody>tr.child {
	padding: .5em 1em;
}

table.dataTable>tbody>tr.child:hover {
	background: 0 0 !important;
}

table.dataTable>tbody>tr.child ul.dtr-details {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

table.dataTable>tbody>tr.child ul.dtr-details>li {
	border-bottom: 1px solid #efefef;
	padding: .5em 0;
}

table.dataTable>tbody>tr.child ul.dtr-details>li:first-child {
	padding-top: 0;
}

table.dataTable>tbody>tr.child ul.dtr-details>li:last-child {
	border-bottom: none;
}

table.dataTable>tbody>tr.child span.dtr-title {
	display: inline-block;
	min-width: 75px;
	font-weight: 700;
}

@media screen and (max-width:767px) {}

.elementskit-invisible {
	visibility: hidden;
}

.ekit-wid-con .ekit-post-list-wrapper .elementor-icon-list-item a {
	background-color: transparent !important;
}

.ekit-wid-con .ekit-post-list-wrapper.elementor-inline-items .elementor-icon-list-item {
	margin: 0;
}

.ekit-wid-con .elementor-inline-items {
	margin: 0 !important;
}

.ekit-wid-con .elementor-inline-items .elementor-icon-list-item {
	display: inline-block;
}

.ekit-wid-con .elementor-inline-items .elementor-icon-list-item::after {
	display: inline-block;
}

.elementor-widget .ekit-wid-con .elementor-inline-items .elementor-icon-list-item::after {
	position: absolute;
}

.ekit-wid-con .elementor-inline-items .elementor-icon-list-item:last-child::after {
	display: none;
}

.elementor-widget-elementskit-page-list:not(.ekit-has-divider-yes) .ekit-wid-con .elementor-inline-items .elementor-icon-list-item::after {
	display: none;
}

.ekit-wid-con .elementor-inline-items.row .elementor-icon-list-item {
	margin: 0;
	padding: 0;
	margin-right: 0 !important;
	margin-left: 0 !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ekit-wid-con .elementor-inline-items.row .elementor-icon-list-item a {
	padding: 5px 15px;
}

.ekit-wid-con .elementor-icon-list-item>a {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.ekit-wid-con .elementor-icon-list-item>a.ekit_badge_right {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.ekit-wid-con .ekit_menu_label {
	border-radius: 3px;
	padding: 2px 5px;
	display: inline-block;
	font-size: 10px;
	color: #fff;
	background-color: #c91765;
	margin-left: 5px;
}

.ekit-wid-con .ekit_menu_subtitle {
	font-size: 11px;
	font-style: normal;
	color: #8d96ae;
	display: block;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementor-icon-list-text {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementor-icon-list-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-align: center;
	line-height: inherit;
}

.ekit-wid-con .elementor-icon-list-icon svg {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementor-icon-list-icon>i {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-enabled-bg-img .elementor-icon-list-item a {
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background-position: center center;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ekit-enabled-bg-img .elementor-icon-list-item a::after {
	content: "";
	background-color: rgba(34, 34, 34, .7);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: all .4s;
	transition: all .4s;
}

.ekit-enabled-bg-img .elementor-icon-list-item a:hover::after {
	background-color: rgba(34, 34, 34, .9);
}

.ekit-enabled-bg-img .elementor-icon-list-item a .ekit_post_list_content_wraper {
	z-index: 1;
}

.ekit-wid-con .nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ekit-wid-con .ekit-form form p {
	margin-bottom: 0;
}

.ekit-wid-con .ekit-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]) {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	color: #495057;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	height: 56px;
	border-radius: 0;
	padding-left: 30px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ekit-wid-con .ekit-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):hover {
	border-color: #333;
}

.ekit-wid-con .ekit-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]):focus {
	border-color: #4d68ff;
}

.ekit-wid-con .ekit-form form input[type=submit] {
	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-radius: 0;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	padding: 12px 72px;
	font-size: .9375rem;
	background-color: #313636;
	border: 0 solid #000;
	color: #fff;
	cursor: pointer;
}

.ekit-wid-con .ekit-form form input[type=submit]:hover {
	background-color: #4d68ff;
}

.ekit-wid-con .ekit-form form select {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	color: #495057;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	height: 56px;
}

.ekit-wid-con .ekit-form form select[multiple] {
	height: 100px;
}

.ekit-wid-con .ekit-form form label {
	margin-bottom: 7px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #313636;
	font-weight: 400;
}

.ekit-wid-con .ekit-form form label span {
	color: #777;
	font-size: .8125rem;
	display: block;
}

.ekit-wid-con .ekit-form form textarea {
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	color: #495057;
	background-color: #fff;
	border: 1px solid #e7e7e7;
	-webkit-transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
	border-radius: 0;
	padding-left: 30px;
	height: 176px;
	resize: none;
	padding-top: 15px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ekit-wid-con .ekit-form form textarea:hover {
	border-color: #333;
}

.ekit-wid-con .ekit-form form textarea:focus {
	border-color: #4d68ff;
}

.ekit-wid-con .ekit-form form .intl-tel-input {
	width: 100%;
}

.ekit-wid-con .ekit-form form .ekit-form-input {
	margin-bottom: 50px;
}

.elementor-widget-elementskit-pricing .elementor-widget-container, .elementor-widget-elementskit-pricing.elementor-element:not(:has(.elementor-widget-container)) {
	overflow: hidden;
}

.elementor-widget-elementskit-timeline .elementor-widget-container, .elementor-widget-elementskit-timeline.elementor-element:not(:has(.elementor-widget-container)) {
	padding-top: 35px;
	padding-left: 45px;
	padding-right: 45px;
	padding-bottom: 60px;
}

.elementor-widget-elementskit-business-hours {
	padding: 20px 20px 20px 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
}

.elementor-widget-elementskit-dual-button-center .ekit-element-align-wrapper {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.elementor-widget-elementskit-dual-button-end .ekit-element-align-wrapper {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.elementor-widget-elementskit-dual-button-start .ekit-element-align-wrapper {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.ekit_wpForms_container-form-button-full-width .wpforms-submit-container .wpforms-submit {
	width: 100%;
}

.ekit_ninjaForms_container-button-full-width .submit-container input[type=button] {
	width: 100%;
}

.elemenetskit-alert-info {
	position: relative;
	padding: .75rem 1.25rem;
	border: 1px solid transparent;
	border-radius: .25rem;
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.elementor-widget-elementskit-team.animated {
	-webkit-animation-fill-mode: none;
	animation-fill-mode: none;
}

@media (max-width:1024px) {
	.ekit-tab-hide {
		display: none;
	}
}

@media (max-width:767px) {
	.ekit-mobile-hide {
		display: none;
	}
}

.ekit-template-content-footer, .ekit-template-content-header {
	clear: both;
}

.elementor-edit-area-active .elementor-widget:hover .widgetarea_warper_edit {
	display: block;
}

.ekit-sticky {
	z-index: 9999;
}

.ekit-sticky[data-ekit-sticky] {
	z-index: 1;
}

.ekit-sticky--effects.ekit-sticky--down.ekit-sticky--show_on_scroll_up {
	opacity: 0;
	visibility: hidden;
}

.weforms_submit_btn {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
	cursor: pointer;
}

.wpuf-label>label {
	margin-bottom: 0;
}

ul.wpuf-form li label.wpuf-form-sub-label {
	margin-bottom: 0;
}

.image-source-link {
	color: #98c3d1;
}

.mfp-bg, .mfp-container {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-removing .mfp-container, .mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-move-horizontal .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
	-webkit-transform: translateX(-50px);
	transform: translateX(-50px);
}

.mfp-move-horizontal.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.mfp-move-horizontal.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.mfp-move-horizontal.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-move-horizontal.mfp-removing .mfp-with-anim {
	-webkit-transform: translateX(50px);
	transform: translateX(50px);
	opacity: 0;
}

.mfp-move-horizontal.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-zoom-out .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
	opacity: 0;
}

button.mfp-close.ekit-popup-close {
	border: 1px solid #fff;
	margin: 20px;
	border-radius: 50%;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

button.mfp-close.ekit-popup-close:hover {
	background-color: #000;
	color: #fff;
	border-color: #000;
	width: 44px;
}

.mfp-iframe-holder .mfp-close.ekit-popup-close {
	width: 44px;
	text-align: center;
	padding-right: 0;
	top: 0;
	right: 0;
}

.mfp-container.mfp-iframe-holder {
	position: fixed;
}

.mfp-container.mfp-iframe-holder .mfp-close.ekit-popup-close {
	position: fixed;
}

.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(.8);
	transform: scale(.8);
}

.mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: .8;
}

.mfp-zoom-in.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(.8);
	transform: scale(.8);
	opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

.white-popup-block {
	background: #ccc;
	padding: 20px;
	max-width: 300px;
	margin: 0 auto;
	-webkit-animation: open 1s;
	animation: open 1s;
}

.mfp-removing {
	-webkit-animation: close 1s;
	animation: close 1s;
}

.mfp-open .modal-popup-group, .mfp-open .xs-modal-sidebar {
	-webkit-animation-name: galleryopen;
	animation-name: galleryopen;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.mfp-bg.ekit-promo-popup {
	background-color: rgba(0, 0, 0, .87);
	padding-bottom: 100%;
	border-radius: 100%;
	overflow: hidden;
	-webkit-animation: menu-animation .8s ease-out forwards;
	animation: menu-animation .8s ease-out forwards;
}

.ekit-promo-popup .modal-content {
	background-color: transparent;
	padding: 0;
	border: 0;
}

.ekit-promo-popup .mfp-close {
	color: #fff;
	opacity: 0;
	-webkit-transition: all 1s ease .8s;
	transition: all 1s ease .8s;
	-webkit-transform: translateY(-500px);
	transform: translateY(-500px);
}

.ekit-promo-popup.mfp-ready .mfp-close {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	position: fixed;
}

body.admin-bar .ekit-promo-popup.mfp-ready .mfp-close {
	margin-top: 45px;
}

.ekit-promo-popup.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 1s ease .8s;
	transition: all 1s ease .8s;
	-webkit-transform: translateY(-500px);
	transform: translateY(-500px);
}

.ekit-promo-popup.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: .875rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: .9;
}

.tooltip .arrow {
	position: absolute;
	display: block;
	width: .8rem;
	height: .4rem;
}

.tooltip .arrow::before {
	position: absolute;
	content: "";
	border-color: transparent;
	border-style: solid;
}

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
	padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
	bottom: 0;
}

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
	top: 0;
	border-width: .4rem .4rem 0;
	border-top-color: #000;
}

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
	padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
	left: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
	right: 0;
	border-width: .4rem .4rem .4rem 0;
	border-right-color: #000;
}

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
	padding: .4rem 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
	top: 0;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
	bottom: 0;
	border-width: 0 .4rem .4rem;
	border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
	padding: 0 .4rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
	right: 0;
	width: .4rem;
	height: .8rem;
}

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
	left: 0;
	border-width: .4rem 0 .4rem .4rem;
	border-left-color: #000;
}

.tooltip-inner {
	max-width: 200px;
	padding: .25rem .5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: .25rem;
}

.ekit-wid-con .product-filter-area {
	margin-bottom: 30px;
}

.ekit-wid-con .product-filter-wraper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ekit-wid-con .product-filter-wraper .woocommerce-ordering {
	margin-right: 50px;
	margin-bottom: 0;
}

.ekit-wid-con .woocommerce-ordering {
	position: relative;
	z-index: 10;
}

.ekit-wid-con .woocommerce-ordering .shop-filter-title {
	color: #777;
	font-size: 14px;
	position: relative;
	top: 9px;
	padding-right: 50px;
}

.ekit-wid-con .tab-filter .nav-tabs .nav-item .nav-link {
	border: 0;
	color: #777;
	font-size: 18px;
	padding: 10px;
}

.ekit-wid-con .tab-filter .nav-tabs .nav-item .nav-link.active {
	color: #2575fc;
	background-color: transparent;
}

.ekit-wid-con iframe {
	border: none;
}

.ekit-wid-con a {
	text-decoration: none;
}

.ekit-wid-con a:active, .ekit-wid-con a:focus, .ekit-wid-con input, .ekit-wid-con input:active, .ekit-wid-con input:focus, .ekit-wid-con input:hover, .ekit-wid-con textarea, .ekit-wid-con textarea:active, .ekit-wid-con textarea:focus, .ekit-wid-con textarea:hover {
	-moz-outline: none;
	outline: 0;
}

.ekit-wid-con a:active, .ekit-wid-con a:focus, .ekit-wid-con a:hover, .ekit-wid-con a:visited {
	outline: 0;
	text-decoration: none;
}

.ekit-wid-con [type=button]:focus:not(:focus-visible), .ekit-wid-con [type=submit]:focus:not(:focus-visible), .ekit-wid-con button:focus:not(:focus-visible) {
	outline: 0;
}

.ekit-wid-con a:focus-visible, .ekit-wid-con button:focus-visible, .ekit-wid-con input:focus-visible, .ekit-wid-con textarea:focus-visible {
	outline: -webkit-focus-ring-color auto 1px;
}

.ekit-wid-con li, .ekit-wid-con ul {
	margin: 0;
	padding: 0;
}

.ekit-wid-con .elementor-text-editor ol, .ekit-wid-con .elementor-text-editor ul {
	padding-left: 18px;
}

.ekit-wid-con h4, .ekit-wid-con p {
	margin-bottom: 10px;
}

.ekit-wid-con svg {
	width: 1em;
	height: 1em;
}

.ekit-wid-con .clear-both::after, .ekit-wid-con .clear-both::before {
	display: table;
	content: "";
	clear: both;
}

.ekit-wid-con .text-left {
	text-align: left !important;
}

.ekit-wid-con .text-right {
	text-align: right !important;
}

.ekit-wid-con .text-center {
	text-align: center !important;
}

.ekit-wid-con .ekit-flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important;
}

.ekit-wid-con .ekit-flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important;
}

.ekit-wid-con .ekit-flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important;
}

.ekit-wid-con .ekit-flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
}

.ekit-wid-con .tab-content>.tab-pane {
	font-family: inherit;
}

.ekit-wid-con .elementskit-border-divider {
	left: 13px;
}

.ekit-wid-con .elementskit-border-divider.elementskit-style-long {
	left: inherit;
}

.ekit-wid-con .elementskit-border-divider::before {
	left: -26px;
}

.ekit-wid-con .elementskit-navbar-nav-default.elementskit-menu-container {
	z-index: 1000;
}

.ekit-wid-con .elementskit-navbar-nav-default .elementskit-navbar-nav>li>a:hover {
	background-color: transparent;
}

.ekit-wid-con .elementor-icon-list-item .meta-lists {
	line-height: 1;
}

.ekit-wid-con .elementor-icon-list-item .meta-lists svg {
	max-width: 12px;
	height: auto;
	vertical-align: middle;
}

.ekit-wid-con .elementor-icon-list-item .meta-lists>span {
	color: #7f8595;
	font-size: 12px;
	display: inline-block;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .elementor-icon-list-item .elementor-icon-list-text {
	display: block;
	margin-bottom: 0;
}

.ekit-wid-con .dialog-type-lightbox .dialog-widget-content {
	width: 100%;
}

.ekit-wid-con .nf-error.field-wrap .nf-field-element::after, .ekit-wid-con .nf-pass.field-wrap .nf-field-element::after {
	top: 0;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: normal;
}

.ekit-wid-con .nf-form-content button, .ekit-wid-con .nf-form-content input[type=button], .ekit-wid-con .nf-form-content input[type=submit] {
	cursor: pointer;
}

.ekit-wid-con .nf-response-msg>p {
	line-height: normal;
}

.ekit-wid-con textarea.ninja-forms-field {
	display: block;
}

.ekit-wid-con .column-count-1 {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

.ekit-wid-con .column-count-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.ekit-wid-con .column-count-3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}

.ekit-wid-con .column-count-4 {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}

.ekit-wid-con .column-count-5 {
	-webkit-column-count: 5;
	-moz-column-count: 5;
	column-count: 5;
}

.ekit-wid-con .column-count-6 {
	-webkit-column-count: 6;
	-moz-column-count: 6;
	column-count: 6;
}

.ekit-wid-con .ekit-img-overlay {
	position: relative;
	z-index: 0;
}

.ekit-wid-con .ekit-img-overlay::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.ekit-wid-con .ekit-wrapper-link {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 10;
}

.ekit-wid-con .media {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (min-width:1025px) {
	.ekit-wid-con .default_menu_position .elementor-column, .ekit-wid-con .default_menu_position .elementor-widget, .ekit-wid-con .default_menu_position .elementor-widget-wrap, .ekit-wid-con .default_menu_position .elementskit-navbar-nav-default.elementskit-menu-container {
		position: static;
	}
	
	.ekit-wid-con .default_menu_position .elementskit-menu-po-right .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-custom_width .elementskit-megamenu-panel, .ekit-wid-con .default_menu_position .elementskit-menu-po-right .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-default_width .elementskit-megamenu-panel, .ekit-wid-con .elementskit-navbar-nav-default .elementskit-menu-po-right .relative_position.elementskit-megamenu-has .elementskit-megamenu-panel {
		right: 0;
		left: auto;
	}
	
	.ekit-wid-con .elementskit-navbar-nav-default .elementskit-megamenu-has .elementskit-megamenu-panel {
		-webkit-transition: transform .4s ease;
		-webkit-transition: -webkit-transform .4s ease;
		transition: -webkit-transform .4s ease;
		transition: transform .4s ease;
		transition: transform .4s ease, -webkit-transform .4s ease;
	}
	
	.ekit-wid-con .elementskit-menu-po-center .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-custom_width .elementskit-megamenu-panel, .ekit-wid-con .elementskit-menu-po-center .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-default_width .elementskit-megamenu-panel {
		-webkit-transform: translateY(-10px) translateX(-50%);
		transform: translateY(-10px) translateX(-50%);
		left: 50%;
	}
	
	.ekit-wid-con .default_menu_position .elementskit-menu-po-center .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-custom_width:hover>.elementskit-megamenu-panel, .ekit-wid-con .default_menu_position .elementskit-menu-po-center .elementskit-megamenu-has.top_position.elementskit-dropdown-menu-default_width:hover>.elementskit-megamenu-panel {
		-webkit-transform: translateY(0) translateX(-50%);
		transform: translateY(0) translateX(-50%);
		left: 50%;
	}
	
	.ekit-wid-con body.is-vertical-menu-active .ekit-wid-con .elementskit-navbar-nav-default.elementskit-menu-container {
		z-index: 9;
	}
	
	.ekit-wid-con body.is-vertical-menu-active .vertical-menu-active .xs-vertical-menu-backdrop {
		z-index: 150;
	}
	
	.ekit-wid-con body.is-vertical-menu-active .ekit-vertical-menu-tigger {
		z-index: 160;
	}
}

@media (max-width:1024px) {
	.ekit-wid-con .ekit-vertical-navbar-nav .elementskit-submenu-indicator {
		padding: 3px 10px;
		border: 1px solid;
		border-radius: 30px;
	}
}

.ekit-wid-con .xs-overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: .5;
	z-index: 0;
}

.ekit-wid-con .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ekit-wid-con .swiper-container {
	width: inherit;
	height: inherit;
}

.ekit-wid-con .swiper-container.ekit-main-swiper, .ekit-wid-con .swiper.ekit-main-swiper {
	position: static;
}

.ekit-wid-con .swiper .swiper-navigation-button, .ekit-wid-con .swiper-container .swiper-navigation-button {
	background: rgba(0, 0, 0, 0);
	width: auto;
	height: auto;
}

.ekit-wid-con .swiper .swiper-navigation-button::after, .ekit-wid-con .swiper-container .swiper-navigation-button::after {
	display: none;
}

.ekit-wid-con .tab-pane.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

.ekit-wid-con .mfp-iframe-scaler iframe {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: 0 0;
}

.ekit-wid-con .image-switcher .content-image {
	position: relative;
}

.ekit-wid-con .image-switcher .content-image .hover-image {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.ekit-wid-con .image-switcher:hover .content-image .main-image {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.ekit-wid-con .image-switcher:hover .content-image .hover-image {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}

.ekit-wid-con .fill-icon {
	display: inline-block;
	background-color: #2575fc;
	color: #fff;
	font-size: 40px;
	text-align: center;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .fill-icon.round {
	border-radius: 50%;
}

.ekit-wid-con .fill-icon.style-light {
	background-color: #f5f5f5;
	color: #000;
}

.ekit-wid-con button {
	cursor: pointer;
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con .form-control {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

.ekit-wid-con input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.ekit-wid-con .widgetarea_warper_edit {
	display: none;
}

.ekit-wid-con .swiper-pagination-bullet {
	opacity: inherit;
	background-color: inherit;
}

.ekit-wid-con [data-ajax-post-id]:not(.is--loaded):before {
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	margin: 20px auto;
	border-style: solid;
	border-width: 3px;
	border-color: #acacac #ddd #ddd;
	border-radius: 50%;
	-webkit-animation: eicon-spin 1.5s infinite linear;
	animation: eicon-spin 1.5s infinite linear;
}

.ekit-wid-con .select {
	cursor: pointer;
	display: block;
	position: relative;
	font-size: 16px;
	color: #7b7b7b;
	width: 220px;
	height: 44px;
	float: right;
}

.ekit-wid-con .ekit-row {
	margin-left: -15px;
	margin-right: -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ekit-wid-con .ekit-col-1 {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 8.3333333333%;
	flex: 0 0 8.3333333333%;
	max-width: 8.3333333333%;
}

.ekit-wid-con .ekit-col-2 {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16.6666666667%;
	flex: 0 0 16.6666666667%;
	max-width: 16.6666666667%;
}

.ekit-wid-con .ekit-col-3 {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.ekit-wid-con .ekit-col-4 {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.3333333333%;
	flex: 0 0 33.3333333333%;
	max-width: 33.3333333333%;
}

.ekit-wid-con .ekit-col-5 {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 41.6666666667%;
	flex: 0 0 41.6666666667%;
	max-width: 41.6666666667%;
}

.ekit-wid-con .ekit-col-6 {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.ekit-wid-con .ekit-col-7 {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 58.3333333333%;
	flex: 0 0 58.3333333333%;
	max-width: 58.3333333333%;
}

.ekit-wid-con .ekit-col-8 {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.6666666667%;
	flex: 0 0 66.6666666667%;
	max-width: 66.6666666667%;
}

.ekit-wid-con .ekit-col-9 {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.ekit-wid-con .ekit-col-10 {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 83.3333333333%;
	flex: 0 0 83.3333333333%;
	max-width: 83.3333333333%;
}

.ekit-wid-con .ekit-col-11 {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 91.6666666667%;
	flex: 0 0 91.6666666667%;
	max-width: 91.6666666667%;
}

.ekit-wid-con .ekit-col-12 {
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

@media (max-width:1024px) {
	.ekit-wid-con .ekit-col-1 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.ekit-wid-con .ekit-col-2 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.ekit-wid-con .ekit-col-3 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.ekit-wid-con .ekit-col-4 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.ekit-wid-con .ekit-col-5 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.ekit-wid-con .ekit-col-6 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.ekit-wid-con .ekit-col-7 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.ekit-wid-con .ekit-col-8 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.ekit-wid-con .ekit-col-9 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.ekit-wid-con .ekit-col-10 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.ekit-wid-con .ekit-col-11 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.ekit-wid-con .ekit-col-12 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

@media (max-width:767px) {
	.ekit-wid-con .ekit-col-1 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.ekit-wid-con .ekit-col-2 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.ekit-wid-con .ekit-col-3 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.ekit-wid-con .ekit-col-4 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.ekit-wid-con .ekit-col-5 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.ekit-wid-con .ekit-col-6 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.ekit-wid-con .ekit-col-7 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.ekit-wid-con .ekit-col-8 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.ekit-wid-con .ekit-col-9 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.ekit-wid-con .ekit-col-10 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.ekit-wid-con .ekit-col-11 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	
	.ekit-wid-con .ekit-col-12 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

@media (max-width:1024px) {
	.ekit-wid-con .ekit-col-tablet-1 {
		-webkit-column-count: 12;
		-moz-column-count: 12;
		column-count: 12;
	}
	
	.ekit-wid-con .ekit-col-tablet-2 {
		-webkit-column-count: 6;
		-moz-column-count: 6;
		column-count: 6;
	}
	
	.ekit-wid-con .ekit-col-tablet-3 {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
	
	.ekit-wid-con .ekit-col-tablet-4 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	
	.ekit-wid-con .ekit-col-tablet-5 {
		-webkit-column-count: 2.4;
		-moz-column-count: 2.4;
		column-count: 2.4;
	}
	
	.ekit-wid-con .ekit-col-tablet-6 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	
	.ekit-wid-con .ekit-col-tablet-7 {
		-webkit-column-count: 1.7142857143;
		-moz-column-count: 1.7142857143;
		column-count: 1.7142857143;
	}
	
	.ekit-wid-con .ekit-col-tablet-8 {
		-webkit-column-count: 1.5;
		-moz-column-count: 1.5;
		column-count: 1.5;
	}
	
	.ekit-wid-con .ekit-col-tablet-9 {
		-webkit-column-count: 1.3333333333;
		-moz-column-count: 1.3333333333;
		column-count: 1.3333333333;
	}
	
	.ekit-wid-con .ekit-col-tablet-10 {
		-webkit-column-count: 1.2;
		-moz-column-count: 1.2;
		column-count: 1.2;
	}
	
	.ekit-wid-con .ekit-col-tablet-11 {
		-webkit-column-count: 1.0909090909;
		-moz-column-count: 1.0909090909;
		column-count: 1.0909090909;
	}
	
	.ekit-wid-con .ekit-col-tablet-12 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

@media (max-width:767px) {
	.ekit-wid-con .ekit-col-mobile-1 {
		-webkit-column-count: 12;
		-moz-column-count: 12;
		column-count: 12;
	}
	
	.ekit-wid-con .ekit-col-mobile-2 {
		-webkit-column-count: 6;
		-moz-column-count: 6;
		column-count: 6;
	}
	
	.ekit-wid-con .ekit-col-mobile-3 {
		-webkit-column-count: 4;
		-moz-column-count: 4;
		column-count: 4;
	}
	
	.ekit-wid-con .ekit-col-mobile-4 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	
	.ekit-wid-con .ekit-col-mobile-5 {
		-webkit-column-count: 2.4;
		-moz-column-count: 2.4;
		column-count: 2.4;
	}
	
	.ekit-wid-con .ekit-col-mobile-6 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	
	.ekit-wid-con .ekit-col-mobile-7 {
		-webkit-column-count: 1.7142857143;
		-moz-column-count: 1.7142857143;
		column-count: 1.7142857143;
	}
	
	.ekit-wid-con .ekit-col-mobile-8 {
		-webkit-column-count: 1.5;
		-moz-column-count: 1.5;
		column-count: 1.5;
	}
	
	.ekit-wid-con .ekit-col-mobile-9 {
		-webkit-column-count: 1.3333333333;
		-moz-column-count: 1.3333333333;
		column-count: 1.3333333333;
	}
	
	.ekit-wid-con .ekit-col-mobile-10 {
		-webkit-column-count: 1.2;
		-moz-column-count: 1.2;
		column-count: 1.2;
	}
	
	.ekit-wid-con .ekit-col-mobile-11 {
		-webkit-column-count: 1.0909090909;
		-moz-column-count: 1.0909090909;
		column-count: 1.0909090909;
	}
	
	.ekit-wid-con .ekit-col-mobile-12 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

@media (max-width:1024px) {
	.ekit-wid-con .ekit-col-tablet-1 {
		max-width: 8.3333333333%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
	}
	
	.ekit-wid-con .ekit-col-tablet-2 {
		max-width: 16.6666666667%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
	}
	
	.ekit-wid-con .ekit-col-tablet-3 {
		max-width: 25%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}
	
	.ekit-wid-con .ekit-col-tablet-4 {
		max-width: 33.3333333333%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
	}
	
	.ekit-wid-con .ekit-col-tablet-5 {
		max-width: 41.6666666667%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
	}
	
	.ekit-wid-con .ekit-col-tablet-6 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.ekit-wid-con .ekit-col-tablet-7 {
		max-width: 58.3333333333%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
	}
	
	.ekit-wid-con .ekit-col-tablet-8 {
		max-width: 66.6666666667%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
	}
	
	.ekit-wid-con .ekit-col-tablet-9 {
		max-width: 75%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
	}
	
	.ekit-wid-con .ekit-col-tablet-10 {
		max-width: 83.3333333333%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
	}
	
	.ekit-wid-con .ekit-col-tablet-11 {
		max-width: 91.6666666667%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
	}
	
	.ekit-wid-con .ekit-col-tablet-12 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

@media (max-width:767px) {
	.ekit-wid-con .ekit-col-mobile-1 {
		max-width: 8.3333333333%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 8.3333333333%;
		flex: 0 0 8.3333333333%;
	}
	
	.ekit-wid-con .ekit-col-mobile-2 {
		max-width: 16.6666666667%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.6666666667%;
		flex: 0 0 16.6666666667%;
	}
	
	.ekit-wid-con .ekit-col-mobile-3 {
		max-width: 25%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
	}
	
	.ekit-wid-con .ekit-col-mobile-4 {
		max-width: 33.3333333333%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3333333333%;
		flex: 0 0 33.3333333333%;
	}
	
	.ekit-wid-con .ekit-col-mobile-5 {
		max-width: 41.6666666667%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.6666666667%;
		flex: 0 0 41.6666666667%;
	}
	
	.ekit-wid-con .ekit-col-mobile-6 {
		max-width: 50%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
	
	.ekit-wid-con .ekit-col-mobile-7 {
		max-width: 58.3333333333%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 58.3333333333%;
		flex: 0 0 58.3333333333%;
	}
	
	.ekit-wid-con .ekit-col-mobile-8 {
		max-width: 66.6666666667%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 66.6666666667%;
		flex: 0 0 66.6666666667%;
	}
	
	.ekit-wid-con .ekit-col-mobile-9 {
		max-width: 75%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
	}
	
	.ekit-wid-con .ekit-col-mobile-10 {
		max-width: 83.3333333333%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 83.3333333333%;
		flex: 0 0 83.3333333333%;
	}
	
	.ekit-wid-con .ekit-col-mobile-11 {
		max-width: 91.6666666667%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 91.6666666667%;
		flex: 0 0 91.6666666667%;
	}
	
	.ekit-wid-con .ekit-col-mobile-12 {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

.ekit-wid-con .fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.ekit-wid-con .fade.in {
	opacity: 1;
}

.ekit-wid-con .collapse {
	display: none;
}

.ekit-wid-con .collapse.in {
	display: block;
}

.ekit-wid-con .collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
}

.ekit-wid-con .nav-tabs {
	border-bottom: 1px solid #ddd;
}

.ekit-wid-con .nav-tabs>li {
	float: left;
	margin-bottom: -1px;
}

.ekit-wid-con .nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}

.ekit-wid-con .nav-tabs>li.active>a, .ekit-wid-con .nav-tabs>li.active>a:focus, .ekit-wid-con .nav-tabs>li.active>a:hover {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}

.ekit-wid-con .tab-content>.tab-pane {
	display: none;
}

.ekit-wid-con .tab-content>.active {
	display: block;
}

.ekit-wid-con .clearfix::after, .ekit-wid-con .clearfix::before, .ekit-wid-con .nav::after, .ekit-wid-con .nav::before, .ekit-wid-con .row::after, .ekit-wid-con .row::before {
	display: table;
	content: " ";
}

.ekit-wid-con .clearfix::after, .ekit-wid-con .nav::after, .ekit-wid-con .row::after {
	clear: both;
}

.ekit-wid-con .hide {
	display: none !important;
}

.ekit-wid-con .show {
	display: block !important;
}

#wp-admin-bar-elementor_edit_page-default:empty {
	display: none;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #333;
	display: block;
	font-size: 1rem;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 12px 24px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.ekit-template-content-header .elementor-section, .ekit-template-content-header .panel-row-style {
	-webkit-transform: none;
}