@charset "UTF-8";

body {
	overflow-x: hidden;
	min-height: 100vh;
	min-height: 100dvh;
	display: flex;
	flex-direction: column;
}

html, .ui-widget {
 	font-family: system-ui, sans-serif;
}

.site-content {
	flex-grow: 1;
}

.freecharger-login-btn{
	background-color: #06B647;
	color: white;
	border: none;
	border-radius: 10px;
	text-shadow: none;
	background-image: none;
	padding: 0.7rem 1rem;
	font-size: 12px;
	display: flex;
	flex-wrap: nowrap;
	white-space: nowrap;
	align-items: center;
	gap: 0.5rem;
	min-width: 140px;
}


.freecharger-login-btn:hover{
	color: white;
	background-color: #08933c;
	text-shadow: none;
	text-decoration: none;
}

.freecharger-login-btn *{
	color: white;
	margin-left: auto;
	margin-right: auto;
}

nav.sticky-top.sticked {
	box-shadow: 0 3px 4px -2px rgba(0, 0, 0, 0.5);
}

#headerMenu ul,
#headerMenu2 ul {
	margin: 0;
	padding: 0;
	font-size: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

#headerMenu ul li a,
#headerMenu2 ul li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
}

#headerMenu a:not(.freecharger-login-btn),
#headerMenu button,
#headerMenu2 a:not(.freecharger-login-btn),
#headerMenu2 button {
	font-size: 15px;
	font-weight: 500;
	white-space: nowrap;
	color: #FFFEFC;
	text-transform: uppercase;
}


.cart-btn{
	display: flex;
	justify-content: center;
	align-items: center;
}

.cart-btn:hover{
	text-decoration: none;
}

.nav-item{
	list-style: none;
}

#headerMenu ul li a:hover,
#headerMenu ul li.active > a,
#headerMenu2 ul li a:hover,
#headerMenu2 ul li.active > a {
	color: #FFFEFC;
}

.navbar{
	padding: .5rem 1rem;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

@media (max-width: 575.98px) {
	nav.navbar.bg-dark {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

.navbar.navbar-dark .navbar-brand {
	color: #FFFEFC;
}

#headerMenu .dropdown-menu,
#headerMenu2 .dropdown-menu {
	background-color: #343a40;
	background-color: #00903C;
	transition: background-color 0.5s;
	padding: 12px;
	min-width: 250px;
	border: none;
	border-radius: 0;
	box-shadow: 0 2px 6px -3px rgba(255, 255, 255, 0.75);
}

#headerMenu .dropdown-menu a,
#headerMenu2 .dropdown-menu a {
	color: #FFFEFC;
	display: block;
	font-size: 13px;
	font-weight: 500;
	padding: 6px 5px;
	text-align: left;
	text-transform: uppercase;
	transition: color 0.5s;
}

#headerMenu .dropdown-menu a.active,
#headerMenu .dropdown-menu a:hover,
#headerMenu2 .dropdown-menu a.active,
#headerMenu2 .dropdown-menu a:hover {
	background-color: #60b882 !important;
}

.doubleLineMenuItem {
	margin-top: -4px;
	margin-bottom: -6px;
}

.doubleLineMenuItem > * {
	display: inline-block;
	vertical-align: middle;
}

.doubleLineMenuItem > span {
	line-height: 15px;
}

.doubleLineMenuItem .doubleLineMenuItem2ndLine {
	font-size: 11px;
}

.companySelectorNotSelected {
	margin-left: 20px;
	width: auto;
}

.nav.bg-dark {
	padding-right: 10px;
}

.nav.bg-dark a.nav-link {
	color: #FFFEFC;
	padding-top: 15px;
	transform-origin: -20px 100%;
}

.nav.bg-dark a.nav-link.active,
.nav.bg-dark a.nav-link:hover {
	color: #60b882;
}

.nav.bg-dark a.nav-link:hover {
	transform: scale(1.1, 1.1);
}

.sticky-top {
	transition: opacity 0.5s, box-shadow 0.5s;
}

.sticky-top.sticked .site-header {
	-webkit-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 0.5);
}

.languageDropdown {
	top: -30px;
}

@media (max-width: 767px) {
	.languageDropdown {
		top: 0;
	}
}



@media (min-width: 576px) {
	.navbar.navbar-expand-sm .navbar-nav > .nav-item:first-child {
		margin-left: -0.5rem;
	}
}

@media (min-width: 768px) {
	.navbar.navbar-expand-md .navbar-nav > .nav-item:first-child {
		margin-left: -0.5rem;
	}
}

@media (min-width: 992px) {
	.navbar.navbar-expand-lg .navbar-nav > .nav-item:first-child {
		margin-left: -0.5rem;
	}
}

