/*
Author: Amy & Milam
Author URI: http://www.plainline.net/
Description: Description
Version: 1.0
Text Domain: 
Tags:

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
	## .lineheight
# Elements
# Forms
# Navigation
	## Links
	## Menus
	## Menus | #mainnav
	## Site Structure | navbar-default reset
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Styling
	## Styling | common style
	## Styling | data-lity style
	## Styling | ul.fa-ul
	## common styling | .poptri
	## Styling | btn style
# Page Styling 
	## Page Styling | Common styles
	## Page Styling | table	
# Site Structure
	## Site Structure | .split	
	## Site Structure | common
	## Site Structure | #socialBtn
	## Site Structure | header#main
	## Site Structure | #footer
	## Site Structure | sitefooter
	## Site Structure | #tvbanner
	## Site Structure | #index_grids
	## Site Structure | #index_gallery
	## Site Structure | #index_services 
	## Site Structure | #index_clients
	## Site Structure | aboutus
	## Site Structure | myphotobooth2
	## Site Structure | #contact
	## Site Structure | #faq
# Style targeting IE8 or below
# Chrome based

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	font-size:14px;
}

body {
	margin: 0;
	font-family: 'Open Sans', Helvetica, Arial, '微軟正黑體', 'Microsoft JhengHei', 'MingLiU',\5FAE\8EDF\6B63\9ED1\9AD4 , 'Ubuntu Mono', '微软雅黑' ,   Hei , sans-serif;
	
}
	*[lang="en-US"] { font-size: 100%;}
	*[lang="zh-HK"] { font-size: 90%;}
	*[lang="zh-CN"] { font-size: 90%;}

 


article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {

	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	max-width: 100% !important;
}

td,
th {
	padding: 0;
}






/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
	font-family: 'Open Sans', '微軟正黑體', 'Microsoft JhengHei', 'MingLiU',\5FAE\8EDF\6B63\9ED1\9AD4 , 'Ubuntu Mono', '微软雅黑' ,  Hei , sans-serif;
	font-weight: 300;
}


h1,
h2,
h3,
h4,
h5,
h6,
p {
	
}
	h1 {
		font-family: 'Raleway', '微軟正黑體', 'Microsoft JhengHei', 'MingLiU',\5FAE\8EDF\6B63\9ED1\9AD4 , 'Ubuntu Mono', '微软雅黑' ,  Hei , sans-serif;
		font-weight: 100;
		font-size: 2.4em;
		line-height: 3em;
		color: #444444;
	}
	h2 {
		font-family: 'Raleway', '微軟正黑體', 'Microsoft JhengHei', 'MingLiU',\5FAE\8EDF\6B63\9ED1\9AD4 , 'Ubuntu Mono', '微软雅黑' ,  Hei , sans-serif;
		font-weight:100;
		font-size: 3.3em;
		line-height: 1.25em;
		color: #444444;
	}
	h3 {
		font-weight: 300;
		font-size: 1.6em;
		line-height: 2.1em;
		color: #1ea7c3;
	}
	h4 {
		font-weight: 300;
		font-size: 1.2em;
		line-height: 1.6em;
		color: #1ea7c3;
	}
	h5 {
		font-weight: 300;
		font-size: 1em;
		line-height: 1.3em;
		color: #1ea7c3;
	}
	h6 {
		font-weight: 300;
		font-size: 0.8em;
		line-height: 1em;
	}
	p  {
		font-weight: 300;
		font-size: 0.9em;
		line-height: 1.4em;
		color: #444444;
	}
	li {
		font-weight: 300;
		line-height: 2em;
	}
	body td,
	body td {
		padding-left: 0.3em;
		padding-bottom: 0.3em;
	}
	.intro {
		font-size: 1.6em;
		line-height: 2.2em;
		padding-bottom: 2.2em;
	}

p {
	margin-bottom: 1.5em;
	
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}


		
/*--------------------------------------------------------------
## Typography  | .lineheight
--------------------------------------------------------------*/
.vAlign,
.table > tbody > tr > td.vAlign,
.table > tbody > tr > th.vAlign {
	vertical-align: middle;
}

@media (min-width: 992px) {
	.imgC { 
		-webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		transform-style: preserve-3d;
	}
		.imgC img {  
			position: relative;
			top: 50%;
			transform: translateY(-50%);
			-webkit-transform: translateY(50%);
			-moz-transform: translateY(-50%);
		}
		/*body:not(:-moz-handler-blocked) .imgC  { transform: translateY(-50%); }*/
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 1em 1.5em;
	height: 3.5em;
}


textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# # Links
--------------------------------------------------------------*/
a {
	color: royalblue;
	font-family: 'Open Sans', Helvetica, Arial,'微軟正黑體', 'Microsoft JhengHei', 'MingLiU',\5FAE\8EDF\6B63\9ED1\9AD4 , 'Ubuntu Mono', '微软雅黑' , Hei , sans-serif;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Menus | #mainnav
--------------------------------------------------------------*/
#mainnav { 
	border-bottom: 1px solid #B6B6B6;
}
	#mainnav.stuck  {
		width: 100%;
		background:rgba(255,255,255,1.00);
		z-index: 99;
	}

#mainnav #logo { 
	padding-top: 1em ;
	padding-bottom:1em;
}


/*--------------------------------------------------------------
# Site Structure
--------------------------------------------------------------*/
@media (min-width: 992px) {
	.container {
		
	}
}

h2{ margin-bottom:5%;}
h2.pagetit{ margin:0; padding:0; font-weight:100; margin-bottom:3%; line-height:1.25em; font-size:2.5em;}
p.pagetit{
	font-size: 1.1em;
	color: #888888;
}


#photoexp u{text-decoration:none; display:block; color:#1ea7c3; font-size:1em;  line-height:1.25em}
.pagelist{ margin:0 auto; text-align:center}
.pagelist ul, .pagelist li{ list-style:none; margin:0 auto; text-align:center}
.pagelist u, .pagelist i{ font-size:1em;  line-height:1.25em; text-align:center; font-weight:200;}
.pagelist u{ text-decoration:none; display:block; }
.pagelist i{font-style: normal; display:block;}
.pagelist div{}
#gallerypage u{color:#444}
#gallerypage i{color:#888}

.BG-grey{ background:#f7f7f7; color:#000;}
.pagelist img{ width:100%; margin-bottom:3%; margin-top:3%}

 
@media (min-width: 768px) {
	html, body {font-size: 100%;}
}
@media (max-width: 769px) {
	html, body {font-size: 90%;}
}



/*--------------------------------------------------------------
## Site Structure | navbar-default reset
--------------------------------------------------------------*/



#main .navbar-default  {
	background:rgba(255,255,255,1.00);
	border-bottom: 1px solid #454545;
	height:100px;
	font-family: 'Open Sans', Helvetica, Arial, '微軟正黑體', 'Microsoft JhengHei', 'MingLiU',\5FAE\8EDF\6B63\9ED1\9AD4 , 'Ubuntu Mono', '微软雅黑' ,   Hei , sans-serif;
	font-weight: 300;
}
@media (min-width: 992px) {
	header#main,
	#main .navbar-default  {
		height:100px;
	}
	
}
@media (min-width: 768px) {
	#main .navbar-default .navbar-nav {
		padding-top: 35px;
	}
}
@media (max-width: 991px) {
	header#main {
		height:115px;
	}
	#main .navbar-default .navbar-header {
		padding-top: 15px;
	}
}
@media (max-width: 767px) {
	header#main,
	#main .navbar-default  {
		height:150px;
	}
	#main .navbar-default .navbar-header {
		padding-top: 10px;
	}
}

