* {
	padding: 0;
	margin: 0;
}

.wrap {
	clear: both;
}

html, body {
	background: #53ABD9;
	font-family: "Arrus BT", "Georgia", "Times", serif;
}

#header {
	background: #90C73C;
	box-shadow: 0px 0px 10px 0px #000;
	position: relative;
	z-index: 3;
}

.HomePage #header {
	background: #fff;
	box-shadow: 0 none;
	z-index: 1;
}

#main {
	position: relative;
	z-index: 2;
}

.mid {
	width: 960px;
	margin: 0 auto;
}

#main .mid {
	background: #fff;
	min-height: 400px;
}

#green {
	padding: 12px 0 14px;
	background: #90C73C;
	text-align: center;
	box-shadow: 0px 0px 10px 0px #000;
	position: relative;
	z-index: 10;
}

#green h1 {
	margin: 0;
	font-size: 36px;
	line-height: 36px;
	color: #fff;
}

#header #topmenu {
	display: block;
	height: 32px;
	background: #90C73C;
	border-right: 1px solid #fff;
}
.HomePage #header #topmenu {
	border: 0 none;
}

#header #topmenu h1 {
	display: block;
	float: left;
	font-size: 20px;
	line-height: 32px;
}
#header #topmenu h1 a {
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
}
#header #topmenu h1 a:hover {
	text-decoration: underline;
}

#header ul.menu {
	display: block;
	height: 32px;
	float: right;
	list-style: none;
}

#header ul.menu li {
	display: block;
	float: left;
	height: 32px;
	border-left: 1px solid #fff;
	list-style: none;
}

#header ul.menu li a {
	display: block;
	float: left;
	font-size: 16px;
	line-height: 16px;
	padding: 8px 12px;
	height: 16px;
	color: #fff;
	text-decoration: none;
}

#header ul.menu li.section a,
#header ul.menu li.current a {
	background: #53ABD9;
}

#header .images {
	height: 200px;
	margin: 0 -1px;
	padding: 2px 0 0;
}

#header .images img:first-of-type {
	width: 240px;
}

#header img {
	display: block;
	float: left;
	margin: 0 1px;
}
#header img.left {

}

#main .mid {
	padding: 20px 0 0;
}
#footer {
	margin: 2em 0 0 0;
	padding: 5px 20px;
	background: #90C73C;
	color: #fff;
	font-size: 11px;
}
#footer a {
	color: #fff;
	text-decoration: none;
}


.col1,
.col2,
.col3 {
	padding: 10px 20px;
	margin-top: 15px;
}

.col {
	float: left;
	/* outline: 1px solid red; */
}

.col2 .col.left {
	width: 200px;
	margin: 0 20px 0 0;
}
.col2 .col.right {
	width: 200px;
	margin: 0 0 0 20px;
}
.col2 .col.main {
	width: 696px;
}



.col3 .col.left {
	width: 200px;
	margin: 0 20px 0 0;
}


.col3 .col.right {
	width: 200px;
	margin: 0 0 0 20px;
}

.col3 .col.main {
	width: 476px;
}

strong.date {
	display: block;
	font-size: 2.4em;
	margin: 0 0 1.0em 0;
}

#countdown {
	display: block;
	margin: 3.5em 0;
	text-align: center;
}

#countdown span {
	display: inline-block;
	text-align: center;
	width: 115px;
	height: 115px;
	background: #90C73C;
	margin: 0 12px;
	color: #fff;
}

#countdown span strong {
	font-size: 75px;
	line-height: 90px;
	position: relative;
	top: 5px;
}
#countdown span small {
	font-size: 14px;
}


.banner img {
	width: 150px;
	margin: 6px 0;
}

.left .banner {
	text-align: left;
}
.right .banner {
	text-align: right;
}

