@charset "utf-8";
/* CSS Document */


header {
	width:100%;
	display:inline-block;
	text-align:center;
}
 
header nav {
	width:52%;
	max-width:1000px;
	margin-top:0px;
	margin-right:1px;
	background:rgba(120,127,159,0.70);
	display:inline-block;
	float:right;
}
 
.menu_bar {
	display:none;
}
 
header nav ul {
	overflow:hidden;
	list-style:none;
}
 
header nav ul li {
	float:left;
}

header nav ul li ul li {
	float:none;
	display:block;
	background-color:rgba(120,127,159,0.70);
}
 
header nav ul li a {
	color:rgba(250,250,250,1.00);
	padding:19px;
	display:block;
	text-decoration:none;
}

 
header nav ul li span {
	margin-right:10px;
}
 
header nav ul li a:hover {
	background:rgba(105,37,164,1.00);
}

.color_menu {
  -webkit-transition: background-color 250ms ease-out;
  -moz-transition:background-color 250ms ease-out;
  -o-transition: background-color 250ms ease-out;
  -ms-transition:background-color 250ms ease-out;
  transition: background-color 250ms ease-out;
}
 
section {
	padding:0px;
}

header nav ul li ul {
	display:none;
	position:absolute;
	min-width:140px;
	padding:0px 8px;
}

header nav  ul li:hover > ul {
	display:block;
}

@media screen and (min-width: 1280px) and (max-width: 1920px) {

}

@media screen and (min-width: 1086px) and (max-width: 1280px) {
	
header nav {
	width:65%;
}
	
}

@media screen and (min-width: 1024px) and (max-width: 1086px) {

body { 
	font-size:0.7em;
}

header nav {
	width:60%;
	margin-right:20px;
}

header nav ul li a {
	padding:15px;
}

}

@media screen and (min-width: 850px) and (max-width: 1024px) {

body { 
	font-size:0.6em;
}

header nav {
	width:58%;
	margin-right:10px;
}

header nav ul li a {
	padding:10px;
}

}

@media screen and (min-width: 480px) and (max-width: 850px) {	

	header nav {
		width:100%;
		height:100%;
		margin:0;
		left:-100%;
		position: fixed;
		background:rgba(0, 0, 0, .8);
	}

 
	header nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
	}
	
	/*subemnu*/	
	header nav ul li ul {
		width:90%;
		display:block;
		background-color:rgba(120,127,159, .8);
	}

	header nav ul li ul {
		display:none;
	}
	
	header nav  ul li:hover > ul {
		display:block;
	}
	
	 
.menu_bar {
	display:block;
	width:100%;
	background:#ccc;
}
 
	.menu_bar .bt-menu {
		display:block;
		padding:14px;
		background:rgba(120,127,159,0.75);
		color:#fff;
		text-decoration:none;
		font-weight: bold;
		font-size:16px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
 
	.menu_bar span {
		float:right;
		font-size:26px;
		font-weight:normal;
	}
}

@media screen and (max-width: 480px) {
	header nav {
		width:100%;
		height:100%;
		margin:0;
		left:-100%;
		position: fixed;
		background:rgba(0, 0, 0, .8);
	}
	
 
	header nav ul li {
		display:block;
		float:none;
		border-bottom:1px solid rgba(255,255,255, .3);
	}
	
	/*subemnu*/	
	header nav ul li ul {
		width:90%;
		display:block;
		background-color:rgba(120,127,159, .8);
	}

	header nav ul li ul {
		display:none;
	}
	
	header nav  ul li:hover > ul {
		display:block;
	}
 
	.menu_bar {
		display:block;
		width:100%;
		background:#ccc;
	}
 
	.menu_bar .bt-menu {
		display:block;
		padding:14px;
		background:rgba(120,127,159,0.75);
		color:#fff;
		text-decoration:none;
		font-weight: bold;
		font-size:16px;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
	}
 
	.menu_bar span {
		float:right;
		font-size:26px;
		font-weight:normal;
	}
}