#main .navbar-default .navbar-nav li {
	padding-left: 0.8em;
	padding-right: 0.8em;
}
#main .navbar-default .dropdown-menu {
	text-align: center;
	border-radius: 5px;
	padding-top: 1em;
	padding-bottom:1em;
	margin-top: 1em;
}


#main .navbar-default .navbar-nav li a {
	-webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
		  /*font-size: 18px;*/
	padding-left: 0;
	padding-right: 0;
	border-bottom: 1px solid transparent;
	color: #333;
}
#main .navbar-default .navbar-nav .open > a,
#main .navbar-default .navbar-nav li.active > a,
#main .navbar-default .navbar-nav li:hover > a {
	background: #fff;
}
	#main .navbar-default .navbar-nav li:hover > a {
		color:#0e5fb0;
	}
	@media (max-width: 767px) {
		#main .navbar-default .navbar-nav li:hover > a { color: #fff; }
	}
	#main .navbar-default .navbar-nav > li:hover > a {
		border-bottom: 1px solid #0e5fb0;
	}

/* mobile styling*/

.navbar-collapse.collapse.in {
	display: block !important;
}

@media (max-width: 991px) and (min-width:768px) {
	#main .navbar-default .container{
		width: 100%;
	}
}
@media (max-width: 767px) {
	#main .navbar-default .container,
	#main .container > .navbar-header {
		text-align: center;
	}
	#main .navbar-brand {
		float: none;
		margin: 0 auto;
	}
	#main .navbar-default .navbar-toggle {
		float: none;
		position:static;
		margin: 0 auto;
	}
	.navbar-default .navbar-toggle,
	.navbar-default .navbar-toggle:hover  {
		border: none;
		background: rgb(30, 167, 195);
		box-shadow: none;
		border-radius: 0;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff;
	}
}



@media (max-width: 767px) {
	.navbar-default .container > .navbar-collapse {
		margin-left: 10px;
		margin-right:10px;
		margin-top: -9px;
		border: none;
	}
	.navbar-default .navbar-collapse ul{
		background:rgb(30, 167, 195);
		border-radius: 3px;
		padding-top:15px;
		padding-bottom:15px;
	}
	#main .navbar-default .navbar-nav {
		margin-bottom: 0;
	}
	#main .navbar-default .navbar-nav > li {
		text-align: left;		
	}
	#main .navbar-default .navbar-nav > li a {
		color:#fff;
		border-bottom: 1px solid #fff;
	}
	#main .navbar-default .navbar-nav > li.active a,
	#main .navbar-default .navbar-nav > li:hover a {
		background:rgb(23, 140, 164);
		border-bottom: 1px solid #fff;
	}
	#main .navbar-default .navbar-nav > li:last-child a,
	#main .navbar-default .navbar-nav > li:last-child.active a,
	#main .navbar-default .navbar-nav > li:last-child:hover a	{
		border-bottom: none;
	}
	
}
#main .navbar-fixed-top .navbar-collapse {max-height: 500px;}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Do not show the outline on the skip link target. */
.content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.txtleft {
	text-align: left;
}
.txtright {
	text-align: right;
}
.txtcenter {
	text-align: center;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
.stuck {
	  position:fixed;
	  top:0;
}	
	
	
	
/*--------------------------------------------------------------
# # Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/



/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}



/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.caption img[class*="image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.caption .caption-text {
	margin: 0.8075em 0;
}

.caption-text {
	text-align: center;
}



/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
# Styling 
--------------------------------------------------------------*/

#outdated {
	display: none;
    width:100%;
    top:0px;
    left:0px;
    background:#FDF2AB ;
    text-align: center;
	padding: 0.5em 0;
    cursor:pointer;
    font-family: Arial,Helvetica,sans-serif; color:#505050;
    font-size: 12px;
}
#outdated p {
    padding:5px 36px 5px 40px;
}
#outdated a {
    color:#1392db;
}

/*--------------------------------------------------------------
## Styling | common style
--------------------------------------------------------------*/
.BG-wht 	{ 
	background: #fff;
}
.BG-blk	{ 
	background: #212124;
}
.BG-blu 	{ 
	background: #1ea7c3;
}
.BG-line  	{
	border-top: 1px solid #888888;
}
.BG-None	{
	background: none;
}
.BG-photo 	{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
}
.BG-404	{
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-image: url(layouts/img/404.jpg) ;
}



@media (min-width: 992px) {
	.cont {
		padding-top: 3.5em;
		padding-bottom: 3.5em;
	}
}
@media (max-width: 991px) {
	.BG-photoB { background-size: 0%; }
	.cont {
		padding-top: 1.5em;
		padding-bottom: 1.5em;
	}
}
	
	.BG-Photo .container,
	.BG-PhotoB .container { padding-top: 1vh; padding-bottom: 1vh;}
	
.padUp	{ 
	padding-top: 2em;
}
.padDwn	{ 
	padding-bottom: 2em;
}


.sepa	{
	margin:0;
	padding: 0 0 1em;
	clear: both;
	border-top: 1px solid #1392db;
}

.L	{ float: left;}
.R	{ float: right;}
.C	{ clear: both;}


/*--------------------------------------------------------------
## Styling | data-lity style
--------------------------------------------------------------*/
a[data-lity=""] { cursor: pointer; }
	a[data-lity=""] img { 
		width: auto;
		display:block; 
		cursor:  pointer;
		
		position:relative;
		z-index:0;
		
		-webkit-transition:all 200ms cubic-bezier(0.42,0,.58,1);
		-moz-transition:all 200ms cubic-bezier(0.42,0,.58,1);
		-o-transition:all 200ms cubic-bezier(0.42,0,.58,1);
		transition:all 200ms cubic-bezier(0.42,0,.58,1);
	}
	a[data-lity=""] span { 
		width:63px;
		height:55px;
		display:block;
		
		position:relative;
		top:-50px;
		left: -65px;
		float: right;
		z-index:1; 
		
		background: url(layouts/img/glass.png) 0vw 0vh no-repeat;
		-webkit-transition:all 200ms cubic-bezier(0.42,0,.58,1);
		-moz-transition:all 200ms cubic-bezier(0.42,0,.58,1);
		-o-transition:all 200ms cubic-bezier(0.42,0,.58,1);
		transition:all 200ms cubic-bezier(0.42,0,.58,1);
	}
		a[data-lity=""]:hover span  {
			top:-63px;
		}
		a[data-lity=""]:hover img { 
			-webkit-box-shadow:3px 3px 0 0 rgba(6,0,1,.15);
			box-shadow:3px 3px 0 0 rgba(6,0,1,.15);
		}




