.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

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

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

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

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

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

.wpcf7-reflection > output[hidden] {
	display: none;
}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:34px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #ddd;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #ddd;outline:none;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#555;line-height:34px}.select2-container--default .select2-selection--single .select2-selection__clear{display: none;}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:32px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #ddd;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #ddd;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #ddd}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #ddd;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:34px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #ddd;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #ddd;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #ddd;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #ddd;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #ddd;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}.mkdf-core-dashboard{max-width:initial!important}.mkdf-core-dashboard .mkdf-core-dashboard-inner{margin:0 -15px;display:inline-block;width:100%}.mkdf-core-dashboard .mkdf-cd-logo{display:inline-block;vertical-align:middle;padding-right:15px;width:62px}.mkdf-core-dashboard .mkdf-cd-title{display:inline-block;vertical-align:middle;font-size:41px;font-weight:400;margin:0}.mkdf-core-dashboard .mkdf-cd-title-holder{margin-bottom:30px}.mkdf-core-dashboard .mkdf-cd-subtitle{font-size:18px;line-height:25px;font-weight:400;color:#555d66;max-width:610px;margin:10px 0 30px}.mkdf-core-dashboard .mkdf-core-dashboard-column{float:left;width:100%;max-width:610px;padding:0 15px}.mkdf-core-dashboard .mkdf-core-dashboard-column.mkdf-cd-smaller-column{max-width:380px}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box{background-color:#fff}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box.mkdf-core-bottom-space{margin-bottom:30px}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box .mkdf-cd-box-title-holder{padding:28px 34px 23px}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box .mkdf-cd-box-title-holder p{margin:19px 0 0;padding:0;font-size:16px;line-height:22px;font-weight:400;color:#555d66}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box.mkdf-cd-import-box .mkdf-cd-box-title-holder p{font-size:14px;line-height:20px;margin:17px 0 0}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box.mkdf-cd-import-box .mkdf-cd-label{font-weight:600;margin-bottom:15px}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box h2{margin:0;padding:0;font-size:25px;font-weight:400;color:#32373c;text-align:left}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box h3{margin:0;padding:0}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box .mkdf-cd-field-holder{padding-bottom:30px}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box .mkdf-cd-label{display:block;color:#555d66;font-size:14px;margin-bottom:7px}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box .mkdf-cd-input{border:none;border-bottom:1px solid #c2c2c2;outline:0;width:50%;box-shadow:none;color:#555d66;font-size:14px;padding:4px 0;margin:0}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box .mkdf-cd-input:focus{outline:0;border-color:#c2c2c2}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box .mkdf-cd-input:focus::-webkit-input-placeholder{color:#555d66}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box .mkdf-cd-input:focus:-moz-placeholder{color:#555d66;opacity:1}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box .mkdf-cd-input:focus::-moz-placeholder{color:#555d66;opacity:1}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box .mkdf-cd-input:focus:-ms-input-placeholder{color:#555d66}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box .mkdf-cd-input::-webkit-input-placeholder{color:#555d66}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box .mkdf-cd-input:-moz-placeholder{color:#555d66;opacity:1}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box .mkdf-cd-input::-moz-placeholder{color:#555d66;opacity:1}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box .mkdf-cd-input:-ms-input-placeholder{color:#555d66}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box .mkdf-cd-input:-webkit-autofill,.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box .mkdf-cd-input:-webkit-autofill:active,.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box .mkdf-cd-input:-webkit-autofill:focus,.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box .mkdf-cd-input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px #fff inset!important}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box .mkdf-cd-input:-webkit-autofill{-webkit-text-fill-color:#666!important}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box .mkdf-cd-error-field{border-bottom-color:#ee3535}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box .mkdf-cd-error-message{display:block;color:#ee3535;font-size:12px;margin-top:5px}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box .mkdf-cdb-problem{border:1px solid #e1e1e1;border-left:3px solid #ee3535;padding:15px;margin-bottom:25px}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box .mkdf-cdb-problem p{font-size:12px;line-height:18px;font-weight:600;margin:0;padding:0}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-core-dashboard-box:last-child .mkdf-cd-box-row:last-child{padding-bottom:10px}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-cd-button{padding:7px 35px;background-color:#3596ee;border:none;color:#fff;font-size:16px;line-height:1em;border-radius:5px;box-shadow:0 2px 0 0 #246eae}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-cd-button.mkdf-cd-button-disabled,.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-cd-button.mkdf-import-demo-data-disabled{background-color:#6bb4f7}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-cd-button-wait{display:none;font-size:12px;color:#3596ee;margin-left:15px;font-weight:400}.mkdf-core-dashboard .mkdf-core-dashboard-column a.mkdf-cd-button{text-decoration:none}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-cd-box-section{padding:0 35px 10px}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-cd-box-section h3{padding:0;margin:0 0 24px;color:#555d66;font-size:17px;line-height:20px}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-cd-box-list{padding:10px 35px;margin:0}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-cd-box-list li{font-size:15px;margin:0 0 25px}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-cd-box-list li a{color:#3675ae}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-cd-box-row{display:table;padding:0 20px;border-bottom:1px solid #f1f1f1;width:100%;box-sizing:border-box;font-size:14px}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-cdb-label,.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-cdb-value{display:table-cell;width:50%;padding:17px 15px}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-cdb-value{color:#3e87be}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-cdb-value-false span{color:#ea3a27}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-cd-import-form{padding:0 30px 10px 30px}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-cd-import-form .mkdf-cd-box-form-section{padding:0 0 28px}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-cd-import-form .mkdf-cd-box-form-section.mkdf-cd-box-form-section-columns{display:flex;margin:0 -15px}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-cd-import-form .mkdf-cd-box-form-section.mkdf-cd-box-form-section-columns .mkdf-cd-box-form-section-column{padding:0 15px}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-cd-import-form .mkdf-cd-box-form-section.mkdf-cd-box-form-section-columns .mkdf-cd-box-form-section-column:first-child{width:75%}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-cd-import-form .mkdf-cd-box-form-section.mkdf-cd-box-form-section-columns .mkdf-cd-box-form-section-column:last-child{width:25%}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-cd-import-form .mkdf-cd-box-form-section .mkdf-cd-import-option,.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-cd-import-form .mkdf-cd-box-form-section .mkdf-import-demo{width:100%}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-cd-import-form .mkdf-cd-box-form-section .select2-container--default .select2-selection--single{border-radius:0;border-color:#e1e1e1;height:34px}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-cd-import-form .mkdf-cd-box-form-section .select2-container--default .select2-selection--single .select2-selection__rendered{color:#555;line-height:34px}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-cd-import-form .mkdf-cd-import-is-completed{display:none;color:#3596ee;font-size:14px;font-weight:600}.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-cd-import-form .mkdf-cd-box-form-section-dependency,.mkdf-core-dashboard .mkdf-core-dashboard-column .mkdf-cd-import-form .mkdf-cd-box-form-section-progress{display:none}#mkdf-progress-bar[value]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;width:100%;height:5px}#mkdf-progress-bar[value]::-webkit-progress-bar{background-color:#fff;border:1px solid #e1e1e1;border-radius:0}#mkdf-progress-bar{color:#3596ee}#mkdf-progress-bar::-moz-progress-bar{background:#3596ee}#mkdf-progress-bar::-webkit-progress-value{background:#3596ee}#mkdf-progress-bar[aria-valuenow]:before{background:#3596ee}.mkdf-cd-selection li.select2-results__option{padding:10px;margin:0}.mkdf-cd-selection img{vertical-align:middle;padding-right:20px}.select2-container--default .mkdf-cd-selection .select2-results__option[aria-selected=true]{background-color:#fafafa}.select2-container--default .mkdf-cd-selection .select2-results__option--highlighted{background-color:#fafafa;color:#000}.mkdf-cd-action-selection li.select2-results__option,.mkdf-cd-single-page-selection li.select2-results__option{margin:0}.select2-container--default .mkdf-cd-action-selection .select2-results__option[aria-selected=true],.select2-container--default .mkdf-cd-single-page-selection .select2-results__option[aria-selected=true]{background-color:#fafafa}.select2-container--default .mkdf-cd-action-selection .select2-results__option--highlighted,.select2-container--default .mkdf-cd-single-page-selection .select2-results__option--highlighted{background-color:#fafafa;color:#000}.mkdf-cd-import-single-page{width:100%}.mkdf-cd-switch{display:inline-block;border:1px solid #e1e1e1;border-radius:40px;overflow:hidden}.mkdf-cd-switch .mkdf-cd-import-attachments{display:none}.mkdf-cd-switch .mkdf-cd-cb-disable,.mkdf-cd-switch .mkdf-cd-cb-enable{display:block;float:left;padding:0 10px}.mkdf-cd-switch .mkdf-cd-cb-disable.selected,.mkdf-cd-switch .mkdf-cd-cb-enable.selected{background-color:#3596ee;color:#fff}.mkdf-cd-switch .mkdf-cd-cb-disable span,.mkdf-cd-switch .mkdf-cd-cb-enable span{line-height:32px;display:block;font-weight:700}/*!
              - C S S -
        VERSION 1.0.0 - DATE: 2023-01-06
	@author: Krisztian Horvath ThemePunch OHG.
        - Slider Revolution 7.0 -

        GET LICENSE AT:
https://www.themepunch.com/links/slider_revolution_wordpress_regular_license

