@charset "utf-8";
/* CSS Document */
#nav-trigger {
	display: none;
	text-align: center
}

#nav-trigger span {
	display: inline-block;
	padding: 10px 0 8px 11px;
	background: url(../images/menu_bg.jpg) repeat-x top;
	border-radius: 5px;
	border: 1px #074674 solid;
	color: #fff;
	cursor: pointer;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: left;
}

#nav-trigger span.open {
	border-radius: 5px 5px 0px 0px;
}

/* #nav-trigger span:after{display:inline-block; width:21px;height:12px;content:""; background:url(../images/mobile_arrow.png) no-repeat 0px 0px; float:right; margin:3px 8px 0px 0px;} */
#nav-trigger span:after {
	display: inline-block;
	width: 21px;
	height: 12px;
	content: "";
	float: right;
	margin: 3px 8px 0px 0px;
}

#nav-trigger span a {
	color: #dcf0ff;
}

#nav-trigger span:hover {
	
}

#nav-trigger span.open:after {
	display: inline-block;
	width: 21px;
	height: 12px;
	content: "";
	background: url(../images/mobile_arrow-active.png) no-repeat 0px 0px;
	float: right;
	margin: 3px 8px 0px 0px;
}

nav {
	
}

nav#nav-main {
	background: url(../images/menu_bg.jpg) repeat-x top;
	border-radius: 5px;
	border: 1px #074674 solid;
}

nav#nav-main ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: center
}

nav#nav-main li {
	background: url(../images/menu_sep.jpg) no-repeat center left;
	float: left;
	width: 25%;
	padding-left: 1px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

nav#nav-main li:first-child {
	background: none;
	padding-left: 0px;
}
/*nav#nav-main a{display:block;color:#fff;padding:10px 0px 9px 0px; transition-duration:0.3s;}*/
nav#nav-main a {
	color: rgb(255, 255, 255);
	display: block;
	font-size: 13px; /* 14px */
	padding: 10px 0 9px;
	transition-duration: 0.3s;
}

nav#nav-main a:hover {
	background-color: #002a49;
	color: #fff;
	transition-duration: 0.3s;
}

nav#nav-mobile {
	position: relative;
	display: none
}

nav#nav-mobile ul {
	display: none;
	list-style-type: none;
	position: absolute;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #286ea4;
	z-index: 9999;
	top: -1px;
	border-radius: 0px 0px 5px 5px;
}

nav#nav-mobile li {
	display: block;
	border-bottom: solid 1px #528dbd
}

nav#nav-mobile li:last-child {
	border-bottom: none
}

nav#nav-mobile a {
	display: block;
	color: #fff;
	padding: 7px 11px
}

nav#nav-mobile a:hover {
	background-color: #175d93;
	color: #fff
}

nav#nav-mobile li:last-child a:hover {
	border-radius: 0px 0px 5px 5px;
}

section h1 {
	margin-bottom: 10px
}

section p {
	margin-bottom: 30px
}

section p:last-child {
	margin-bottom: 0
}

@media all and (max-width: 959px) {
	/* #nav-trigger{display:block}
nav#nav-main{display:none} */
	nav#nav-mobile {
		display: block
	}
}

/********************************************************/
#nav-trigger2 {
	display: none;
	text-align: center;
	background: #00467c;
	width: 100%;
	border-radius: 5px 5px 0px 0px;
	box-shadow: 0 2px 4px #616161;
}

#nav-trigger2 span {
	display: inline-block;
	padding: 10px 11px 8px 11px;
	cursor: pointer;
	width: 25px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: right;
	min-height: 49px;
	line-height: 27px;
	position: relative;
	z-index: 0;
	float: left;
}

#nav-trigger2 span:after {
	display: inline-block;
	width: 25px;
	height: 15px;
	content: "";
	background: url(../images/mobile_meunicon.png) no-repeat 0px 0px;
	float: left;
	margin-top: 7px;
	margin-left: 5px;
}

#nav-trigger2 span:hover {
	
}

#nav-trigger2 span.open:after {
	display: inline-block;
	width: 25px;
	height: 15px;
	content: "";
	background: url(../images/mobile_meunicon.png) no-repeat 0px 0px;
	float: left;
}

.content_menu h1 {
	font-size: 20px;
	color: #000;
	font-weight: bold;
	padding: 12px 15px 0 0;
	float: left;
}

.content_menu h1 a {
	color: #000;
}

nav#nav-mobile2 {
	position: relative;
	display: none;
	width: 190px;
	z-index: 1;
}