/*--------------------------------------------------------------
## Styling | ul.fa-ul
--------------------------------------------------------------*/
ul.fa-ul { 
	display: block;
	padding: 1em;
	color: #4d4d4d;
	list-style: none;
}
	ul.fa-ul li {
		margin-left: 3em;
	}
		ul.fa-ul li:before {
			display: inline-block;
			font-size: 1.7em;
			color: #15b0bf;
			font-family: 'FontAwesome';
			content: "\f138";
			margin-left: -1.5em;
			vertical-align: top;
		}
	
	ul.fa-ul h3 { 
		font-size: 1em; 
		line-height: 1em; 
		vertical-align:top;
		padding-top: 0; 
		margin-top: 0; 
		color: #4d4d4d;
		font-weight: bold; 
	}
	ul.fa-ul li p {
		padding-top: 0.5em;
		padding-bottom: 0.5em;
	}
	ul.fa-ul ul p { 
		display: inline-block;
		padding: 0.5em 1em 0;
		max-width: 30em;
	}
	ul.fa-ul li span {
		padding: 0.5em 1em ;
		display: inline-block;
	}








/*--------------------------------------------------------------
## Styling | .ul.listcenter
--------------------------------------------------------------*/
ul.listcenter { 
	list-style: none;
	-js-display: flex;
    display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	-webkit-flex-wrap: nowrap; /* Safari 6.1+ */
			flex-wrap: nowrap;
	
	justify-content: center; 
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	
	margin: 0 auto;
	padding: 0.8em 0;
}
	ul.listcenter li {
		-webkit-box-flex: 0 1 auto;  
		-moz-box-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto; 
	}
	@media (min-width: 768px)  {
		ul.listcenter { 
			-webkit-flex-direction: row; /* Safari 6.1+ */
			flex-direction: row; 
		}
		ul.listcenter li {
			text-align: left;
			padding: 0 0.5em;
		}
	}
	@media (max-width: 767px)  {
		ul.listcenter { 
			-webkit-flex-direction: column; /* Safari 6.1+ */
			flex-direction: column; 
		}
		ul.listcenter li {
			text-align: center;
			padding: 0.5em 0 ;
		}
	}




/*--------------------------------------------------------------
## common styling | .poptri
--------------------------------------------------------------*/
a.poptri { 
	padding-left: 0.3em;
	padding-right: 0.3em;
	color: #404040;
	border-bottom: 1px dashed #404040;
	text-decoration: none;
}
	a.poptri:hover { text-decoration: none; }
	a.poptri:after { 
		font-family: 'FontAwesome';
		content: '\f054';
		padding-left: 0.5em;
		font-size: 0.9em;
		color: #329fe3;
	}
	a.noborder { border-bottom: none;} 	
	
.popover-content { 
	font-size: 0.9em;
	line-height: 1.5em;
	max-width: 340px;
	padding: 2.5em 15px;
	text-align: left; 
}
.popover-title { 
	font-size: 1.1em;
	line-height: 1.8em;
	text-align: center;
	font-family: 'Open Sans','微軟正黑體', 'Microsoft JhengHei', 'MingLiU',\5FAE\8EDF\6B63\9ED1\9AD4 , 'Ubuntu Mono', '微软雅黑' , Hei , sans-serif; 
	color: #404040;
}
.popover-content p {  
	max-width: 340px;
	line-height: 1.5em;
	text-align: left; 
	font-family: 'Open Sans','微軟正黑體', 'Microsoft JhengHei', 'MingLiU',\5FAE\8EDF\6B63\9ED1\9AD4 , 'Ubuntu Mono', '微软雅黑' , Hei , sans-serif;
	color: #222222;
	background: transparent;
}



/*--------------------------------------------------------------
## Styling | btn style
--------------------------------------------------------------*/
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0.5em 2em;
  font-size: 1.12em;
  line-height: 1.7em;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
	box-shadow:  none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn:visited,