@media (min-width: 1200px) {
	.navbar.navbar-expand-xl .navbar-nav > .nav-item:first-child {
		margin-left: -0.5rem;
	}
}

.page > .moduleWrapper,
.page > span > .moduleWrapper {
	margin-top: 0;
	margin-bottom: 0;
}

.page > .moduleWrapper ~ .moduleWrapper,
.page > span > .moduleWrapper ~ .moduleWrapper {
	margin-top: 60px;
	margin-bottom: 60px;
}

.navbar .dropdown-menu.show .dropdown-menu.show {
	position: relative;
	border: none;
	margin-left: 30px;
}

.footerMenuLink {
	color: #0056b3;
	color: var(--link-color);
}

.footerMenuLink:hover {
	color: #343a40;
	color: var(--link-hover-color);
}

.site-footer {
	padding: 0 15px 0 15px;
	font-size: 14px;
	font-weight: 500;
	color: rgb(51, 51, 51);
}

.site-footer a,
.site-footer a:hover,
.site-footer a:active {
	color: #FFFFFF;
}

.site-footer .right {
	float: right;
	position: relative;
	top: -15px;
}

.site-footer hr {
	border: none;
	border-top: 1px solid #343a40;
	border-top: 1px solid var(--component-color);
	margin: 30px 0 10px 0;
}

@media (max-width: 575.98px) {
	.site-footer {
		text-align: center;
	}
	.site-footer .right {
		text-align: center;
		float: none;
		top: 0;
		margin: 15px 0;
	}
}

.footerMenuLink:before {
	content: "|";
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	text-decoration: none;
}

.footerMenuLink:first-child:before {
	content: "";
	display: none;
}

.footer-web2 {
	color: #84aac6;
	text-decoration: none;
}


.module {
	padding: 0;
}

.module .ui-datagrid-content,
.module .ui-panel,
.module .ui-panel-titlebar,
.module .ui-panel-content {
	background-color: inherit;
}

.module .ui-panel-titlebar {
	border: none;
}

.newsCol {
	margin: 10px 0;
}

a.newsCol {
	color: #333333;
	text-decoration: none;
}

.newsBox {
	width: 100%;
	height: 100%;
	margin: 0 auto 10px auto;
	border-bottom: 1px solid #E3E3E3;
	position: relative;
	background-color: #FFFFFF;
	box-sizing: border-box;
}

