/* CSS Document */

body {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 15px;
	line-height: 20px;
	color: #1a3b5d;
	-webkit-text-size-adjust: 100%;
	background-color: #fff;
	margin-top: 0px;
	}
	
html {
	overflow-y: scroll;
	}

h1 {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 22px;
	line-height: 25px;
	font-weight: bold;
	color: #000;
	}
	
h2 {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	color: #000;
	}
	
h3 {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 18px;
	font-weight: bold;
	font-style: italic;
	color: #000;
	line-height: 23px;
	text-align: center;
	margin-bottom: 3px;
	margin-top: 22px;
	}
	
h4 	{
	font-style: italic;
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	margin-bottom:0;
	margin-top:4px;
	}
	
img {
	border: none;
	max-width: 100%;
	max-height: 100%;
	}
	
a img {
	border: none;
	}
	
a:focus {
	background-color: #f0beff;
	text-decoration: underline;
	font-weight: bold;
	color: #8a00b8
	}
	
video {
	width: 100%;
	display: block;
	}
	
article {
	margin:0 auto;
	max-width: 1000px;
	}
	
#top-pic {display: none;}
	
hr	{
	background-color: #000;
	height: 1px;
	margin-bottom: 10px;
	margin-top: 10px;
	clear: both;
	}
	
header {
	font-family: 'Noto Sans TC', sans-serif;
	position: relative;
	display: block;
	color: #fff;
	}
	
header img {
	width: 100%;
	}
	
footer {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 14px;
	letter-spacing: 4px;
	margin-top: 2px;
	margin-bottom: 2px;
	color: #fff;
	padding: 7px;
	text-align: center;
	background-color: #000;
	display: block;
	clear: both;
	}
	
footer a {
	color: #85d2ff;
	}

footer a:hover {
	color: #ab00ff;
	text-decoration: underline;
	}
	
a {
	color: #0000ff;
	text-decoration: underline;
	}

a:hover {
	color: #5757fb;
	text-decoration: underline;
	}

#wrapper {
	display: block;
	max-width: 1500px;
	text-align: left;
	margin: 0 auto;
	}

#content {
	padding: 20px 15px 15px 15px;
	text-align: center;
	display: block;
	}
	
#logo {
	padding-top: 140px;
	position: absolute;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	width: 100%;
	height: 30px;
	left: 0px;
	top: 0px;
	z-index: 5;
	}
	
#video-text {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 42px;
	line-height: 45px;
	text-shadow: 3px 3px 3px black;
	color: #fff;
	position: absolute;
	width: 250px;
	height: 60px;
	left: 10%;
	bottom: 20%;
	z-index: 10;
	}
	
.center {
	text-align: center;
	}
	
#text-left {
	text-align: left;
	}

.left {
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
	}
	
.left2 {
	float: left;
	margin-right: 10px;
	margin-bottom: 8px;
	}

.right {
	float: right;
	margin-left: 25px;
	margin-bottom: 20px;
	clear: both;
	}
	
.right2 {
	float: right;
	margin-left: 10px;
	margin-bottom: 8px;
	}
	
.container-home {
	width: 700px;
	float: right;
	margin-left: 25px;
	margin-bottom: 20px;
	background-color: #000;
	padding: 4px 4px 2px 4px;
	clear: both;
	}
	
.container-home img {
	margin: 0px;
	border: none;
	max-width: 100%;
	max-height: 100%;
	}
		
.container {
	display: flex;
	justify-content: space-around;
	flex-flow: row wrap;
	}
	
.item {
	margin-bottom: 15px;
	width: 32%;
	}
	
.web {
	margin-bottom: 15px;
	width: 49%;
	}
		
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	}
	
.clearer {
	clear: both;
	}
	
.skip-link {
    position: fixed;
    top: -300px;
    padding: 6px;
    background-color: #fff;
    color: #000;
    display: inline-block;
    z-index: 9999;
    }
    
.skip-link:focus {top: 5px;}

	
/*****************************Navigation******************************/

.navstrip {
	background-color: #000;
	width: 100%;
	height: 40px;
	margin-top: -4px;
	}

nav {
	color: #fff;
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 16px;
	width: 450px;
	float: right; 
	}

nav a {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: inline-block;
	}