.btn.visited {
	color: #fff;
}
.btn-default {
  color: #fff;
  border-color: #fff;
  border-radius: 5px;
  background-color: rgb(30, 167, 195);
  box-shadow:  none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #efefef;
  border-radius: 6px;
  background-color: rgb(59, 59, 59);
  box-shadow:  none;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-default a {
	color: #fff;
}
	.btn-default a:hover {
		text-decoration: none;
	}
.btn-primary {
  color: #ffffff;
  border-radius: 5px;
  background-color: rgb(0, 92, 175);
  box-shadow: 0px 3px 0px 0px #0b346e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #1b83b8;
  border-color: #156690;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #209cdc;
  border-color: #1d8cc6;
}
.btn-primary .badge {
  color: #209cdc;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  border-radius: 5px;
  background-color: rgb(124, 195, 32);
  box-shadow: 0px 3px 0px 0px #488000;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #75a019;
  border-color: #587813;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #8fc31f;
  border-color: #7fad1c;
}
.btn-success .badge {
  color: #8fc31f;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  border-radius: 5px;
  background-color: rgb(136, 136, 136);
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color:transparent;
  border-color: #888888;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  border-radius: 5px;
  background-color: rgb(255, 170, 0);
  box-shadow: 0px 3px 0px 0px #c35c00;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #d68f00;
  border-color: #a87000;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #ffaa00;
  border-color: #e69900;
}
.btn-warning .badge {
  color: #ffaa00;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  border-radius: 5px;
  background-color: rgb(213, 44, 47);
  box-shadow: 0px 3px 0px 0px #d52c2f;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #209cdc;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #209cdc;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #8d8f8e;
  text-decoration: none;
}

.btn-block 	{ 
	padding: 1em 4.5em;
	font-size: 1.5em;
}

/*--------------------------------------------------------------
## Page Styling | Common styles
--------------------------------------------------------------*/
.cont .btn {
	white-space: pre-line;
}
.cont .check,
.table.tblcont > tbody > tr > td span.check {
	display: none;
}

@media (max-width: 991px)   {
	.btn-responsive {
			padding:8px 10px;
			font-size:90%;
			line-height: 1;
			border-radius:3px;
	  }
	#legalcontent ul { padding-left: 1em;} 
}


/* flexlist */
ul.flexlist { 
	-js-display: flex;
    display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	-webkit-flex-direction: row; /* Safari 6.1+ */
	flex-direction: row;
	-webkit-flex-wrap: wrap; /* Safari 6.1+ */
	flex-wrap: wrap;
	
	justify-content: space-between; 
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	
	align-items: stretch;
	align-content: center;
	
	margin: 0;
}

	ul.flexlist li {
		-webkit-box-flex: 0 1 auto;
		-moz-box-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		padding-left: 0.2em;
		padding-right:0.2em;
	}
		

	

@media (min-width: 992px) {
	ul.flexlist li { width: 25%;}
}
@media (max-width: 991px) {
	ul.flexlist li { width:50%;}
}


/* checklist */
ul.checklist {
	list-style: none;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin:0;
}
	ul.checklist li h4 {
		font-size: 1em;
	}
	ul.checklist li:before {
		float: left;
		font-family: 'FontAwesome';
		content: "\f05d";
		font-size:1em;
		color: #1ea7c3;
		padding-right: 0.8em;
	}
		ul.checklist.wht li h4,
		ul.checklist.wht li:before {
			color: #fff;
		}
		


/*--------------------------------------------------------------
## Page Styling | table
--------------------------------------------------------------*/
.table { 
	display: table;
	font-family: 'Open Sans', '微軟正黑體', 'Microsoft JhengHei', 'MingLiU',\5FAE\8EDF\6B63\9ED1\9AD4 , 'Ubuntu Mono', '微软雅黑' ,  Hei , sans-serif;
	line-height: 1.3em;
}
	.page .table > tbody > tr > td,
	.page .table > tbody > tr > th {
		vertical-align: middle;
		white-space: pre-wrap;
	}
	
	@media (max-width: 991px) {
		.page .table > thead > tr > th,
		.page .table > thead > tr > td,
		.page .table > tbody > tr > th,
		.page .table > tbody > tr > td {
			word-break: break-all;
		}
	}	
	.table th	{ 
		font-weight: bold;
	}
	.table td	{ 
		color: #404040;
	}
	.table-txtC td {
		text-align: center;
	}
	
	.table > thead > tr > td.titlecol,
	.table > tbody > tr > td.titlecol,
	.table > tfoot > tr > td.titlecol,
	.table > thead > tr > th.titlecol,
	.table > tbody > tr > th.titlecol,
	.table > tfoot > tr > th.titlecol,
	.table > thead > tr.titlecol > td,
	.table > tbody > tr.titlecol > td,
	.table > tfoot > tr.titlecol > td,
	.table > thead > tr.titlecol > th,
	.table > tbody > tr.titlecol > th,
	.table > tfoot > tr.titlecol > th {
		text-align: center;
		font-weight: bold;
		color: rgba(255, 255, 255,1);
		background:rgba(3, 169, 244,1);
		border: none;
	} 
	
	.table > thead > tr > td.titlecol:nth-child(even),
	.table > tbody > tr > td.titlecol:nth-child(even),
	.table > tfoot > tr > td.titlecol:nth-child(even),
	.table > thead > tr > th.titlecol:nth-child(even),
	.table > tbody > tr > th.titlecol:nth-child(even),
	.table > tfoot > tr > th.titlecol:nth-child(even),
	.table > thead > tr.titlecol > td:nth-child(even),
	.table > tbody > tr.titlecol > td:nth-child(even),
	.table > tfoot > tr.titlecol > td:nth-child(even),
	.table > thead > tr.titlecol > th:nth-child(even),
	.table > tbody > tr.titlecol > th:nth-child(even),
	.table > tfoot > tr.titlecol > th:nth-child(even) { background:rgba(3, 155, 229,1); }
	
	.table > thead > tr > td.titlecol:nth-child(3n+3),
	.table > tbody > tr > td.titlecol:nth-child(3n+3),
	.table > tfoot > tr > td.titlecol:nth-child(3n+3),
	.table > thead > tr > th.titlecol:nth-child(3n+3),
	.table > tbody > tr > th.titlecol:nth-child(3n+3),
	.table > tfoot > tr > th.titlecol:nth-child(3n+3),
	.table > thead > tr.titlecol > td:nth-child(3n+3),
	.table > tbody > tr.titlecol > td:nth-child(3n+3),
	.table > tfoot > tr.titlecol > td:nth-child(3n+3),
	.table > thead > tr.titlecol > th:nth-child(3n+3),
	.table > tbody > tr.titlecol > th:nth-child(3n+3),
	.table > tfoot > tr.titlecol > th:nth-child(3n+3) { background:rgba(2, 136, 209,1); }
	
	/*
	background:rgba(81, 168, 221,1);
	background:rgba(33, 150, 243,1);
	background:rgba(30, 136, 229,1);
	background:rgba(25, 118, 210,1);
	background:rgba(21, 101, 192,1);
	background:rgba(13, 71, 161,1);
	*/
	
	.table > thead > tr > td.empcol,
	.table > tbody > tr > td.empcol,
	.table > tfoot > tr > td.empcol,
	.table > thead > tr > th.empcol,
	.table > tbody > tr > th.empcol,
	.table > tfoot > tr > th.empcol,
	.table > thead > tr.empcol > td,
	.table > tbody > tr.empcol > td,
	.table > tfoot > tr.empcol > td,
	.table > thead > tr.empcol > th,
	.table > tbody > tr.empcol > th,
	.table > tfoot > tr.empcol > th {
		font-weight: bold; 
	} 


	.table > thead > tr > td.blcol,
	.table > tbody > tr > td.blcol,
	.table > tfoot > tr > td.blcol,
	.table > thead > tr > th.blcol,
	.table > tbody > tr > th.blcol,
	.table > tfoot > tr > th.blcol {
		color: rgba(255,255,255,0);
		background:rgba(255,255,255,0);
		border: none;
	} 
	
	/* table-hover */
	.table-hover > tbody > tr:hover th,
	.table-hover > tbody > tr:hover td {
		background-color: #f5f5f5;
	}

@media (min-width: 992px) {
	.table.tblcont > thead > tr > th,
	.table.tblcont > tbody > tr > th  {
		padding-left: 1.5em;
	}
}
@media (max-width: 991px) {
	.table.tblcont > thead > tr > th span,
	.table.tblcont > tbody > tr > th span,
	.table.tblcont > thead > tr > td span,
	.table.tblcont > tbody > tr > td span {
		display: block;
	}
}




/*--------------------------------------------------------------
# Site Structure
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Site Structure | #breadcrumb
--------------------------------------------------------------*/
#breadcrumb {
	background: #212124;
	padding: 30px 0;
}
	#breadcrumb ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#breadcrumb ul li {
		float: left;
		padding-right: 1em;
		padding-left: 1em;
		border-right: 1px solid #fff;
	}
		#breadcrumb ul li:first-child { padding-left: 0;}
		#breadcrumb ul li:last-child { border-right:  none; }
		
	 
	#breadcrumb ul a {
		font-family: 'Raleway', '微軟正黑體', 'Microsoft JhengHei', 'MingLiU',\5FAE\8EDF\6B63\9ED1\9AD4 , 'Ubuntu Mono', '微软雅黑' ,  Hei , sans-serif;
		font-size: 2em;
	}
		#breadcrumb ul a {
			color: #1ea7c3;
		}
		#breadcrumb ul a:hover { text-decoration: none;}
		#breadcrumb ul li:first-child a { color: #fff;}
		
			





/*--------------------------------------------------------------
# Site Structure
--------------------------------------------------------------*/
@media (max-width: 991px) {
	.rwd-rvbreak { display: none;}
}


#primary {
	clear: both;
	min-height: 30em;
}

/*--------------------------------------------------------------
## Site Structure | .split	
--------------------------------------------------------------*/
.split { 
	-js-display: flex;
    display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	-webkit-flex-wrap: nowrap; /* Safari 6.1+ */
	flex-wrap: nowrap;
		
	justify-content: flex-end; 
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
}
	.split #primary,
	.split #secondary {
		-webkit-box-flex: 1 1 auto;  
		-moz-box-flex: 1 1 auto;
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto; 
	}
	.site-content > article { display: none;}
	.split #secondary {
		padding: 2em 0.8em;
	}
	.split #secondary ul {
		margin:0;
		padding: 0.5em 0em 1em 2em;
	}
		.split #secondary ul li {
			margin: 0;
			padding: 0.5em;
			line-height: 0.2em;
		}
		.split #secondary h2.widget-title {
			padding-bottom: 0.3em;
			margin: 0;
		}

