

/*--------------------------------------------------------------
# Normalize & box-sizing
--------------------------------------------------------------*/
html {
	width: 100%;
	height: 100%;
  box-sizing: border-box;
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

*, *:before, *:after {
  box-sizing: inherit;
}

/*   ----------------------------- */


body {
	width: 100%;
	height: 100%;
	background: rgb(180,150,90);
	overflow-x: hidden;
}

* {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 15px;
	font-size: 1.8vw;
	line-height: 1.6em;
	color: rgb(111,111,111);
}

p {
	margin: 0 0 1.6em 0;
}

strong,
strong *,
b,
b * {
	font-weight: normal;
}

a {
	text-decoration: underline;
}

a:hover,
a:hover * {
	text-decoration: none;
}

img {
	max-width: 100%;
	height: auto;
	float: left;
}

#wrapper {
	position: relative;
	width: 100%;
	max-width: 910px;
	height: 100%;
	margin: 0 auto 0 auto;
	background: #fff;
}

#website {
	float: left;
	width: 100%;
	min-height: 100%;
	background: #fff;
}

#header,
#logo,
#logoMobile,
#logo a,
#logoMobile a {
	float: left;
	width: 100%;
}

#logoMobile {
	display: none;
}

.lineContainer {
	position: relative;
	float: left;
	width: 100%;
	height: 0;
	min-height: 2px;
	left: -5000px;
	padding: 0 5000px 0.1% 5000px;
	display: inline;
	background: url(line1.jpg) repeat-x;
	overflow: hidden;
}

.line2 {
	background: url(line2.jpg) repeat-x;
}

#navigation {
	display: block;
	float: left;
	width: 100%;
	height: 0;
	padding: 0 0 8% 26.5%;
}

.nav-menu {
	float: left;
	display: block;
	width: 100%;
	padding: 4.3% 0 2% 0;
	margin: 0;
}

.menu-item {
	float: left;
	display: inline;
	padding: 0 2% 0 2%;
}

.menu-item:first-child {
	padding-left: 0;
}

.menu-item a,
.menu-item b {
	display: block;
	float: left;
	color: rgb(155,155,155);
	line-height: 1em;
	font-size: 18px;
	font-size: 1.8vw;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 0.2ex;
}

.menu-item a:hover,
.menu-item b,
.menu-item-act a,
.menu-item-actPath a {
	color: rgb(0,0,0);
}

.menu-item b,
.menu-item-act a,
.menu-item-actPath a {
	font-weight: bold;
}

#content {
	float: left;
	width: 100%;
	padding: 0 8.8% 4% 8.8%;
}

.textblock,
.caption {
	padding-left: 21.4%;
}

.picWrapper,
.pic,
.pic-img,
.caption {
	float: left;
	width: 100%;
}

.picWrapper {
}

.picWrapper-nocaption + .picWrapper {
	margin-top: 1.6em;
}

.caption {
	padding-top: 1%;
}

h1 {
	float: left;
	width: 100%;
	font-size: 1em;
	padding: 2em 0 1.2em 0;
	margin: 0;
	color: rgb(0,0,0);
	text-transform: uppercase;
}

h1 em {
	float: left;
	width: 100%;
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
	color: rgb(0,0,0);
	text-transform: none;
}

h2 {
	padding: 0;
	margin: 0;
}

@media screen and (min-width: 911px) {

	* {
		font-size: 17px;
	}

	.menu-item a,
	.menu-item b {
		font-size: 17px;
	}
}

@media screen and (max-width: 44em) {
	
	* {
		font-size: 1.15em;
	}
	
	* * {
		font-size: 1em;
	}
	
	#logo {
		display: none;
	}
	
	#logoMobile {
		display: block;
		width: 100%;
		padding: 0 8.8% 0 8.8%;
	}
	
	#logoMobile a {
		width: 100%;
		text-align: center;
	}
	
	#mob-logo {
		float: none;
		position: relative;
		margin: auto auto;
		width: 10%;
		padding: 2.5% 0 2.5% 0;
	}
	
	#mob-logotext {
		width: 100%;
		padding-bottom: 5%;
	}
	
	#navigation {
		padding: 0 0 10% 0;
	}
	
	.nav-menu {
		display: none;
		width: 100%;
		padding: 2% 0 2% 0;
	}
	
	#rd-menu-opener {
		display: block!important;
		width: 10%;
		margin-left: 7.2%;
	}
	#rd-menu-opener .opener {
		display: block!important;
		width: 100%;
	}
	#rd-menu-opener .closer {
		display: none!important;
		width: 100%;
	}
	
	.rdMenuVisible #rd-menu-opener {
		display: none!important;
	}
	
	.rdMenuVisible .nav-menu {
		display: block;
	}
	
	.rdMenuVisible #navigation {
		height: auto;
		padding-bottom: 0;
	}
	
	.menu-item,
	.menu-item:first-child {
		display: block;
		width: 100%;
		padding: 0 0 0 8.8%;
	}
	
	#navigation ul li a,
	#navigation ul li b {
		font-size: 1em;
		padding: 2% 0 2% 0;
	}
	
	.textblock,
	.caption {
		padding-left: 0;
	}
	
}



@media screen and (max-width: 25em) {

	
}