nav a:hover {
	background-color: #4986c2;
	text-decoration: none;
	color: #fff;
	}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
	height: auto;
	}

nav ul li {
	flex: auto;
	text-align: center;
	}


/*************** lARGE RESOLUTIONS ************/

@media screen and (max-width : 1500px){
	

}

/*********** FOR MOBILE RESOLUTIONS ************/

@media screen and (max-width : 1050px){

.left {width: 70%;}
	
.right {width: 70%;}
	
.item {width: 48%;}
	
}


@media screen and (max-width : 850px){
	
.container-home {width: 70%;}

.right {width: 100%;}

}

@media screen and (max-width : 700px){
	
.container-home {width: 100%;}
	
nav {
	width: 100%;
	float: left;
	}
	
header img {
	height: 200px;
	object-fit: cover;
	}
	
}

@media screen and (max-width : 600px){
	
#video-text {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 38px;
	line-height: 40px;
	text-shadow: 3px 3px 3px black;
	color: #fff;
	position: absolute;
	width: 250px;
	height: 60px;
	left: 10%;
	bottom: 20%;
	}
	
#text-left {text-align: center;}
	
video {display: none;}

#top-pic {display: block;}

.left {width: 100%;}
	
.right {width: 100%;}


.web {width: 100%;}
	
.right {
	float: right;
	margin-left: 0;
	margin-bottom: 8px;
	}

nav {font-size: 14px;}

	
footer {
	font-family: 'Noto Sans TC', sans-serif;
	font-size: 13px;
	clear: both;
	}

}


@media screen and (max-width : 510px){

nav ul {flex-wrap: wrap;}

nav ul li {flex:1 1 8%;}

.item {width: 100%;}

}


/*****************************Lightbox*****************************/

.lb-loader,.lightbox{text-align:center;line-height:0;position:absolute;left:0}body.lb-disable-scrolling{overflow:hidden}.lightboxOverlay{position:absolute;top:0;left:0;z-index:9999;background-color:#000;filter:alpha(Opacity=80);opacity:.8;display:none}.lightbox{width:100%;z-index:10000;font-weight:400;outline:0}.lightbox .lb-image{display:block;height:auto;max-width:inherit;max-height:none;border-radius:3px;border:4px solid #fff}.lightbox a img{border:none}.lb-outerContainer{position:relative;width:250px;height:250px;margin:0 auto;border-radius:4px;background-color:#fff}.lb-outerContainer:after{content:"";display:table;clear:both}.lb-loader{top:43%;height:25%;width:100%}.lb-cancel{display:block;width:32px;height:32px;margin:0 auto;background:url(images/loading.gif) no-repeat}.lb-nav{position:absolute;top:0;left:0;height:100%;width:100%;z-index:10}.lb-container>.nav{left:0}.lb-nav a{outline:0;background-image:url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)}.lb-next,.lb-prev{height:100%;cursor:pointer;display:block}.lb-nav a.lb-prev{width:34%;left:0;float:left;background:url(images/prev.png) left 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-prev:hover{filter:alpha(Opacity=100);opacity:1}.lb-nav a.lb-next{width:64%;right:0;float:right;background:url(images/next.png) right 48% no-repeat;filter:alpha(Opacity=0);opacity:0;-webkit-transition:opacity .6s;-moz-transition:opacity .6s;-o-transition:opacity .6s;transition:opacity .6s}.lb-nav a.lb-next:hover{filter:alpha(Opacity=100);opacity:1}.lb-dataContainer{margin:0 auto;padding-top:5px;width:100%;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.lb-dataContainer:after{content:"";display:table;clear:both}.lb-data{padding:0 4px;color:#ccc}.lb-data .lb-details{width:85%;float:left;text-align:left;line-height:1.1em}.lb-data .lb-caption{font-size:13px;font-weight:700;line-height:1em}.lb-data .lb-caption a{color:#4ae}.lb-data .lb-number{display:block;clear:left;padding-bottom:1em;font-size:12px;color:#999}.lb-data .lb-close{display:block;float:right;width:30px;height:30px;background:url(images/close.png) top right no-repeat;text-align:right;outline:0;filter:alpha(Opacity=70);opacity:.7;-webkit-transition:opacity .2s;-moz-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s}.lb-data .lb-close:hover{cursor:pointer;filter:alpha(Opacity=100);opacity:1}