@media (min-width: 992px) {
.split { 
	-webkit-flex-direction: row-reverse; /* Safari 6.1+ */
	flex-direction: row-reverse;
}
}
@media (max-width: 991px) {
.split { 
	-webkit-flex-direction: column; /* Safari 6.1+ */
	flex-direction: column;
}
}


/*--------------------------------------------------------------
## Site Structure | common
--------------------------------------------------------------*/
header.main,
header.main a,
#footer,
#footer a {
	color: #fff;
	text-decoration: none;
}
	header.main ul,
	#footermap ul {
		list-style: none;
		margin:0 ;
	}

/*--------------------------------------------------------------
## Site Structure | #socialBtn
--------------------------------------------------------------*/
#socialBtn {
		text-align: left;	
	}
@media (max-width: 991px) {
	#socialBtn { text-align: center;}
}
	
	#socialBtn ul { margin: 0; padding: 0;}
	#socialBtn ul li { list-style: none; margin: 0; padding: 0.5em 0.5em 0.5em 0; display: inline-block;}
	#socialBtn ul li p { display: none;}
	#socialBtn ul li span {
		width: 1.8em;
		height: 1.8em;
		padding: 0.5em 0 0 0.5em;
		font-size: 1.3em;
		border-radius: 50%;
		color:#fff;
		-webkit-transition: all 0.3s linear;
		 -moz-transition: all 0.3s linear;
		   -o-transition: all 0.3s linear;
			  transition: all 0.3s linear;}
		#socialBtn ul li span:hover { background: #fff;}
		
		#socialBtn ul li .fa-facebook	{ background:#3b5998; }	
			#socialBtn ul li .fa-facebook:hover	{ color:#3b5998; }
		#socialBtn ul li .fa-twitter	{ background:#00aced; }
			#socialBtn ul li .fa-twitter:hover	{ color:#00aced; }
		#socialBtn ul li .fa-google-plus	{ background:#dd4b39; }
			#socialBtn ul li .fa-google-plus:hover	{ color:#dd4b39; }
		#socialBtn ul li .fa-linkedin	{ background: #007bb6; }
			#socialBtn ul li .fa-linkedin:hover{ color: #007bb6; }
		#socialBtn ul li .fa-instagram	{ background: #517fa4;}
			#socialBtn ul li .fa-instagram:hover	{ color: #517fa4;}
		#socialBtn ul li .fa-weibo	{ background: #E6162D; }
			#socialBtn ul li .fa-weibo:hover	{ color: #E6162D; }
		#socialBtn ul li .fa-qq		{ background: #0072b1; }
			#socialBtn ul li .fa-qq:hover		{ color: #0072b1; }


	
/*--------------------------------------------------------------
## Site Structure | header#main
--------------------------------------------------------------*/
header#main {
	background: #333333;
	font-size: 0.9em;
	height: auto;
}
@media (min-width: 768px) {
	header#main  {
		height:100px;
	}
}

@media (max-width: 767px) {
	header#main {
		height:150px;
	}
}	

			
		
/*--------------------------------------------------------------
# Site Structure | #footer
--------------------------------------------------------------*/
#footersupport { 
	font-family: 'Open Sans', Helvetica, Arial,'微軟正黑體', 'Microsoft JhengHei', 'MingLiU',\5FAE\8EDF\6B63\9ED1\9AD4 , 'Ubuntu Mono', '微软雅黑' , Hei , sans-serif;
	background: #03A9F4; color: #fff;
	padding: 0.5em 0;
}
	#footersupport h6 { 
		font-size: 1.5em; text-align: center; font-weight: 400; line-height: 1.1em;
	}
	#footersupport ul { 
		-js-display: flex;
    	display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		
		-webkit-flex-direction: row; /* Safari 6.1+ */
				flex-direction: row;
		
		justify-content: center; 
		-webkit-justify-content:  center;
		-ms-flex-pack: center;
		
		list-style: none;
		margin: 0 auto;
		padding: 0 0 0.5em ;
	}
		#footersupport ul li {
			-webkit-box-flex: 0 1 auto;  
			-moz-box-flex: 0 1 auto;
			-webkit-flex: 0 1 auto;
			-ms-flex: 0 1 auto;
			flex: 0 1 auto;
			
			vertical-align: middle;
			line-height: 1.3em;
		}
			#footersupport a { color: #fff; padding-left: 0.5em; }
		@media (min-width: 992px) {
			#footersupport ul { 
				-webkit-flex-wrap: nowrap; /* Safari 6.1+ */
				flex-wrap: nowrap;
			}
			#footersupport ul li { padding-right: 1em;}
				#footersupport ul li:last-child { padding-right: 0;}
				
			#footersupport [class^="icon-"],
			#footersupport [class*="icon-"] {
				font-size: 1.6em;
				padding-right: 0.5em;
				
				line-height: 1.15em;
			}
			.continfo {
				font-size: 1.3em; 
			}
			#footersupport a { font-size: 1.1em;}
		}
		@media (max-width: 991px) {
			#footersupport ul { 
				-webkit-flex-wrap: wrap; /* Safari 6.1+ */
				flex-wrap: wrap;
			}
				#footersupport ul li { text-align: center; padding-right: 1em;}
			#footersupport [class^="icon-"],
			#footersupport [class*="icon-"] {
				font-size: 1.3em;
				padding-right: 0.5em;
			}
			.continfo {
				font-size: 1em;	
			}
		}
		@media (max-width: 767px) {
			#footersupport ul li { padding-top: 1em;}
		}
		



/*--------------------------------------------------------------
## Site Structure | sitefooter
--------------------------------------------------------------*/
#sitefooter {
	padding-top: 10px;
	padding-bottom: 5em;
	background:#fff;
	border-top: 1px solid #bebebe;
}
	#sitefooter .CI {
		padding-top: 35px;
	}
	#sitefooter p {
		font-size: 11px;
	}

@media (min-width: 992px) {
	#sitefooter .container > div:last-child {
		text-align: center;
	}
}		
@media (max-width: 991px) {
	#sitefooter .container > div:first-child {
		padding-top: 1em;
	}
	#sitefooter .container > div {
		text-align: center;
	}
	
}

/*--------------------------------------------------------------
## Site Structure | #tvbanner
--------------------------------------------------------------*/
#tvbanner {
	position:static;
}


/*--------------------------------------------------------------
## Site Structure | #index_grids
--------------------------------------------------------------*/
#index_grids {
	text-align: center;	
}
#index_grids h3,
#index_grids p { 
	text-align: center;
}

#index_grids h3 {
	font-weight: 300;
	color: #1ea7c3;
}
#index_grids p { 
	text-align: center;
	font-size: 0.8em;
	line-height: 1.7em;
}
@media (max-width: 991px) {
	#index_grids img {
		margin: 0 auto;
	}
}



