/* Navigation Style 1 */

#navigation{
	position:fixed;
right:0;
left:0;
z-index:1030;
margin-bottom:0;
}

#logo {
	position: absolute;
	width: 80px;
    height: 65px;
	z-index: 100;
	display: block;
    margin-top: 10px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	left: 11px;
	top: -2px;
	}
	
#logo a{
	width:180px;
	height:65px;
	position:absolute;
	left: 0px;
	}
	
.logo-back {
		transform: rotateY(-180deg);
	}

#navigation-sticky-wrapper {
	height:65px;

	}

.navbar-inner {
		background: none;
		box-shadow: none !important;
		min-height: 30px;
		line-height: 20px !important;
		transition: all 0.3s ease-out 0s;
		border-bottom: none !important;
		padding-left: 5px !important;
		padding-right: 5px !important;
		background: #1E1E1E;
		box-shadow: 0px 2px 5px rgba(0,0,0,0.1)!important;
		z-index:10;		
	}

.navbar {
		
	position: relative;
	}
	
.navbar .nav {
	
		width:100%;
		text-align:center;		
	}

.navbar .nav > li {
		float:none;
		display:inline-block;
	}
	
.navbar .nav > li.menu-7 {
	float: right;
	}
	
.navbar .nav > li > a {
	font-family: "微軟正黑體";
	font-size:15px;
	font-weight: bold;
	color: #ffffff;
	display: block;
	height: 100%;
	transition: all 0.3s ease-out 0s;
	line-height: 45px;
	text-shadow: none;
	}
	
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
	    background: none;
		box-shadow: none;
		color: #747477;
		height: 100%;
		transition: all 0.3s ease-out 0s;	
	}
	
.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
	color: #F1D9AB;
	font-size:18px;
	text-decoration: none;
	height: 100%;
	transition: all 0.3s ease-out 0s;
	
	}	
	
.navbar .show-menu {
		float: right;
		width:30px;
		margin: 16px 30px 18px 10px;
		height: 31px;
		padding:2px;
		background:url(../images/responsive-menu.png) no-repeat 2px 2px;
		background-size:30px 30px;
		cursor:pointer;
		border-radius:3px;
		opacity:0.7;
		display:none
	}
	
.navbar .show-menu:hover {
		opacity:1;
	}
		
@media only screen and (max-width: 1400px) {	

.navbar .nav > li.menu-7 {
		margin-right:0px;
	}	
}

@media only screen and (max-width: 1024px) {
	
.navbar-inner {
		min-height: 30px!important;
		padding:0!important;
	}
	
.nav-collapse {
		background-color:#616161;
		padding:0px 30px;
	}
	
.navbar .nav > li {
		display: inline-block;
		float: left;
		width:100%;
		border-bottom: 1px dotted #CCCCCC;
	}
	
.navbar .nav > li:last-child {
		border-bottom:none;
	}
	
.navbar .nav {
		text-align: left;
		width: 100%;
	}
	
.navbar .nav > li > a {
		padding: 8px 0px;
		font-family: 'Open Sans',serif;
		font-size:18px;
	}
	
.navbar .show-menu {
		display:block;
	}
	
.navbar .nav-collapse .nav.pull-right {
		float: left;
		margin:10px 0;
	}
}
