<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body 
{
    background: none;
    font-family: Helvetica,Arial,Sans-serif;
    color: #000;
}

a,
a:HOVER
{
	color: #000;
}

#all 
{
    padding: 0px;
    /*text-align: left;*/
    background: #FFFFFF;
    /*padding-bottom: 70px;*/
}

H1
{
	font-size: 26px;
	color: #202020;
	margin: 15px 0px 10px;
	font-family: Arial;
}

H2
{
	font-size: 26px;
	color: #202020;
	margin: 15px 0px 10px;
	font-family: Arial;
	font-weight: normal;
	max-width: 1140px;
}

.header-bg
{
	background: #333333;
	-webkit-box-shadow: 0px 0px 8px 0px #000000;
	-moz-box-shadow: 0px 0px 8px 0px #000000;
	box-shadow: 0px 0px 8px 0px #000000;
	position: relative;
	z-index: 3;
}

#header {
	color: #FFFFFF;
	padding: 0px;
	height: 262px;
	margin: auto;
	max-width: 1140px;
}

.header-logo
{
	width: auto;
	padding: 42px 0px 0px 60px;
}

.signature
{
	float: right;
	clear: right;
	text-transform: uppercase;
}

.signature P {
	margin: 0;
}

#header A{
	color: #FFFFFF;
}

#header .top-menu 
{
	float: right;
	padding-right: 20px;
}

#header .main-menu
{
	float: left;
	/*padding-left: 20px;*/
	clear: left;
	font-size: 20px;
	margin-top: 60px;
}

#header .top-menu li
{
	float: left;
	padding: 0px 20px 0px;
	margin-top: 27px;
	border-left: 2px solid #FFFFFF;
}

#header .main-menu &gt; li
{
	float: left;
	padding: 0px 40px 0px;
	border-right: 2px solid #FFFFFF;
}
#header .main-menu li:first-child
{
	padding: 0px 40px 0px 10px;
}

#header .main-menu li.deeper ul
{
	display: none;
	position: absolute;
	background: #333333;
	padding: 30px 30px 25px 30px;
	top: 27px;
	left: 10px;
}

#header .main-menu li.deeper ul li
{
	margin: 0px;
	padding: 0px;
	padding-top:15px;
	border: none;
	float: left;
	clear: left;
	height: auto;
	white-space: nowrap;
}

#header .main-menu li.deeper
{
	background: url("../images/arrow-white.png") no-repeat 93% center;
	cursor: pointer;
	position: relative;
}

#header .main-menu li.last
{
	border: none;
}

#header .menu li.active&gt;a
{
	font-weight: bold;
}

#header .jflanguageselection
{
	float: right;
	font-weight: normal;
	text-transform: uppercase;
}

#header #jflanguageselection
{
	margin: 34px 35px 0px 0px;
}

#jflanguageselection ul.jflanguageselection 
{
    margin: 0px;
}

#jflanguageselection ul.jflanguageselection li 
{
    font-size: 0.65em;
    margin: 0px;
}

#jflanguageselection ul.jflanguageselection li#active_language 
{
    font-size: 0.65em;
    font-weight: normal;
}

#jflanguageselection ul.jflanguageselection li#active_language a 
{
    color: #009fe3;
}

#contentarea.single 
{
    width: auto;
}

#login-form
{
	position: absolute;
	top: 80px;
	background: #333333;
	right: 0px;
	border-bottom: 1px solid #AAAAAA;
    border-top: 1px solid #444444;
    border-left: 1px solid #666666;
    border-right: 1px solid #666666;
    padding: 15px;
    -webkit-box-shadow: 0 2px 10px 0 #222222;
	-moz-box-shadow: 0 2px 10px 0 #222222;
	box-shadow: 0 2px 10px 0 #222222;
	opacity: 0;
	display: none;
	border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
}

#login-form fieldset
{
	padding-bottom: 15px;
}