/*--------------------------------------------------------------
## Site Structure | #index_gallery
--------------------------------------------------------------*/
#index_gallery {
	text-align: center;
}
#index_gallery ul {
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
}

#index_gallery ul li {
	padding-left: 0.2em;
	padding-right:0.2em;
	float: left
}
#index_gallery li p {
	text-indent: -9999px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	
	width: 283px;
	height: 260px;
}

.ig_list {
  width:267px; height:244px;
  line-height: 244px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color:rgba(255,255,255,0);
  margin: 0 auto;
  margin-bottom:2em;  
  -webkit-transform: translateZ(0);
  transform: translateZ(0);  
  border: 2px #FFF solid;
  border-radius: 3px;
  box-shadow: 0px 2px 4px rgba(0,0,0,0.3);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color:rgba(30,167,195,0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.ig_list u{
	text-decoration:none;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
}

.ig_list:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color:rgba(30,167,195,0.8);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.ig_list:hover, .ig_list:focus, .ig_list:active {
  color: white;
  text-decoration:none;
}
.ig_list:hover:before, .ig_list:focus:before, .ig_list:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
  text-decoration:none;
}



@media (min-width: 992px) {
	#index_gallery li {
		width: 25%;
	}
}
@media (max-width: 991px){
	#index_gallery img {
		margin: 0 auto;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	#index_gallery li{
		width: 50%;
	}
}

@media (max-width: 767px){
	#index_gallery li p {
		width: 100%;
	}
	#index_gallery li{
		width: 100%;
	}
	
}


/*--------------------------------------------------------------
## Site Structure | #index_services 
--------------------------------------------------------------*/
#index_services  {}

#index_services .service p {
	font-size: 0.9em;
	height: 11em;
}

#index_services .service hr {
	width:5em;
	height: 3px;
	background-color:#1ea7c3;
}

#index_services .service h4 {
	font-size: 1em;
	color: #1ea7c3;
}

#index_services .service ul {
	list-style: none;
	padding: 1em 0;
}


#index_services .service:first-child ul.flexlist li {
	margin: 0;
	padding: 0.5em 0.2em;
	
}
	#index_services .service:first-child ul li h4 {
		margin: 0;
	}
	#index_services .service:first-child ul.flexlist li h4:before {
		display: block;
		width: 37px;
		height: 45px;
		margin: 0 auto;
		content: '';
		background-repeat: no-repeat;
	}
		#index_services .service:first-child ul li:nth-child(1) h4:before {
			
			background-image:url(../img/index/service01.png);
		}
		#index_services .service:first-child ul li:nth-child(2) h4:before {
			background-image:url(../img/index/service02.png);
		}
		#index_services .service:first-child ul li:nth-child(3) h4:before {
			background-image:url(../img/index/service03.png);
		}
		#index_services .service:first-child ul li:nth-child(4) h4:before {
			background-image:url(../img/index/service04.png);
		}
		#index_services .service:first-child ul li:nth-child(5) h4:before {
			background-image:url(../img/index/service05.png);
		}
		#index_services .service:first-child ul li:nth-child(6) h4:before {
			background-image:url(../img/index/service06.png);
		}
	

@media (min-width: 992px) {
	#index_services .service:first-child ul.flexlist li { width: 33.3%;}
}
@media (max-width: 991px) {
	#index_services .service:first-child ul.flexlist li { width: 33.3%;}
}


/*--------------------------------------------------------------
## Site Structure | #index_clients
--------------------------------------------------------------*/
#index_clients h2 {
	color: #fff;
}
	 
#index_clients ul { 
	list-style: none;
	margin: 0 auto;
	padding-left: 0;
}
	
	#index_clients li {
		padding-left: 0.2em;
		padding-right:0.2em;
		text-align: center;
		float: left;
	}
	#index_clients li p {
		text-indent: -9999px;
		background-position: 50% 50%;
		background-repeat: no-repeat;
		
		width: 215px;
		height: 150px;
	}
	

@media (min-width: 992px) {
	#index_clients ul li { width: 20%;}

}
@media (max-width: 991px) and (min-width: 768px) {
	#index_clients ul li { width: 33.3%;}
}

@media (max-width: 767px) {
	#index_clients ul.flexlist  { 
		margin: 0 auto;
	}
	#index_clients ul li { width: 50%;}
	#index_clients li p { width: 100%;}
	#index_clients li p { background-size: contain;}
}



/*--------------------------------------------------------------
## Site Structure | aboutus
--------------------------------------------------------------*/
#galTil h2 {
	font-size: 2em;
	line-height: 2em;
	margin-bottom: 1.5em;
}
#galTil p {
	font-size: 1em;
	color: #888888;
}
#galTil img {
	margin: 0 auto;
	padding-bottom: 3em;
}

#missionrow > div { 
	-js-display: flex;
    display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	-webkit-flex-direction: row; /* Safari 6.1+ */
	flex-direction: row;
	-webkit-flex-wrap: nowrap; /* Safari 6.1+ */
	flex-wrap: nowrap;
	
	justify-content: space-between; 
	-webkit-justify-content: space-between;
	-ms-flex-pack: center;
	
	align-items: stretch;
	align-content: center;
}
.mission {
	-webkit-box-flex: 0 1 auto;
	-moz-box-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

@media (min-width: 992px) {
}
@media (max-width: 991px) {
	#missionrow > div { 
		-webkit-flex-direction: column; /* Safari 6.1+ */
		flex-direction: column;
	}
}


.mission div {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 1px solid #00a7b6;
	margin: 0 auto;
}
.mission img {
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.mission h3,
.mission p {
	text-align: center;
}


#followus {
	background: #444444;
	text-align: center;
}
	#followus h2,
	#followus p,
	#followus li { 
		color: #fff;
	}
	#followus h2 {
		padding-bottom: 0.3em;
	}
	#followus ul {
		 list-style: none;
		 margin: 0 auto;
		 padding: 0;
	}
		#followus ul li {
			display: inline;
			font-family: 'Open Sans', '微軟正黑體', 'Microsoft JhengHei', 'MingLiU',\5FAE\8EDF\6B63\9ED1\9AD4 , 'Ubuntu Mono', '微软雅黑' ,  Hei , sans-serif;
			font-weight: 300;
			margin: 0;
		}
		#followus ul li:last-child {
			padding-left: 0.3em;
		}
		#followus ul li a {
			color: #fff;
		}
		#followus ul li i {
			width: 1.8em;
			height: 1.8em;
			padding: 0.5em 0 0 0.5em;
			font-size: 1.3em;
			border-radius: 50%;
			color: #444444;
			background: #fff;
		}

/*--------------------------------------------------------------
## Site Structure | myphotobooth2
--------------------------------------------------------------*/
@media (max-width: 991px) {
	.phexptop .img-responsive,
	.ph1 .img-responsive,
	.ph2 .img-responsive { margin: 0 auto; width: 100%;}
}




/*--------------------------------------------------------------
## Site Structure | myphotobooth2
--------------------------------------------------------------*/
.func { 
	text-align: center;
}
.func img { 
	margin: 0 auto;
}
.func p { 
	text-align: left;
}

#package,
#package h2 {
	color: #fff;
}