nav#nav-mobile2 ul {
	display: none;
	list-style-type: none;
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #00467c;
	top: -1px;
	border-radius: 0px 0px 5px 5px;
	padding: 0px 15px 5px 15px;
}

nav#nav-mobile2 li {
	display: block;
	border-bottom: solid 1px #426580
}

nav#nav-mobile2 li:last-child {
	border-bottom: none
}

nav#nav-mobile2 a {
	display: block;
	color: #dcf0ff;
	padding: 7px 11px;
	background: url(../images/arrow.png) no-repeat 0px 12px;
	transition-duration: 0.3s;
}

nav#nav-mobile2 a:hover {
	color: #fff;
	background: url(../images/arrow_ho.png) no-repeat 0px 12px;
	padding-left: 15px;
	transition-duration: 0.3s;
}

nav#nav-mobile2 li:last-child a:hover {
	border-radius: 0px 0px 5px 5px;
}

nav#nav-mobile2 li.heading {
	font-size: 15px;
	font-weight: bold;
	padding: 8px 11px 8px 25px;
	background: none;
	color: #4d4d4d;
	background: #e1e1e1 none repeat scroll 0 0;
}

#legend {
	position: relative;
	display: none;
	z-index: 99998;
}

#legend ul {
	display: none;
	list-style-type: none;
	position: absolute;
	width: 270px;
	z-index: 1;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #00467c;
	top: -1px;
	border-radius: 0px 0px 5px 5px;
	padding: 0px 15px 5px 15px;
}

#legend li {
	display: block;
	border-bottom: solid 1px #426580;
	color: #ffffff;
	padding: 10px 0;
}

#legend li:last-child {
	border-bottom: none
}

#legend a {
	display: block;
	color: #dcf0ff;
	padding: 7px 11px;
	background: url(../images/arrow.png) no-repeat 0px 12px;
	transition-duration: 0.3s;
}

#legend a:hover {
	color: #fff;
	background: url(../images/arrow_ho.png) no-repeat 0px 12px;
	padding-left: 15px;
	transition-duration: 0.3s;
}

#legend li:last-child a:hover {
	border-radius: 0px 0px 5px 5px;
}

#legend li.heading {
	font-size: 17px;
	padding: 7px 11px;
	padding-left: 0px;
	background: none;
	color: #fff;
}

#legend.open:after {
	display: inline-block;
	width: 25px;
	content: "";
	background: url(../images/mobile_meunicon.png) no-repeat 0px 0px;
	float: left;
}

#legend img {
	display: inline-block;
	margin-right: 15px;
	width: 21px;
}

#legend li p {
	display: inline-block;
	width: 234px;
}

#nav-trigger2 img {
	cursor: pointer;
	padding: 5px 5px 0;
}

#nav-trigger2 img {
	opacity: 0.8;
}

#nav-trigger2:hover img {
	opacity: 1;
}

#nav-trigger2 {
	display: block
}

nav#nav-main2 {
	display: none
}

nav#nav-mobile2 {
	display: block;
	z-index: 9999;
}

.middle_section .container .content_menu #nav-trigger2 span {
	display: none;
}

.middle_section .container .content_menu #nav-trigger2 h1 {
	background: #0070bb;
	border-radius: 5px 5px 0 0;
	box-shadow: 0 1px 4px #888888;
	width: 100%;
	box-sizing: border-box;
	/* text-align: left; */
	margin: 15px 0px 0px 0px;
	padding: 10px 15px;
	font-size: 15px;
}

.middle_section .container .content_menu #nav-trigger2 h1 a {
	color: #fff;
}

@media all and (max-width:767px) {
	nav#nav-mobile2 {
		float: right;
	}
	nav#nav-mobile2 ul {
		right: 0px;
		left: inherit
	}
	#nav-trigger2 span:after {
		float: right;
		margin-right: 5px;
		margin-top: 3px;
	}
	#nav-trigger2 span.open:after {
		float: right;
		margin-right: 5px;
	}
	#nav-trigger2 span {
		text-align: left;
		font-size: 15px;
		font-weight: normal;
	}
	nav#nav-mobile2 a:hover {
		padding-left: 11px;
	}
	#nav-trigger2 span {
		float: right;
		min-height: 42px;
	}
	.content_menu h1 {
		float: left;
		font-size: 15px;
		background: url(../images/mobile_arrow2.png) no-repeat 10px 15px
	}
	#nav-trigger span a {
		color: #dcf0ff;
	}
	#legend ul {
		left: 0;
		margin: 0;
	}
}

@media all and (max-width:480px) {
	nav#nav-main a {
		font-size: 12px;
	}
}