<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {overflow-y: scroll;}

body {
	background: url(../images/bg_body.png) #E4E5D7 ; /* #565b61 - dark version */
	font-family: Verdana, Geneva, sans-serif;
}

h1, h2, h3, h4, h5 {font-family: 'Oswald', sans-serif;}
h1 {color: #FFF001;}
h2 {color: #4D4D4D;}
h3 {color: #3D441F;}
h4 {color: #F4F527;}

p, a, ul, ol {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
}

table {
	border: none;
}
td, th {
	border: none;
	text-align: inherit;
	padding: 0;
}

a:visited, a:link {background: transparent; color: #3D441F;}
a:hover {background: transparent; color: #f1ba00;}
a:active {background: transparent;}

#wrapper {-webkit-box-shadow: 0 0 10px 1px #454851; -moz-box-shadow: 0 0 10px 1px #454851; box-shadow: 0 0 10px 1px #454851;}
#header {background: #FFC605;}
#navigation {background: #FFC605;}
#page {background: #FFF; padding-bottom: 10px;}
#sidebar {background: #FFF; border-right: 1px solid #CCC; margin-top: 20px;}
#main {min-width: 180px;}
#footer {background: url(../images/bg_footer.jpg) #3D441F; color: #FFF; font-size: 12px;}
#copyright {font-size: 10px; color: #FFF;}

.topaddress {color: #FFF; background: #4D4D4D; text-align: right; font-size: 10px; font-weight: bold;}

.banner {text-align: center; height: 275px; background: url(../images/bg_head.jpg);}
.banner h1, .banner h2 {color: #FFF001; text-shadow: 2px 4px 3px rgba(0,0,0,0.3);}

.moduletable {}
.moduletable h3 {font-size: 18px;}

.menu {margin: 0; padding: 0; text-transform: uppercase; font-weight: bold;}

#mbCenter {z-index: 99999;}

.nav {border: 0; margin: 0; list-style: none;}
.nav li {margin: 0; text-align: center; display: inline-block;}
.nav li a {display: block; width: 120px; padding: 8px 0; font-family: 'Oswald', sans-serif; font-size: 14px;}
.nav li a:link, .joomla-nav li a:active, .joomla-nav li a:visited {color: #3D441F; text-decoration: none; font-weight: bold;}
.nav li a:hover {background: #F4F527; color: #000;}

.nav-child {position: absolute; padding: 0;	z-index: 10; background: #FFC605; display: none;}
.nav-child li {display: list-item; height: 40px; border-bottom: 1px solid white;}
.nav-child li a {color: #3D441F;}

.nav-header {width: 120px; padding: 8px 0; color: #3D441F; font-family: 'Oswald', sans-serif; font-size: 14px; text-shadow: none; cursor: pointer;}

.notice {border: 1px dashed #3D441F; background: #ECFCDC; margin: 15px; padding: 15px;}

.fa-2 {font-size: 2em;}

table.occas-tables-sd {width: 100% !important; border: 1px solid black;}
table.occas-tables-sd tr:nth-child(odd){background-color:#fff1c0;}
table.occas-tables-sd tr td {padding: 3px;}

table.neuve-tables-sd {width: 100% !important; border: 1px solid black;}
table.neuve-tables-sd tr:nth-child(odd){background-color:#fff1c0;}
table.neuve-tables-sd tr td {padding: 3px;}

#colorbox {z-index: 999999 !important;}
#eshop-main-container h1 {background: green; text-align: center; padding: 12px 0;}
#eshop-main-container h4 {color: green;}

/* MEDIA QUERIES
*********************************************/

@media (max-width: 510px) {
	.nav li, .nav li a, .nav-header {width: 100%; font-size: 12px;}
	.nav-child {position: inherit;}
	
	.banner {height: 210px;}
	.banner img {height: 100px;}
	.banner h1, .banner h2 {font-size: 1.8em;}
	
	#toggle {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 40px;
	height: 40px;
	background: url("../images/ham.png") no-repeat;
	margin: 0 auto;
	}
}</pre></body></html>