#packrow  { 
	-js-display: flex;
    display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	-webkit-flex-direction: row; /* Safari 6.1+ */
	flex-direction: row;
	-webkit-flex-wrap: nowrap; /* Safari 6.1+ */
	flex-wrap: nowrap;
	
	justify-content: space-between; 
	-webkit-justify-content: space-between;
	-ms-flex-pack: center;
	
	align-items: stretch;
	align-content: center;
	
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-bottom: 2em;
}
.pack {
	-webkit-box-flex: 0 1 auto;
	-moz-box-flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}
	.pack h3 {
		text-align: center;
		color:#212124;
		line-height: 1.3em;
	}
	.pack div img {
		margin: 0 auto;
	}

@media (min-width: 992px) {
	.pack { width: 33.3%;}
}
@media (max-width: 991px) {
	#packrow  { 
		-webkit-flex-direction: column; /* Safari 6.1+ */
		flex-direction: column;
	}
	.pack { 
		width: 100%;
		text-align: center;
	}
}

#packbtn {
	padding-top: 1em;
	padding-bottom: 1em;
}
	#packbtn ul  {
		margin:0;
		padding-left: 0;
		list-style: none;
	}
	#packbtn ul li { 
		-js-display: flex;
    	display: flex;
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		
		-webkit-flex-direction: row; /* Safari 6.1+ */
		flex-direction: row;
		-webkit-flex-wrap: nowrap; /* Safari 6.1+ */
		flex-wrap: nowrap;
		
		justify-content: flex-start; 
		-webkit-justify-content: flex-start;
		-ms-flex-pack: start;
		
		align-items: stretch;
		align-content: center;
	}
		.no-flexbox #packbtn ul li   {
			display: table-cell;
		}
		#packbtn ul li:before ,
		#packbtn ul li p {
			-webkit-box-flex: 0 1 auto;
			-moz-box-flex: 0 1 auto;
			-webkit-flex: 0 1 auto;
			-ms-flex: 0 1 auto;
			flex: 0 1 auto;
		}
		#packbtn ul li:before {
			content: '*';			
			color: #fff;
			padding-right: 0.8em;
		}
		#packbtn ul li p {
			color: #fff;
			line-height: 1.3em;
			padding-bottom: 0;
		}

	#packbtn > div:last-child {
		padding-top: 1em;
	}
	#packbtn .btn {
		font-size: 1.5em;
		font-weight: bold;
	}
	
#addon h5 {
	color: #1ea7c3;
}
@media (max-width: 991px) {
	#addon h5 {
		text-align: center;
	}
	#addon img {
		margin: 0 auto;
	}
}

/*--------------------------------------------------------------
## Site Structure | #contact
--------------------------------------------------------------*/
#contacthead h2 {
	color: #000000;
}
#contacthead p {
	color: #444444;
	font-size: 1.3em;
	padding-top: 20px;
}
#contactinfo .dl-horizontal {
	font-family: 'Source Sans Pro', Helvetica, Arial, '微軟正黑體', 'Microsoft JhengHei', 'MingLiU',\5FAE\8EDF\6B63\9ED1\9AD4 , 'Ubuntu Mono', '微软雅黑' ,   Hei , sans-serif;
	color: #444444;
	padding-top: 1em;
	font-size: 1.3em;
}
	#contactinfo .dl-horizontal dt {
		width: 5em;
		font-weight: 300;
	}
	#contactinfo .dl-horizontal dd {
		margin-left: 6em;
		margin-bottom:0.5em;
		font-weight: 300;
	}
	@media (max-width: 768px)  {
		#contactinfo .dl-horizontal dd {
			margin-top: -1.5em;
		}
	}
	#contactinfo a {
		color: #444444;
	}
	
	#contactinfo .dl-horizontal dd:last-child a {
			color: #fff;
		}
		.dl-horizontal i {
			width: 1.6em;
			height: 1.6em;
			padding: 0.4em 0 0 0.7em;
			font-size: 1.3em;
			border-radius: 50%;
			color: #fff;
			background: #444444;
		}
	#contactinfo h3 {
		color: #444444;
		font-size: 1.2em;
		line-height: 1em;
		padding-bottom: 1em;
		margin-top: 0;
		margin-bottom: 0;
	}
	#contactinfo h3 span {
		color: #888888;
	}
	
	#contactinfo .dropdown-toggle .filter-option {
		padding-top: 10px;
	}
	#contactinfo .form-group .btn {
		line-height: 0.8em;
	}
	#contactinfo ul {
		list-style: none;
		padding-left: 0;
	}
	@media (min-width: 992px) {
		#contactinfo ul.flexlist {
			justify-content: space-around; 
	-webkit-justify-content: space-around;
	-ms-flex-pack: center;
		}
		#contactinfo ul.flexlist li {
			width: 50%;
		}
		#contactinfo ul.flexlist li:first-child { text-align: right;}
	}
	@media (max-width: 991px) {
		#contactinfo ul.flexlist li { text-align: center;}
	}
	#contactinfo ul.flexlist li:first-child .btn-default { background: #444444;}
	
	#contactinfo .bs-caret {
		line-height: 1em;
	}
	#contactinfo .bootstrap-select {
		margin-bottom: 15px;
	}
	#contactinfo .bootstrap-select > .dropdown-toggle {
		padding-bottom: 0;
		height: 3.5em;
		font-size: 1em;
	}
	#contactinfo .bootstrap-select > .btn-default {
		color: #999999;
		font-size: 1em;
		background: #fff;
		border: 1px solid #ccc;
		border-radius: 0;
	}
	#contactinfo ::-webkit-input-placeholder,
	#contactinfo :-moz-placeholder,
	#contactinfo ::-moz-placeholder ,
	#contactinfo :-ms-input-placeholder  {
	   color: #cccccc;
	   font-size: 1em;
	}
	textarea.form-control {
		padding: 1em 1.5em;
		border-radius: 0;
		font-size: 1em;
	}
		


/*--------------------------------------------------------------
## Site Structure | #album
--------------------------------------------------------------*/
#albumhead h2{
	font-size: 2.5em;
	line-height: 1em;
}
#albumhead p {
	text-align: center;
	font-size: 1.3em;
}
#albumlist p {
	text-align: center;
}


#albumlist ul.flexlist {
	list-style: none;
	align-items: center;
	align-content: center;
	padding-left: 0;
}
	#albumlist ul.flexlist li {
		padding: 0.5em 0.5em;
		text-align: center;
	}
	@media (max-width: 991px) {
		#albumlist ul.flexlist li {
			width: 25%;
		}
	}
	#albumlist ul.flexlist li div {
		background: #1ea7c3;
		margin: 0 auto;
		padding-top: 33.5%;
		width: 95%;
		height: 33vh;
	}
	@media (max-width: 1199px) and (min-width: 992px) {
		#albumlist ul.flexlist li div {
			padding-top: 25%;
			height: 26vh;
		}
	}
	@media (max-width: 991px) and (min-width: 768px) {
		#albumlist ul.flexlist li div {
			padding-top:25%;
			width: 11em;
			height: 11em;
		}
	}
	@media (max-width: 767px) and (min-width: 431px) {
		#albumlist ul.flexlist li {
			width: 50%;
		}
		#albumlist ul.flexlist li div {
			padding-top:12.5%;
			width: 22em;
			height: 20em;
		}
	}
	@media (max-width: 630px) {
		#albumlist ul.flexlist li {
			width: 100%;
		}
		#albumlist ul.flexlist li div {
			padding-top:25%;
			height: 35vh;
		}
		
	}
	#albumlist ul.flexlist li p {
		text-align: center;
		color: #fff;
		font-size: 1.1em;
		margin: 0 auto;
	}
	#albumlist ul.flexlist li a:hover {
		text-decoration: none;
	}
	
