﻿html {
	margin: 0;
	padding: 0;
	font-family: Arial, Arial, Helvetica, sans-serif;
}

body {
	background-image: url('/img/bg-forest.png');
	background-position: 50% 0;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

#shadow {
	width: 960px;
	margin: 0 auto;
	box-shadow: 0px 0px 20px 0px rgb(51, 51, 51);
}

#mobilelogo {
	text-align: center;
	display: none;
	margin-bottom: 20px;
}
#mobilelogo img {
	border: 0;
}

#content {
	background-image: url('/img/bg-wood.jpg');
	width: 760px;
	margin: 0 auto;
	padding: 10px 20px 10px 180px;
	color: white;
	position: relative;
	z-index: 1;
}

#contentin {
	width: 600px;
	padding: 10px 0;
	z-index: -2;
}

#menuout {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1;
}

#menuin {
	width: 960px;
	margin: 0 auto;
}

#menu {
	width: 160px;
	background-color: rgba(57, 37, 28, 0.8);
	padding: 20px 0;
	font-family: 'Patua One', cursive;
	font-size: 16px;
}

#menu img {
	display: block;
	margin: 0 auto;
}

#menu ul {
	list-style-type: none;
	margin: 20px 0 20px 0;
	padding: 0;
}

#menu li {
	padding: 5px 10px;
	text-align: right;
}

#menu li.selected {
	background-image: url('/img/menu-highlight.png');
}

#menu a {
	color: white;
}
#menu a:hover {
	text-decoration: none;
	color: rgb(199, 134, 80);
}
#menu .selected a:hover {
	color: white;
	cursor: default;
}

#contact {
	font-family: 'Patua One', cursive;
	width: 160px;
	background-color: rgba(34, 178, 76, 0.4);
	color: white;
	text-align: center;
	padding: 15px 0;
}

#contact a {
	color: white;
}

#contact #telephone {
	font-size: 24px;
}

#contact #email {
	font-size: 14px;
}

#sidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
	background-color: rgba(6, 88, 54, 0.8);
}

#sidebar h2 {
	margin: 0;
	padding: 5px 10px;
	font-family: 'Patua One', cursive;
	font-size: 16px;
	background-color: rgb(57, 37, 28);
	font-weight: normal;
	color: rgb(34, 178, 76);
}

#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar li {
	font-size: 14px;
	margin: 20px 10px 100px 10px;
	padding-bottom: 2px;
	border-bottom: 2px solid green;
}
#sidebar li:last-child {
	margin: 20px 10px;
}

#sidebar a {
	color: white;
}
#sidebar a:hover {
	text-decoration: none;
}

#contentin>h1 {
	font-family: 'Patua One', cursive;
	text-align: center;
	color: white;
	letter-spacing: 3px;
	padding-bottom: 10px;
	border-bottom: 2px solid white;
	clear: both;
}

#contentin>h1.bullets {
	border: 0;
	padding-bottom: 0;
	font-size: 38px;
}

#footer {
	width: 920px;
	margin: 0 auto;
	padding: 10px 20px;
	background-color: rgb(57, 37, 28);
	color: rgb(150, 150, 150);
	font-size: 12px;
}

#footer a {
	color: white;
}

#footer #credits {
	float: right;
}

.box {
	border: 10px solid white;
	background-color: rgb(228, 219, 210);
	color: rgb(51, 51, 51);
}

.box h1 {
	font-family: 'Patua One', cursive;
	border-bottom: 2px solid rgb(199, 134, 80);
	margin: 5px 20px;
	padding-bottom: 4px;
}

.box p {
	margin-left: 20px;
	margin-right: 20px;
	font-size: 14px;
}

.box p a {
	color: rgb(57, 37, 28);
	font-weight: bold;
}

.box ol {
	font-size: 14px;
	margin-left: 20px;
}

.scroller {
	position: relative;
	width: 580px;
	height: 353px;
	overflow: hidden;
	float: left;
	margin-bottom: 10px;
}

.scroller .images {
	position: absolute;
	width: 100000px;
}
.scroller .images img {
	float: left;
}

.scroller .overlay {
	position: absolute;
	top: 0;
	z-index: 1;
	background-color: rgba(59, 41, 20, 0.5);
	color: white;
	padding: 8px 20px;
	width: 540px;
	font-size: 14px;
}