.closemenu, .burgermenu {

	display: none;

}

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


	#header .images {

		margin: 30px -1px 0;

	}


	.col1 span {
		word-wrap: break-word;
	}

	.mid {

		width: auto;

	}

	#header #topmenu {

		position: relative;
	}

	#header ul.menu {
		bottom: -32px;
		position: absolute;
		background: #90c73c none repeat scroll 0 0;
		width: 100%;
	}

	/*#header ul.menu li a {

		font-size: 11px;

	}*/

	iframe {
		width: 547px !important;
	}


	.images > img:nth-child(3) {
		display: none !important;
	}

	.banner img {
		width: 150px !important;
		margin: 0 auto;
		display: block;
		/*float: left;*/

	}

	.col3 .col.left {
		margin: 0 auto;
		width: 100%;
	}

	.col3 .col.right{
		margin: 0 auto;
		width: 100%;
	}

	.col3 .col.main{
		margin: 0 auto;
		width: 100%;
	}

	.imagecontainer {
		float: left;
		min-height: 211px;
		margin-right: 20px;
	}

	.clear-left {

		clear: left;

	}




}

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

	.images > img:nth-child(3) {
		display: block !important;
	}

	.images img:nth-child(2) {
		display: none !important;
	}

	strong.date {

		font-size: 2.2em;
		text-align: center !important;

	}

	#countdown span {

		width: auto;

	}

	.col.right .banner a.first img {

		margin-top: 20px;


	}

	.banner img {

		margin: 15px auto 0;

	}




}


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









	.images > img:nth-child(1) {

		width: 287px !important;

	}

	.images > img:nth-child(2) {
		display: none !important;
		width: 90%;
	}

	.images > img:nth-child(3) {
		display: block !important;
	}



	div.galleryimage img {

		width: auto !important;

	}



	#header ul.menu li {

		display: block !important;

	}

	#header ul.menu {

		margin: 0 auto;
		width: 100%;

	}


	#header ul.menu li a {

		font-size: 12px;

	}

	#header #topmenu h1 a {

		font-size: 15px;

	}


	div.gallery {
		display: block;
		float: left;
		/*margin: 0 70px 20px 0;*/
	}


	#header ul.menu li a span {
		font-size: 1em;
		margin-top: 20px;
		margin: 0 auto;
		display: block;

	}

	#header ul.menu li {

		display: inline;
		border:none;

	}

	#header ul.menu li.section a, #header ul.menu li.current a {
		background: #90c73c none repeat scroll 0 0;
	}


	#header ul.menu li.section a:hover, #header ul.menu li.current a:hover, #header ul.menu li a:hover {
		background: #90c73c none repeat scroll 0 0;
		color: #000;
		padding:8px;
	}


	iframe {
		width: 300px !important;
	}

	div img {

		width: 300px !important;
		height: auto;
	}

	.gallery img {

		width: auto !important;
		height:auto !important;

	}


	/*#header ul.menu li a {

		width: 100%;

	}*/

}


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






	#header .images {

		margin: 0px -1px 0;

	}

	.images > img:nth-child(3) {
		display: none !important;
	}


	iframe {
		width: 250px !important;
	}

	div img {

		width: 250px !important;
		height: auto;
	}


	#main .mid .col1 table {

		width:auto !important;

	}

	#main .mid .col1 table tr td {
		width: 150px;
	}


	#header img:first-child {
		display: block !important;
		float: none;
		margin: 0 auto!important;
	}




}