.newsBox:hover {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.carousel__slide.item-image {
	width: var(--carousel-slide-width, 100%);
}

.newsImageArea {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 200px;
}

.newsImageAreaImage {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}

.newsDateArea {
	background-color: #B6D700;
	color: #FFFFFF;
	width: 90px;
	height: 90px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.newsDateAreaInner {
	vertical-align: middle;
	text-align: center;
	width: 100%;
	font-size: 14px;
	margin: 0;
	line-height: 17px;
	display: inline-block;
	text-transform: uppercase;
	box-sizing: border-box;
	padding-top: 6px;
}

.newsDateAreaDay {
	font-size: 52px;
	font-weight: 800;
	line-height: 40px;
}

.newsContentArea {
	padding: 10px;
}

.newsTitle {
	font-size: 18px;
	color: #333333;
}

.newsDescription {
	margin-top: 5px;
	color: #555555;
	font-size: 14px;
	overflow: hidden;
	max-height: 170px;
}

.newsAreaTitle > form {
	position: absolute;
	right: 0;
	top: 0;
}

.newsPageButton:active {
	background: #00A5F5 !important;
	text-decoration: none;
}

.newsDetailsLink {
	font-weight: bold;
	color: #2E73C1;
	text-decoration: none;
	font-size: 12px;
	margin-top: auto;
	margin-bottom: 20px;
	padding-left: 10px;
}

.newsDetailsLink:after {
	content: ' »'
}

.eventMonthsArea {
	margin-bottom: 60px;
}

.eventCalendarContainer {
	width: 100%;
	position: relative;
}

.eventCalendarNavigationButtonsContainer {
	position: absolute;
	right: 0;
	bottom: 10px;
}

.eventCalendarNavigationButtonsContainer * {
	outline: none;
}

.noEventsContainer {
	margin-left: 20px;
	color: #7C7C7C;
	font-size: 11pt;
	margin-bottom: 20px;
}

.galleryViewer .ui-widget-content {
	border: none;
	padding-bottom: 20px;
}

.galleryViewer .ui-paginator {
	background: inherit;
	border: none;
}

.galleryViewer .ui-datagrid-column {
	text-align: center;
}

.galleryViewer img {
	width: 200px;
	display: block;
	margin: auto;
}

.galleryViewerDiv a {
	text-decoration: none;
}

.galleryViewerDiv {
	width: auto;
}

.galleryViewerDiv span {
	display: block;
	background-color: rgba(0, 0, 0, 0.75);
	color: #FFFFFF;
	padding: 5px;
	width: 200px;
	margin: auto;
	box-sizing: border-box;
	border-radius: 0 0 0.5em 0.5em;
	margin-bottom: 5px;
}

.sitemapLanguageHeader {
	margin: 0 20px;
}

.noBorder {
	border: none;
}

.noPadding {
	padding: 0;
}

.noBackground {
	background: inherit !important;
}

.registerBoxDescription {
	font-size: 10pt;
}

.contactsMenu {
	background-color: #23558F;
	width: 100%;
	border-bottom: 2px solid #008FD4;
	padding: 0;
	margin: 0;
}

.contactsMenuInner {
	padding: 0 6px;
	vertical-align: middle;
	min-height: 38px;
}

.contactsMenu .contactsMenuBlockRight {
	text-align: right;
	padding-right: 22px;
}

.contactsMenu .contactsMenuBlock:before {
	content: ' ';
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	height: 38px;
}

.contactsMenu .contactsMenuBlock {
	color: #FFFFFF;
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	height: 38px;
	white-space: nowrap;
	line-height: 38px;
}

.contactsMenu a:hover {
	text-decoration: underline;
}

.contactsMenu .contactsMenuBlockLeft .contactsMenuBlock {
	margin-right: 40px;
}

.contactsMenu .contactsMenuBlockLeft .contactsMenuBlock:last-child {
	margin-right: 0;
}

.contactsMenu .contactsMenuBlockRight .contactsMenuBlock:first-child {
	margin-right: 10px;
}

.contactsMenu img {
	vertical-align: middle;
	width: 21px;
	height: 15px;
	padding-bottom: 4px;
	border: none;
}

.contactsMenu a.contactsMenuFacebook {
	display: inline-block;
	background-image: url('../images/contacts_facebook.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	width: 25px;
	height: 25px;
	vertical-align: middle;
}

.contactsMenu a.contactsMenuFacebook:hover {
	background-image: url('../images/contacts_facebook_hover.png');
}

.contactsMenu a {
	color: #FFFFFF;
	text-decoration: none;
	border: none;
}

.contentAreaTitle {
	font-size: 26px;
	color: #333333;
	margin-bottom: 30px;
}

.newsAreaTitle {
	font-size: 26px;
	color: #333333;
	margin-bottom: 16px;
	position: relative;
}

.newsAreaTitle a {
	color: #333333;
}

.galleryAreaTitle {
	font-size: 26px;
	color: #333333;
	margin-bottom: 40px;
}

.subscribeMainDiv2 {
	vertical-align: top;
	width: 100%;
	max-width: 540px;
	min-height: 400px;
	background-image: url('../images/subscribe_watermark.jpg');
	background-repeat: no-repeat;
	background-color: #F2F2F2;
	position: relative;
	box-sizing: border-box;
	color: #333333;
	padding: 20px 20px 80px 20px;
}

.subscribeMainDiv2 a {
	text-decoration: underline;
}

.subscribeLabel {
	font-size: 14px;
	height: 35px;
}

.subscribeButtonDiv {
	position: absolute;
	bottom: 20px;
	right: 20px;
}

@media (min-width: 768px) {
	.subscribeLabel {
		text-align: right;
	}
}

.subscribeLabel:before {
	content: ' ';
	display: inline-block;
	height: 35px;
	vertical-align: middle;
	overflow: hidden;
}

.subscribeMainDiv2 input[type="text"] {
	height: 35px;
	border-radius: 0;
	font-size: 14px;
}

.subscribe2TableCheckboxArea {
	font-size: 13px;
}

.subscribe2TableCheckboxArea .ui-chkbox {
	margin-right: 10px;
	margin-bottom: 10px;
	vertical-align: top;
}

.wm_calendar input[type="text"] {
	background-image: url('../images/wm_calendar.png');
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 34px;
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 10px;
}

.wm_clock input[type="text"] {
	background-image: url('../images/wm_clock.png');
	background-repeat: no-repeat;
	background-position: 8px center;
	padding-left: 34px;
	box-sizing: border-box;
	width: 100%;
}

.wm_clock2 {
	width: 100%;
	box-sizing: border-box;
	height: 35px;
	border-radius: 0;
	overflow: hidden;
	background: #FFFFFF;
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 1px solid #CCCCCC;
}

.wm_clock2 label {
	height: 35px;
	line-height: 35px;
	background-image: url('../images/wm_clock.png');
	background-repeat: no-repeat;
	background-position: 8px center;
	padding: 0 0 0 34px;
	box-sizing: border-box;
	border-radius: 0;
	font-size: 14px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.wm_clock2 .ui-selectonemenu-trigger {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #FFFFFF;
}

.wm_clock2 .ui-selectonemenu-trigger .ui-icon {
	margin-top: 10px;
}

.newsletterTitleCell {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 15px;
}

.newsletterButtonCell {
	text-align: right;
	width: 250px;
	float: right;
}

.cookieAcceptPanel {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.75);
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	padding: 10px;
	z-index: 1100;
}

.cookieAcceptPanel .row {
	margin-left: 0;
	margin-right: 15px;
}

.cookieAcceptPanel .row > div:first-child {
	margin-top: 8px;
}

.scheduleEvents {
	font-size: 85%;
	margin-left: 20px;
	margin-right: 20px;
}

.appointmentStep {
	margin-bottom: 10px;
	font-size: 105%;
}

.appointmentStep > div:first-child {
	width: 60px;
}

.appointmentStep > div:first-child > span {
	font-size: 40px;
	background-color: #eeeeee;
	color: #ffffff;
	border-radius: 50%;
	display: block;
	float: left;
	width: 50px;
	height: 50px;
	text-align: center;
	font-weight: bold;
}

@media (min-width: 768px) {
	.appointmentStep > div:last-child {
		margin-top: 15px;
	}
}

.appointmentTask {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
	font-size: 105%;
}

.appointmentPrice {
	color: #363636;
	font-size: 14px;
	font-weight: 500;
}

.appointmentPriceOld {
	color: #aeaeae;
	font-size: 12px;
	font-weight: 300;
	text-decoration: line-through;
}

.appointmentPriceDiscount {
	color: #f13340;
	font-size: 14px;
	font-weight: 500;
	margin-left: 20px;
}

.appointmentLogout {
	margin-left: 15px;
}

@media (max-width: 768px) {
	.appointmentLogout {
		display: block;
	}
}

.appointmentButtonsCol {
	width: 150px;
}

@media (max-width: 600px) {
	.appointmentButtonsCol {
		width: 100%;
	}
}

.employeeModule,
.servicesModule {
	background-repeat: no-repeat;
	background-position: 60% 50%;
	background-size: auto 90%;
	margin-top: 60px;
	margin-bottom: 30px;
}

.employeeModule a,
.servicesModule a {
	display: block;
	margin-bottom: 20px;
}

.employeeModule a > span,
.servicesModule a > span {
	display: block;
}

.employeeModule a > span:nth-child(1),
.servicesModule a > span:nth-child(1) {
	font-weight: 18px;
	font-weight: bold;
}

@media (max-width: 992px) {
	.employeeModule,
	.servicesModule {
		margin-top: 0;
		margin-bottom: 0;
	}
}

.articleBigBoxTitle {
	font-size: 28px;
	font-weight: bold;
}

.articleBigBoxDate {
	font-size: 16px;
	color: #666666;
	font-weight: 300;
}

.articleBigBoxImage > img {
	margin: 20px 0;
}

.articleBigBoxContent {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px;
}

.articleBigBoxNext {
	margin-bottom: 20px;
}

.articleBigBoxNext > a {
	text-decoration: none;
}

.articleBigBox {
	border-bottom: 1px solid #eeeeee;
	margin: 20px 0;
}

.articleBigBox:first-child {
	margin-top: 0;
}

.articleBigBoxFilter {
	position: relative;
}

.searchInputOuter > input {
	padding-right: 30px;
	box-sizing: border-box;
}

.searchInputOuter:after {
	content: '\f002';
	background: none;
	font: normal normal normal 15px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    overflow: visible;
    text-indent: 0;
    position: absolute;
    right: 25px;
    top: 7px;
    color: #bbbbbb;
}

.articlePager * {
	margin: 10px;
}

.articlePager *:first-child {
	margin-left: 0;
}

.articlePager *:last-child {
	margin-right: 0;
}

.articlePager a {
	width: 37px;
	height: 35px;
	display: inline-block;
	border: 2px solid #CCCCCC;
	text-decoration: none;
	box-sizing: border-box;
	text-align: center;
	line-height: 30px;
	color: #CCCCCC;
}

.articlePager a:hover {
	border-color: #333333;
	color: #333333;
}

.articlePager a.active {
	border-color: #333333;
	color: #333333;
}

.articlesLinkArea {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.articlesLinkArea a {
	text-decoration: none;
}

.fc-points {
	color: #ffffff;
	white-space: nowrap;
	margin-right: 1.5rem;
	text-align: right;
}

.fc-points-value {
	font-weight: bold;
	
}

.btn {
	background-image: none !important;
	text-shadow: none;
	box-shadow: none;
}

.btn-primary,
.btn-success {
	background-color: #262aab !important;
	border-color: #262aab !important;
}

.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:hover {
	background-color: rgb(75, 84, 164) !important;
	border-color: rgb(75, 84, 164) !important;
}