#login-form fieldset label
{
	width: 140px;
}

#login-form ul
{
	float: left;
	list-style: none;
}

#login-form input.button
{
	float: right;
	margin: 5px;
	cursor: pointer;
}

#show-login
{
	float: right;
	margin: 27px 20px 0px 0px;
	text-transform: uppercase;
}

#main
{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	background: none;
	padding: 0px;
}

#main p
{
	margin: 25px 0px 15px;
	line-height: 1.5em;
}

#main ul
{
	padding-left: 3px;
	list-style: none;
}

#main ul li
{
	padding-left: 17px;
	background: url("../images/arrow-gray.gif") left center no-repeat;
	margin: 10px 0px;
}

#main h3
{
	font-size: 26px;
	font-weight: normal;
}

#main ul.square-list
{
	list-style: square;
	padding: 5px 0px 0px;
}

#main ul.square-list li
{
	background: none;
	padding: 1px 0px;
	margin: 0px;
}

#main .contact .left-cell
{
	width: 390px;
	vertical-align: top;
}

#main .contact .left-cell H2
{
	text-transform: uppercase;
}

#main .contact .right-cell
{
	padding-left: 155px;
	vertical-align: top;
	padding-top: 20px;
	font-size: 20px;
}

#main .contact .right-cell p
{
	margin: 11px 0px;
}

#main .contact .right-cell strong
{
	display: block;
	margin: 30px 0px 11px;
}

#main .contact legend
{
	font-size: 20px;
	padding-top: 15px;
}

#main .contact ul
{
	float: left;
	padding: 50px 0px 0px;
}

#main .contact .left-cell li
{
	float: left;
	clear: left;
	margin: 0px;
	padding: 3px 0px;
	background: none;
}

#main .contact .left-cell li input.required
{
	width: 375px;
}

#main .contact .left-cell li textarea
{
	width: 375px;
	padding: 3px 5px;
}

#main .contact label
{
	clear: none;
	margin: 2px 0px;
}

input.invalid,
textarea.invalid
{
	border: 1px solid #EE3333;
	color: #EE3333;
}


#contentarea
{
	margin: auto;
	max-width: 1440px;
	padding: 25px 25px 25px 20px;
	position: relative;
	z-index: 2;
	min-height: calc(100vh - 500px);
}

#contentarea .right-column-wrapper 
{
    margin: auto;
    padding-left: 0;
}

#contentarea .right-column 
{
	float: none;
}

.breadcrumbs
{
	padding: 5px 0px 9px;
	margin: auto;
}

.breadcrumbs img
{
	padding: 0px 5px 2px;
}

.footer-bg
{
	background: #333333;
	display: flex;
	position: relative;
	z-index: 3;	
	-webkit-box-shadow: 0 2px 6px 1px #555555;
	-moz-box-shadow: 0 2px 6px 1px #555555;
	box-shadow: 0 2px 6px 1px #555555;	
}

.footer-white-bar
{
	background: #FFFFFF;
	width: 1040px;
	height: 80px;
	margin: auto;
	position: relative;
	top: -10px;
}

#footer
{
	margin: auto;
	width: 100%;
	color: #FFFFFF;
	/* padding: 10px 60px 0px; */
	max-width: 1140px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#footer A
{
	color: #FFFFFF;
}

#footer H3
{
	font-size: 1.65em;
	text-transform: uppercase;
	margin: 15px 0px 20px;
}

#footer .left-block
{
	width: 50%;
	float: left;
}

#footer .left-block h3 {
	padding-bottom: 10px;
    text-align: center;
}

#footer .left-block table {
	display: flex;
}

#footer .left-block tbody {
	width: 100%;
}

#footer .left-block tbody tr {
	display: flex;
    width: 100%;
    flex-direction: row;
    justify-content: space-evenly;
}

#footer .right-block
{
	display: flex;
    width: 50%;
}

#footer .moduletable
{
	width: 100%;
}