/* burger menu */

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

	.imagecontainer {
		float: none;



	}

	/*.banner img {

		float: none;

	}


	.col3 .col.main {
		width: 100%;


	}*/

	div img {
		height: auto;
		width: 150px !important;
	}


	#green h1 {

		word-wrap: break-word;

	}

	.typography .center strong {
		text-align: left;
	}

	#countdown span {

		display: block;
		margin-top: 10px;

	}


	/*#green {

		z-index: 0;

	}

	#main {

		z-index: 0;

	}*/

	.menu {

		display: none !important;

	}


	.burgermenu {
		display: inline;
		float: right;
		font-size: 1.3em;
		margin-right: 10px;
	}

	#topmenu .menucontainer.open .closemenu {
		color: red;
		display: block;
		font-size: 20px;
		height: 0;
		margin: 5px 45px 5px auto;
		padding: 0 !important;
		width: 0;
	}






	#topmenu:after {
		/*content: "â˜°";*/
		display: block;
		color: #fff;
		font-family: Arial;
		font-size: 24px;
		font-weight: bold;
		padding: 4px;
		right:10px ;
		bottom: -2px;
		position: absolute;
	}

	#topmenu .menucontainer .closemenu {
		display: none;
	}

	#topmenu .menucontainer.open .menu
	{

		display: block;
		border: 1px solid red;

	}

	#topmenu .menucontainer.open .closemenu {
		color: white;
		display: block;
		font-size: 20px;
		height: 0;
		margin: 5px 26px 5px auto;
		padding: 20px 0 0 20px;
		width: 0;
	}


	#topmenu .menucontainer.open {
		background: black;
		background: rgba(0,0,0,0.9);
		position: fixed;
		top: 0;
		right: 0;
		left: 10px;
		bottom: 0;
		overflow: scroll;
		overflow-x: hidden;
		padding: 10px 0;
		width: 100%;
		height: auto;
		/*border-left: 4px solid #d28d00;*/
	}

	#topmenu .menucontainer.open .menu {

		background: none;
		position: absolute;
		top: 50px;
		color: #000;
		display: inline-block !important;
		border: 0;
		float: none;
		clear: left;
		/*width: auto;*/
		margin: 0 auto;

	}



	#topmenu .menucontainer.open .menu li a {

		color: white;

	}

	#header ul.menu li {

		float: none;
		clear: left;
		height: auto;
		margin-top: 10px;
		/*padding-top: 40px;*/
	}

	#header ul.menu li a {
		font-size: 30px;
		margin: 0 auto;
		width: 100%;
		text-align: center;
		/*padding: 15px;*/
		margin-top: 10px;
	}



	/*.menu {

		display: block !important;

		width: 0;
		height: 0;
		padding: 50px 0 0 50px;
		overflow: hidden;
		content: "â˜°";

		background-color: #ffffff;


		position: absolute;
		top: 15px;
		right: 15px;


	}*/

	#topmenu {
		background-color: #666;
		height: auto;
		padding: 0 16px;
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;

	}


	/*#topmenu:after {
		content: "â˜°";
		display: block;
		color: #fff;
		font-family: Arial;
		font-size: 24px;
		font-weight: bold;
		padding: 4px;
		float: right;
		position: absolute;
		right:5px;
		bottom: -4px;
		cursor: pointer;
	}

	ul#topmenu  li {
		display: block !important;
		float: none !important;
		margin: 3px -16px !important;
		background: #333 !important;
		padding: 2px 16px !important;
		width: auto !important;
		border: 0 none !important;
	}

	ul#topmenu  li a {
		display: block !important;
		color: #fff !important;
		text-align: left !important;
		border: 0 none !important;
		background-color: transparent !important;
		border: 0 none !important;
		padding: 10px !important;
		margin: 0 !important;
	}

	#topmenu.open:before {
		display: none;
	}

	#topmenu.open ul {
		display: block;
	}

	ul#topmenu li {
		display: block !important;
		float: none !important;
		margin: 3px -16px !important;
		background: #333 !important;
		padding: 2px 16px !important;
		width: auto !important;
		border: 0 none !important;
	}

	ul#topmenu li a {
		display: block !important;
		color: #fff !important;
		text-align: left !important;
		border: 0 none !important;
		background-color: transparent !important;
		border: 0 none !important;
		padding: 10px !important;
		margin: 0 !important;
	}*/





}

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





	#main .mid p img {

		width:220px;
		/*border:1px solid red;*/

	}



	.mid {

		width: auto;

	}


	div.galleryimage img {

		width: auto !important;

	}





}

.data-policy-dialog .btn, .data-policy-dialog button {
	display: block;
	background-color: #53ABD9;
	color: white;
	text-decoration: none;
	padding: 10px;
	border: 1px solid #53ABD9;
}

.data-policy-dialog .btn:hover, .data-policy-dialog button:hover {
	color: #53ABD9;
	background-color: white;
}