/* ################################################################################# */
/* HTML STANDARD TAGS */
/* ################################################################################# */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: 'Ubuntu', tahoma, verdana, helvetica, sans-serif;
}

body {
	background: #9cc237;
background: url("../img/bg.gif");
background-position: center;
}
 

@import url('https://fonts.googleapis.com/css?family=Ubuntu');

/* ################################################################################# */
/* WRAPPER */
/* ################################################################################# */

#main_wrapper {
	width: 100%;
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
	box-shadow: 0 0 0px #222;
	background: #fff;
}

/* ################################################################################# */
/* HEADER */
/* ################################################################################# */

header {
	position: relative;
	width: 100%;
	height: 300px;
	background: red;
	/*border-bottom: 1px solid #444;*/
	background: url("../img/banner.jpg") no-repeat center center;
	background-size: cover;
}

header > #menu_bar {
	position: absolute;
	top: 10px;
	right: 15px;
	padding: 5px;
	z-index: 3;
	background: #34495e;
	box-shadow: 1px 1px 10px #000;
	border-radius: 5px;
	display: none;
}

header > #menu_bar > .bar {
	height: 3px;
	width: 25px;
	margin: 5px 0;
	background: #fff;
}

header > #wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

header > #wrapper > * {
	margin: 0;
	color: #fff;
}

/* ################################################################################# */
/* NAVIGATION */
/* ################################################################################# */

#nav {
	width: 26%;
	height: calc(100% - 200px);
	border-right: 0px solid black;
	box-sizing: border-box;
	float: left;
	padding-top: 30px;
	z-index: 2;
}

#navmenu1 {
	width: 26%;
	height: calc(100% - 200px);
	border-right: 0px solid black;
	box-sizing: border-box;
	float: left;
	padding-top: 30px;
	z-index: 3;
}

#nav > li {
	list-style: none;
	width: 100%;
	padding: 5px 0;
	transition: all 0.1s;
}

#nav > li:hover {
	background: rgba(0, 0, 0, 0.2);
}

#nav > li > a {
	margin-left: 15%;
	text-decoration: none;

	color: #000;
}

#nav > li > a.active {
	color: #1565C0;
}

#nav > li:hover > a {
	color: #1E88E5;
}

/* ################################################################################# */
/* CONTENT */
/* ################################################################################# */

#content {
	width: 74%;
	height: calc(100% - 200px);
	float: left;
	padding: 10px;
	box-sizing: border-box;
}

/* ################################################################################# */
/* COVER */
/* ################################################################################# */

#cover {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 1;
}

/* ################################################################################# */
/* MEDIA QUERIES */
/* ################################################################################# */

@media screen and (max-width: 800px) {
	header > #menu_bar {
		display: block;
	}

	header > #menu_bar > .bar {
		position: relative;
		top: 0;
		transition: all 0.4s ease-in-out;
	}

	header > #menu_bar.animate > .bar:nth-child(1) {
		top: 8px;
		transform: rotate(45deg);
	}

	header > #menu_bar.animate > .bar:nth-child(2) {
		opacity: 0;
	}

	header > #menu_bar.animate > .bar:nth-child(3) {
		top: -8px;
		transform: rotate(-45deg);
	}

	#nav {
		position: absolute;
		top: -100%;
		width: 100%;
		height: auto;
		padding: 55px 0 30px 0;
		border-bottom: 1px solid #333;
		background: #9cc237;
	}

	#nav > li > a {
		margin-left: 5%;
		font-size: 200%;
		color: #fff;
	}

	#nav > li:hover > a {
		color: #29B6F6;
	}

	#nav > li > a.active {
		color: #B3E5FC;
	}

	#content {
		width: 100%;
	}
} 

#navmenu {
		position: absolute;
		top: -100%;
		width: 100%;
		height: auto;
		padding: 95px 0 30px 0;
		border-bottom: 1px solid #333;
		background: #1976D2;
	}


.menuitem{
  font-size: 16px;
  list-style-type: none;
  padding-left: 5px;
  color: #0a0a0a;
  text-decoration: none;

}

.menuitem a{
  font-size: 16px;
  list-style-type: none;
  padding-left: 5px;
  color: #0a0a0a;
  text-decoration: none;
  
}

.menuitem a:visited{
  font-size: 16px;
  list-style-type: none;
  padding-left: 5px;
  color: #0a0a0a;
  text-decoration: none;    
}

.menuitem a:hover{
  font-size: 16px;
  list-style-type: none;
  padding-left: 5px;
color: #6d8726 !important;
  text-decoration: none;
text-shadow: 0px 0px 1px #dae1ff;  
}

