/* COLOUR REFERENCES

Orange:		#e94709
Light-Pink:	#FFF5F2
Dark-Pink:	#A98D84

*/

/* ==== GENERAL ==== */

body {
	font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",ZawgyiOne, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "標楷體", DFKai-SB, sans-serif;
	font-size: 16px;
	background-color: #494254;
	/*
	background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180918170759/http://virtualtmi.ncfta.gov.tw/assets/img/bg.jpg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	*/
}

/* ==== GLOBAL ==== */
h1,h2,h3,h4,h5,h6 {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-weight: bold;
}

p.lead {
	font-weight: normal;
}

p {
	margin: 0 0 15px;
}

a:link, a:visited {
	color: #000;
}

a:hover {
	text-decoration: none;
	font-size: bold;
}

/* ==== Header ==== */
#header {
    padding-top: 30px;
    padding-bottom: 10px;
    background-color: white;
	text-align: center;
}

.navbar-brand {
	margin-top: -15px;
	padding: 0px;
}

.navbar-wrapper .navbar {
    margin-bottom: 10px;
}

.navbar-toggle .icon-bar {
	background-color: #e94709;
}

.navbar li a {
	font-weight: bold;
	font-size:0.85em;
	margin-left: 30px;
	padding: 0px 5px;
	letter-spacing:1px;
	line-height:30px;
	display:block;
	-o-transition: .25s;
	-ms-transition: .25s;
	-moz-transition: .25s;
	-webkit-transition: .25s;
	transition: .25s;
}

.navbar li a:hover {
	background-color: transparent;
	border-bottom: solid 2px #e94709;
}

.navbar li.active a {
	border-bottom: solid 2px #e94709;
}

.navbar.nav-upper {
	min-height: 30px !important;
	margin-bottom: 0px;
}
.navbar.nav-upper ul {
	float: right;
	display: table;
}

.navbar.nav-upper .navbar-upper > li {
	display: table-cell;
	font-size: 0.75em;
}

.nav.lang-selection.lang-selection-collapse {
	display: none;
}

.lang-selection.lang-selection-collapse {
	margin-left: 20px;
}

.lang-selection.lang-selection-collapse li {
	float: left;
}

.navbar.nav-upper .navbar-upper > li, .lang-selection.lang-selection-collapse li {
	cursor: pointer;
	display: inline-block;
	padding: 0px 10px;
	height: 20px;
	line-height:20px;
	color: #A98D84;
	margin-left: 10px;
}

.navbar.nav-upper .navbar-upper > li:hover, .lang-selection.lang-selection-collapse li:hover {
	border: none;
	color: #fff;
	border-radius: 15px;
	background-color: #c2998b;
}

.navbar.nav-upper .navbar-upper > li.lang-active, .lang-selection.lang-selection-collapse li.lang-active {
	color: #fff;
	border-radius: 15px;
	background-color: #c2998b;
}

/* ==== Bread Crumb ==== */
#bread-crumb {
	display: table;
	width: 100%;
	background-color: #494254;
	height: 40px;
}

.breadcrumb {
	margin-bottom: 0px !important;
	background-color: transparent;
}

.breadcrumb li {
	font-size: 0.8em;
	font-weight: bold;
}

.breadcrumb>li+li:before {
	content: ">";
	color: #fff;
}

#bread-crumb .breadcrumb li a, #bread-crumb .breadcrumb>.active {
    color: white;
}

.breadcrumb li a:hover {
	text-decoration: underline;
}

/* ==== Footer ==== */
.site-footer {
	margin-top: 200px;
	height: 360px;
	background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180918170759/http://virtualtmi.ncfta.gov.tw/assets/img/v2/img_footer.png');
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% 243px;
}

.site-footer-deco {
	width: 100%;
	height: 200px;
	font-weight: bold;
	font-size: 0.7em;
	color: white;
	background-image: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20180918170759/http://virtualtmi.ncfta.gov.tw/assets/img/v2/img_records.png');
	background-position: center top;
	background-repeat: no-repeat;
}

.site-info {
	width: 100%;
	height: 160px;
	font-weight: bold;
	font-size: 0.7em;
	padding-top: 80px;
	text-align: center;
}

.site-footer-word {
    color: white;
}

.site-footer-word:first-child {
	height: 130px;
	padding-top: 0px;
	padding-left: 30px;
}

.site-footer-word:last-child {
	padding-right: 30px;
}

.site-footer-word.in-row {
    padding-left: 15px;
	padding-right: 30px;
}

.site-footer-word.in-row:first-child {
    margin-top: 20px;
}

.site-footer-word.in-row.bottom {
    padding-top: 40px;
}

.site-info p {
    color: white;
	margin:0;
	padding:0;
}

.site-info a {
	color: #1abc9c;
}

.site-info a:hover {
	text-decoration: underline;
}

.site-info a.privacy-link {
	color: #fff;
    text-decoration: underline;
}


/* ==== MEDIA QUERIES ==== */

@media screen and (max-width : 991px) {
}

@media screen and (max-width : 768px) {	
	.navbar-brand {
		padding-left: 10px;
		margin-top: 0px;
		width: 60%;
	}
	
	.navbar-brand>img {
		padding-left: 10px;
		width: 75%;
		height: auto;
	}
	
	.navbar-nav {
		padding: 30px 15px;
		padding-bottom: 0px;
	}
	
	.navbar li {
		text-align: left;
		margin-bottom: 20px;
	}
	
	.navbar li a {
		display: initial;
		margin-left: 20px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.navbar.nav-upper {
		display: none;
	}

	.nav.lang-selection.lang-selection-collapse {
		display: initial;
	}
	
	.site-footer-word {
		/* display: none; */
	}
	
	.site-footer {
		margin-top: 100px;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: initial;
	}
	
	.site-info {
		font-size: 1em;
	}

    .site-footer-word {
        padding-left: 0px;
    }


}

@media screen and (max-width : 568px) {
	.navbar-brand {
		width: 80%;
        margin-top: 10px;
	}
}















/*
     FILE ARCHIVED ON 17:07:59 九月 18, 2018 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 11:31:57 五月 24, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