#footer .moduletable h3
{
	text-align: center;
}

#footer .moduletable li
{
	margin-left: 25%;
}

#footer .right-block .menu
{
	padding-top: 12px;
}

#footer .right-block .menu li
{
	float: left;
	width: 200px;
	padding-top: 9px;
}

#member-profile fieldset,
.registration fieldset
{
	margin: 0px;
	padding: 0px;
}


#main .agb LI
{
	background: none;
}

#main .agb SPAN
{
	margin-right: 5px;
}

#main .agb LI OL LI UL LI P
{
	margin: 0px;
}

.column-1
{
        width:50%;
        float:left
}

.column-2
{
	float: left;
    width: 50%;
}

#main .blog .row-separator
{
	clear: both;
    display: block;
    height: 0;
    line-height: 0;
}

#main .readmore A
{
	text-decoration: underline;
}

.article-info
{
	font-size: 12px;
}

#main .blog p {
    line-height: 1.5em;
    margin: 10px 0 15px;
}

.article-info-term
{
	display: none;	
}

.articleBody {
	max-width: 1440px;
	margin: auto;
}

#footer .left-block
{
	border-right-width: 1px; 
	border-right-style: solid;
}

.footer-contact td {
	width: fit-content !important;
	min-width: 150px !important;
	border: none !important;
	padding-right: 10px;
}

.articleBody table {
	width: 100% !important;
}

@media only screen and (max-width: 1024px) {

	h1 span {
		word-wrap: break-all !important;
		overflow-wrap: break-word !important;
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto;
	}
	
	.articleBody table tr{
		display: flex;
		flex-wrap: wrap;
		height: auto !important;
		max-width: 100%;
		width: 90vw !important;
	}

	.articleBody table td {
		width: fit-content !important;
		min-width: 250px !important;
		padding: 0px !important;
		height: auto !important;
	}

	.articleBody table td img{
		max-width: 100% !important;
		height: auto !important;
	}

	.footer-contact td {
		width: fit-content !important;
		min-width: 150px !important;
		border: none !important;
		padding-right: 10px;
	}

	.footer-contact td:first-child {
		display:none;
	}

	.footer-contact tr {
		display: flex;
		flex-wrap: wrap;
	}

	#footer .left-block
	{
		width: 100%;
		border: none;
	}

	#footer .right-block
	{
		width: 100%;
	}

	#footer .moduletable li {
		margin: 0;
		text-align: center;
	}

	#footer .moduletable {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.footer-contact td p {
		text-align: center;
	}

	.contact tr {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}

	.contact .left-cell {
		width: auto !important;
	}

	.contact td {
		width: auto !important;
	}

	.contact .right-cell {
		padding-left: 0 !important;
	}

	.contact li {
		width: 100%;
	}

	.contact li input {
		width: 90% !important;
	}

	.contact li textarea {
		width: 90% !important;
	}

	.contact #jform_captcha div {
		width: auto !important;
	}

	.contact #jform_captcha div iframe {
		width: auto !important;
	}
	
}

@media only screen and (max-width: 480px) {
	#footer .left-block
	{
		border: none !important;
	}
}

.signature {
	margin-right: 20px;
}