.menuitem a:active{
  font-size: 16px;
  list-style-type: none;
  padding-left: 5px;
  text-decoration: none;  
  color: #2192c4;
}


.menuitem_act {
  font-size: 16px;
font-weight: bold;
color: #6d8726 !important;
  list-style-type: none;
  padding-left: 5px;
  text-decoration: none;
    
}

.menuitem_act a{
  font-size: 16px;
font-weight: bold;
 color: #6d8726 !important;
  list-style-type: none;
  padding-left: 5px;
  text-decoration: none;  
}

.menuitem_act a:visited{
  font-size: 16px;
font-weight: bold;
color: #6d8726 !important;
  list-style-type: none;
  padding-left: 5px;
  text-decoration: none;  
}

.menuitem_act a:active{
  font-size: 16px;
font-weight: bold;
color: #6d8726 !important;
  list-style-type: none;
  padding-left: 5px;
  text-decoration: none;  
}

.menuitem_act a:hover{
  font-size: 16px;
font-weight: bold;
color: #6d8726 !important;
  list-style-type: none;
  padding-left: 5px;
  text-decoration: none;  
}

.menuitem2{
  font-size: 11px;
  list-style-type: none;
  color: #0a0a0a;
  text-decoration: none;
  padding-left: 8px;
}

.menuitem2 a{
  font-size: 11px;
  list-style-type: none;
  color: #0a0a0a;
  text-decoration: none;
  padding-left: 8px;
}


.menuitem2 a:visited{
  font-size: 11px;
  list-style-type: none;
  color: #0a0a0a;
  text-decoration: none;  
  padding-left: 8px;  
}

.menuitem2 a:hover{
  font-size: 11px;
  list-style-type: none;
  color: #2192c4;
  text-decoration: none;  
  padding-left: 8px;
}

.menuitem2 a:active{
  font-size: 11px;
  list-style-type: none;
  text-decoration: none;  
  padding-left: 8px;
  color: #0a0a0a;
}


.menuitem2_act {
  font-size: 11px;
  color: #0a0a0a;
  list-style-type: none;
  text-decoration: none;
        padding-left: 8px;  
}

.menuitem2_act a{
  font-size: 11px;
  color: #0a0a0a;
  list-style-type: none;
  text-decoration: none;  
  padding-left: 8px;
}


.menuitem2_act a:visited{
  font-size: 11px;
  color: #0a0a0a;
  list-style-type: none;
  text-decoration: none;  
  padding-left: 8px;
}

.menuitem2_act a:active{
  font-size: 11px;
  color: #0a0a0a;
  list-style-type: none;
  text-decoration: none;
  padding-left: 8px;  
}

.menuitem2_act a:hover{
  font-size: 11px;
  color: #2192c4;
  list-style-type: none;
  text-decoration: none;
  padding-left: 8px;
  
}

.menuitem3{
  font-size: 13px;
  list-style-type: none;
  color: #0a0a0a;
  text-decoration: none;
  padding-left: 8px;
}

.menuitem3 a{
  font-size: 13px;
  list-style-type: none;
  color: #0a0a0a;
  text-decoration: none;
  padding-left: 8px;
}


.menuitem3 a:visited{
  font-size: 13px;
  list-style-type: none;
  color: #0a0a0a;
  text-decoration: none;  
  padding-left: 8px;  
}

.menuitem3 a:hover{
  font-size: 13px;
  list-style-type: none;
  color: #0a0a0a;
  text-decoration: none;  
  padding-left: 8px;
}

.menuitem3 a:active{
  font-size: 13px;
  list-style-type: none;
  text-decoration: none;  
  padding-left: 8px;
  color: #0a0a0a;
}


.menuitem3_act {
  font-size: 13px;
  color: #0a0a0a;
  list-style-type: none;
  text-decoration: none;
        padding-left: 8px;  
}

.menuitem3_act a{
  font-size: 13px;
  color: #0a0a0a;
  list-style-type: none;
  text-decoration: none;  
  padding-left: 8px;
}


.menuitem3_act a:visited{
  font-size: 13px;
  color: #0a0a0a;
  list-style-type: none;
  text-decoration: none;  
  padding-left: 8px;
}

.menuitem3_act a:active{
  font-size: 13px;
  color: #0a0a0a;
  list-style-type: none;
  text-decoration: none;
  padding-left: 8px;  
}

.menuitem3_act a:hover{
  font-size: 13px;
  color: #0a0a0a;
  list-style-type: none;
  text-decoration: none;
  padding-left: 8px;
  
}

ol {
   
    list-style-type: none !important;

}

a img{
border: 0px none;
}

h1{
color: #6d8726;
}