@font-face {font-family: 'fanwoodBold';src: url('webfonts/fanwood_text-webfont.eot');src: url('webfonts/fanwood_text-webfont.eot?#iefix') format('embedded-opentype'),url('webfonts/fanwood_text-webfont.woff') format('woff'),url('webfonts/fanwood_text-webfont.ttf') format('truetype');}

@font-face {font-family: 'fanwoodBoldItalic';src: url('webfonts/fanwood_text_italic-webfont.eot');src: url('webfonts/fanwood_text_italic-webfont.eot?#iefix') format('embedded-opentype'),url('webfonts/fanwood_text_italic-webfont.woff') format('woff'),url('webfonts/fanwood_text_italic-webfont.ttf') format('truetype');}

@font-face {font-family: 'fanwood';src: url('webfonts/fanwood-webfont.eot');src: url('webfonts/fanwood-webfont?#iefix') format('embedded-opentype'),url('webfonts/fanwood-webfont.woff') format('woff'),url('webfonts/fanwood-webfont.ttf') format('truetype');}

@font-face {font-family: 'fanwoodItalic';src: url('webfonts/fanwood_italic-webfont.eot');src: url('webfonts/fanwood_italic-webfont.eot?#iefix') format('embedded-opentype'),url('webfonts/fanwood_italic-webfont.woff') format('woff'),url('webfonts/fanwood_italic-webfont.ttf') format('truetype');}
html, body
{
	margin: 0;
	padding: 0;
	font: 15px spartanLight, Helvetica, Arial, sans-serif;
	height: 100%;
	width: 100%;
}
.title
{
	font-size: 16pt;
	color: #891212;
}
.split
{
	height: 1px;
	border: 0;
	background-color: #545454;
	margin: 20px 0;
}
div.bg
{
	background-color: #94b755;
	background-size: cover;
	position: fixed;
	z-index: -1;
	height: 100%;
	width: 100%;
}
details {
	width: 80%;
	margin: 0 auto ;
	background: #f8f9f6;
	margin-bottom: .5rem;
	overflow: hidden;
}
summary {
	padding: 1rem;
	display: block;
	background: #ecf5df;
	padding-left: 2.2rem;
	position: relative;
	cursor: pointer;
	user-select: none;
}
summary:before {
	content: '';
	border-width: .4rem;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	position: absolute;
	top: 1.3rem;
	left: 1rem;
	transform: rotate(0);
	transform-origin: .2rem 50%;
	transition: .25s transform ease;
}
details[open] > summary:before {
	transform: rotate(90deg);
}
details summary::-webkit-details-marker {
	display:none;
}
details > ul {
	padding: 1rem;
}
#menuLogo
{
	margin: 0 auto;
	top: 0;
	display: block;
	height: 70%;
	padding-top: 6px;
}
h1, h2, h3, p
{
	margin: 0;
	padding: 0;
	line-height: 150%;
}
p
{
	font-size: 16px;
}
table.data
{
	padding: 3px;
	border-collapse: collapse;
	font-size: 13px;
	margin: auto;
	box-shadow: 0px 0px 5px rgba(111, 43, 79, 0.46);
}
.video iframe
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video
{
	position: relative;
	padding-bottom: 56.25%; /* Default for 1600x900 videos 16:9 ratio*/
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.headerImg
{
	margin-bottom: 20px;
	width: 100%;
	max-height: 300px;
	border-top: 1px solid #545454;
	border-bottom: 1px solid #545454;
}
.galleryImg
{
	width: 100%;
	min-height: 300px;
	border-top: 1px dashed #545454;
	overflow: hidden;
}
.galleryImg img
{
	max-width: 100%;
	vertical-align: bottom;
	cursor: pointer;
}
.headImg
{
	max-height: 300px;
	max-width: 100%;
	vertical-align: bottom;
}
.contentImg
{
	width: 100%;
}
.references
{
	width: 100%;
	font-size: 2vh;
	border-width: 1px;
	border-color: #89b548;
	border-style: dashed;
}
tr
{
	border-collapse: collapse;
}
tr:nth-child(even)
{
  background-color: #FFF;
}
 
tr:nth-child(odd)
{
  background-color: #F3F5EF;
}
tr:hover
{
	background-color: #E1E9D9;
	text-shadow: 0px 1px 1px whiteSmoke;
}
tr.tablehead
{
	background-color: #9CAC7F;
	color: white;
	text-shadow: none;
	font-weight: bold;
}
td
{
	padding: 8px 20px;
	vertical-align: top;
}
ul
{
	margin: 0;
	padding: 0;
	height: 100%;
}
li.menu
{
	display: block;
	width: 20%;
	height: 100%;
	float: left;
	background-color: #eaf5dc;
}
li.list
{
	display: list-item;
	margin-left: 20px;
	margin-top: 5px;
	width: auto;
}
.sitebar {
	width: 100%;
	max-width: 1100px;
	/*height: 35px;*/
	position: fixed;
	z-index: 5;
	left: 0;
	opacity: 0.9;
	background-color: #b9f082;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	height: 37.5px;
}
.sitebar p
{
	line-height: 2.6;
}
.content
{
	width: 100%;
	max-width: 1100px;
	#min-height: 100%;
	background-color: #FFF;
	padding-top: 50px;
	box-shadow: 0 0 5px #9C9C9C;
	margin: 0 auto;
}
.homelogo
{
	position: fixed;
	width: 25%;
	margin-top: 137px;
	margin-left: 5%;
}
.cssmenu
{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.input
{
	border-radius: 2px;
	border: 1px solid #CECECE;
	padding: 7px;
}
.input:focus
{
	box-shadow: inset 0px 0px 7px #DFDFDF;
}
.btn
{
	border-radius: 2px;
	border: 1px solid #CECECE;
	padding: 7px;
	background-color: #E4E4E4;
	cursor: pointer;
}
.btn:hover
{
	border: 1px solid #B6B6B6;
	background-color: #CACACA;
}
div.divLeft
{
	background-color: #A4D56A;
	width: 50%;
	float: left;
	color: black;
	padding: 5px 0px;
}
div.divRight
{
	background-color: #6997C4;
	width: 50%;
	float: right;
	color: #F3F3F3;
	padding: 5px 0px;
}
a.menu
{
	display: block;
	border-bottom: 1px dashed #c2c2c2;
	text-decoration: none;
	color: #749321;
	transition: 0.1s;
	text-align: center;
	height: 100%;
	font-family: OstrichSansRounded;
	font-size: 30px;
	font-weight: 500;
}
a.menu:hover
{
	/*box-shadow: inset 0px 0px 40px #DFDFDF;*/
	color: #000;
	transition: 0.1s;
	font-family: OstrichSans;
	font-weight: 500;
	font-size: 32px;
	line-height: 1.2;
}
a.splitMenu
{
	font-size: 14px;
	text-decoration: none;
	display: block;
	transition: 0.1s;
	width: 50%;
	text-align: center;
	padding: 5px 0;
	font-weight: bold;
	color: #5C5C5C;
}
a.splitMenu:hover
{
	color: #0C0C0C;
}
a.last
{
	/*border-bottom: 1px solid #C9C9C9;*/
}
a.normal
{
	text-decoration: none;
	color: #49778D;
}
a.normal:hover
{
	color: #243238;
}
a.footerLink
{
	text-decoration: none;
	color: #FFF;
}
a.footerLink:hover
{
	color: #b4ff80;
}
.visite
{
	position: fixed;
	top: 0;
	right: 0;
	margin: 20px 0 0 0;
	opacity: 0.6;
	transition: 0.05s;
}
.visite:hover
{
	opacity: 0.9;
	transition: 0.05s;
}
.inliner
{
	margin: auto;
	height: 100%;
	width: 90%;
	padding: 20px 15px;
	margin-bottom: 20px;
	color: #1F1F1F; /*#662F4C*/
}
.inliner_2
{
	width: 20%;
	right: 0;
	position: absolute;
	height: 90%;
	opacity: 0.9;
	box-shadow: inset 0 20px 6px -20px #9B9B9B;
}
.video1
{
	width: 100%;
	max-width: 300px;
	display: block;
	float: right;
	border: 2px solid #8A6969;
}
.menuPoint
{
	padding: 2px 4px;
	background: white;
	opacity: 0.9;
}
a.activeMenu
{
	color: #222;
	transition: 0.1s;
	*text-shadow: 2px 2px 1px #569110;
}
.footer
{
	width: 100%;
	max-width: 1100px;
	overflow: hidden;
	background-color: #5a6f35;
	opacity: 0.8;
	box-shadow: inset 0 20px 20px -20px rgb(76, 94, 46);
	color: #FFF;
	font-family: fanwoodItalic;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	#position: fixed;
    #bottom: 0;
}
.footerInset
{
	width: 50%;
	margin: 10px 0;
}
.footerInsetRight
{
	float: right;
}
.footerInsetLeft
{
	float: left;
	text-align: right;
}
.footer p
{
	font-size: 17px;
}
#pFooterLeft
{
	margin-right: 10px;
}
#pFooterRight
{
	margin-left: 10px;
}
.navInOut
{
	height: 8.5vh;
    width: 100%;
	display: block;
	background-color: #eaf5dc;
	color: #000;
	text-decoration: none;
	text-align: center;
	line-height: 1.45;
	font-size: 30px;
}
#nav
{
    height: 100%;
}
    #nav > a
    {
        display: none;
    }
    #nav li
    {
        position: relative;
    }
::-webkit-scrollbar {
    width: 8px;
}
 
::-webkit-scrollbar-track {
}
 
::-webkit-scrollbar-thumb {
	background-color: gray;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
}
.imagemap
{
	max-height: 700px;
}
@media only screen and ( max-width: 1023px ) /* 40em 640 */
{
	#menuLogo
	{
		height: 3.7vh;
	}
	p
	{
		font-size: 4vmin;
	}
	h2
	{
		font-size: 6vmin;	
	}
	h3
	{
		font-size: 5vmin;	
	}
	.sitebar
	{
		height: auto;
	}
	.menu a
	{
		font-size: 4vmax;
	}
	a.menu
	{
		border-bottom: none;
	}
	a.menu:hover
	{
		font-size: 4vmax;
		line-height: normal;
	}
	.content
	{
		padding-top: 16vmin;
	}
	#nav
	{
        position: relative;
    }
        #nav > a
        {
        }
        #nav:not( :target ) > a:first-of-type,
        #nav:target > a:last-of-type
        {
            display: block;
			font-size: 7vh;
        }
 
    /* first level */
 
    #nav > ul
    {
        height: auto;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
    }
        #nav:target > ul
        {
            display: block;
        }
        #nav > ul > li
        {
            width: 100%;
            float: none;
        }
 
    /* second level */
 
    #nav li ul
    {
        position: static;
    }
	
	.imagemap
	{
		max-height: none;
	}
	
	.footer p
	{
		font-size: 2vh;
	}
	.footer a
	{
		font-size: 3vh;
	}
	.footerInset
	{
		width: 100%;
	}
	.footerInsetRight
	{
		float: none;
		text-align: center;
	}
	.footerInsetLeft
	{
		float: none;
		text-align: center;
	}
	#pFooterLeft
	{
		margin-right: 0;
		padding-top: 10px;
	}
	#pFooterRight
	{
		margin-left: 0;
	}
}