@font-face {
    font-family: "NotoSans";
    src: url(../fonts/NotoSans-Regular.ttf);
}

@font-face {
    font-family: "NotoSansCJKtc";
    src: url(../fonts/NotoSansCJKtc-Regular.otf);
}

@font-face {
  font-family: 'glyphicons';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

*, .nav-header, .nav-title, .nav-navbar {
	margin: 0px;
	padding: 0px;
	font-family: NotoSans, NotoSansCJKtc, Microsoft JhengHei;
	font-size: 14px;
}

footer .row{
	min-height: 50px;
	line-height: 50px;
}

.footer-bar div {
	float: left;
	width: 20%;
}

.footer-text {
	background-color: #333333;
	color: #FFF;
	text-align: center;	
}

.link-bar {
	background-color: #121212;
	height: 50px;
	clear: both;
}

.link-bar div {
	float: left;
	width: 20%;
}

.link-bar img {
	width: 100%;
}

#gotop {
	display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    width: 50px;
    height: 50px;
    background: #CCCCCC;
    cursor: pointer;
    z-index: 99;
}

.content {
	padding: 0px;
}

.icon-facebook, .icon-seach, .icon-key {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.navbar-inverse {
	background: none;
}

.nav-header {
	height: 100px;
}

.nav li a {
	font-size:13px;
}

.nav-header, .nav-navbar, .dropdown-menu, .dropdown-menu li:hover a {
	background: #141414;
}

.nav-header img {
	position:relative;
    top:50%;
    transform: translateY(-50%);
}

.nav-title, .nav-title div {
	height: 50px;
}

.nav-title div{
	line-height: 50px;
}

.nav-title div {
	text-align: center;
	color: #000;
}

.nav-title div:nth-child(2), .dropdown-menu li:hover a {
	text-align: left;
	color: #FFF;
}

.dropdown-menu li, .dropdown-menu li a {
	height: 30px;
}

.dropdown-menu li a {
	color: #999;
}

.quick-bar {
	margin: 0px;
	padding: 0px;
	height: 50px;
}

.color-gray{
	background-color: #CCCCCC;
}

.icon-facebook {
	background-color: #2BB0A1;
	background-image: url('../images/icon_facebook.jpg');
}

.icon-seach {
	background-color: #D9D9D9;
	background-image: url('../images/icon_search.jpg');
}

.icon-key {
	background-color: #F7B51F;
	background-image: url('../images/icon_key.jpg');
	
}