@media only screen and (max-width: 990px) {
	.signature {
		display: none;
	}
	.nav-item {
		border-right: none !important;
		border-bottom: 1px solid #eee;
	}
	.navbar .navbar-nav .nav-link {
		padding: .5rem 1rem !important;
	}
	.nav-item:last-child .nav-link {
		padding-right: 20px !important;
	}
	.navbar-brand {
		padding: 10px;
	}
	.navbar-nav {
		padding: 0 20px 0;
	}
	.navbar .navbar-brand IMG {
		width: 50%;
		height: auto;
		margin-left: 10px;
	}
	#header {
		height: auto;
	}
	#header .main-menu li {
		border-right: none;
		float: none;
	}
	#header .main-menu {
		margin-top: 15px;
		font-size: 15px;
		margin-bottom: 30px;
		margin-left: 10px;
	}
	#header .main-menu li:first-child
	{
		padding: 0;
	}

	#header .main-menu &gt; li
	{
		padding: 0px;
		border-right: none;
	}

	#header .main-menu li.deeper ul li
	{
		padding-top: 10px;
		padding-bottom: 10px;
		border-top: 1px solid #eee;
		width: 100%;
	}

	#header .main-menu li.deeper ul li &gt; a
	{
		margin-left: 15px;
	}

	#header .main-menu {
		font-size: 15px;
		display: flex;
		flex-direction: column;
		width: 100%;
		padding-left: 20px;
		margin: 0 0 10px 0;
	}

	#header .main-menu li {
		padding-top: 10px;
		border-bottom: 1px solid #eee;
	}

	#header .main-menu li.deeper ul {
		display: block;
		padding: 0;
		position: unset;
	}
	#header .main-menu li.deeper ul li {
		padding-top: 5px;
		padding-bottom: 5px;
		margin-top: 10px;
		border-top: 1px solid #eee;
	}

	#header .main-menu li.deeper {
		background: transparent;
		margin-right: 20px;
		margin-top: 10px;
	}

	#header .main-menu li a {
		margin-left: 15px;
	}

	.align-items-center {
		align-items: normal!important;
	}

	#header .main-menu-hidden {
		display: none;
	}
	#camera_wrap_116 {
		display: none !important;
	}
}
.navbar-brand {
	padding: 10px;
}
.navbar-brand IMG {
	width: 90%;
	height: auto;
}
.navbar-nav .nav-link {
	color: white;
	text-transform: uppercase;
	padding: 0px 20px 0px !important;
}

.navbar .navbar-nav .nav-link:HOVER {
	text-decoration: underline;
}

.nav-item {
	border-right: 1px solid white;
}

.navbar-nav li:last-child {
	border-right: none;
}

.nav-item:last-child .nav-link {
	padding-right: 0;
}

.navbar {
	padding: 0!important;
}

.navbar-toggler {
	margin-right: 10px;
	border: none;
	background: transparent !important;
	box-shadow: none;
}

.navbar-toggler .icon-bar {
	background-color: #fff;
	transform: rotate(0deg) translate(0px, 0px);
	transition: ease all .2s;
}

.navbar-toggler .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
}

.navbar-toggler .icon-bar+.icon-bar {
	margin-top: 4px;
}

.icon-bar:nth-child(2) {
	width: 16px;
	transition: ease all .2s;
}

.navbar-toggler:hover&gt;.icon-bar:nth-child(2) {
	width: 22px;
	transition: ease all .2s;
}

.navbar-toggler:active&gt;.icon-bar:nth-child(2) {
	width: 22px;
	transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
	transform: rotate(45deg) translate(5px, 4px);
	transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
	opacity: 0;
	transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
	transform: rotate(-45deg) translate(4px, -4px);
	transition: ease all .2s;
}

.sec-accent {
	background-color: #fafcf5;
}

.blue {
	background-color: #9999cc;
}

button:focus {
	outline: 0;
}

.back-to-top-button {
	display: inline-block;
	background-color: #333333;
	width: 35px;
	height: 35px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s,
	opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
.back-to-top-button::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
	line-height: 35px;
	color: #fff;
}
.back-to-top-button:hover {
	cursor: pointer;
	background-color: #333;
}
.back-to-top-button:active {
	background-color: #555;
}
.back-to-top-button.show {
	opacity: 1;
	visibility: visible;
}

#main #callbackticket-form ul li {
	background: none;
}

#main #callbackticket-form ul li label {
	width: 200px;
	font-weight: bold;
}

#main #callbackticket-form ul li input:not([type=radio]) {
	width: 200px;
}</pre></body></html>