LICENSE:
Copyright (c) 2023, ThemePunch. All rights reserved.
This work is subject to the terms at https://www.themepunch.com/links/slider_revolution_wordpress_regular_license (Regular / Extended)
*/.rs-p-wp-fix{display:none!important;margin:0!important;height:0!important}body{--sr-7-css-loaded:1}.wp-block-themepunch-revslider{position:relative}.wp-block-themepunch-revslider.revslider{margin:0}canvas.sr7-pbar{z-index:500;position:absolute;pointer-events:none}sr7-module{display:block;position:relative;overflow-x:visible;-webkit-tap-highlight-color:transparent}sr7-adjuster{position:relative;display:block;width:100%}sr7-content{position:absolute;top:0;height:100%;contain:size layout style;z-index:1;overflow-x:visible}sr7-carousel{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1}sr7-slide{position:absolute;width:100%;height:100%;contain:strict;top:0;left:0;z-index:1;visibility:hidden;pointer-events:none}.sr7-overflow-force sr7-slide,sr7-carousel sr7-slide{contain:layout style}sr7-module-bg{top:0;z-index:0;position:absolute}sr7-3dwrap{pointer-events:none;position:absolute;top:0;left:0;width:100%;height:100%;z-index:2}sr7-overlay{display:block;width:100%;height:100%;top:0;left:0;position:absolute;z-index:3;background-repeat:repeat}sr7-btn,sr7-col,sr7-content .sr7-layer,sr7-grp,sr7-img,sr7-layer,sr7-linebrk,sr7-row,sr7-shp,sr7-svg,sr7-txt,sr7-zone{user-select:none;visibility:hidden;display:none;box-sizing:border-box;backface-visibility:hidden}.sr7-layer[data-subtype=slidebg],sr7bg{pointer-events:none}sr7-content .sr7-layer.sr7-withclip,sr7-content .sr7-layer.sr7-withclip .sr7-layer{backface-visibility:visible}sr7-grp.sr7-clear:after{content:"";clear:both;display:block;height:0}sr7-zone{pointer-events:none}sr7-row.sr7-layer.sr7-galign{box-sizing:border-box}.sr7-layer[data-type=svg]>svg,sr7-layer[data-type=svg]>svg{width:100%;height:100%}sr7-row-con{table-layout:fixed;font-size:0;display:block}sr7-module .sr7-layer,sr7-module sr7-layer{-webkit-font-smoothing:antialiased!important;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale;font-display:swap}sr7-slide.sr7-staticslide-low{z-index:0!important}sr7-slide.sr7-staticslide-high{z-index:105!important}@-moz-document url-prefix(){sr7-slide.sr7-staticslide{transform:scale(1)}}sr7-slide a{transition:none}sr7-module.sr7-top-fixed{width:100%;height:auto!important;backface-visibility:hidden}sr7-module.sr7-top-fixed sr7-adjuster{height:auto!important}sr7-module.sr7-top-fixed sr7-content,sr7-module.sr7-top-fixed sr7-content .sr7-layer:not(.sr7-ignore-pe) *{pointer-events:none}sr7-prl{top:50%;left:50%;z-index:10000;position:absolute}sr7-prl.off{display:none!important}sr7-prl.sr7-fade-in{animation:tp-fade-in 1s linear}.sr-force-hidden{display:none!important}@keyframes tp-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0)}100%{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}@keyframes tp-fade-in{0%{opacity:0}20%{opacity:0}100%{opacity:100}}@keyframes tp-rotate{100%{transform:rotate(360deg)}}sr7-fonttest{width:auto;display:inline-block;white-space:nowrap;font-size:12px;color:#000}sr7-fonttest-wrap{position:absolute;contain:strict;top:-1500px;left:-1500px;width:1500px;height:1000px;pointer-events:none;opacity:0}.fn-wrap{display:flex;position:fixed;width:100px;height:50px;z-index:100;background-color:rgba(66,66,66,.2);justify-content:space-around;align-items:center;bottom:0;left:50%;transform:translateX(-50%)}.fn-left,.fn-right{display:flex;width:40px;height:40px;justify-content:center;align-items:center;background-color:gray;color:#fff;font-weight:700;font-size:20px;cursor:pointer}.sr7-layer .materical-icons,sr7-module .material-icons,sr7-txt .material-icons{font-size:inherit;vertical-align:top;line-height:inherit}#sr-announcer{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}/*** ESSENTIAL STYLES ***/
.sf-timetable-menu, .sf-timetable-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-timetable-menu {
	line-height:	1.0;
}
.sf-timetable-menu ul {
	position:		absolute;
	top:			-999em !important;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-timetable-menu ul li {
	width:			100%;
}
.sf-timetable-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-timetable-menu li {
	float:			left;
	position:		relative;
}
.sf-timetable-menu a {
	display:		block;
	position:		relative;
}
.sf-timetable-menu li:hover ul,
.sf-timetable-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-timetable-menu li:hover li ul,
ul.sf-timetable-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-timetable-menu li li:hover ul,
ul.sf-timetable-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-timetable-menu li li:hover li ul,
ul.sf-timetable-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-timetable-menu li li li:hover ul,
ul.sf-timetable-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-timetable-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-timetable-menu a {
	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF;
	padding: 		.75em 1em;
	text-decoration:none;
}
.sf-timetable-menu a, .sf-timetable-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-timetable-menu li {
	background:		#BDD2FF;
}
.sf-timetable-menu li li {
	background:		#AABDE6;
}
.sf-timetable-menu li li li {
	background:		#9AAEDB;
}
.sf-timetable-menu li:hover, .sf-timetable-menu li.sfHover,
.sf-timetable-menu a:focus, .sf-timetable-menu a:hover, .sf-timetable-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}/*
 * qTip2 - Pretty powerful tooltips - v3.0.3
 * http://qtip2.com
 *
 * Copyright (c) 2016 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Wed May 11 2016 10:31 GMT+0100+0100
 * Plugins: tips modal viewport svg imagemap ie6
 * Styles: core basic css3
 */
.qtip{
	position: absolute;
	left: -28000px;
	top: -28000px;
	display: none;

	max-width: 280px;
	min-width: 50px;

	font-size: 10.5px;
	line-height: 12px;

	direction: ltr;

	box-shadow: none;
	padding: 0;
}

	.qtip-content{
		position: relative;
		padding: 5px 9px;
		overflow: hidden;

		text-align: left;
		word-wrap: break-word;
	}

	.qtip-titlebar{
		position: relative;
		padding: 5px 35px 5px 10px;
		overflow: hidden;

		border-width: 0 0 1px;
		font-weight: bold;
	}

	.qtip-titlebar + .qtip-content{ border-top-width: 0 !important; }

	/* Default close button class */
	.qtip-close{
		position: absolute;
		right: -9px; top: -9px;
		z-index: 11; /* Overlap .qtip-tip */

		cursor: pointer;
		outline: medium none;

		border: 1px solid transparent;
	}

		.qtip-titlebar .qtip-close{
			right: 4px; top: 50%;
			margin-top: -9px;
		}

		* html .qtip-titlebar .qtip-close{ top: 16px; } /* IE fix */

		.qtip-titlebar .ui-icon,
		.qtip-icon .ui-icon{
			display: block;
			text-indent: -1000em;
			direction: ltr;
		}

		.qtip-icon, .qtip-icon .ui-icon{
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			border-radius: 3px;
			text-decoration: none;
		}

			.qtip-icon .ui-icon{
				width: 18px;
				height: 14px;

				line-height: 14px;
				text-align: center;
				text-indent: 0;
				font: normal bold 10px/13px Tahoma,sans-serif;

				color: inherit;
				background: transparent none no-repeat -100em -100em;
			}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
.qtip-focus{}

/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
.qtip-hover{}

/* Default tooltip style */
.qtip-default{
	border: 1px solid #F1D031;

	background-color: #FFFFA3;
	color: #555;
}

	.qtip-default .qtip-titlebar{
		background-color: #FFEF93;
	}

	.qtip-default .qtip-icon{
		border-color: #CCC;
		background: #F1F1F1;
		color: #777;
	}

	.qtip-default .qtip-titlebar .qtip-close{
		border-color: #AAA;
		color: #111;
	}


/*! Light tooltip style */
.qtip-light{
	background-color: white;
	border-color: #E2E2E2;
	color: #454545;
}

	.qtip-light .qtip-titlebar{
		background-color: #f1f1f1;
	}


/*! Dark tooltip style */
.qtip-dark{
	background-color: #505050;
	border-color: #303030;
	color: #f3f3f3;
}

	.qtip-dark .qtip-titlebar{
		background-color: #404040;
	}

	.qtip-dark .qtip-icon{
		border-color: #444;
	}

	.qtip-dark .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/*! Cream tooltip style */
.qtip-cream{
	background-color: #FBF7AA;
	border-color: #F9E98E;
	color: #A27D35;
}

	.qtip-cream .qtip-titlebar{
		background-color: #F0DE7D;
	}

	.qtip-cream .qtip-close .qtip-icon{
		background-position: -82px 0;
	}


/*! Red tooltip style */
.qtip-red{
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
}

	.qtip-red .qtip-titlebar{
		background-color: #F06D65;
	}

	.qtip-red .qtip-close .qtip-icon{
		background-position: -102px 0;
	}

	.qtip-red .qtip-icon{
		border-color: #D95252;
	}

	.qtip-red .qtip-titlebar .ui-state-hover{
		border-color: #D95252;
	}


/*! Green tooltip style */
.qtip-green{
	background-color: #CAED9E;
	border-color: #90D93F;
	color: #3F6219;
}

	.qtip-green .qtip-titlebar{
		background-color: #B0DE78;
	}

	.qtip-green .qtip-close .qtip-icon{
		background-position: -42px 0;
	}


/*! Blue tooltip style */
.qtip-blue{
	background-color: #E5F6FE;
	border-color: #ADD9ED;
	color: #5E99BD;
}

	.qtip-blue .qtip-titlebar{
		background-color: #D0E9F5;
	}

	.qtip-blue .qtip-close .qtip-icon{
		background-position: -2px 0;
	}


.qtip-shadow{
	-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
.qtip-rounded,
.qtip-tipsy,
.qtip-bootstrap{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.qtip-rounded .qtip-titlebar{
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}

/* Youtube tooltip style */
.qtip-youtube{
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 3px #333;
	-moz-box-shadow: 0 0 3px #333;
	box-shadow: 0 0 3px #333;

	color: white;
	border: 0 solid transparent;

	background: #4A4A4A;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,black));
	background-image: -webkit-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -moz-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -ms-linear-gradient(top,#4A4A4A 0,black 100%);
	background-image: -o-linear-gradient(top,#4A4A4A 0,black 100%);
}

	.qtip-youtube .qtip-titlebar{
		background-color: #4A4A4A;
		background-color: rgba(0,0,0,0);
	}

	.qtip-youtube .qtip-content{
		padding: .75em;
		font: 12px arial,sans-serif;

		filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);
		-ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
	}

	.qtip-youtube .qtip-icon{
		border-color: #222;
	}

	.qtip-youtube .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* jQuery TOOLS Tooltip style */
.qtip-jtools{
	background: #232323;
	background: rgba(0, 0, 0, 0.7);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
	background-image: -moz-linear-gradient(top, #717171, #232323);
	background-image: -webkit-linear-gradient(top, #717171, #232323);
	background-image: -ms-linear-gradient(top, #717171, #232323);
	background-image: -o-linear-gradient(top, #717171, #232323);

	border: 2px solid #ddd;
	border: 2px solid rgba(241,241,241,1);

	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow: 0 0 12px #333;
	-moz-box-shadow: 0 0 12px #333;
	box-shadow: 0 0 12px #333;
}

	/* IE Specific */
	.qtip-jtools .qtip-titlebar{
		background-color: transparent;
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
	}
	.qtip-jtools .qtip-content{
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
	}

	.qtip-jtools .qtip-titlebar,
	.qtip-jtools .qtip-content{
		background: transparent;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-jtools .qtip-icon{
		border-color: #555;
	}

	.qtip-jtools .qtip-titlebar .ui-state-hover{
		border-color: #333;
	}


/* Cluetip style */
.qtip-cluetip{
	-webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
	box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);

	background-color: #D9D9C2;
	color: #111;
	border: 0 dashed transparent;
}

	.qtip-cluetip .qtip-titlebar{
		background-color: #87876A;
		color: white;
		border: 0 dashed transparent;
	}

	.qtip-cluetip .qtip-icon{
		border-color: #808064;
	}

	.qtip-cluetip .qtip-titlebar .ui-state-hover{
		border-color: #696952;
		color: #696952;
	}


/* Tipsy style */
.qtip-tipsy{
	background: black;
	background: rgba(0, 0, 0, .87);

	color: white;
	border: 0 solid transparent;

	font-size: 11px;
	font-family: 'Lucida Grande', sans-serif;
	font-weight: bold;
	line-height: 16px;
	text-shadow: 0 1px black;
}

	.qtip-tipsy .qtip-titlebar{
		padding: 6px 35px 0 10px;
		background-color: transparent;
	}

	.qtip-tipsy .qtip-content{
		padding: 6px 10px;
	}

	.qtip-tipsy .qtip-icon{
		border-color: #222;
		text-shadow: none;
	}

	.qtip-tipsy .qtip-titlebar .ui-state-hover{
		border-color: #303030;
	}


/* Tipped style */
.qtip-tipped{
	border: 3px solid #959FA9;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	background-color: #F9F9F9;
	color: #454545;

	font-weight: normal;
	font-family: serif;
}

	.qtip-tipped .qtip-titlebar{
		border-bottom-width: 0;

		color: white;
		background: #3A79B8;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
		background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
		background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D);
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
	}

	.qtip-tipped .qtip-icon{
		border: 2px solid #285589;
		background: #285589;
	}

		.qtip-tipped .qtip-icon .ui-icon{
			background-color: #FBFBFB;
			color: #555;
		}


/**
 * Twitter Bootstrap style.
 *
 * Tested with IE 8, IE 9, Chrome 18, Firefox 9, Opera 11.
 * Does not work with IE 7.
 */
.qtip-bootstrap{
	/** Taken from Bootstrap body */
	font-size: 14px;
	line-height: 20px;
	color: #333333;

	/** Taken from Bootstrap .popover */
	padding: 1px;
	background-color: #ffffff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

	.qtip-bootstrap .qtip-titlebar{
		/** Taken from Bootstrap .popover-title */
		padding: 8px 14px;
		margin: 0;
		font-size: 14px;
		font-weight: normal;
		line-height: 18px;
		background-color: #f7f7f7;
		border-bottom: 1px solid #ebebeb;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		border-radius: 5px 5px 0 0;
	}

		.qtip-bootstrap .qtip-titlebar .qtip-close{
			/**
			 * Overrides qTip2:
			 * .qtip-titlebar .qtip-close{
			 *   [...]
			 *   right: 4px;
			 *   top: 50%;
			 *   [...]
			 *   border-style: solid;
			 * }
			 */
			right: 11px;
			top: 45%;
			border-style: none;
		}

	.qtip-bootstrap .qtip-content{
		/** Taken from Bootstrap .popover-content */
		padding: 9px 14px;
	}

	.qtip-bootstrap .qtip-icon{
		/**
		 * Overrides qTip2:
		 * .qtip-default .qtip-icon {
		 *   border-color: #CCC;
		 *   background: #F1F1F1;
		 *   color: #777;
		 * }
		 */
		background: transparent;
	}

		.qtip-bootstrap .qtip-icon .ui-icon{
			/**
			 * Overrides qTip2:
			 * .qtip-icon .ui-icon{
			 *   width: 18px;
			 *   height: 14px;
			 * }
			 */
			width: auto;
			height: auto;

			/* Taken from Bootstrap .close */
			float: right;
			font-size: 20px;
			font-weight: bold;
			line-height: 18px;
			color: #000000;
			text-shadow: 0 1px 0 #ffffff;
			opacity: 0.2;
			filter: alpha(opacity=20);
		}

		.qtip-bootstrap .qtip-icon .ui-icon:hover{
			/* Taken from Bootstrap .close:hover */
			color: #000000;
			text-decoration: none;
			cursor: pointer;
			opacity: 0.4;
			filter: alpha(opacity=40);
		}


/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar{
	filter: none;
	-ms-filter: none;
}


.qtip .qtip-tip{
	margin: 0 auto;
	overflow: hidden;
	z-index: 10;

}

	/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
	x:-o-prefocus, .qtip .qtip-tip{
		visibility: hidden;
	}

	.qtip .qtip-tip,
	.qtip .qtip-tip .qtip-vml,
	.qtip .qtip-tip canvas{
		position: absolute;

		color: #123456;
		background: transparent;
		border: 0 dashed transparent;
	}

	.qtip .qtip-tip canvas{ top: 0; left: 0; }

	.qtip .qtip-tip .qtip-vml{
		behavior: url(#default#VML);
		display: inline-block;
		visibility: visible;
	}


#qtip-overlay{
	position: fixed;
	left: 0; top: 0;
	width: 100%; height: 100%;
}

	/* Applied to modals with show.modal.blur set to true */
	#qtip-overlay.blurs{ cursor: pointer; }

	/* Change opacity of overlay here */
	#qtip-overlay div{
		position: absolute;
		left: 0; top: 0;
		width: 100%; height: 100%;

		background-color: black;

		opacity: 0.7;
		filter:alpha(opacity=70);
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}


.qtipmodal-ie6fix{
	position: absolute !important;
}.timetable_clearfix:after
{
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}
div.rtl 
{
	direction: rtl;
}
.tt_hide
{
	display: none !important;
}
/* --- lists --- */
.tt_tabs_navigation,
.tt_items_list
{
	padding: 0;
	margin: 0;
	list-style: none;
}
div.tt_tabs
{
	border: none !important;
	position: static;
	padding: 0;
}
.tt_tabs .ui-tabs-panel
{
	padding: 0 !important;
	clear: both;
}
/* --- timetable --- */
table.tt_timetable
{
	width: 100%;
	font-size: 11px;
	color: #666;
	border: none;
	letter-spacing: normal;
	font-size: 11px;
	line-height: normal;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	border-collapse: separate !important;
	border-spacing: 2px !important;
	background: #FFF !important;
}
table.tt_timetable *
{
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
.tt_timetable th,
.tt_timetable td
{
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	color: #34495E;
	text-transform: none;
	border: none !important;
}
.tt_timetable th,
.tt_timetable td.tt_hours_column
{
	text-align: center;
	vertical-align: middle;
}
.tt_timetable th
{
	width: 12.5%;
	padding: 10px 15px 12px;
	letter-spacing: normal;
}
.tt_timetable .event_container
{
	padding: 7px 10px;
	position: relative;
}
/* Tooltips are handled differently in RTL mode. */
body.rtl .tt_timetable .event_container
{
	position: static;
}
.tt_timetable td
{
	width: 12.5%;
	vertical-align: top;
	height: 31px;
	border: none;
	padding: 0;
	position: relative;
}
/* On Firefox there are problems with RTL mode when table cell uses relative position. */
body.rtl .tt_timetable td
{
	position: static;
}
.tt_timetable td .event_hour_booking_wrapper,
.tt_timetable td .event_hour_booking_wrapper *,
.tt_event_hours .event_hour_booking_wrapper,
.tt_event_hours .event_hour_booking_wrapper *
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	overflow: hidden;
}
.tt_timetable td .event_hour_booking_wrapper.always
{
	margin: 15px 0 3px;
}
.tt_timetable td.tt_single_event .event_hour_booking_wrapper.always
{
	padding: 0 10px;
	margin: 9px 0 10px;
}
.tt_timetable .event span.available_slots+.event_hour_booking_wrapper.always
{
	margin: 16px 0 3px 0;
}
.tt_timetable td .event_hour_booking_wrapper.on_hover
{
	position: absolute;
	top: auto;
	right: 0;
	bottom: 0;
	left: 0;
	height: 50px;
}
/* In RTL mode TD cell is static, so booking wrapper must be hidden.
** Otherwise it will overlap entire table. */ 
body.rtl .tt_timetable td.event .event_hour_booking_wrapper.on_hover
{
	right: auto;
	bottom: auto;
	left: auto;
	visibility: hidden;
	opacity: 0;
}
body.rtl .tt_timetable td.event .event_hour_booking_wrapper.on_hover
{
	visibility: visible;
	opacity: 1;
}
.tt_timetable .hours
{
	color: #FFF;
	font-weight: bold;
}
.tt_timetable .event
{
	/*position: static;*/
	background-color: #00A27C;
	color: #FFF;
	line-height: 140%;
	text-align: center;
	padding: 0 !important;
	vertical-align: top;
}
.tt_timetable .event a,
.tt_timetable .event .event_header
{
	display: block;
	color: #FFF !important;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
	text-decoration: none;
	outline: none;
	transition: none !important;
	border: none;
}
.tt_timetable .event a:hover,
.tt_timetable .event a.event_header:hover
{
	text-decoration: underline;
}
.tt_timetable .event span.available_slots
{
	display: block;
	color: #ffd544;
	margin-top: 3px;
}
.tt_event_hours .available_slots_wrapper
{
	padding-bottom: 0;
}
.tt_event_hours .available_slots_wrapper span.available_slots
{
	display: block;
	color: #34495E;
}
.tt_timetable .event a.event_hour_booking,
.tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking,
.tt_event_hours a.event_hour_booking
{
	display: block;
	margin: 0;
	padding: 11px 5px 11px;
	width: 100%;
	font-size: 14px;
	line-height: 18px;
	height: auto;
	font-weight: normal;
	text-decoration: none;
	-webkit-transition: background-color 0.2s, bottom 0.2s, top 0.2s !important; /* Safari and Chrome */
	-moz-transition: background-color 0.2s, bottom 0.2s, top 0.2s !important; /* Firefox */
	-o-transition: background-color 0.2s, bottom 0.2s, top 0.2s !important; /* Opera */
	transition: background-color 0.2s, bottom 0.2s, top 0.2s !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center;
}
.tt_event_hours .event_hour_booking_wrapper
{
	margin-top: 1em;
}
.tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking
{
	margin-top: 10px;
	float: none;
}
.tt_timetable .event .event_hour_booking_wrapper.on_hover a.event_hour_booking
{
}
.tt_timetable .event a.event_hour_booking,
.tt_items_list .value a.event_hour_booking
{
	background-color: #05bb90;
}
.tt_timetable .event a.event_hour_booking:hover,
.tt_items_list .value a.event_hour_booking:hover
{
	background-color: #07b38a;
}
.tt_timetable .event a.event_hour_booking.unavailable,
.tt_timetable .event:hover a.event_hour_booking.unavailable,
.tt_timetable .event a.event_hour_booking.booked,
.tt_timetable .event:hover a.event_hour_booking.booked,
.tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking.unavailable,
.tt_responsive .tt_timetable.small .tt_items_list .value a:hover.event_hour_booking.unavailable,
.tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking.booked,
.tt_responsive .tt_timetable.small .tt_items_list .value a:hover.event_hour_booking.booked
/*,
.tt_responsive .tt_timetable.small .tt_items_list .value .event_hour_booking_wrapper.on_hover a.event_hour_booking,
.tt_responsive .tt_timetable.small .tt_items_list .value .event_hour_booking_wrapper.on_hover a:hover.event_hour_booking*/
{
	background-color: #eeeeee;
	color: #aaaaaa !important;
	cursor: default;
}
.tt_timetable .event .event_hour_booking_wrapper.on_hover a.event_hour_booking
{
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -50px;
	top: auto;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding-top: 16px;
	padding-bottom: 16px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tt_timetable .event.tt_single_event:hover .event_hour_booking_wrapper.on_hover a.event_hour_booking,
.tt_timetable .event_container:hover .event_hour_booking_wrapper.on_hover a.event_hour_booking
{
	bottom: 0;
} 
.tt_timetable .event a.tt_inactive
{
	opacity: 0.5;
}
.tt_timetable .event span.event_hour_places
{
	margin-left: 5px;
}
.tt_timetable .event .before_hour_text,
.tt_timetable .event .after_hour_text
{
	font-size: 13px;
}
.tt_timetable tr
{
	background-color: #FFF !important;
}
.tt_timetable .row_gray
{
	background-color: #F0F0F0 !important;
}
.tt_timetable .event:hover,
.tt_timetable .event .event_container.tt_tooltip:hover
{
	background-color: #1F736A;
}
.tt_timetable .event.tt_tooltip:hover .hours,
.tt_timetable .event .event_container.tt_tooltip:hover .hours
{
	color: #FFF;
}
.tt_timetable .event .hours_container
{
	margin: 15px 0;
}
.tt_timetable .event .top_hour
{
	margin-top: 15px;
}
.tt_timetable .event .bottom_hour,
.event_layout_4 .tt_timetable .event .top_hour
{
	margin-bottom: 15px;
}
.tt_timetable .event hr
{
	background: #FFFFFF;
    border: none;
    height: 1px;
    margin: 0;
    opacity: 0.4;
}
.tt_timetable.small
{
	display: none;
	font-size: 13px;
}
.tt_timetable.small.desktop
{
	display: block;
}
.tt_responsive .tt_timetable.small .box_header
{
	font-size: 16px !important;
	color: #34495E !important;
	font-family: 'Lato';
}
.rtl .tt_responsive .tt_timetable.small .box_header
{
	text-align: right;
}
.tt_responsive .tt_timetable.small .tt_items_list div.event_container
{
	width: 302px;
	padding: 0;
}
.tt_responsive .tt_timetable.small.use_colors .tt_items_list div.event_container
{
	width: 282px;
}
.tt_responsive .tt_timetable.small .tt_items_list div.value
{
	width: 120px;
}
.tt_responsive .tt_timetable.small .tt_items_list a,
.tt_responsive .tt_timetable.small .tt_items_list span
{
	font-family: 'Lato';
	color: #34495E !important;
	text-decoration: none;
	outline: none;
}
.tt_responsive .tt_timetable.small .tt_items_list div.value span
{
	font-family: inherit;
}
.tt_responsive .tt_timetable.small.use_colors .tt_items_list a,
.tt_responsive .tt_timetable.small.use_colors .tt_items_list span
{
	color: #FFFFFF !important;
}
.rtl .tt_responsive .tt_timetable.small .tt_items_list a,
.rtl .tt_responsive .tt_timetable.small .tt_items_list span
{
	text-align: right;
}
.tt_responsive .tt_timetable.small .tt_items_list span.event_description
{
	color: #6E7A87 !important;
}
.tt_responsive .tt_timetable.small.use_colors .tt_items_list span.event_description
{
	color: #FFFFFF !important;
}
.tt_responsive .tt_timetable.small .tt_items_list span.available_slots,
.tt_responsive .tt_timetable.small .tt_items_list span.available_slots span.count
{
	color: #FF8400 !important;
}
.tt_responsive .tt_timetable.small .tt_items_list a:hover
{
	text-decoration: underline;
}
.tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking
{
	color: #ffffff !important;
	padding-left: 5px;
	padding-right: 5px;
	width: auto;
}
.tt_responsive .tt_timetable.small .tt_items_list .value a.event_hour_booking:hover
{
	text-decoration: none;
}
.tt_timetable.small .box_header
{
	position: relative;
	cursor: pointer;
	margin: 30px 0 0 0;
}
.tt_timetable.small.use_colors .box_header
{
	margin-bottom: 30px;
}
.tt_timetable.small .box_header:first-child
{
	margin-top: 0;
}
.tt_timetable.small .box_header:after
{
	visibility: visible;
	position: absolute;
	right: 0;
	font-size: 20px;
	line-height: 1;
}
.rtl .tt_timetable.small .box_header:after
{
	visibility: visible;
	position: absolute;
	right: auto;
	left: 0;
	font-size: 20px;
	line-height: 1;
}
.tt_timetable.small .plus.box_header:after
{
	content: "+";
}
.tt_timetable.small .minus.box_header:after
{
	content: "-";
}
h3.box_header.plus+ul.tt_items_list
{
	display: none;
}
/* --- tip/tooltip/qtip --- */
.tt_tooltip
{
	cursor: pointer;
}
.tt_tooltip .tt_tooltip_text
{
	display: block;
	/*padding-bottom: 15px;*/
	visibility: hidden;
    opacity: 0;
	position: absolute;
	z-index: 1000;
	left: -19px;
	bottom: 100%;
	line-height: 1;
	text-align: center;
	/* CSS3 Transitions */
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	-ms-transition-duration: 0.25s;
	transition-duration: 0.25s;
	-webkit-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	-moz-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	-o-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	-ms-transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	transition-timing-function: cubic-bezier(0.35,0,0.35,1);
	/* CSS3 Transitions */
	-webkit-transition-property: opacity, visibility;
	-moz-transition-property: opacity, visibility;
	-o-transition-property: opacity, visibility;
	-ms-transition-property: opacity, visibility;
	transition-property: opacity, visibility;
	/*background: url(//hestiafertility.com/wp-content/plugins/timetable/style/images/tooltip_arrow.png) no-repeat 15px bottom;*/
}
.rtl .tt_tooltip .tt_tooltip_text 
{
	left: auto;
	/*right: -19px;*/
}
.tt_tooltip .tt_tooltip_content
{
	background: #1F736A;
	color: #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 7px 10px 10px;
	line-height: 150%;
	font-size: 11px;
	text-align: left;
}
.rtl .tt_tooltip .tt_tooltip_content 
{
	text-align: right;
}
.tt_tooltip:hover .tt_tooltip_text
{	
	visibility: visible;
	opacity: 1;
}
.tt_tooltip .tt_tooltip_arrow
{
	content: '';
	position: relative;
	border-color: #1F736A transparent;
	border-style: solid;
	border-width: 5px 5px 0;
	bottom: -6px;
	left: 0;
	display: inline;
}
.rtl .tt_tooltip .tt_tooltip_arrow 
{
	left: auto;
	right: 0;
}
/* --- navigation wrapper --- */
.tt_navigation_wrapper
{
	width: 100%;
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-moz-justify-content: space-between;
	justify-content: space-between;	
	-webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;	
	align-items: flex-end;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.tt_navigation_cell
{
	display: inline-block;
	max-width: 100%;
	margin: 0 30px 30px 0 !important;
}
.tt_navigation_cell:nth-child(2)
{
	margin-right: 0 !important;
}
.rtl .tt_navigation_cell
{
	margin: 0 0 30px 30px !important;
}
.tt_navigation_cell:nth-child(2)
{
	margin-left: 0 !important;
}
/* --- tabs box navigation --- */
.tabs_box_navigation.sf-timetable-menu
{
	float: none;
	clear: both;
}
.tabs_box_navigation li:after
{
	content: none !important;
}
.tabs_box_navigation.sf-timetable-menu *
{
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	line-height: 1;
}
.tabs_box_navigation.sf-timetable-menu li.submenu:hover:after
{
	background: none;
}
.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected
{
	width: 256px;
	height: auto;
    padding: 13px 12px !important;
	background: #00A27C;
    color: #FFFFFF;
	cursor: pointer;
	margin: 0 !important;
}
.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected:hover
{
	background-color: #1F736A;
}
.tabs_box_navigation.sf-timetable-menu li:hover ul, .tabs_box_navigation.sf-timetable-menu li.sfHover ul
{
	top: 38px;
	border: 1px solid #1F736A;
}
/* --- menu --- */
.sf-timetable-menu
{
	padding: 0 !important;
	margin: 0 30px 0 0 !important;
	list-style: none !important;
}
.rtl .sf-timetable-menu
{
	margin: 0 0 0 30px !important;
}
.sf-timetable-menu a
{
	text-decoration: none !important;
}
.sf-timetable-menu li, .sf-timetable-menu li:hover, .sf-timetable-menu li.sfHover, .sf-timetable-menu a:focus, .sf-timetable-menu a:hover, .sf-timetable-menu a:active
{
	background: none #fff;
}
.sf-timetable-menu li:hover a, .sf-timetable-menu li.selected a, .sf-timetable-menu li.current-menu-item a, .sf-timetable-menu li.current-menu-ancestor a
{
	color: #FFF;
	background: #1F736A;
}
.sf-timetable-menu li ul
{
	display: block;
	width: 228px;
	background: #FFF;
	border: 1px solid #E8E8E8;
	padding: 0 0 5px !important;
	list-style: none !important;
	margin: 0 !important;
}
.sf-timetable-menu li ul.tabs_box_navigation_hidden
{
	display: none;
}
.sf-timetable-menu li:hover ul, .sf-timetable-menu li.sfHover ul
{
	top: 44px;
}
.sf-timetable-menu li ul li
{
	width: 218px;
	height: auto;
	background-color: #fff;
	padding: 0 5px !important;
	list-style: none !important;
	margin: 0 !important;
}
.sf-timetable-menu li:hover
{
	background: transparent;
}
.sf-timetable-menu li:hover ul a,
.sf-timetable-menu li.submenu:hover ul a
{
	display: block;
	width: auto;
	border: none;
	color: #34495E !important;
	background: #FFF;
	padding: 12px 14px;
	font-size: 15px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	transition: none !important;
}
.sf-timetable-menu li ul li a:hover, .sf-timetable-menu li ul li.selected a:hover
{
	background-color: #00A27C;
	color: #FFF !important;
	font-weight: normal;
}
.sf-timetable-menu li ul li.selected a
{
	background-color: #F0F0F0;
	color: #34495E;
	font-weight: normal;
}
/* --- items list --- */
.tt_items_list
{
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
}
.tt_items_list.margin_top
{
	margin-top: 8px;
}
.tt_items_list li
{
	padding: 12px 0 !important;
	margin: 0 !important;
	list-style: none !important;
	border-bottom: 1px solid #E0E0E0;
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 120%;
}
.use_colors .tt_items_list li
{
	padding: 12px 10px !important;
	background-color: #00A27C;
}
.rtl .tt_items_list li 
{
	background-position: left center;
}
.tt_items_list li:first-child
{
	padding-top: 0;
}
.tt_items_list .event_container
{
	float: left;
}
.rtl .tt_items_list .event_container
{
	float: right;
}
.tt_items_list a,
.tt_items_list span
{
	outline: none;
}
.tt_items_list.thin a,
.tt_items_list.thin span
{
	font-weight: normal;
}
.tt_items_list.thin span.event_description
{
	display: block;
	margin-top: 10px;
}
.tt_items_list.thin span.available_slots
{
	display: block;
	margin-top: 9px;
	float: none;
}
.tt_items_list.thin a.event_hour_booking.tt_inactive
{
	opacity: 0.5;
}
.tt_items_list .value
{
	float: right;
	text-align: right;
	color: #34495E;
}
.use_colors .tt_items_list .value
{
	color: #FFFFFF;
}
.tt_items_list .value a.event_hour_booking
{
	display: block;
	text-align: center;
}
.rtl .tt_items_list .value 
{
	float: left;
}
.tt_items_list.opening_hours li span, .tt_items_list.opening_hours .value
{
	color: #FFF;
}
.tt_items_list.opening_hours li
{
	border-color: #4468B2;
}
.home_box .tt_items_list li:first-child
{
	padding-top: 12px;
}
.tt_items_list li a
{
	border: none;
}
.tt_items_list li a:hover
{
	text-decoration: underline;
}
/* --- tabs --- */
.tt-ui-tabs-hide
{
	display: none;
}
.tt_tabs .ui-tabs-panel p
{
	padding: 24px 0 25px;
}
/* --- tabs navigation --- */
.tt_tabs_navigation,
.ui-tabs .tt_tabs_navigation
{
	float: left !important;
	clear: both;
	vertical-align: bottom;
	width: auto !important;
	padding: 0;
	margin: 0;
	list-style: none !important;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	background: none !important;
	border: none !important;
}
.rtl .tt_tabs_navigation,
.rtl .ui-tabs .tt_tabs_navigation
{
	float: right !important;
}
.tt_tabs_navigation li,
.ui-tabs .tt_tabs_navigation li
{
	float: left;
	margin: 0 20px 0 0 !important;
	padding: 0 !important;
	font-size: 18px !important;
	background: none !important;
	border: none !important;
	list-style: none !important;
}
.rtl .tt_tabs_navigation li,
.rtl .ui-tabs .tt_tabs_navigation li 
{
	float: right;
	margin: 0 0 0 20px !important;
}
.tt_tabs_navigation li:last-child
{
	margin-right: 0 !important;
}
.rtl .tt_tabs_navigation li:last-child
{
	margin-left: 0 !important;
}
.tt_tabs_navigation li a
{
	width: auto !important;
	display: block;
	text-align: center;
	color: #666 !important;
	padding: 8px 0 !important;
	border: none !important;
	border-bottom: 1px solid #E5E5E5 !important;
	line-height: normal;
	outline: none;
	text-decoration: none;
	font-size: 15px !important;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	transition: none !important;
	margin-bottom: 1px;
}
.tt_tabs_navigation li a:hover,
.tt_tabs_navigation li a.selected,
.tt_tabs_navigation li.ui-tabs-active a
{
	border-bottom-width: 3px !important;
	padding-bottom: 7px !important;
	border-color: #00A27C !important;
	color: #000 !important;
	margin-bottom: 0;
}
.sf-timetable-menu a:hover,
.tt_tabs_navigation li a:hover,
.tt_tabs_navigation li a:focus,
.tt_tabs_navigation li a:active
{
	text-decoration: none;
}
/* --- tabs box navigation --- */
.tabs_box_navigation.sf-timetable-menu
{
	float: left;
	clear: none;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 18px;
}
.rtl .tabs_box_navigation.sf-timetable-menu
{
	float: right;
}
.tabs_box_navigation.sf-timetable-menu li.submenu:hover:after
{
	background: none;
}
.tabs_box_navigation .tabs_box_navigation_icon
{
	float: right;
	background: url(//hestiafertility.com/wp-content/plugins/timetable/images/arrow_menu_expand.png) no-repeat scroll 0 0 transparent;
	width: 11px;
	height: 11px;
	margin-top: 3px;
}
.rtl .tabs_box_navigation .tabs_box_navigation_icon 
{
	float: left;
}
.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected
{
	width: 190px;
	height: auto;
    padding: 15px 19px !important;
	margin: 0 !important;
	list-style: none !important;
    color: #FFFFFF;
	cursor: pointer;
	border: 1px solid #00A27C;
}
.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected:hover
{
	background-color: #FFF;
	color: #34495E;
	box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.1);
	border: 1px solid rgba(0,0,0,0.1);
}
.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected:hover .tabs_box_navigation_icon
{
	background-position: 0 -11px;
}
.rtl .tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected:hover .tabs_box_navigation_icon
{
	background-position: 0 -11px;
}
.tabs_box_navigation.sf-timetable-menu li:hover ul,
.tabs_box_navigation.sf-timetable-menu li.sfHover ul
{
	top: 48px !important;
	left: -1px;
	box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.1);
	border: 1px solid rgba(0,0,0,0.1);
	border-top: none;
}
.rtl .tabs_box_navigation.sf-timetable-menu li:hover ul,
.tabs_box_navigation.sf-timetable-menu li.sfHover ul 
{
	left: auto;
	right: -1px;
}
.tabs_box_navigation label
{
	display: inline !important;
	font-size: 18px !important;
	font-weight: normal !important;
}
.tabs_box_navigation_hidden
{
	display: none;
}
/* --- generate pdf --- */
form.tt_generate_pdf
{
	display: block;
	float: right;
}
form.tt_generate_pdf textarea.tt_pdf_html
{
	display: none;	
}
form.tt_generate_pdf input[type="submit"]
{
	background-image: none;
	background-color: #00A27C;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	padding: 13px 20px;
	-webkit-transition: background-color 0.2s, bottom 0.2s !important; /* Safari and Chrome */
	-moz-transition: background-color 0.2s, bottom 0.2s !important; /* Firefox */
	-o-transition: background-color 0.2s, bottom 0.2s !important; /* Opera */
	transition: background-color 0.2s, bottom 0.2s !important;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: none;
	cursor: pointer;
	-webkit-appearance: none;
}
form.tt_generate_pdf input[type="submit"]:hover
{
	background-color: #07b38a;
}
/* --- booking --- */
.tt_booking_overlay
{
	position: absolute;
	background-color: rgba(85,85,85,0.2);
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999998;
}
.tt_booking
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: absolute;
	z-index: 999999;
	width: 500px;
	background-color: #ffffff;
	margin: 0 50px;
	overflow: hidden;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	text-align: center;
	-webkit-box-shadow: 0px 20px 30px -5px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 20px 30px -5px rgba(0,0,0,0.15);
	box-shadow: 0px 20px 30px -5px rgba(0,0,0,0.15);
}
.tt_booking,
.tt_booking *
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.tt_booking .tt_booking_message
{
	margin: 40px 20px 37px;
}
.tt_center
{
	text-align: center;
}
.tt_booking .tt_booking_message h2
{
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 24px;
	line-height: 36px;
	color: #111111;
	color: #333333;
	margin: 0 0 25px 0;
	font-weight: 400;
}
.tt_booking .tt_booking_message p
{
	color: #34495e;
	color: #666666;
	font-size: 16px;
	margin: 33px 10px 0;
	line-height: 24px;
	padding: 0;
	font-weight: 400;
}
.tt_booking .tt_booking_message p.error-info
{
	margin-top: 20px;
	margin-bottom: 0;
}
/* WP filter is adding empty <p> tag which needs to be hidden. */
.tt_booking p:empty
{
	display: none;
}
.tt_booking .event_details_wrapper
{
	padding: 14px 13px 15px;
	border: 1px solid #e9e9e9;
	margin: 0 10px;
}
.tt_booking p.event_details
{
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	color: #333333;
	font-weight: 400;
}
.tt_booking p.event_details.bold
{
	font-weight: 700;
}
.tt_booking a
{
	font-size: 16px;
	font-weight: 400;
	color: #27AE61;
	text-decoration: none;
}
.tt_booking a:hover
{
	cursor: pointer;
	text-decoration: none;
	color: #27AE61;
}
.tt_booking .tt_btn_wrapper
{
	margin-top: 35px;
}
.tt_booking a.tt_btn
{
	display: inline-block;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	font-size: 16px;
	min-width: 160px;
	margin: 0 10px 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: background-color 0.2s;
	-moz-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.tt_booking a.tt_btn.book,
.tt_booking a.tt_btn.login,
.tt_booking a.tt_btn.continue
{
	background-color: #27ae61;
	color: #fff;
}
.tt_booking a.tt_btn:hover
{
	background-color: #239C57;
}
.tt_booking a.tt_btn.cancel
{
	background-color: #eeeeee;	
	color: #333;
}
.tt_booking a.tt_btn.cancel:hover
{
	background-color: #E5E5E5;
}
/* --- booking guest form --- */
.tt_booking form.tt_booking_form
{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 35px 0 -15px;
}
.tt_booking form.tt_booking_form .tt_field_wrapper
{
	flex-grow: 1;
	flex-basis: 191px;
	text-align: left;
	border: none;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 15px;
	margin: 0 10px 15px;
}
.tt_booking form.tt_booking_form .tt_field_wrapper.wide
{
	flex-basis: 100%;
}
.tt_booking form.tt_booking_form .tt_field_wrapper.terms_checkbox_wrapper
{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	border-bottom: 0;
}
.tt_booking form.tt_booking_form .tt_field_wrapper label
{
	text-transform: uppercase;
	color: #999;
	font-size: 12px;
	line-height: 18px;
	font-weight: 400;
	display: block;
	margin: 0;
	padding: 0;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_field
{
	width: 100%;
	border: 0;
	outline: none;
	font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 30px;
	color: #333;
	display: inline-block;
	padding: 8px 0 15px;
	margin: 0;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_field[type="checkbox"]
{
	width: auto;
	cursor: pointer;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;	
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_field[type="checkbox"]+label
{
	cursor: pointer;
	margin-left: 10px;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_field[type="checkbox"]+label a
{
	font-size: 12px;
}
.tt_booking form.tt_booking_form .tt_field_wrapper textarea.tt_field
{
	resize: none;
	height: 83px;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper
{
	width: 100%;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type="number"].tt_field
{
	width: 138px;
	appearance: textfield;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type="number"].tt_field::-webkit-inner-spin-button, 
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type="number"].tt_field::-webkit-outer-spin-button
{ 
	-webkit-appearance: none;
	margin: 0;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper 
{
	float: right;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type="button"]
{
	float: right;
	border: none;
	display: inline-block;
	width: 25px;
	background-color: #e9e9e9;
	cursor: pointer;
	margin-left: 5px;
	margin-top: 11px;
	padding: 0;
	color: #333;
	font-size: 17px;
	font-family: Arial;
	-webkit-appearance: none;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type="button"]:focus
{
	outline: none;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type="button"].tt_slots_number_minus
{
	margin-left: 0;
	padding-top: 11px;
	padding-bottom: 13px;
	line-height: 1px;
}
.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type="button"].tt_slots_number_plus
{
	padding-top: 10px;
	padding-bottom: 8px;
	line-height: 7px;
}
/* --- booking preloader --- */
.tt_preloader
{
	margin: 50px auto 50px;
	width: 70px;
	text-align: center;
}
.tt_preloader > div
{
	width: 18px;
	height: 18px;
	background-color: #E5E5E5;
	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.tt_preloader .bounce1
{
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.tt_preloader .bounce2
{
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
/* --- qTip2 --- */
.qtip-default
{
	background: none;
	border-color: transparent;
}
.qtip.tt-qtip2
{
	z-index: 9999999 !important;
}
.qtip.tt-qtip2 .qtip-content
{
	border: none;
	padding: 7px 10px 10px 10px;
	line-height: 150%;
}
.qtip.tt-qtip2.ui-tooltip-success .qtip-content
{
	background-color: #00A27C;
}
.qtip.tt-qtip2.ui-tooltip-error .qtip-content
{
	background-color: #F0ACB0;
}
.qtip.tt-qtip2 .qtip-content h2,
.qtip.tt-qtip2 .qtip-content p
{
	color: #fff;
	margin: 0;
	padding: 0;
}
.qtip.tt-qtip2 .qtip-content h2
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 2px;
}
.qtip.tt-qtip2 .qtip-content p
{
	font-size: 11px;
}

@-webkit-keyframes sk-bouncedelay
{
	0%, 80%, 100%
	{
		-webkit-transform: scale(0);	
	}
	40%
	{
		-webkit-transform: scale(1.0);
	}
}
@keyframes sk-bouncedelay
{
	0%, 80%, 100%
	{ 
		-webkit-transform: scale(0);
		transform: scale(0);
	}	
	40%
	{ 
		-webkit-transform: scale(1.0);
		transform: scale(1.0);
	}
}.tt_event_padding_top_0
{
	padding-top: 0 !important;
}
.tt_event_padding_bottom_0
{
	padding-bottom: 0 !important;
}
.tt_event_padding_0
{
	padding: 0 !important;
}
.tt_event_margin_top_13
{
	margin-top: 13px !important;
}
.tt_event_margin_top_27
{	
	margin-top: 27px !important;
}
.tt_event_theme_page *
{
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.tt_event_theme_page
{
	width: 930px;
	background: #FFFFFF;
    padding: 30px;
	margin: 0 auto 30px;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.tt_event_page_left
{
	float: left;
	width: 630px;
}
.rtl .tt_event_page_left 
{
	float: right;
}
.tt_event_page_right
{
	float: right;
	width: 270px;
}
.rtl .tt_event_page_right 
{
	float: left;
}
.tt_event_page_left .attachment-event-post-thumb
{
	margin-bottom: 17px;
}
.tt_event_theme_page h2,
.tt_event_theme_page h3,
.tt_event_theme_page h4,
.tt_event_theme_page h5
{
	font-family: 'Lato';
	line-height: 120%;
	color: #34495E;
	margin: 0;
	padding: 0;
}
.tt_event_theme_page h2
{
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 5px;
}
.tt_event_theme_page h3
{
	font-size: 29px;
	font-weight: 700;
}
.tt_event_theme_page h4
{
	font-size: 24px;
	font-weight: 400;
}
.tt_event_theme_page h5
{
	font-size: 18px;
	font-weight: 400;
	line-height: 140%;
}
.tt_event_hours_count
{
	color: #798795;
	margin-left: 5px;
	font-weight: 400;
}
.rtl .tt_event_hours_count 
{
	margin-left: 0;
	margin-right: 5px;
}
.tt_event_theme_page p
{
	font-size: 15px;
	font-family: 'Lato';
	font-weight: 400;
	color: #34495E;
	margin: 0;
	padding: 1em 0;
	line-height: 140%;
}
.tt_event_theme_page .textwidget p:first-child
{
	margin-top: 30px;
}
.tt_event_theme_page .textwidget p
{
	padding: 0;
}
.tt_event_items_list
{
	list-style: none;
	padding: 20px 0;
	margin: 0;
}
.tt_event_items_list li
{
	background: url(//hestiafertility.com/wp-content/plugins/timetable/images/bullet.png) left center no-repeat;
	padding-left: 20px;
	font-size: 15px;
	font-family: 'Lato';
	font-weight: 400;
	color: #34495E;
	line-height: 160%;
}
.rtl .tt_event_items_list li 
{
	background-position: right center;
	padding-left: 0;
	padding-right: 20px;
}
.tt_event_items_list li.type_info
{
	background: none;
	padding: 0;
	border-bottom: 1px solid #EFEFEF;
	padding: 8px 0;
}
.tt_event_items_list li label
{
	float: left;
	width: 115px;
	font-weight: 700 !important;
	font-size: 15px !important;
}
.rtl .tt_event_items_list li label 
{
	float: right;
}
.tt_event_items_list li .tt_event_text
{
	float: left;
	width: 185px;
}
.rtl .tt_event_items_list li .tt_event_text 
{
	float: right;
}
.tt_event_columns
{
	
}
.tt_event_column_left, .tt_event_column_right
{
	width: 300px;
}
.tt_event_column_left
{
	float: left;
	margin-right: 30px;
}
.rtl .tt_event_column_left 
{
	float: right;
	margin-right: 0;
	margin-left: 30px;
}
.tt_event_column_right
{
	float: right;
}
.rtl .tt_event_column_right 
{
	float: left;
}
.tt_event_hours
{
	clear: both;
	padding: 0;
	margin: 0;
	list-style: none;
}
.tt_event_hours li
{
	float: left;
	width: 246px;
	border: 1px solid #EFEFEF;
	border-left: 3px solid #00A27C;
	margin: 0 30px 30px 0;
	padding: 15px 25px;
}
.rtl .tt_event_hours li 
{
	float: right;
	margin: 0 0 30px 30px;
	border-left: 1px solid #EFEFEF;
	border-right: 3px solid #00A27C;
}
.tt_event_hours li.event_hours_right
{
	margin-right: 0;
}
.rtl .tt_event_hours li.event_hours_right 
{
	margin-left: 0;
}
.tt_event_url 
{
    font-size: 14px;
    text-decoration: none;
    border: none;
    display: inline-block;
    background: #f0f0f0;
    padding: 12px 25px 13px 25px;
    margin: 0px 10px 10px 0px;
    color: #444;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    -webkit-transition: background-color 0.2s, color 0.2s; /* Safari and Chrome */
	-moz-transition: background-color 0.2s, color 0.2s; /* Firefox */
	-o-transition: background-color 0.2s, color 0.2s; /* Opera */
	transition: background-color 0.2s, color 0.2s;
}
a.tt_event_url:hover,
.tt_event_url.active
{
    background: #353C40;
    color: #FFF;
}
.tt_event_theme_page .tt_event_url 
{
	margin: 0;
}
/* --- upcoming events --- */
.tt_upcoming_events_wrapper
{
	clear: both;
	float: left;
	width: 100%;
}
.rtl .tt_upcoming_events_wrapper 
{
	float: right;
}
.tt_upcoming_events_wrapper .caroufredsel_wrapper 
{
    margin: 0 !important;
    overflow: hidden;
    width: 100% !important;
}
.tt_upcoming_events_wrapper *
{
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
.tt_upcoming_events_wrapper p.message
{
	padding: 0;
}
.tt_upcoming_events
{
	padding: 0 !important;
	margin: 0 !important;
	list-style: none !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	border: none !important;
}
.tt_upcoming_events li
{
	width: 270px;
	padding: 0 0 10px !important;
	margin: 0 !important;
	border: none !important;
	list-style: none !important;
	background: none !important;
}
.tt_upcoming_events li:before,
.tt_upcoming_events li:after
{
	content: none !important;
	background: none !important;
	border: none !important;
}
.tt_upcoming_events li .tt_upcoming_events_event_container
{
	display: block !important;
	border: 1px solid #EFEFEF;
	border-left: 3px solid #00A27C;
	background-color: #FFF;
	padding: 10px 20px;
	text-decoration: none;
	color: #34495E;
	font-family: 'Lato';
	font-size: 14px;
	font-weight: 700;
	line-height: 140%;
	height: 40px;
	overflow: hidden;
	outline: none;
	transition: none !important;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
.rtl .tt_upcoming_events li .tt_upcoming_events_event_container 
{
	border-left: 1px solid #EFEFEF;
	border-right: 3px solid #00A27C;
	text-align: right;
}
.tt_upcoming_events li .tt_upcoming_events_event_container:hover
{
	background: #00A27C;
	color: #FFF;
	height: auto;
	overflow: visible;
	border-top: 1px solid #00A27C;
	border-bottom: 1px solid #00A27C;
	border-right: 1px solid #00A27C;
}
.rtl .tt_upcoming_events li .tt_upcoming_events_event_container:hover 
{
	border-right: 0px solid #00A27C;
	border-left: 1px solid #00A27C;
}
.tt_upcoming_events li .tt_upcoming_events_event_container .tt_upcoming_events_arrow
{
	display: block;
	float: right;
	width: 11px;
	height: 11px;
	background: url(//hestiafertility.com/wp-content/plugins/timetable/images/arrow_widget_expand.png) no-repeat;
	margin-top: 13px;
}
.rtl .tt_upcoming_events li .tt_upcoming_events_event_container .tt_upcoming_events_arrow 
{
	float: left;
}
.tt_upcoming_events li .tt_upcoming_events_event_container:hover .tt_upcoming_events_arrow
{
	background-position: 0 -11px;
}
.tt_upcoming_events li .tt_upcoming_events_event_container .tt_upcoming_events_hours
{
	display: block;
	font-weight: 400;
	font-size: 13px;
}
.tt_upcoming_events li .tt_upcoming_events_event_container img.wp-post-image
{
	max-width: 100%;
	height: auto;
	margin-top: 10px;
}
.tt_calendar_icon
{
	display: block;
	float: left;
	width: 11px;
	height: 11px;
	background: url(//hestiafertility.com/wp-content/plugins/timetable/images/calendar.png) no-repeat;
	margin-right: 8px;
	margin-top: 5px;
}
.rtl .tt_calendar_icon 
{
	float: right;
	margin-right: 0;
	margin-left: 8px;
}
.tt_upcoming_events li .tt_upcoming_events_event_container:hover .tt_calendar_icon
{
	background-position: 0 -11px;
}
.tt_upcoming_events li .tt_upcoming_events_event_container .tt_event_hours_description
{
	display: block;
	font-size: 13px;
	margin-top: 10px;
	font-weight: 400;
}
.tt_upcoming_event_controls a
{
	border: 1px solid #EFEFEF;
	display: block;
	float: left;
	padding: 6px;
	outline: none;
}
.rtl .tt_upcoming_event_controls a 
{
	float: right;
}
.tt_upcoming_event_controls a#upcoming_event_prev
{
	margin-right: 2px;
}
.rtl .tt_upcoming_event_controls a#upcoming_event_prev 
{
	margin-right: 0;
	margin-left: 2px;
}
.tt_upcoming_event_controls span
{	
	display: block;
	width: 11px;
	height: 11px;
}
.tt_upcoming_event_controls .tt_upcoming_event_prev_arrow
{
	background: url(//hestiafertility.com/wp-content/plugins/timetable/images/arrow_scroll_up.png) no-repeat;
}
.tt_upcoming_event_controls .tt_upcoming_event_next_arrow
{
	background: url(//hestiafertility.com/wp-content/plugins/timetable/images/arrow_scroll_down.png) no-repeat;
}
.tt_upcoming_event_controls a:hover
{
	border-color: #00A27C;
	background-color: #00A27C;
}
.tt_upcoming_event_controls a:hover span
{
	background-position: 0 -11px;
}

.timetable_sidebar_box
{
	clear: both;
	margin-top: 50px;
}
.timetable_sidebar_box:first-child
{
	margin-top: 0;
}
.page_margin_top
{
	margin-top: 30px;
}.tt_event_responsive_image,
.tt_event_page_left .attachment-event-post-thumb
{
	width: 100%;
	height: auto;
}
@media screen and (max-width:1009px)
{
	.tt_event_theme_page .textwidget p:first-child
	{
		margin-top: 23px;
	}
	.tt_event_theme_page h2
	{
		font-size: 30px;
	}
	.tt_event_theme_page h3
	{
		font-size: 22px;
	}
	.tt_event_theme_page h4
	{
		font-size: 18px;
	}
	.tt_event_theme_page h5
	{
		font-size: 16px;
	}
	.tt_event_theme_page p,
	.tt_event_items_list li
	{
		font-size: 14px;
	}
	.tt_event_theme_page
	{
		padding: 20px;
		width: 710px;
	}
	.tt_event_page_left
	{
		width: 480px;
	}
	.tt_event_page_right
	{
		width: 210px;
	}
	.tt_event_column_left
	{
		margin-right: 10px;
	}
	.rtl .tt_event_column_left
	{
		margin-right: 0px;
		margin-left: 10px;
	}
	.tt_event_column_left, .tt_event_column_right
	{
		width: 235px;
	}
	.tt_event_hours li
	{
		width: 184px;
		margin: 0 23px 23px 0;
		padding: 15px 20px;
	}
	.rtl .tt_event_hours li
	{
		margin: 0 0px 23px 23px;
	}
	.tt_upcoming_events li
	{
		width: 210px;
	}
	.tt_upcoming_events li a
	{
		padding: 10px;
	}
	.tt_event_items_list li.type_info
	{
		padding: 5px 0;
	}
	.tt_event_margin_top_27
	{
		margin-top: 20px !important;
	}
	.tt_event_theme_page h3
	{
		margin-top: 15px;
	}
	/* --- timetable --- */
	.tt_responsive .tt_timetable th, .tt_responsive .tt_timetable .event_container,
	.tt_responsive .tt_tooltip .tt_tooltip_content
	{
		padding: 4px 4px 5px;
	}
	.tt_responsive .tt_timetable td
	{
		height: 18px;
	}
	.tt_timetable .event span.available_slots + .event_hour_booking_wrapper.always
	{
		margin-bottom: 0;
	}
	.tt_timetable td .event_hour_booking_wrapper.always
	{
		margin-bottom: 0;
	}
	.tt_timetable td.tt_single_event .event_hour_booking_wrapper.always
	{
		padding: 0 4px;
		margin-bottom: 5px;
	}
	.timetable_sidebar_box
	{
		margin-top: 40px;
	}
}
@media screen and (max-width:767px)
{
	.tt_event_theme_page,
	.tt_event_page_left,
	.tt_event_page_right,
	.tt_upcoming_events li
	{
		width: 422px;
	}
	.tt_event_page_right
	{
		margin-top: 50px;
	}
	.tt_event_column_left, .tt_event_column_right
	{
		width: 206px;
	}
	.tt_event_hours li
	{
		width: 368px;
		margin: 0 0 23px;
		padding: 15px 25px;
	}
	.tt_event_hours li:last-child
	{
		margin-bottom: 0;
	}
	.tt_upcoming_events li a
	{
		padding: 10px 20px;
	}
	/* --- timetable --- */
	.tt_responsive .tt_timetable
	{
		display: none;
	}
	.tt_responsive .tt_timetable.small
	{
		display: block;
	}
	/* --- navigation wrapper --- */
	.tt_double_buttons .tt_navigation_cell:first-child
	{
		margin: 0 0 10px 0 !important;
		width: 100%;
	}
	.tt_double_buttons .tt_navigation_cell:last-child
	{
		margin: 0 0 30px 0 !important;
	}
	.tt_tabs .tt_navigation_cell:first-child
	{
		margin: 0 0 30px 0 !important;
	}
	/* --- tabs box navigation --- */	
	.tt_double_buttons .sf-timetable-menu:first-of-type
	{
		margin-right: 10px !important;
	}
	.tt_double_buttons .sf-timetable-menu:last-of-type
	{
		margin-right: 0 !important;
	}
	.rtl .tt_double_buttons .sf-timetable-menu:first-of-type
	{
		margin-left: 10px !important;
		margin-right: 0 !important;
	}
	.rtl .tt_double_buttons .sf-timetable-menu:last-of-type
	{
		margin-left: 0 !important;
	}
	.tt_double_buttons .tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected
	{
		padding: 15px 15px !important;
		width: 174px;
	}
	.tt_double_buttons .sf-timetable-menu li ul
	{
		width: 204px;
	}
	.tt_double_buttons .sf-timetable-menu li ul li
	{
		width: 194px;
	}
	.tt_double_buttons .tabs_box_navigation label
	{
		font-size: 16px !important;
	}	
	/* --- booking --- */
	.tt_booking .tt_booking_message_wrapper
	{
		width: auto;
	}
	.tt_booking .tt_booking_message
	{
		margin: 10px 10px 15px;
	}
	.tt_booking .tt_booking_message h2
	{
		font-size: 22px;
		line-height: 33px;
		margin-bottom: 12px;
	}	
	.tt_booking .tt_booking_message p
	{
		font-size: 14px;
		line-height: 21px;
		margin-top: 15px;
	}
	.tt_booking .event_details_wrapper
	{
		padding: 9px 13px 10px;
	}
	.tt_booking p.event_details
	{
		margin-top: 0;
		margin-bottom: 0;
	}
	.tt_booking a
	{
		font-size: 14px;
		line-height: 21px;
	}
	.tt_booking .tt_btn_wrapper
	{
		margin-top: 15px;
	}
	.tt_booking a.tt_btn
	{
		min-width: 150px;
	}
	.tt_event_url
	{
		padding: 12px;
		font-size: 13px;
	}
	.tt_booking form.tt_booking_form
	{
		margin-top: 15px;
	}
	.tt_booking form.tt_booking_form .tt_field_wrapper .tt_field
	{
		font-size: 14px;
		line-height: 21px;
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.tt_booking form.tt_booking_form .tt_field_wrapper textarea.tt_field
	{
		height: 64px;
	}
	.tt_booking form.tt_booking_form .tt_field_wrapper .tt_slots_number_wrapper input[type="button"]
	{
		margin-top: 0px;
	}
}
@media screen and (max-width:479px)
{
	.tt_event_theme_page,
	.tt_event_page_left,
	.tt_event_page_right,
	.tt_upcoming_events li,
	.tt_event_column_left, 
	.tt_event_column_right
	{
		width: 280px;
	}
	.tt_event_hours li
	{
		width: 236px;
		padding: 15px 20px;
	}
	.tt_event_theme_page
	{
		padding: 10px;
	}
	.tt_event_column_left
	{
		margin-right: 0;
	}
	.rtl .tt_event_column_left
	{
		margin-left: 0;
	}
	.tt_event_column_right
	{
		margin-top: 23px;
	}
	.tt_event_column_left .tt_event_items_list
	{	
		padding-bottom: 0;
	}
	/* --- timetable --- */
	.tt_responsive .tt_timetable.small .tt_items_list div.event_container
	{
		width: 148px;
	}
	.tt_responsive .tt_timetable.small .tt_items_list div.value
	{
		width: 112px;
	}
	.tt_responsive .tt_timetable.small.use_colors .tt_items_list li
	{
		padding: 12px 5px !important;
	}
	.tt_responsive .tt_timetable.small.use_colors .tt_items_list div.event_container
	{
		width: 138px;
	}
	.tt_responsive .tt_timetable.small .box_header
	{
		font-size: 14px !important;
	}
	/* --- navigation wrapper --- */
	.tt_navigation_cell
	{
		margin-right: 0 !important;
	}
	.tt_navigation_cell:first-child
	{
		margin-bottom: 10px !important;
		width: 100%;
	}
	.tt_navigation_cell:last-child
	{
		margin-bottom: 30px !important;
	}
	/* --- tabs box navigation --- */
	.tt_responsive.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected
	{
		width: 220px;
	}
	.tt_responsive.tabs_box_navigation.sf-timetable-menu li ul
	{
		width: 258px;
	}	
	.sf-timetable-menu li ul li
	{
		width: 248px;
	}
	.tt_double_buttons .tabs_box_navigation,
	.tt_double_buttons .sf-timetable-menu:first-of-type
	{
		margin-right: 0 !important;
	}
	.rtl .tt_double_buttons .tabs_box_navigation,
	.rtl .tt_double_buttons .sf-timetable-menu:first-of-type
	{
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	.tt_double_buttons .sf-timetable-menu:first-of-type
	{
		margin-bottom: 10px !important;
	}
	.tt_double_buttons .tt_responsive.tabs_box_navigation.sf-timetable-menu .tabs_box_navigation_selected
	{
		width: 220px;
		padding: 15px 19px !important;
	}
	.tt_double_buttons .tt_responsive.tabs_box_navigation.sf-timetable-menu li ul
	{
		width: 258px;
	}
	.tt_double_buttons .sf-timetable-menu li ul li
	{
		width: 248px;
	}
	.tt_double_buttons .tabs_box_navigation label
	{
		font-size: 18px !important;
	}
	/* --- booking --- */
	.tt_booking .tt_booking_message h2
	{
		font-size: 20px;
		line-height: 30px;
	}
	.tt_booking p.event_details
	{
		font-size: 14px;
		line-height: 22px;
	}
	.tt_booking p
	{
		margin-top: 0;
		margin-bottom: 0;
	}
	.tt_booking .tt_btn_wrapper
	{
		margin-top: 10px;
		margin-bottom: 15px;
	}
	.tt_booking a.tt_btn
	{
		font-size: 14px;
		min-width: 110px;
		padding-left: 10px;
		padding-right: 10px;
		margin: 10px 5px 0;
	}
}
@media screen and (max-height:479px)
{
	.tt_booking .tt_booking_message_wrapper
	{
		margin-top: 0;
		margin-bottom: 0;
	}
}