@charset "utf-8";
@import url("../m/_css/_css/global.css");
/* CSS Document */
@media only screen and (max-width : 1000px ){
#sectImg img {
	height: 120px;	
}
}
ul#navigation {
	background: #0A4436;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

ul#navigation li {
	display: inline-block;
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
}

ul#navigation li a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 100%;
	background: #0A4436;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.3s linear, background 0.3s linear;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

ul#navigation li a:hover {
	background-color: #fff;
	color: #0A4436;
}

ul#navigation li a.first {
	border-left: 1px solid #fff;
	
}

ul#navigation li a.last {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

ul#navigation li:hover > a {
	background: #fff;
	color: #0A4436;
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
	/*these 2 styles are very important, 
being the ones which make the drop-down to appear on hover */
	visibility: visible;
	opacity: 1;
	background-color: #0A4436;
	
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/*the next 2 styles are very important, 
being the ones which make the drop-down to stay hidden */
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 99999;
	width: 13em;
	box-shadow: none;
	/* css3 transitions for smooth hover effect */
	-webkit-transition: opacity 0.4s linear, visibility 0.4s linear;
	-moz-transition: opacity 0.4s linear, visibility 0.4s linear;
	-o-transition: opacity 0.2s linear, visibility 0.2s linear;
	transition: opacity 0.4s linear, visibility 0.4s linear;
		border-bottom: 1px solid #f8fbfc;
	border-left: 1px solid #f8fbfc;
	border-right: 1px solid #f8fbfc;
	border-top: 1px solid #f8fbfc;
	

	
		
}

ul#navigation ul {
	left: 0px;
	
}

ul#navigation ul li ul {
	display: block;
}

ul#navigation ul li {
	width: 98%;
	margin-left: 0px;
	display: block;
}

ul#navigation ul li a {
	background: #0A4436;
	border-top: 1px solid #f8fbfc;
	padding-left: 1em;
}
/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1}

/* Basic Styles */
}
nav {
	width: 100%;/
}
nav ul {
	margin-left: 0em;
}

nav li {
	white-space: nowrap;
}
nav a {
	text-decoration: none;
	line-height: 40px;/
}
nav li a {

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
nav li:last-child a {

}
nav a:hover, nav a:active {

}
nav a#pull {
	display: none;
}

/*Styles for screen 600px and lower*/
@media screen and (max-width: 729px) {
	nav {
		
  	}
  	nav ul {
	width: 100%;
	display: block;
	height: auto;
	padding: 0% 0% 0px;
	text-align: center;
	margin-right: 0%;
	margin-left: 0%;
	float: left;
  	}
  	nav li {
	width: 50%;
	white-space: nowrap;
  	}
  	nav li a {
	margin-left: -50%;
	white-space: nowrap;
	}
  	nav a {
	text-align: left;
  	}
	ul#navigation {
	background: #0A4436;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

ul#navigation li {
	display: inline-block;
	font-size: 1em;
	margin: 0;
	padding: 0;
	text-align: left;
	position: relative;
	

}

ul#navigation li a {
	color: #fff;
	text-decoration: none;
	display: block;
	width: 200%;
	background: #0A4436;
	-webkit-transition: color 0.2s linear, background 0.2s linear;
	-moz-transition: color 0.2s linear, background 0.2s linear;
	-o-transition: color 0.2s linear, background 0.2s linear;
	transition: color 0.3s linear, background 0.3s linear;
	padding-right: 15px;
	padding-left: 15px;
		border-bottom: 1px solid #fff;
		border-left: 2px solid #fff;
		border-top: 1px solid #fff;
		border-right: 2px solid #fff;
		

}

ul#navigation li a:hover {
	background-color: #fff;
	color: #0A4436;
}

ul#navigation li a.first {

	
}

ul#navigation li a.last {
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

ul#navigation li:hover > a {
	background: #fff;
	color: #0A4436;
}

/* Drop-Down Navigation */
ul#navigation li:hover > ul
{
	/*these 2 styles are very important, 
being the ones which make the drop-down to appear on hover */
	visibility: visible;
	opacity: 1;
	background-color: #0A4436;
	
}

ul#navigation ul, ul#navigation ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	/*the next 2 styles are very important, 
being the ones which make the drop-down to stay hidden */
	visibility: hidden;
	opacity: 0;
	position: absolute;
	z-index: 99999;
	width: 100%;
	box-shadow: none;
	/* css3 transitions for smooth hover effect */
	-webkit-transition: opacity 0.4s linear, visibility 0.4s linear;
	-moz-transition: opacity 0.4s linear, visibility 0.4s linear;
	-o-transition: opacity 0.2s linear, visibility 0.2s linear;
	transition: opacity 0.4s linear, visibility 0.4s linear;

	
		
}

ul#navigation ul {
	left: 3.3em;
	width: 89%;
	
}

ul#navigation ul li ul {
	display: block;
	margin-left: 0px;
}

ul#navigation ul li {
	width: 100%;
	margin-left: 0px;
	display: block;
	
}

ul#navigation ul li a {
	background: #0A4436;
	
}

/*Styles for screen 515px and lower*/
@media only screen and (max-width : 728px) {
	nav {
		background: #0A4436;
	}
	nav ul {
	display: none;
	}
	nav a#pull {
	display: inline-block;
	width: 100%;
	position: relative;
	color: #fff;
	font-size: 1.5em;
	float: left;
	

	}
	nav a#pull:after {
	content: "";
	width: 40px;
	height: 30px;
	display: inline-block;
	top: 20px;
	margin-left: 3%;
	margin-top: 0.25em;
	background-image: url(../_images/nav-icon02.png);
	background-repeat: no-repeat;
	background-position: center 2px;
	float: left;
	padding-left: 0%;
	border-top-color: #285618;
	}
}

/*Smartphone*/
@media only screen and (max-width : 300px) {
	nav li {
	float: left;
	white-space: nowrap;
	margin-left: 0;
	}
	nav li a {

	white-space: nowrap;
	}

}
nav li a:hover {

	white-space: nowrap;
}