.scroller .overlay div {
	padding-right: 75px;
}

.scroller .menu {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	margin: 0 15px 0 0;
	padding: 0;
	color: rgb(195, 121, 60);
}
.scroller .menu li {
	float: left;
	margin: 0 0 0 3px;
	padding: 0;
	list-style-type: none;
	font-size: 30px;
	font-weight: bold;
	cursor: pointer;
}

.scroller .menu li.current {
	color: white;
}

#map {
	width: 580px;
	height: 353px;
	margin-bottom: 10px;
}

.product {
	border: 10px solid white;
	width: 260px;
	height: 260px;
	overflow: hidden;
	position: relative;
	float: left;
	margin-bottom: 40px;
	background: rgba(57, 37, 28, 0.8);
}

.product img {
	width: 260px;
	height: 260px;
}

.product h1 {
	position: absolute;
	top: 90px;
	left: 0;
	color: white;
	margin: 0;
	padding: 0;
	font-size: 50px;
	font-family: 'Patua One', cursive;
	text-shadow: 0 0 10px black;
	text-align: center;
	width: 100%;
}

.product:nth-child(odd) {
	margin-right: 40px;
}

.product:hover h1 {
	display: none;
}

.product p {
	display: none;
}

.product:hover p {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 10px;
	width: 240px;
	height: 240px;
	background-color: rgba(0, 0, 0, 0.5);
	font-size: 14px;
	vertical-align: middle;
}

.newsbox {
	background-color: white;
	padding: 10px;
	margin-bottom: 20px;
}

.newsbox img {
	float: left;
	margin-right: 10px;
	width: 170px;
	height: 170px;
	clear: left;
}

.newsbox div.abstract {
	background-color: rgb(228, 219, 210);
	width: 380px;
	height: 150px;
	overflow: hidden;
	padding: 10px;
}
.newsbox div.abstract.expanded {
	height: auto;
	overflow: auto;
}

.newsbox div.datetime {
	color: rgb(150, 150, 150);
	text-align: right;
	font-size: 12px;
	font-style: italic;
	margin-top: 10px;
	clear: both;
}

.newsbox h1 {
	font-family: 'Patua One', cursive;
	border-bottom: 2px solid rgb(199, 134, 80);
	margin: 0;
	padding: 0;
	color: rgb(51, 51, 51);
	font-size: 22px;
}

.newsbox p {
	color: rgb(51, 51, 51);
	font-size: 14px;
}

.newsbox a {
	color: rgb(35, 177, 77);
}

#morenews {
	text-align: right;
}

#morenews button {
	font-family: 'Patua One', cursive;
	font-size: 18px;
	background-color: rgb(201, 134, 73);
	border: 0;
	color: white;
	padding: 5px 20px;
	box-shadow: 0px 0px 5px 0px black;
	cursor: pointer;

	background-image: linear-gradient(bottom, rgb(162,109,59) 5%, rgb(201,135,73) 50%);
	background-image: -o-linear-gradient(bottom, rgb(162,109,59) 5%, rgb(201,135,73) 50%);
	background-image: -moz-linear-gradient(bottom, rgb(162,109,59) 5%, rgb(201,135,73) 50%);
	background-image: -webkit-linear-gradient(bottom, rgb(162,109,59) 5%, rgb(201,135,73) 50%);
	background-image: -ms-linear-gradient(bottom, rgb(162,109,59) 5%, rgb(201,135,73) 50%);
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgb(162,109,59)), color-stop(0.5, rgb(201,135,73)));
}

#morenews button:hover {
	color: rgb(51, 51, 51);
}

@media (max-width: 980px) {
	#sidebar {
		display: none;
	}
	#shadow {
		width: 800px;
	}
	#content {
		width: 600px;
	}
	#menuin {
		width: 800px;
	}
	#footer {
		width: 760px;
	}
}

@media (max-width: 820px) {
	#menu, #contact {
		display: none;
	}
	#shadow {
		width: 640px;
	}
	#content {
		padding-left: 20px;
	}
	#footer {
		width: 600px;
	}
	#mobilelogo {
		display: block;
	}
}