body,html
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
	background-color: #F7F7F7;
}

div { box-sizing: border-box; }
* { font-family: 'Verdana'; }
.clear { clear: both; }
.tac { text-align: center; }

.hseparator {
	clear: both;
}

.cont960 {
	position: relative;
	width: 100%;
	max-width: 960px;
	margin: auto;
}
.cont960 a {
	text-decoration: underline;
	color: #555;
	font-weight: bold;
}
.cont960 a:hover {
	color: #5A810A;
}
.cont960 a.fulloffer {
	background-color: #5A810A;
	padding: 5px;
	text-decoration: none;
	color: #FFF;
	display: inline-block;
	line-height: 19px;
}
.cont960 a.fulloffer:hover {
	color: #dfcc25;
}
.cont960 li {
	line-height: 30px;
}
.cont960 h2 {
	color: #5A810A;
	font-size: 16pt;
}
ul.offer-list li a:first-child {
	display: inline-block;
	width: 250px;
}
ul.offer-list li {
	border-bottom: 1px dashed #BBB;
	width: auto;
	display: inline-block;
	padding-left: 5px;
}
ul.offer-list li:hover {
	background-color: #fff6b0;
}

.header {
	top: 0;
	overflow: hidden;
	width: 100%;
	height: 104px;
	z-index: 512;
	border-bottom: 4px solid #5A810A;
	opacity: 0.75;
	margin-bottom: -104px;
}
.sticky {
	position: sticky;
	position: -webkit-sticky;
}
.top-contact {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 40px;
	background-color: #FFF;
	padding: 12px;
}
.top-contact a, .contact a {
	color: #000;
	text-decoration: none;
}
.top-contact a:hover, .contact a:hover {
	color: #5A810A;
}
.top-contact a span.ico, .contact a span.ico {
	margin-right: 5px;
	color: #5A810A;
	display: inline-block;
	width: 16px;
	height: 16px;
	text-align: center;
}
.top-contact .separator {
	display: inline-block;
	width: 10px;
	height: 10px;
}
.logo {
	position: relative;
	overflow: hidden;
	width: 200px;
	height: 65px;
	background-color: #FFF;
	float: left;
}
.logo img {
	width: 200px;
	height: 60px;
	margin-bottom: -5px;
	border: none;
}
.menu {
	position: relative;
	overflow: hidden;
	width: CALC(100% - 200px);
	height: 60px;
	background-color: #FFF;
}
.menu .pos {
	position: relative;
	overflow: hidden;
	width: CALC(100% / 3);
	max-width: 128px;
	height: 60px;
	float: right;
	text-align: center;
	line-height: 60px;
	vertical-align: middle;
	color: #000;
	font-weight: bold;
	font-size: 14pt;
}
.menu .pos:hover {
	background-color: #5A810A;
	color: #FFF;
}

.contact {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: auto;
	background-color: rgb(139, 179, 65);
	background: url('images/bkg.jpg') fixed;
	background-size: cover;
	background-position: 0 -50%;
	padding: 10px;
	padding-bottom: 32px;
	border-top: 4px solid #5A810A;
}
.contact .col1, .contact .col2 {
	position: relative;
	overflow: hidden;
	width: 50%;
	height: auto;
	float: right;
	padding: 20px;
}
.contact h1 {
	margin: 0px;
	font-size: 20pt;
	color: #FFF;
	text-shadow: 1px 1px 16px #000 !important;
}
.contact h3 {
	margin: 0px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 16pt;
	color: #FFF;
	text-shadow: 1px 1px 16px #000 !important;
}
.contact h4 {
	margin: 0px;
	font-size: 14pt;
	color: #FFF;
	text-shadow: 1px 1px 16px #000 !important;
}
.contact .ico {
	width: 32px !important;
	color: rgb(236, 224, 49) !important;
	text-shadow: 1px 1px 16px #000 !important;
}
.contact a {
	color: #FFF;
	text-shadow: 1px 1px 16px #000 !important;
}
.contact a:hover {
	color: #FFF;
}
.contact input[type="text"], .contact textarea {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 5px;
	outline: none;
	padding: 5px;
	border: 2px solid #286316 !important;
	border-radius: 0px !important;
	box-shadow: none;
}
.contact textarea {
	height: 248px;
	resize: none;
	border: 2px solid #286316 !important;
	border-radius: 0px !important;
	box-shadow: none;
}
.contact button {
	float: right;
	padding: 15px 30px 15px 30px;
	background: #286316;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	border-radius: 0px !important;
	box-shadow: none;
	border: none;
}
.contact button .ico {
	margin-left: 5px;
	color: #5A810A;
}

.contact iframe {
	border: 2px solid #286316 !important;
	margin-bottom: -3px;
	margin-top: 28px;
	height: 246px;
	width: 100%;
}

.page-content {
	position: relative;
	overflow: auto;
	width: 100%;
	height: auto;
	padding: 10px;
}

.footer {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 38px;
	background: rgba(0,0,0,0.6);
	padding: 10px;
	color: #FFF;
	margin-top: -38px;
}
.footer a.cookies, .footer a.scroll-up {
	float: right;
	margin-left: 10px;
	cursor: pointer;
}
.footer a {
	text-decoration: none;
	color: #FFF;
}
.footer span.ico {
	color: rgb(178, 224, 159) !important;
	margin-right: 5px;
}

@keyframes jssorl-009-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.jssorb051 .i {position:absolute;cursor:pointer;}
.jssorb051 .i .b {fill:#fff;fill-opacity:0.5;}
.jssorb051 .i:hover .b {fill-opacity:.7;}
.jssorb051 .iav .b {fill-opacity: 1;}
.jssorb051 .i.idn {opacity:.3;}

.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}

a.pageLink
{
	font-size: 14pt;
	background-color: #EEE;
	padding: 8px;
	color: #444;
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 0px;
}
font.pageAct
{
	font-size: 14pt;
	padding: 8px;
	color: #FFF;
	background-color: #5A810A;
	margin-left: 3px;
	margin-right: 3px;
	border-radius: 0px;
}

/* responsive */

.hamburger {
	display: none;
	position: relative;
	overflow: hidden;
	float: right;
	width: CALC(100% - 200px);
	height: 60px;
	text-align: right;
	line-height: 60px;
	vertical-align: middle;
	color: #000;
	background: #FFF;
	padding-right: 20px;
	cursor: pointer;

	font-weight: bold;
	font-size: 14pt;
}
.hamburger:hover {
	color: #5A810A;
}
.menu-mobile {
	display: none;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 0px;
	margin-top: 104px;
}
.menu-mobile .pos {
	position: relative;
	overflow: hidden;
	padding: 10px;
	width: 100%;
	height: auto;
	float: left;
	text-align: center;
	background-color: #FFF;
	color: #000;
}
.menu-mobile .pos:hover {
	color: #FFF;
	background-color: #5A810A;
}

@media screen and (max-width: 700px) {
	.hseparator {
		display: none;
	}
}
@media screen and (max-width: 740px) {
	.hamburger {
		display: block;
	}
	.menu {
		display: none;
	}
}
@media screen and (max-width: 640px) {
	.contact {
		padding: 0px;
	}
	.contact .col1, .contact .col2 {
		float: none;
		width: 100%;
		padding: 10px;
	}
	.contact .col1 {
		margin-top: 10px;
	}
	.contact iframe {
		margin-left: -10px;
		margin-bottom: -14px;
		margin-top: 10px;
		margin-right: -10px;
		width: CALC(100% + 20px);
	}
}