<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.ho-newsevents .ho-events-calendar-inner
{
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background: url(../../../images/frontend/paper.jpg);
	background-position: center center;
	padding: 10px;
	margin-bottom: 20px;
}

.ho-newsevents .ho-events-inner
{
	display: table;
	width: 100%;
}

.ho-newsevents .ho-events-calendar
{
	vertical-align: top;
	display: table-cell;
	width: 33%;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ho-newsevents .ho-events-elements
{
	vertical-align: top;
	display: table-cell;
	width: 66%;
	padding-left: 20px;
}

.ho-newsevents .ho-events-elements-inner
{
	 border-top: 6px solid #6A95C1;
	 border-bottom: 6px solid #6A95C1;
}

.ho-newsevents .ho-dates
{
	display: table;
	width: 100%;
}

.ho-newsevents .ho-week
{
	display: table-row;
	width: 100%;
}

.ho-newsevents .ho-day,
.ho-newsevents .ho-day-hader-label
{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}

.ho-js-pre .ho-newsevents .ho-day
{
	transition: opacity 0.2s;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
}

.ho-js-pre .ho-newsevents .ho-day.ho-fadein
{
	opacity: 1;
}

.ho-newsevents .ho-day-hader-label
{
	line-height: 22px;
    font-size: 18px;
	padding-bottom: 20px;
}


.ho-newsevents .ho-day-inner
{
	position: relative;
	display: inline-block;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	background: rgba(255,255,255,0.8);
	width: 30px;
	height: 30px;
	vertical-align:baseline;
	text-align: center;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-webkit-transform: translateZ(0),
}

.ho-newsevents .ho-day.ho-day-currentmonth .ho-day-inner
{
	background: rgba(200,200,200,0.5);
}

.ho-newsevents .ho-day.ho-has-event .ho-day-inner
{
	background: #C73153;
	color: #ffffff;
}

.ho-newsevents .ho-day.ho-hover .ho-day-inner,
.ho-newsevents .ho-day:hover .ho-day-inner
/**.ho-newsevents .ho-day.ho-has-event.ho-active .ho-day-inner**/
{
	/**
	transform: scale(1.3, 1.3);
	-webkit-transform: scale(1.3, 1.3) translateZ(0);
	-moz-transform: scale(1.3, 1.3);
	-o-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 13);
	**/
	background: #6A95C1;
	color: #ffffff;
}

.ho-newsevents .ho-day-label
{
	position: absolute;
	top: 50%;
	left: 0px;
	right: 0px;
	text-align: center;
	margin-top: -11px;
	display: block;
	font-size: 16px;
	font-weight: 200;
	-webkit-transform: translateZ(0);
}

.ho-newsevents .ho-title-month
{
	font-weight: 200;
	line-height: 29px;
    text-align: center;
    font-size: 24px;
	white-space: nowrap;
}

.ho-newsevents .ho-events-header
{
	display: table;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

.ho-newsevents .ho-events-month-btn
{
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.2s;
	-moz-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-webkit-transition: opacity 0.4s;
}

.ho-newsevents .ho-events-month-btn:after
{
    display: block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
    content: '\e011';
    font-family: '__flaticon_5';
    font-weight: 400;
    font-size: 12px;
    color: #222222;
    text-align: center;
    width: 30px;
}

.ho-newsevents .ho-events-month-btn:hover
{
	opacity: 1;
}

.ho-newsevents .ho-events-prevmonth,
.ho-newsevents .ho-events-nextmonth,
.ho-newsevents .ho-title-month
{
	display: table-cell;
	vertical-align: middle;
}

.ho-newsevents .ho-title-month
{
	height: 40px;
}

.ho-newsevents .ho-events-nextmonth,
.ho-newsevents .ho-events-prevmonth
{
	height: 40px;
	width: 40px;
	overflow: hidden;
}

.ho-newsevents .ho-events-prevmonth-btn:after
{
	transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}

.ho-newsevents .ho-events-nextmonth-btn:after
{
	transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
	right: 0px;
}

.ho-newsevents .ho-events-element
{
	border-top: 1px solid #6A95C1;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	-webkit-transition: background 0.4s;
	padding-left: 15px;
	padding-right: 15px;
}

.ho-newsevents .ho-events-element .ho-events-element-inner
{
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
}


.ho-js-pre .ho-newsevents .ho-events-element
{
	opacity: 0;
	height: 163px;
	position: relative;
	cursor: pointer;
}

.ho-js-pre .ho-newsevents .ho-events-element .ho-events-element-inner-container
{
	max-height: 130px;
	padding-bottom: 30px;
}

.ho-js-pre .ho-newsevents .ho-events-element .ho-events-element-content
{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;

}

.ho-js-pre .ho-newsevents .ho-events-element.ho-active .ho-events-element-inner-container
{
	max-height: none;
}

.ho-newsevents .ho-events-element.ho-hover,
.ho-newsevents .ho-events-element:hover,
.ho-newsevents .ho-events-element.ho-active
{
	background: rgba(106,149,193,0.2);
}

.ho-js-pre .ho-newsevents .ho-events-element.ho-fadein
{
	opacity: 1;
}

.ho-newsevents .ho-events-element .ho-events-element-title
{
	font-size: 24px;
    line-height: 34px;
    color: #6A95C1;
	padding: 0px 150px 5px 0px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.ho-newsevents .ho-events-element .ho-events-element-content
{
    color: #7F7F7F;
    font-size: 16px;
    line-height: 22px;
    padding-right: 0px;
}

.ho-newsevents .ho-events-element:first-child
{
	border-top: none !important;
}

.ho-newsevents .ho-events-element-date
{
	display: block;
    font-size: 13px;
    color: #c4c4c4;
}

.ho-js-pre .ho-newsevents .ho-events-element.ho-active .ho-events-element-date
{
	color: #6A95C1;
}

.ho-newsevents  .ho-events-nomore
{
	display: block;
	padding-top: 40px;
	padding-bottom: 40px;
	font-weight: 200;
    font-size: 36px;
	line-height: 42px;
	color: #6A95C1;
}

.ho-dates  .ho-day-title
{
	pointer-events: none;
	position: absolute;
	white-space: nowrap;
	background: #6A95C1;
	padding: 4px 8px;
	color: #ffffff;
	left: 50%;
	top: -50px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	opacity: 0;
	z-index: 1;
	transition: opacity 0.3s ease-out, top 0.3s ease-out;
	-webkit-transition: opacity 0.3s ease-out, top 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out, top 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out, top 0.3s ease-out;
	-ms-transition: opacity 0.3s ease-out, top 0.3s ease-out;
}

.ho-dates  .ho-day-title:after
{
	z-index: -1;
	position: absolute;
	content: '';
	display: block;
	width: 25px;
	height: 25px;
	left: 50%;
	margin-left: -12px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-o-border-radius: 6px;
	-ms-border-radius: 6px;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-ransform: rotate(45deg);
	-o-ransform: rotate(45deg);
	-ms-ransform: rotate(45deg);
	bottom: -10px;
	background: #6A95C1;
}

.ho-dates  .ho-day.ho-has-event:hover .ho-day-title
{
	opacity: 1;	
	top: -40px;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

.ho-newsevents .fountainGbox
{
	display: none;
	    margin-left: -55px !important;
}

.ho-loading  .fountainGbox
{
	display: block;
}

.fountainGbox{
	position:absolute;
	width:90px;
	height:14px;
	margin:auto;
	left: 50%;
	top: 22px;
	margin-left: -45px;
}

.fountainG{
	position:absolute;
	top:0px;
	background-color:rgb(255,255,255);
	width:14px;
	height:14px;
	animation-name:bounce_fountainG;
		-o-animation-name:bounce_fountainG;
		-ms-animation-name:bounce_fountainG;
		-webkit-animation-name:bounce_fountainG;
		-moz-animation-name:bounce_fountainG;
	animation-duration:1.5s;
		-o-animation-duration:1.5s;
		-ms-animation-duration:1.5s;
		-webkit-animation-duration:1.5s;
		-moz-animation-duration:1.5s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
	transform:scale(.3);
		-o-transform:scale(.3);
		-ms-transform:scale(.3);
		-webkit-transform:scale(.3);
		-moz-transform:scale(.3);
	border-radius:9px;
		-o-border-radius:9px;
		-ms-border-radius:9px;
		-webkit-border-radius:9px;
		-moz-border-radius:9px;
}

.fountainG_1{
	left:0;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

.fountainG_2{
	left:14px;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

.fountainG_3{
	left:28px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

.fountainG_4{
	left:43px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

.fountainG_5{
	left:57px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

.fountainG_6{
	left:71px;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

.fountainG_7{
	left:85px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}

.fountainG_8{
	left:100px;
	animation-delay:1.64s;
		-o-animation-delay:1.64s;
		-ms-animation-delay:1.64s;
		-webkit-animation-delay:1.64s;
		-moz-animation-delay:1.64s;
}

@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
		background-color:rgb(255,255,255);
	}

	100%{
	transform:scale(.3);
		background-color:rgb(238,238,238);
	}
}

@-o-keyframes bounce_fountainG{
	0%{
	-o-transform:scale(1);
		background-color:rgb(255,255,255);
	}

	100%{
	-o-transform:scale(.3);
		background-color:rgb(238,238,238);
	}
}

@-ms-keyframes bounce_fountainG{
	0%{
	-ms-transform:scale(1);
		background-color:rgb(255,255,255);
	}

	100%{
	-ms-transform:scale(.3);
		background-color:rgb(238,238,238);
	}
}

@-webkit-keyframes bounce_fountainG{
	0%{
	-webkit-transform:scale(1);
		background-color:rgb(255,255,255);
	}

	100%{
	-webkit-transform:scale(.3);
		background-color:rgb(238,238,238);
	}
}

@-moz-keyframes bounce_fountainG{
	0%{
	-moz-transform:scale(1);
		background-color:rgb(255,255,255);
	}

	100%{
	-moz-transform:scale(.3);
		background-color:rgb(238,238,238);
	}
}
</pre></body></html>