.al_list{
	width:95%;
	margin:0 auto;
	padding:0;
	list-style:none;
	padding-left:0;
	-webkit-display: -webkit-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:  wrap;
	align-content: stretch;
	align-items:center;
}
.al_item {
	margin:0 auto;
	background-color: #1ea7c3;
	margin:10px	
}

.al_item div{
	width: 250px;
	height: 170px;
	min-width:250px;
	min-height:170px;
	display: table-cell;
	vertical-align: middle;
	color:#FFF
}
 
#albumlist ul.al_list li div p{
	color: #fff;
	font-size: 1.1em;
	padding-top: 1.6em;
}

@media (max-width: 1199px) {	    
	.al_list{width:86.5%;}
}

@media (max-width: 991px) {
	.al_list{width:75%;}
}

@media (max-width: 767px) {
	.al_list{justify-content: center ;}
	#albumlist ul.al_list li div p{	font-size: 1.5em;}
}
 
@media screen and ( max-width: 480px ){ 
	#albumlist ul.al_list li div p{
	font-size:1.5em;}
}

#albumlist ul.al_list li a:hover {
text-decoration: none;
}	
#albumlist nav,
#albumlist_login nav {
	text-align: center;
	-js-display: flex;
    display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	-webkit-flex-direction: column; /* Safari 6.1+ */
	flex-direction: column;
	-webkit-flex-wrap: nowrap; /* Safari 6.1+ */
	flex-wrap: nowrap;
	
	justify-content: space-around; 
	-webkit-justify-content: space-around;
	-ms-flex-pack: center;
	
	align-items: stretch;
	align-content: center;
	padding-left: 0;
}

	#albumlist_login #albumlist nav .pagination,
	#albumlist nav .pagination {
		-webkit-box-flex: 0 1 auto;
		-moz-box-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
		padding-top: 0.5em;
		padding-bottom: 1em;
		padding-left: 0;
	}
	#albumlist_login .pagination,
	#albumlist .pagination {
		text-align: center;
		margin: 0 auto;
	}
	#albumlist_login .pagination > li > a,
	#albumlist .pagination > li > a {
		font-size: 1.3em;
		padding: 0.7em 1em;
		color: #1ea7c3;
	}
	#albumlist_login .pagination > li > a:hover,
	#albumlist .pagination > li > a:hover {
		color: #fff;
		background: #1ea7c3;
	}
	@media (min-width: 992px) {
		.form-horizontal { padding-top: 4em; }
	}
	@media (max-width: 991px) {
		.form-horizontal { padding-bottom: 2em; }
	}
	.form-horizontal ul {
		list-style: none;
		padding-left: 0;
	}
	@media (min-width: 992px) {
		.form-horizontal ul.flexlist {
			justify-content: space-around; 
			-webkit-justify-content: space-around;
			-ms-flex-pack: center;
		}
		.form-horizontal ul.flexlist li {
			width: 50%;
		}
		.form-horizontal ul.flexlist li:first-child { text-align: right;}
		.form-horizontal ul.flexlist li:last-child { text-align: left;}
	}
	@media (max-width: 991px) {
		.form-horizontal ul.flexlist li { text-align: center;}
	}
	.form-horizontal ul.flexlist li:first-child .btn-default { background: #444444;}
	
	#albumlogin .col-md-6:last-child div {
		background: #1ea7c3;
		border-radius: 3px;
		height: 368px;
	}
	#albumlogin .col-md-6:last-child div p {
		text-align: center;
		color: #fff;
		padding-top: 25%;
		font-size: 1.7em;
		height: 180px;
	}
	
#albumlist_login img { margin: 0 auto; }

#albumlist_login ul.flexlist {
	list-style: none;
	padding-bottom: 2em;
	text-align: center;
	padding-left: 0;
	-ms-flex-wrap:wrap;
}
	#albumlist_login ul.flexlist li {
		padding: 0.3em 0.5em;
	}
	@media (min-width: 992px) {
		#albumlist_login ul.flexlist li { width: 16.6%; }
	}
	#albumlist_login ul li a:hover{
		text-decoration: none;
	}
	
/*--------------------------------------------------------------
## Site Structure | #faq
--------------------------------------------------------------*/

ul#faq {
	text-align: left;
	margin:0;
	padding-left: 0;
}
ul#faq li { 
	-js-display: flex;
    display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	
	-webkit-flex-direction: row; /* Safari 6.1+ */
	flex-direction: row;
	-webkit-flex-wrap: nowrap; /* Safari 6.1+ */
	flex-wrap: nowrap;
	
	justify-content: flex-start; 
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	
	align-items: stretch;
	align-content: center;
}
	ul#faq li:before ,
	ul#faq li div {
		-webkit-box-flex: 0 1 auto;
		-moz-box-flex: 0 1 auto;
		-webkit-flex: 0 1 auto;
		-ms-flex: 0 1 auto;
		flex: 0 1 auto;
	}
	ul#faq li:before {
		font-family: 'FontAwesome';
		content: "\f0d7";
		font-size:1em;
		color: #000000;
		padding-right: 1em;
		padding-top: 0.5em;
	}
	ul#faq li h3 {
		font-weight: 700;
		color: #000000;
		font-size: 1.4em;
		padding-bottom:0.8em;
		padding-top: 0;
		margin: 0;
	}
	ul#faq li p {
		color: #888888;
	}
	




/*--------------------------------------------------------------
# Style targeting IE8 or below
--------------------------------------------------------------*/

/* CSS Document */
.lt-ie9 div{
	font-family: 'Open Sans',Helvetica, Arial,'微軟正黑體', 'Microsoft JhengHei', 'MingLiU',\5FAE\8EDF\6B63\9ED1\9AD4 , 'Ubuntu Mono', '微软雅黑' , Hei , sans-serif;
}

/* Reset the container */
.lt-ie9 .container {
  width: 1170px;
  max-width: none !important;
}


#outdated {
	display: none;
    width:100%;
    top:0px;
    left:0px;
    background:#FDF2AB ;
    text-align: center;
	padding: 0.5em 0;
    cursor:pointer;
    font-family: Arial,Helvetica,sans-serif; color:#505050;
    font-size: 12px;
}
#outdated p {
    padding:5px 36px 5px 40px;
}
#outdated a {
    color:#1392db;
}

/*--------------------------------------------------------------
# Chrome based
--------------------------------------------------------------*/
.chromebr { display: none; }
@supports (-webkit-appearance:none) {
	
	body { overflow-x: hidden; }
	.chromebr { display: block; padding-top: 1.3em; }
}