@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,100");
@import url(fontawesome-all.min.css);
html, body, div, span, applet, object,
iframe, h1, h2, h3, h4, h5, h6, p, blockquote,
pre, a, abbr, acronym, address, big, cite,
code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b,
u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td, article, aside,
canvas, details, embed, figure, figcaption,
footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	-webkit-text-size-adjust: none;
}

mark {
	background-color: transparent;
	color: inherit;
}

input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input, /* select, */ textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	appearance: none;
}

/* Basic */

	html {
		box-sizing: border-box;
	}

	*, *:before, *:after {
		box-sizing: inherit;
	}

	body {
		/*background: #333131;*/
		background:#fff;
	}

		body.is-preload *, body.is-preload *:before, body.is-preload *:after {
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
		}

	body, input, textarea, select {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 15pt;
		font-weight: normal;
		line-height: 1.75em;
		/*color: #888787;*/
		color:#666;
	}
	
	img {
		max-width:100%;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: bold;
		color: #333131;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
			color: inherit;
			text-decoration: none;
		}

	strong, b {
		font-weight: bold;
		color: #333131;
	}

	em, i {
		font-style: italic;
	}

	a {
		color: #1d4068;
		text-decoration:none;
	}
		/* a:hover {
			color:#cd1c42;
		} */

	sub {
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 1px #ddd;
	}

	blockquote {
		border-left: solid 0.5em #ddd;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ul, ol, dl, table {
		margin-bottom: 1em;
	}

	header {
		margin-bottom: 3em;
	}

		header h2 {
			/*font-weight: normal;*/
			font-size: 2em;
			color: #333131;
		}

		header .byline {
			display: block;
			padding: 1.2em 0 0.5em 0;
			font-size: 1.3em;
			font-weight: 300;
		}

@media screen and (max-width: 960px) {
	header {
		margin-bottom: 2em;
	}
}

@media screen and (max-width: 737px) {
	header {
		margin-bottom: 1em;
	}
}
	br.clear {
		clear: both;
	}

/* Row */

	.row {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: stretch;
	}

		.row > * {
			box-sizing: border-box;
		}

		.row.gtr-uniform > * > :last-child {
			margin-bottom: 0;
		}

		.row.aln-left {
			justify-content: flex-start;
		}

		.row.aln-center {
			justify-content: center;
		}

		.row.aln-right {
			justify-content: flex-end;
		}

		.row.aln-top {
			align-items: flex-start;
		}

		.row.aln-middle {
			align-items: center;
		}

		.row.aln-bottom {
			align-items: flex-end;
		}

		.row > .imp {
			order: -1;
		}

		.row > .col-1 {
			width: 8.33333%;
		}

		.row > .off-1 {
			margin-left: 8.33333%;
		}

		.row > .col-2 {
			width: 16.66667%;
		}

		.row > .off-2 {
			margin-left: 16.66667%;
		}

		.row > .col-3 {
			width: 25%;
		}

		.row > .off-3 {
			margin-left: 25%;
		}

		.row > .col-4 {
			width: 33.33333%;
		}

		.row > .off-4 {
			margin-left: 33.33333%;
		}

		.row > .col-5 {
			width: 41.66667%;
		}

		.row > .off-5 {
			margin-left: 41.66667%;
		}

		.row > .col-6 {
			width: 50%;
		}

		.row > .off-6 {
			margin-left: 50%;
		}

		.row > .col-7 {
			width: 58.33333%;
		}

		.row > .off-7 {
			margin-left: 58.33333%;
		}

		.row > .col-8 {
			width: 66.66667%;
		}

		.row > .off-8 {
			margin-left: 66.66667%;
		}

		.row > .col-9 {
			width: 75%;
		}

		.row > .off-9 {
			margin-left: 75%;
		}

		.row > .col-10 {
			width: 83.33333%;
		}

		.row > .off-10 {
			margin-left: 83.33333%;
		}

		.row > .col-11 {
			width: 91.66667%;
		}

		.row > .off-11 {
			margin-left: 91.66667%;
		}

		.row > .col-12 {
			width: 100%;
		}

		.row > .off-12 {
			margin-left: 100%;
		}

		.row.gtr-0 {
			margin-top: 0;
			margin-left: 0px;
		}

			.row.gtr-0 > * {
				padding: 0 0 0 0px;
			}

			.row.gtr-0.gtr-uniform {
				margin-top: 0px;
			}

				.row.gtr-0.gtr-uniform > * {
					padding-top: 0px;
				}

		.row.gtr-25 {
			margin-top: 0;
			margin-left: -10px;
		}

			.row.gtr-25 > * {
				padding: 0 0 0 10px;
			}

			.row.gtr-25.gtr-uniform {
				margin-top: -10px;
			}

				.row.gtr-25.gtr-uniform > * {
					padding-top: 10px;
				}

		.row.gtr-50 {
			margin-top: 0;
			margin-left: -20px;
		}

			.row.gtr-50 > * {
				padding: 0 0 0 20px;
			}

			.row.gtr-50.gtr-uniform {
				margin-top: -20px;
			}

				.row.gtr-50.gtr-uniform > * {
					padding-top: 20px;
				}

		.row {
			margin-top: 0;
			margin-left: -40px;
		}

			.row > * {
				padding: 0 0 0 40px;
			}

			.row.gtr-uniform {
				margin-top: -40px;
			}

				.row.gtr-uniform > * {
					padding-top: 40px;
				}

		.row.gtr-150 {
			margin-top: 0;
			margin-left: -60px;
		}

			.row.gtr-150 > * {
				padding: 0 0 0 60px;
			}

			.row.gtr-150.gtr-uniform {
				margin-top: -60px;
			}

				.row.gtr-150.gtr-uniform > * {
					padding-top: 60px;
				}

		.row.gtr-200 {
			margin-top: 0;
			margin-left: -80px;
		}

			.row.gtr-200 > * {
				padding: 0 0 0 80px;
			}

			.row.gtr-200.gtr-uniform {
				margin-top: -80px;
			}

				.row.gtr-200.gtr-uniform > * {
					padding-top: 80px;
				}

		@media screen and (max-width: 1680px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-wide {
					order: -1;
				}

				.row > .col-1-wide {
					width: 8.33333%;
				}

				.row > .off-1-wide {
					margin-left: 8.33333%;
				}

				.row > .col-2-wide {
					width: 16.66667%;
				}

				.row > .off-2-wide {
					margin-left: 16.66667%;
				}

				.row > .col-3-wide {
					width: 25%;
				}

				.row > .off-3-wide {
					margin-left: 25%;
				}

				.row > .col-4-wide {
					width: 33.33333%;
				}

				.row > .off-4-wide {
					margin-left: 33.33333%;
				}

				.row > .col-5-wide {
					width: 41.66667%;
				}

				.row > .off-5-wide {
					margin-left: 41.66667%;
				}

				.row > .col-6-wide {
					width: 50%;
				}

				.row > .off-6-wide {
					margin-left: 50%;
				}

				.row > .col-7-wide {
					width: 58.33333%;
				}

				.row > .off-7-wide {
					margin-left: 58.33333%;
				}

				.row > .col-8-wide {
					width: 66.66667%;
				}

				.row > .off-8-wide {
					margin-left: 66.66667%;
				}

				.row > .col-9-wide {
					width: 75%;
				}

				.row > .off-9-wide {
					margin-left: 75%;
				}

				.row > .col-10-wide {
					width: 83.33333%;
				}

				.row > .off-10-wide {
					margin-left: 83.33333%;
				}

				.row > .col-11-wide {
					width: 91.66667%;
				}

				.row > .off-11-wide {
					margin-left: 91.66667%;
				}

				.row > .col-12-wide {
					width: 100%;
				}

				.row > .off-12-wide {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -10px;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 10px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 10px;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -20px;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 20px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 20px;
						}

				.row {
					margin-top: 0;
					margin-left: -40px;
				}

					.row > * {
						padding: 0 0 0 40px;
					}

					.row.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-uniform > * {
							padding-top: 40px;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -60px;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 60px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 60px;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -80px;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 80px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -80px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 80px;
						}

		}

		@media screen and (max-width: 1280px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-normal {
					order: -1;
				}

				.row > .col-1-normal {
					width: 8.33333%;
				}

				.row > .off-1-normal {
					margin-left: 8.33333%;
				}

				.row > .col-2-normal {
					width: 16.66667%;
				}

				.row > .off-2-normal {
					margin-left: 16.66667%;
				}

				.row > .col-3-normal {
					width: 25%;
				}

				.row > .off-3-normal {
					margin-left: 25%;
				}

				.row > .col-4-normal {
					width: 33.33333%;
				}

				.row > .off-4-normal {
					margin-left: 33.33333%;
				}

				.row > .col-5-normal {
					width: 41.66667%;
				}

				.row > .off-5-normal {
					margin-left: 41.66667%;
				}

				.row > .col-6-normal {
					width: 50%;
				}

				.row > .off-6-normal {
					margin-left: 50%;
				}

				.row > .col-7-normal {
					width: 58.33333%;
				}

				.row > .off-7-normal {
					margin-left: 58.33333%;
				}

				.row > .col-8-normal {
					width: 66.66667%;
				}

				.row > .off-8-normal {
					margin-left: 66.66667%;
				}

				.row > .col-9-normal {
					width: 75%;
				}

				.row > .off-9-normal {
					margin-left: 75%;
				}

				.row > .col-10-normal {
					width: 83.33333%;
				}

				.row > .off-10-normal {
					margin-left: 83.33333%;
				}

				.row > .col-11-normal {
					width: 91.66667%;
				}

				.row > .off-11-normal {
					margin-left: 91.66667%;
				}

				.row > .col-12-normal {
					width: 100%;
				}

				.row > .off-12-normal {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -10px;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 10px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 10px;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -20px;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 20px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 20px;
						}

				.row {
					margin-top: 0;
					margin-left: -40px;
				}

					.row > * {
						padding: 0 0 0 40px;
					}

					.row.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-uniform > * {
							padding-top: 40px;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -60px;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 60px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -60px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 60px;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -80px;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 80px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -80px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 80px;
						}

		}

		@media screen and (max-width: 1080px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-narrow {
					order: -1;
				}

				.row > .col-1-narrow {
					width: 8.33333%;
				}

				.row > .off-1-narrow {
					margin-left: 8.33333%;
				}

				.row > .col-2-narrow {
					width: 16.66667%;
				}

				.row > .off-2-narrow {
					margin-left: 16.66667%;
				}

				.row > .col-3-narrow {
					width: 25%;
				}

				.row > .off-3-narrow {
					margin-left: 25%;
				}

				.row > .col-4-narrow {
					width: 33.33333%;
				}

				.row > .off-4-narrow {
					margin-left: 33.33333%;
				}

				.row > .col-5-narrow {
					width: 41.66667%;
				}

				.row > .off-5-narrow {
					margin-left: 41.66667%;
				}

				.row > .col-6-narrow {
					width: 50%;
				}

				.row > .off-6-narrow {
					margin-left: 50%;
				}

				.row > .col-7-narrow {
					width: 58.33333%;
				}

				.row > .off-7-narrow {
					margin-left: 58.33333%;
				}

				.row > .col-8-narrow {
					width: 66.66667%;
				}

				.row > .off-8-narrow {
					margin-left: 66.66667%;
				}

				.row > .col-9-narrow {
					width: 75%;
				}

				.row > .off-9-narrow {
					margin-left: 75%;
				}

				.row > .col-10-narrow {
					width: 83.33333%;
				}

				.row > .off-10-narrow {
					margin-left: 83.33333%;
				}

				.row > .col-11-narrow {
					width: 91.66667%;
				}

				.row > .off-11-narrow {
					margin-left: 91.66667%;
				}

				.row > .col-12-narrow {
					width: 100%;
				}

				.row > .off-12-narrow {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -5px;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -10px;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 10px;
						}

				.row {
					margin-top: 0;
					margin-left: -20px;
				}

					.row > * {
						padding: 0 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform > * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -30px;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -40px;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 40px;
						}

		}

		@media screen and (max-width: 960px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-narrower {
					order: -1;
				}

				.row > .col-1-narrower {
					width: 8.33333%;
				}

				.row > .off-1-narrower {
					margin-left: 8.33333%;
				}

				.row > .col-2-narrower {
					width: 16.66667%;
				}

				.row > .off-2-narrower {
					margin-left: 16.66667%;
				}

				.row > .col-3-narrower {
					width: 25%;
				}

				.row > .off-3-narrower {
					margin-left: 25%;
				}

				.row > .col-4-narrower {
					width: 33.33333%;
				}

				.row > .off-4-narrower {
					margin-left: 33.33333%;
				}

				.row > .col-5-narrower {
					width: 41.66667%;
				}

				.row > .off-5-narrower {
					margin-left: 41.66667%;
				}

				.row > .col-6-narrower {
					width: 50%;
				}

				.row > .off-6-narrower {
					margin-left: 50%;
				}

				.row > .col-7-narrower {
					width: 58.33333%;
				}

				.row > .off-7-narrower {
					margin-left: 58.33333%;
				}

				.row > .col-8-narrower {
					width: 66.66667%;
				}

				.row > .off-8-narrower {
					margin-left: 66.66667%;
				}

				.row > .col-9-narrower {
					width: 75%;
				}

				.row > .off-9-narrower {
					margin-left: 75%;
				}

				.row > .col-10-narrower {
					width: 83.33333%;
				}

				.row > .off-10-narrower {
					margin-left: 83.33333%;
				}

				.row > .col-11-narrower {
					width: 91.66667%;
				}

				.row > .off-11-narrower {
					margin-left: 91.66667%;
				}

				.row > .col-12-narrower {
					width: 100%;
				}

				.row > .off-12-narrower {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -5px;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -10px;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 10px;
						}

				.row {
					margin-top: 0;
					margin-left: -20px;
				}

					.row > * {
						padding: 0 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform > * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -30px;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -40px;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 40px;
						}

		}

		@media screen and (max-width: 736px) {

			.row {
				display: flex;
				flex-wrap: wrap;
				box-sizing: border-box;
				align-items: stretch;
			}

				.row > * {
					box-sizing: border-box;
				}

				.row.gtr-uniform > * > :last-child {
					margin-bottom: 0;
				}

				.row.aln-left {
					justify-content: flex-start;
				}

				.row.aln-center {
					justify-content: center;
				}

				.row.aln-right {
					justify-content: flex-end;
				}

				.row.aln-top {
					align-items: flex-start;
				}

				.row.aln-middle {
					align-items: center;
				}

				.row.aln-bottom {
					align-items: flex-end;
				}

				.row > .imp-mobile {
					order: -1;
				}

				.row > .col-1-mobile {
					width: 8.33333%;
				}

				.row > .off-1-mobile {
					margin-left: 8.33333%;
				}

				.row > .col-2-mobile {
					width: 16.66667%;
				}

				.row > .off-2-mobile {
					margin-left: 16.66667%;
				}

				.row > .col-3-mobile {
					width: 25%;
				}

				.row > .off-3-mobile {
					margin-left: 25%;
				}

				.row > .col-4-mobile {
					width: 33.33333%;
				}

				.row > .off-4-mobile {
					margin-left: 33.33333%;
				}

				.row > .col-5-mobile {
					width: 41.66667%;
				}

				.row > .off-5-mobile {
					margin-left: 41.66667%;
				}

				.row > .col-6-mobile {
					width: 50%;
				}

				.row > .off-6-mobile {
					margin-left: 50%;
				}

				.row > .col-7-mobile {
					width: 58.33333%;
				}

				.row > .off-7-mobile {
					margin-left: 58.33333%;
				}

				.row > .col-8-mobile {
					width: 66.66667%;
				}

				.row > .off-8-mobile {
					margin-left: 66.66667%;
				}

				.row > .col-9-mobile {
					width: 75%;
				}

				.row > .off-9-mobile {
					margin-left: 75%;
				}

				.row > .col-10-mobile {
					width: 83.33333%;
				}

				.row > .off-10-mobile {
					margin-left: 83.33333%;
				}

				.row > .col-11-mobile {
					width: 91.66667%;
				}

				.row > .off-11-mobile {
					margin-left: 91.66667%;
				}

				.row > .col-12-mobile {
					width: 100%;
				}

				.row > .off-12-mobile {
					margin-left: 100%;
				}

				.row.gtr-0 {
					margin-top: 0;
					margin-left: 0px;
				}

					.row.gtr-0 > * {
						padding: 0 0 0 0px;
					}

					.row.gtr-0.gtr-uniform {
						margin-top: 0px;
					}

						.row.gtr-0.gtr-uniform > * {
							padding-top: 0px;
						}

				.row.gtr-25 {
					margin-top: 0;
					margin-left: -5px;
				}

					.row.gtr-25 > * {
						padding: 0 0 0 5px;
					}

					.row.gtr-25.gtr-uniform {
						margin-top: -5px;
					}

						.row.gtr-25.gtr-uniform > * {
							padding-top: 5px;
						}

				.row.gtr-50 {
					margin-top: 0;
					margin-left: -10px;
				}

					.row.gtr-50 > * {
						padding: 0 0 0 10px;
					}

					.row.gtr-50.gtr-uniform {
						margin-top: -10px;
					}

						.row.gtr-50.gtr-uniform > * {
							padding-top: 10px;
						}

				.row {
					margin-top: 0;
					margin-left: -20px;
				}

					.row > * {
						padding: 0 0 0 20px;
					}

					.row.gtr-uniform {
						margin-top: -20px;
					}

						.row.gtr-uniform > * {
							padding-top: 20px;
						}

				.row.gtr-150 {
					margin-top: 0;
					margin-left: -30px;
				}

					.row.gtr-150 > * {
						padding: 0 0 0 30px;
					}

					.row.gtr-150.gtr-uniform {
						margin-top: -30px;
					}

						.row.gtr-150.gtr-uniform > * {
							padding-top: 30px;
						}

				.row.gtr-200 {
					margin-top: 0;
					margin-left: -40px;
				}

					.row.gtr-200 > * {
						padding: 0 0 0 40px;
					}

					.row.gtr-200.gtr-uniform {
						margin-top: -40px;
					}

						.row.gtr-200.gtr-uniform > * {
							padding-top: 40px;
						}

		}

/* Container */

	.container {
		margin: 0 auto;
		width: 1400px;
	}

		@media screen and (max-width: 1680px) {

			.container {
				width: 1200px;
			}

		}

		@media screen and (max-width: 1280px) {

			.container {
				width: 1000px;
			}

		}

		@media screen and (max-width: 1080px) {

			.container {
				width: 95%;
			}

		}

		@media screen and (max-width: 960px) {

			.container {
				width: 95%;
			}

		}

		@media screen and (max-width: 736px) {

			.container {
				width: 90%;
			}

		}

/* Sections/Articles */

	section, article {
		margin-bottom: 3em;
	}

		section > :last-child, section:last-child, article > :last-child, article:last-child {
			margin-bottom: 0;
		}

	.row > section, .row > article {
		margin-bottom: 0;
	}

/* Images */

	.image {
		display: inline-block;
	}

		.image img {
			display: block;
			width: 100%;
		}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
		}

		.image.full {
			display: block;
			width: 100%;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

			.image.centered img {
				margin: 0 auto;
				width: auto;
			}

/* Lists */

	ul {
		list-style: disc;
		padding-left: 1.25em;
	}

		ul > li {
			padding-left: 0.25em;
		}

		ul.alt {
			list-style: none;
			margin: 0;
			padding: 0;
		}

			ul.alt > li {
				display: block;
				border-top: solid 1px #aaa;
				border-top-color: rgba(0, 0, 0, 0.1);
				line-height: 2.5em;
				padding-left: 0;
			}

				ul.alt > li:first-child {
					padding-top: 0;
					border-top: 0;
				}

			ul.alt a {
				text-decoration: none;
				/*color: #888787;*/
				color:#aecae1;
			}

				ul.alt a:hover {
					text-decoration: underline;
				}

	ol {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol > li {
			padding-left: 0.25em;
		}

/* Lists */

	ul.lists {
		text-align: center;
		padding-left: 0;
		list-style: none;
	}

		ul.lists > li {
			display: inline-block;
			padding: 0em 1em;
		}

/* Featured */

	ul.featured {
		text-align: center;
		padding-left: 0;
		list-style: none;
	}

		ul.featured > li {
			display: inline-block;
			width: 22%;
			margin: 0 2.5% 5% 0;
			padding: 0em 0.50em;
			vertical-align: top;
		}

/* Staff */

	ul.staff {
		margin: 0em 0em 3em 0em;
		padding: 2em 0em 1.5em 0em;
		list-style: none;
		text-align: center;
		box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1), 0px -1px 0px rgba(0, 0, 0, 0.1);
	}

		ul.staff > li {
			display: inline-block;
			width: 160px;
			height: 160px;
			margin: 0 0.75em;
			background: #7C9CD0;
			border-radius: 50%;
			padding-left: 0;
		}

		ul.staff img {
			border-radius: 50%;
		}

/* Social */

	ul.social {
		margin: 0em 0em;
		padding: 2em 0em;
		box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1), 0px -1px 0px rgba(255, 255, 255, 0.1);
		/*text-align: center;*/
		list-style: none;
	}

		ul.social > li {
			display: inline-block;
			padding: 0px 3px;
		}

			ul.social > li span {
				display: none;
			}

			ul.social > li a {
				display: inline-block;
				width: 40px;
				height: 40px;
				padding-top: 2px;
				background: #7C9CD0;
				border-radius: 50%;
				line-height: 40px;
				text-align: center;
				color: #333131;
			}

		ul.social .icon {
			font-size: 1em;
			border: none;
		}

/* Icons */

	ul.icons {
		cursor: default;
		padding-left: 0;
		list-style: none;
	}

		ul.icons > li {
			/*display: inline-block;*/
			padding: 0 0 10px 0;
		}
			
			ul.icons > li span{
				font-weight:bold;
				color:#331313;
				line-height:1em;
			}

		ul.icons a.icon {
			/*display: inline-block;*/
			width: 0.8em;
			height: 0.8em;
			line-height: 0.15em;
			text-align: center;
			border: 3px solid #7C9CD0 !important;
		}
		
			ul.icons a.icon:before {
				font-size:0.4em;
			}
	

/* Menu */

	ul.menu {
		cursor: default;
		padding-left: 0;
		list-style: none;
	}

		ul.menu > li {
			display: inline-block;
			line-height: 1em;
			border-left: solid 1px #ddd;
			padding: 0 0 0 0.5em;
			margin: 0 0 0 0.5em;
		}

			ul.menu > li:first-child {
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}

/* Actions */

	ul.actions {
		display: -moz-flex;
		display: -webkit-flex;
		display: -ms-flex;
		display: flex;
		cursor: default;
		list-style: none;
		margin-left: -1em;
		padding-left: 0;
	}

		ul.actions li {
			padding: 0 0 0 1em;
			vertical-align: middle;
		}

		ul.actions.special {
			-moz-justify-content: center;
			-webkit-justify-content: center;
			-ms-justify-content: center;
			justify-content: center;
			width: 100%;
			margin-left: 0;
		}

			ul.actions.special li:first-child {
				padding-left: 0;
			}

		ul.actions.stacked {
			-moz-flex-direction: column;
			-webkit-flex-direction: column;
			-ms-flex-direction: column;
			flex-direction: column;
			margin-left: 0;
		}

			ul.actions.stacked li {
				padding: 1.3em 0 0 0;
			}

				ul.actions.stacked li:first-child {
					padding-top: 0;
				}

		ul.actions.fit {
			width: calc(100% + 1em);
		}

			ul.actions.fit li {
				-moz-flex-grow: 1;
				-webkit-flex-grow: 1;
				-ms-flex-grow: 1;
				flex-grow: 1;
				-moz-flex-shrink: 1;
				-webkit-flex-shrink: 1;
				-ms-flex-shrink: 1;
				flex-shrink: 1;
				width: 100%;
			}

				ul.actions.fit li > * {
					width: 100%;
				}

			ul.actions.fit.stacked {
				width: 100%;
			}

		@media screen and (max-width: 736px) {

			ul.actions:not(.fixed) {
				-moz-flex-direction: column;
				-webkit-flex-direction: column;
				-ms-flex-direction: column;
				flex-direction: column;
				margin-left: 0;
				width: 100% !important;
			}

				ul.actions:not(.fixed) li {
					-moz-flex-grow: 1;
					-webkit-flex-grow: 1;
					-ms-flex-grow: 1;
					flex-grow: 1;
					-moz-flex-shrink: 1;
					-webkit-flex-shrink: 1;
					-ms-flex-shrink: 1;
					flex-shrink: 1;
					padding: 1em 0 0 0;
					text-align: center;
					width: 100%;
				}

					ul.actions:not(.fixed) li > * {
						width: 100%;
					}

					ul.actions:not(.fixed) li:first-child {
						padding-top: 0;
					}

					ul.actions:not(.fixed) li input[type="submit"],
					ul.actions:not(.fixed) li input[type="reset"],
					ul.actions:not(.fixed) li input[type="button"],
					ul.actions:not(.fixed) li button,
					ul.actions:not(.fixed) li .button {
						width: 100%;
					}

						ul.actions:not(.fixed) li input[type="submit"].icon:before,
						ul.actions:not(.fixed) li input[type="reset"].icon:before,
						ul.actions:not(.fixed) li input[type="button"].icon:before,
						ul.actions:not(.fixed) li button.icon:before,
						ul.actions:not(.fixed) li .button.icon:before {
							margin-left: -0.5em;
						}

		}

/* Forms */

	/* form {
		width: 80%;
		margin: 0em auto;
	} */

	label {
		color: #3d4449;
		display: block;
		font-size: 0.5em;
		font-weight: 600;
		margin: 5px 0 5px 5px;
	}

	input[type="checkbox"],
	input[type="radio"] {
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		float: left;
		margin-right: -2em;
		opacity: 0;
		width: 1em;
		z-index: -1;
	}

		input[type="checkbox"] + label,
		input[type="radio"] + label {
			text-decoration: none;
			color: #3d4449;
			cursor: pointer;
			display: inline-block;
			font-size: 1em;
			font-weight: 400;
			padding-left: 1.5em;
			padding-right: 0.5em;
			position: relative;
		}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				-moz-osx-font-smoothing: grayscale;
				-webkit-font-smoothing: antialiased;
				display: inline-block;
				font-style: normal;
				font-variant: normal;
				text-rendering: auto;
				line-height: 2;
				text-transform: none !important;
				font-family: 'Font Awesome 5 Free';
				font-weight: 900;
			}

			input[type="checkbox"] + label:before,
			input[type="radio"] + label:before {
				background: #ffffff;
				border-radius: 0.375em;
				border: solid 1px rgba(210, 215, 217, 0.75);
				content: '';
				display: inline-block;
				font-size: 0.6em;
				height: 2em;
				left: 0;
				line-height: 2em;
				position: absolute;
				text-align: center;
				top: 20%;
				width: 2em;
			}

		input[type="checkbox"]:checked + label:before,
		input[type="radio"]:checked + label:before {
			background: #3d4449;
			border-color: #3d4449;
			color: #ffffff;
			content: '\f00c';
		}

		input[type="checkbox"]:focus + label:before,
		input[type="radio"]:focus + label:before {
			border-color: #62d4e5;
			box-shadow: 0 0 0 1px #62d4e5;
		}

	input[type="checkbox"] + label:before {
		border-radius: 0.375em;
	}

	input[type="radio"] + label:before {
		border-radius: 100%;
	}

		form input[type="text"], form input[type="password"], form input[type="email"] {
			font-family: Arial, Helvetica, sans-serif;
			padding: 0 0 0 5px;
		}

		form select, form textarea {
			font-family: Arial, Helvetica, sans-serif;
		}

		/* form select:focus {
		} */

		form textarea {
			height: 10em;
		}

			/* form textarea:focus {
			} */

		form .formerize-placeholder, form ::-webkit-input-placeholder, form :-moz-placeholder, form ::-moz-placeholder, form :-ms-input-placeholder {
			/* color: #93989f !important; */
			color: #ccc;
		}

		form ::-moz-focus-inner {
			border: 0;
		}
	
	#contactform {
		width: 100%;
	}
	    
        #contactform p, #contactform canvas{
			padding: 5px;
			margin: 5px;
		}
			#contactform p, #contactform .vadus{
				text-align: right;
			}

			#contactform p span {
				color: #f00;
			}

		#contactform input[type="text"], #contactform textarea{
			width: 100%;
			outline: 0;
			border: 1px solid rgba(0, 0, 0, 0.05);
			background: rgba(0, 0, 0, 0.03);
			padding: 5px;
			margin: 5px;
		}

		#contactform select {
			padding: 7px;
			margin: 5px 0 0 5px;
			border: 1px solid rgba(0, 0, 0, 0.05);
			background: rgba(0, 0, 0, 0.03);
			outline: 0;
		}

		#contactform select.short2 {
			width: 50%;
		}

		#contactform input[type="text"].short {
			width: 76.5%;
		}

		#contactform input[type="text"].short2 {
			width: 50%;
		}
	
		@media screen and (max-width: 481px) {
			#contactform{
				margin: 1em 0 0 0 ;
			}

			#contactform p, #contactform .vadus, #contactform canvas{
				text-align: left;
				margin: 0em !important;
			}

			#contactform input[type="text"], #contactform textarea{
				width: 90%;
			}

			#contactform input[type="button"]{
				margin: 1em 0 0 0;
                width: 92%;
            }
	
		}

	#contactform input[type="text"].among {
		width: 100%;
	}

/* Tables */

	table {
		width: 100%;
	}

		/* table tbody tr:nth-child(2n+2) {
			background: #f4f4f4;
		} */

		table td {
			/* padding: 0.5em 1em 0.5em 1em; */
			vertical-align: top;
		}

		table th {
			text-align: left;
			font-weight: 400;
			padding: 0.5em 1em 0.5em 1em;
		}

		table thead {
			background: #444;
			color: #fff;
		}

		table tfoot {
			background: #eee;
		}
	
	table.alt {
		width: 100%;
	}

		/* table.alt tbody tr:nth-child(2n+2) {
			background: #fff;
		} */

		table.alt td {
			padding: 0.5em 1em 0.5em 1em;
			border: #ccc 1px solid;
		}

		table.alt thead th {
			background: #444;
			text-align: center;
			font-weight: bold;
			padding: 0.5em 1em 0.5em 1em;
		}

		table.alt tr.mintitle td {
			background: #E6E6E6;
			text-align: left;
			font-weight: bold;
		}

		table.alt tr.mintitle td input[type="text"] {
			background: #fff !important;
		}

		table.alt thead {
			color:#fff;
		}

		table.alt tfoot {
			background: #eee;
		}

		table.order {
			min-width: 1000px;
		}

		table.order tr:hover {
			background: #fffeec;
		}		

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table.alt2 {
		width: 100%;
	}

		table.alt2 tbody tr:nth-child(2n+1) {
			background: #D8D8D8;
		}

		table.alt2 td {
			padding: 0.25em;
			border: #ccc 1px solid;
		}

		table.alt2 thead th {
			background: #444;
			text-align: center;
			font-weight: bold;
			padding: 0.5em 1em 0.5em 1em;
		}

		table.alt2 tr.mintitle td {
			background: #E6E6E6;
			text-align: left;
			font-weight: bold;
		}

		table.alt2 tr.mintitle td input[type="text"] {
			background: #fff !important;
		}

		table.alt2 thead {
			color:#fff;
		}

/* Buttons */

	.button {
		-moz-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out, color 0.35s ease-in-out;
		-webkit-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out, color 0.35s ease-in-out;
		-ms-transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out, color 0.35s ease-in-out;
		transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out, color 0.35s ease-in-out;
		position: relative;
		display: inline-block;
		background: #666;
		border: 3px solid #FFF;
		border-radius: 5px;
		font-size: 0.8em;
		padding: 0.1em 1em 0.1em 1em;
		color: #fff !important;
		text-decoration: none;
		text-align: center;
	}

		.button:hover {
			background: #cd1c42;
			border-color: rgba(255, 255, 255, 0.4);
			color: #fff !important;
		}

		.button.alt {
			padding: 0.50em 2em 0.50em 2em;
			border-radius: 5px;
			border-color: rgba(0, 0, 0, 0.1);
			color: #333131 !important;
		}

			.button.alt:hover {
				background: #333131;
				color: #FFF !important;
			}

/* FA Icons */

	.pennant {
		position: relative;
		display: inline-block;
		margin-bottom: 2em;
		padding: 0.40em;
		border-radius: 50%;
		border: 1px solid #787777;
		cursor: default;
	}

	.icon {
		position: relative;
		display: inline-block;
		width: 3em;
		height: 3em;
		border-radius: 50%;
		border: 1px solid #787777;
		line-height: 3em;
		font-size: 1.8em;
		color: #7C9CD0;
		text-decoration: none;
	}

		.icon.solid:before {
			font-weight: 900;
		}

		.icon.brands:before {
			font-family: 'Font Awesome 5 Brands';
		}

		.icon:before {
			display: inline-block;
			font-family: 'Font Awesome 5 Free';
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}

/* Header */

	#header {
		background:#fff/*linear-gradient(to top, rgba(255, 255, 255, 1)0%, rgba(238, 238, 238, 1)100%)*/;
		box-shadow:rgba(0, 0, 0, 0.5) 0px 1px 10px;
		position: sticky;
		padding: 0.75em 1.5em 0.75em 1.5em;
		/* text-transform: capitalize; */
		top: 0;
		/*width: 100%;*/
		z-index: 9999999;
	}

		/* #header .container {
			position: relative;
		} */

		.topanima {			
		/* opacity: 0; */
    animation: floatUp 0.8s ease-out forwards; /* 啟動動畫 */
		}

		@keyframes floatUp {
      0% {
        transform: translateY(15px); /* 初始位置 */
        opacity: 0;
      }
      100% {
        transform: translateY(0); /* 終止位置 */
        opacity: 1;
      }
    }

/* Logo */

	#logo h1 {
		color: #000;
	}

	#logo a {
		/*display: block;*/
		letter-spacing: 1px;
		font-size: 1.25em;
		/*font-weight: 300;*/
		color: #000;
		width:100%;
	}
	
		#logo a div {
			display:inline-block;
			position:relative;
			top:3px;
			padding:0 0 0 10px;
		}
	
	#logo img {
		max-width:150px;
		vertical-align:middle;
	}

/* Nav */

	#nav {
		position: absolute;
		right: 1em;
		top: 1em;
	}

		#nav > ul {
			margin: 0;
			list-style: none;
			padding-left: 0;
		}

			#nav > ul > li {
				float: left;
				padding-left: 0;
			}

				#nav > ul > li:last-child {
					padding-right: 0;
				}

				#nav > ul > li > a, #nav > ul > li > span {
					display: block;
					margin-left: 0.7em;
					padding: 0.20em 1em;
					letter-spacing: 0.06em;
					text-decoration: none;
					font-weight: bold;
					font-size: 0.90em;
					outline: 0;
					/*color: #ccc;*/
					color: #000;
					border-radius: 5px;
				}
				
				#nav > ul > li > a:hover {
					-moz-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
					-webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
					-ms-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
					transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out;
					color: #1d4068 ;
				}

		#nav li.active:hover > a, #nav li.active:hover > span {
			color: #fff;
		}

		#nav li.current_page_item > a, #nav li.current_page_item > span {
			background: #1d4068 ;
			color: #FFF !important;
		}

		#nav > ul > li > ul {
			display: none;
		}

	.dropotron {
		text-align: left;
		line-height: 2em;
		min-width: 13em;
		background: #333131;
		line-height: 1em;
		padding: 0.85em;
		border-radius: 8px;
		list-style: none;
	}

		.dropotron a, .dropotron span {
			-moz-transition: color 0.25s ease-in-out;
			-webkit-transition: color 0.25s ease-in-out;
			-ms-transition: color 0.25s ease-in-out;
			transition: color 0.25s ease-in-out;
			display: block;
			padding: 1em 0 1em 0;
			border-top: solid 1px;
			border-color: rgba(255, 255, 255, 0.1);
			border-bottom: 0;
			letter-spacing: 0.05em;
			font-size: 0.80em;
			text-decoration: none;
			color: #ccc;
		}

		.dropotron li {
			padding-left: 0;
		}

			.dropotron li:first-child > a, .dropotron li:first-child > span {
				border-top: 0;
			}

			.dropotron li.active > a, .dropotron li.active > span {
				color: #FFF;
			}

			.dropotron li:hover > a, .dropotron li:hover > span {
				color: #FFF;
			}

		.dropotron.level-0 {
			border-radius: 0px 0px 8px 8px !important;
			margin-left: 0.75em;
		}

/* Banner */

	/* #banner {
		position: relative;
		padding: 10em 0 9em 0;
		background: #333 url(../../images/pic01.jpg) no-repeat center;
		background-size: cover;
		text-align: center;
		color: #fff;
	} */

		#banner:after {
			position: absolute;
			display: block;
			content: "";
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
		}

		#banner header {
			position: relative;
			z-index: 1;
			margin-bottom: 2em;
		}

			#banner header h2 {
				font-size: 3.5em;
				font-weight: 100;
				color: #fff;
			}

			#banner header .byline {
				margin-top: 0.50em;
				font-size: 1.5em;
				font-weight: 100;
			}

		#banner p {
			letter-spacing: -0.02em;
			font-size: 1.3em;
			color: #888787;
		}

		#banner .button {
			position: relative;
			z-index: 1;
		}

.banner {
	margin:0 0 -0.5em 0;
}
	
	.banner img {
		width:100%;
	}

/* Main */
	#main {
		position: relative;
		padding: 2em 0em 1em 0em;
		background: #fff;
	}

		#main h3 {
			/*display: block;*/
			/*padding: 1.5em 0em 1.5em 0em;*/
			font-size: 1.2em;
		}

		#main .pennant, #main .icon {
			border-color: #c9c9c9;
		}

		#main .actions {
			padding-top: 1em;
		}

	.homepage #main {
		text-align: left;
	}
		.homepage #main header{
			margin-bottom: 1em;			
		}
		.homepage #main h2 {
			font-size:1.5em;
		}
		
		.homepage #main section {
			padding:0.5em;
		}
	
	#main #titlehead {
		background:linear-gradient(to right, rgba(238, 238, 238, 0.5)0%, rgba(255, 255, 255, 1)50%);
		padding: 0.25em 0 0.25em 1em;
		border-bottom:1px solid #CCC;
	}

	#main #titlehead2 {
		padding: 0.25em 0 0.25em 1em;
		border-bottom:2px solid #01628f;
	}

	#main #titlehead2 h3{
		color:#01628f;
	}


	#main2 {
		position: relative;
		padding: 1em 0em 3em 0em;
		background: #fff;
	}
		
		#main2 header {
			margin-bottom:1em;
		}

		#main2 h3 {
			display: block;
			padding: 0.1em 0;
			/* font-size: 1.1em; */
		}
		
		#main2 #titlehead {
			background:linear-gradient(to right, rgba(238, 238, 238, 0.5)0%, rgba(255, 255, 255, 1)50%);
			padding: 0.25em 0 0.25em 1em;
			border-bottom:1px solid #CCC;
		}

		#main2 #titlehead2 {
			padding: 0.25em 0 0.25em 0em;
			border-bottom:2px solid #01628f;
		}

			#main2 #titlehead2 h3{
				color:#01628f;
			}

		#main2 #titlehead3 {
			/* padding: 0.25em 0 0.25em 1em; */
			/* font-size: 1.3em; */
			letter-spacing: 0.5px;
		}

			#main2 #titlehead3 #title_en h3{
				color:#666666;
				font-size: 2em;
			}

			#main2 #titlehead3 #title_en h3 span{
				/* color:#1d4068; */
				color:#1d4068;
			}

			#main2 #titlehead3 #title_tw h3{
				/* color:#1d4068; */
				color:#1d4068;
				font-size: 1.75em;
				position: relative;
			}

				#main2 #titlehead3 #title_tw h3:after{
					content: "";
					position: absolute;
					top: 50%;
					/* background: #1d4068; */
					background: #1d4068;
					width: 90%;
					height: 1px;
					left: 12.5%;
				}

				#main2 #titlehead3 #title_tw h3.short:after{
					content: "";
					position: absolute;
					top: 50%;
					background: #1d4068;
					width: 65%;
					height: 1px;
					left: 35%;
				}

				#main2 #titlehead3 #title_tw h3.shorttw:after{
					width: 90%;
					top: 50%;
					left: 10%;

				}

				@media screen and (max-width: 960px) {
					#main2 #titlehead3 #title_tw h3:after{
						width: 85%;
						left: 15%;
					}

					#main2 #titlehead3 #title_tw h3.short:after{
						width: 85%;
						left: 15%;
					}
				}

				@media screen and (max-width: 736px) {
					#main2 #titlehead3 #title_tw h3:after{
						width: 80%;
						top: 50%;
						left: 20%;
					}
				
					#main2 #titlehead3 #title_tw h3.short:after{
						width: 80%;
						top: 50%;
						left: 20%;
					}

					#main2 #titlehead3 #title_tw h3.shorttw:after{
						width: 85%;
						top: 50%;
						left: 15%;
					}

				}

				@media screen and (max-width: 480px) {
					#main2 #titlehead3 #title_tw h3:after{
						width: 67%;
						top: 50%;
						left: 32%;
					}
				
					#main2 #titlehead3 #title_tw h3.short:after{
						width: 67%;
						top: 50%;
						left: 32%;
					}

					#main2 #titlehead3 #title_tw h3.shorttw:after{
						width: 70%;
						top: 50%;
						left: 27%;
					}

				}

		#main2 #titlehead4 {
			text-align: right;
			/* font-size: 1.5em; */
			letter-spacing: 0.5px;
		}

			#main2 #titlehead4 #title_en h3{
				color:#666666;
				font-size: 2em;
			}

			#main2 #titlehead4 #title_en h3 span{
				/* color:#1d4068; */
				color:#1d4068;
			}

			#main2 #titlehead4 #title_tw h3{
				/* color:#1d4068; */
				color:#1d4068;
				font-size: 1.75em;
				position: relative;
			}

				#main2 #titlehead4 #title_tw h3:after{
					content: "";
					position: absolute;
					top: 60%;
					/* background: #1d4068; */
					background: #1d4068;
					width: 90%;
					height: 1px;
					left: 12.5%;
				}

				#main2 #titlehead4 #title_tw h3.short:after{
					content: "";
					position: absolute;
					top: 60%;
					background: #1d4068;
					width: 65%;
					height: 1px;
					left: 35%;
				}

			#main2 #titlehead5 {
				text-align: center;
				/* font-size: 1.5em; */
				letter-spacing: 0.5px;
			}
	
				#main2 #titlehead5 #title_en h3{
					color:#666666;
					font-size: 2em;
				}
	
				#main2 #titlehead5 #title_en h3 span{
					/* color:#1d4068; */
					color:#1d4068;
				}
	
				#main2 #titlehead5 #title_tw h3{
					/* color:#1d4068; */
					color:#1d4068;
					font-size: 1.75em;
					position: relative;
				}
	
				#main2 #titlehead5 #title_tw h3:before{
					content: "";
					position: absolute;
					top: 60%;
					/* background: #1d4068; */
					background: #1d4068;
					width: 39%;
					height: 1px;
					right: 0%;
				}

				#main2 #titlehead5 #title_tw h3:after{
					content: "";
					position: absolute;
					top: 60%;
					/* background: #1d4068; */
					background: #1d4068;
					width: 39%;
					height: 1px;
					left: 0%;
				}

				@media screen and (max-width: 736px) {
					#main2 #titlehead5 #title_tw h3:before{
						width: 32%;
						top: 50%;
					}

					#main2 #titlehead5 #title_tw h3:after{
						width: 32%;
						top: 50%;
					}
				}

				@media screen and (max-width: 480px) {
					#main2 #titlehead5 #title_tw h3:before{
						width: 32%;
						top: 50%;
					}

					#main2 #titlehead5 #title_tw h3:after{
						width: 32%;
						top: 50%;
					}
				}

		#main2 .pennant, #main2 .icon {
			border-color: #c9c9c9;
		}

		#main2 .actions {
			padding-top: 1em;
		}
		
		#main2 .imgra img{
			border-radius:100%;
			max-width:200px;
			width:100%;
			height:100%;
		}
		
		#main2 .about {
			padding:0 0 0 1em;
		}

		#main2 .about h4{
			font-size: 1.2em;
			color:#F00;
		}

		#main2 .about p{
			font-size: 0.9em;
			color: #1d4068;
		}
		
		#main2 .contact {
			padding:0 0 0 2em;
		}
		
			#main2 .contact h4{
				font-size:1.2em;
			}
			
			#main2 .contact h5{
				margin-bottom: 0em;
				font-size:1.1em;
			}
			
			#main2 .contact p{
				margin-bottom: 0.4em;
				color:#333;
			}

		@media screen and (max-width: 736px) {
			#main #titlehead2 {
				padding: 0em;
			}

			#main2 .about {
				padding:0;
			}

			#main2 .contact {
				padding:0 0 0 0;
			}
		}
	
	.homepage #main2 {
		margin: 1em 0em 0em 0em;
	}
	
	#main3 {
		position: relative;
		padding: 0em 0em 3em 0em;
		background: #fff;
	}

		#main3 header {
			margin-bottom:1em;
		}

		#main3 h3 {
			display: block;
			padding: 1.5em 0em 1.5em 0em;
			font-size: 1.3em;
		}

		#main3 .pennant, #main2 .icon {
			border-color: #c9c9c9;
		}

		#main3 .actions {
			padding-top: 1em;
		}
		
		#main3 .imgra img{
			border-radius:100%;
		}
		

		
/* Inside */

.inside {
	margin: 0 0 2em 0;
}

#inside a{
	color:#888787;
}

	#inside header h2{
		text-align:left;
		font-size:2em;;
		color:#0d3e66;
	}
		#inside.redline{
			box-shadow:#F00 0px 5px 0;
			padding:0 0 5px 0;
		}
	
	#inside .row div{
		background:#fff;
	}
		
	#inside p{
		font-size:16px;
	}

	@media screen and (max-width: 736px) {
		#inside.redline{
			padding: 0 0 15px 0;
		}
	}


  #sideview header h2{
		  text-align:left;
		  font-size:2em;;
		  color:#0d3e66;
  }
		#sideview header h2 span.redline{
			box-shadow:#F00 0px 5px 0;
			padding:0 0 5px 0;
		}

		#sideview h3{
			font-size:1.5em;
			width:100%;
			padding:0 0 1em 0;
		}
		
		#sideview p {
			font-size:0.8em;
		}

/* Sidebar */

	#sidebar section, #sidebar2 section {
		margin-top: 4em;
	}

		#sidebar section:first-child, #sidebar2 section:first-child {
			border-top: 0;
			margin-top: 0;
			padding-top: 0;
		}

	#sidebar header, #sidebar2 header {
		margin-bottom: 2em;
	}

		#sidebar header h2, #sidebar2 header h2 {
			font-size: 1.6em;
		}

	#sidebar .button, #sidebar2 .button {
		margin: 2em 0em 0em 0em;
	}

	#sidebar .default, #sidebar2 .default {
		margin-top: 2em;
	}

		#sidebar .default li, #sidebar2 .default li {
			text-align: left;
		}

/* Intro */

	#intro {
		position: relative;
		padding: 5em 0em 4em 0em;
		background: #7C9CD0;
		text-align: center;
		color: #FFF;
	}

		#intro p {
			line-height: 1.8em;
			font-size: 1.3em;
			font-weight: 100;
		}

		#intro header h2 {
			color: #FFF;
		}

		#intro .content {
			padding: 0em 3em;
		}

/* Staff */

	#staff {
		position: relative;
		padding: 5em 0em 4em 0em;
		background: #f2f1f1;
		text-align: center;
	}

		#staff p {
			letter-spacing: -0.02em;
			font-size: 1.3em;
			color: #888787;
		}

/* Tweets */

	#tweets {
		position: relative;
		padding: 0.5em 0em 0em 0em;
		/*background: #fff url(../../images/pic02.jpg) no-repeat center;
		background-size: cover;*/
		text-align: center;
		color: #FFF;
	}

		#tweets .tweet {
			display: block;
			font-size: 1.5em;
			line-height: 1.25em;
		}

/* Contact */

	#contact {
		position: relative;
		padding: 5em 0em 5em 0em;
		background: #fff;
		text-align: center;
	}

/* Footer */

	#footer {
		position: relative;
		padding: 1em 0em 1em 0em;
		/*border-top: 6px solid #60428F  rgba(204, 204, 204, 1); */
		/* background:rgba(242, 133, 42, 0.5)  /* linear-gradient(to top, rgba(204, 204, 204, 1)0%, rgba(204, 204, 204, 1)50%, rgba(221, 221, 221, 0.5)100%) ;*/
		color: #333131;
		margin-bottom: 0;
		font-size:0.8em;
		background: #ccc;
	}
	
	.rightfooter {
		text-align:right;
	}

		#footer header {
			text-align: center;
			padding: 1em 0 0em 0;
			margin-bottom: 0;
			/*box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);*/
		}

			#footer .fin {
				padding: 1.5em 0;
			}

			#footer h2 {
				/*color: #7C9CD0;*/
				color:#60428F;
				font-size:2em;
				padding-bottom: 0.25em;
			}

			#footer h3 {
				color:#1d4068;
				font-size:1.2em;
			}

			#footer h4 {
				color:#403E3E;
				font-size: 1em
			}
		
		#footer .fmenu div {
			line-height: 2.5em;
		}

		#footer a:hover {
			padding-bottom: 5px;
			border-bottom:  1px solid #1d4068;
		}

		#footer ul.alt li {
			border-top-color: #403E3E;
		}

		#footer .fleft {
			border-right: 4px solid transparent;
			border-image: 
			linear-gradient(to bottom,
			 #ebebeb 0%,
			 rgba(146, 42, 242, 0.05) 5%,
			 rgba(146, 42, 242, 0.1) 10%,
			 rgba(146, 42, 242, 0.25) 15%,
			 rgba(146, 42, 242, 0.5) 20%,
			 rgba(146, 42, 242, 0.75) 25%,
			 #1d4068 50%, 
			 rgba(146, 42, 242, 0.75) 75%,
			 rgba(146, 42, 242, 0.5) 80%,
			 rgba(146, 42, 242, 0.25) 85%,
			 rgba(146, 42, 242, 0.15) 90%,
			 rgba(146, 42, 242, 0.05) 95%,
			 #ebebeb 100%);
			border-image-slice: 1;
		}

		@media screen and (max-width: 960px) {
			#footer .fleft {
				border: 0;
			}

			#footer .fin {
				padding:  1em 0;
			}
		
			#footer h2 {
				font-size:2em;
			}

			#footer h3 {
				color:#ffb950;
				font-size:1.5em;
				line-height: 30px;
			}

			#footer h4 {
				/* color:#eee; */
				font-size: 1.25em;
				line-height: 25px;
				letter-spacing: 1.5px;
			}

		}

/* Copyright */

	.copyright {
		padding-top:0.5em;
		font-size:16px;
		margin-top: 3em;
		border-top: 1px solid #888787;
		/*background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5)0%, rgba(238, 238, 238, 1)100%)*/;
	}

	.copyright h4 {
		color:#888787 !important;
	}

/* Wide */

	@media screen and (max-width: 1680px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 13pt;
				line-height: 1.75em;
			}

	}

/* Normal */

	@media screen and (max-width: 1280px) {

		/* Lists */

			ul.lists {
				text-align: center;
			}

				ul.lists > li {
					padding: 0em 0.7em;
				}

		/* Staff */

			ul.staff {
				display: block;
				text-align: center;
			}

				ul.staff > li {
					margin: 0 0.50em;
				}

		/* Intro */

			#intro .content {
				padding: 0em 2em;
			}

	}

/* Narrow */

	@media screen and (max-width: 1080px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 11pt;
			}

			form {
				width: 90%;
			}

		/* Featured */

			ul.featured > li {
				width: 30%;
				margin: 0 2.5% 5% 0;
			}

		/* Lists */

			ul.lists {
				text-align: center;
			}

				ul.lists > li {
					margin-bottom: 1em;
					padding: 0em 1em;
				}

		/* Staff */

			ul.staff > li {
				margin: 0 0.50em;
			}

		/* Logo */

			#logo a {
				padding-left: 0.70em;
			}

	}

/* Narrower */

	@media screen and (max-width: 960px) {

		/* Basic */

			body, input, textarea, select {
				font-size: 11pt;
			}

			form {
				width: 90%;
			}

		/* Featured */

			ul.featured > li {
				width: 40% !important;
				margin: 0 2.5% 5% 0;
			}

		/* Lists */

			ul.lists {
				text-align: center;
			}

				ul.lists > li {
					margin-bottom: 0em;
					padding: 0em 1.5em;
				}

		/* Staff */

			ul.staff > li {
				margin: 0 0.75em 0 0.75em;
			}

		/* Header */

			#header {
				padding: 1.5em 0 1.5em 0;
			}

			#logo {
				position: relative;
				left: 0;
				top: 0;
				margin: 0 0 1em 0;
				width: 100%;
			}

				#logo h1 {
					display: block;
					text-align: center;
				}

		/* Nav */

			#nav {
				position: relative;
				left: 0;
				top: 0;
			}

				#nav > ul {
					text-align: center;
				}

					#nav > ul > li {
						float: none;
						display: inline-block;
					}

						#nav > ul > li:last-child {
							padding-right: 0;
						}

						#nav > ul > li > a, #nav > ul > li > span {
							display: block;
							margin-left: 0.7em;
							padding: 0.20em 1.2em;
							letter-spacing: 0.06em;
							text-decoration: none;
							font-weight: 100;
							font-size: 0.80em;
							outline: 0;
							color: #000;
						}

			.dropotron.level-0 {
				margin-top: 1em;
			}
			
			.contactleft {
				margin: 0 0 1em 0;
			}

	}

/* Mobile */

	#navPanel, #titleBar {
		display: none;
	}

	@media screen and (max-width: 736px) {

		/* Basic */

			html, body {
				overflow-x: hidden;
			}

			body, input, textarea, select {
				line-height: 1.75em;
				font-size: 11pt;
				letter-spacing: 0;
			}

			body {
				min-width: 320px;
			}

			h2, h3, h4, h5, h6 {
				line-height: 1.2em;
				font-size: 1.5em;
			}

			h4 {
				line-height: 1.5em;
				font-size: 1.2em;
			}

			section, article {
				clear: both;
				/* margin: 0em 0 0em 0 !important; */
			}

				section > :first-child, section:first-child, article > :first-child, article:first-child {
					margin-top: 0 !important;
				}

			header h2 {
				font-size: 1.8em;
			}

			form {
				width: 100%;
			}

		/* Images */

			.image.full {
				width: 70%;
			}

		/* Lists */

			ul.staff {
				text-align: center;
			}

				ul.staff > li {
					display: inline-block;
					margin: 1em 2em;
				}

				ul.staff img {
					width: inherit;
				}

		/* Featured */

			ul.featured > li {
				display: block !important;
				width: 100% !important;
			}

		/* Social */

			ul.social {
				margin-top: 0em !important;
			}

		/* Lists */

			ul.lists > li {
				width: 100%;
			}

		/* Button */

			.button {
				display: block;
				width: 100% !important;
				max-width: 320px;
				margin: 0 auto;
				padding: 0.70em 1em !important;
			}

				.button.alt {
					display: block;
					width: 100% !important;
					padding: 0.70em 1em !important;
				}

		/* Icons */

			.pennant {
				margin-bottom: 0em;
			}

		/* Nav Panel */

			#page-wrapper {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				padding-bottom: 1px;
			}

			#titleBar {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 62px;
				left: 0;
				position: fixed;
				top: 0;
				width: 100%;
				z-index: 999999;
				background: #fff;
			}
				
				#titleBar .title {
					display: block;
					font-size:1.25em;
					font-weight: 800;
					letter-spacing: 0.04em;
					color: #000;
					line-height: 60px;
					text-align: center;
					box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 10px;
				}
					
					#titleBar .title a{
						color:#000;
					}
					
					#titleBar .title img {
						max-width:120px;
						vertical-align: middle
					}
					
					#titleBar .title a:hover {
						color:#2dd5ef;
					}
					
					#titleBar .title a div{
						display:inline-block;
						position:relative;
						top:0;
						left:5px;
					}

				#titleBar .toggle {
					position: absolute;
					left: 0;
					top: 0;
					width: 80px;
					height: 60px;
				}

					#titleBar .toggle:before {
						content: '';
						position: absolute;
						left: 7px;
						top: 7px;
						background: rgba(0, 0, 0, 0.75);
						width: 60px;
						height: 44px;
						border-radius: 4px;
					}

					#titleBar .toggle:after {
						content: '';
						display: block;
						width: 20px;
						height: 12px;
						position: absolute;
						left: 28px;
						top: 23px;
						background: url("images/toggle.svg") 0px 0px no-repeat;
						opacity: 0.7;
					}

					#titleBar .toggle:active:after {
						opacity: 0.9;
					}

			#navPanel {
				-moz-backface-visibility: hidden;
				-webkit-backface-visibility: hidden;
				-ms-backface-visibility: hidden;
				backface-visibility: hidden;
				-moz-transform: translateX(-275px);
				-webkit-transform: translateX(-275px);
				-ms-transform: translateX(-275px);
				transform: translateX(-275px);
				-moz-transition: -moz-transform 0.5s ease;
				-webkit-transition: -webkit-transform 0.5s ease;
				-ms-transition: -ms-transform 0.5s ease;
				transition: transform 0.5s ease;
				display: block;
				height: 100%;
				left: 0;
				overflow-y: auto;
				position: fixed;
				top: 0;
				width: 275px;
				z-index: 10002;
				background: rgba(42, 105, 242, 0.1);
				/* background:linear-gradient(to bottom, rgba(146, 42, 242, 0.5)0%, rgba(242, 133, 42, 0.5)50%, rgba(255, 255, 255, 0.1)100%); */
				font-size: 1.2em;
			}

				#navPanel .link {
					display: block;
					/*color: #888;*/
					color:#1d4068;
					text-decoration: none;
					height: 44px;
					line-height: 44px;
					border-top: solid 1px rgb(42, 45, 242);
					padding: 0 1em 0 1em;
				}

					#navPanel .link:first-child {
						border-top: 0;
					}

					#navPanel .link.depth-0 {
						/*color: #333;*/
						color: #1d4068;
					}

				#navPanel .indent-1 {
					display: inline-block;
					width: 1em;
				}

				#navPanel .indent-2 {
					display: inline-block;
					width: 2em;
				}

				#navPanel .indent-3 {
					display: inline-block;
					width: 3em;
				}

				#navPanel .indent-4 {
					display: inline-block;
					width: 4em;
				}

				#navPanel .indent-5 {
					display: inline-block;
					width: 5em;
				}

				#navPanel .depth-0 {
					/*color: #fff;*/
					color:#333;
				}

			body.navPanel-visible #page-wrapper {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #titleBar {
				-moz-transform: translateX(275px);
				-webkit-transform: translateX(275px);
				-ms-transform: translateX(275px);
				transform: translateX(275px);
			}

			body.navPanel-visible #navPanel {
				-moz-transform: translateX(0);
				-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
				transform: translateX(0);
			}

		/* Header */

			#header {
				padding: 0 ;
				position:relative;
				z-index:0;
				opacity:0;
				height: 62px;
			}
				
				/* #header a {
					display:none;
				} */

			#logo {
				top: 0em;
				/*margin: 1.15em 0 1.15em 0;*/
				margin:0;
			}
			
			#nav {
				display: none;
			}

		/* Banner */

			#banner {
				padding: 3em 0em 3em 0em;
			}

				#banner header h2 {
					font-size: 2.4em;
				}

				#banner header .byline {
					margin-top: 0.50em;
					font-size: 1.2em;
				}

		/* Intro */

			#intro {
				padding: 4em 0em 3em 0em;
			}

				#intro p {
					font-size: 1.1em;
				}

		/* Main */

			#main {
				padding: 1em 0em 1em 0em;
			}

				#main .actions {
					padding-top: 1em;
				}

			.homepage #main {
				padding: 1em 0em 1em 0em;
			}

			#main2 {
				padding: 1em 0em 2em 0em;
			}

				#main2 .actions {
					padding-top: 1em;
				}
			
			#main2 .contactleft{
				margin:0 0 1em 0;
			}
			
			#main2 .map{
				padding:0;
			}

			.homepage #main2 {
				padding: 0em 0em 2em 0em;
			}
			
			#main3 {
				padding: 0em 0em 2em 0em;
			}

				#main3 .actions {
					padding-top: 1em;
				}

			.homepage #main3 {
				padding: 1em 0em 1em 0em;
			}
			

		/* Sidebar */

			#sidebar .default li, #sidebar2 .default li {
				display: block;
				text-align: left;
			}

		/* Staff */

			#staff {
				padding: 4em 0em 3em 0em;
				text-align: center;
			}

				#staff p {
					font-size: 1.1em;
				}

		/* Tweets */

			#tweets {
				padding: 5em 0em;
			}

				#tweets .tweet {
					font-size: 1.1em;
				}

				#tweets .pennant {
					margin-bottom: 2em;
				}

		/* Contact */

			#contact {
				padding: 4em 0em 4em 0em;
			}

		/* Footer */

			#footer {
				padding: 1em 0em ;
			}
			
			.rightfooter {
				margin: 1em 0 0 0;
				text-align:center;
			}

	}

.adslick {
	text-align:center;
}

	.adslick .adbg {
		box-shadow: 0px 0px 10px #ccc;
		padding:10px;
		margin:10px;
		position:relative;
		border-radius: 5px;
		overflow: hidden;
	}

	.adslick .adbox {
		width:100%;
		height:200px;
		display:flex;
		align-items: center;
		justify-content: center;
	}

	.adslick img{
		padding: 0 0.5em;
		max-height: 390px;
		background:#fff;
	}

	.adslick h4{
		padding: 0 2em;
	}

	.adslick a {
		color:#333;
		max-width:200px;
		width:100%;
	}
	
	.adslick .slick-prev, .adslick .slick-next{
		/* background:#0d3e66 url(images/btnNext.png); */
		background: url(images/btn2.svg) no-repeat center center;
		background-size: 50px;
		border-radius:100px;
		
	}

.newsimg {
	display:flex;
	align-items: center;
	justify-content: center;
}

.prodbtn div {
	display:inline-block;
	padding:2px 5px;
	margin: 0 0 2em 0 ;
	width: 24.5%;
	text-align: center;
	background:linear-gradient(to top, rgba(238, 238, 238, 0.5)0%, rgba(255, 255, 255, 1)100%);
	border:1px solid #ccc;
	cursor:pointer;
}

.prodbtn div div.btncheck {
	/* display:inline-block; */
	padding:0.5em 1em 0.5em 1em;
	line-height: 1em;
	/* background:linear-gradient(to top, rgba(167, 210, 235, 0.5)0%, rgb(255, 255, 255)100%); */
	border-bottom:1px solid rgba(167, 210, 235, 0.5);
	cursor:pointer;
}

	.prodbtn div div.btncheck:before {
		content:"";
		width: 30px;
		height: 40px;
		float: left;
		background: url(../../images/btn.svg) no-repeat;
		background-size: 20px;
	}
	.prodbtn a {
		color: #666;
	}
	
	.prodbtn div div.btncheck:hover {
		background:#2c8cb0;
		color:#fff ;
		transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out, color 0.35s ease-in-out;
	}
	
		.prodbtn div div.btncheck:hover a {
			color:#fff ;
		}
		
	.prodbtn .check {
		background:#2c8cb0;
		color:#fff !important;
	}
		.prodbtn .check a {
			color:#fff;
		}
	
		@media screen and (max-width: 736px) {
			.prodbtn div {
				width: 24%;
			}

			.prodbtn div div.btncheck:before {
				width: 25px;
				height: 30px;
				background-size: 15px;
			}
		}

.prodbtn2 div {
	display:inline-block;
	padding:2px 5px;
	margin: 0 0 0.5em 0 ;
	width: 32.5%;
	text-align: center;
	background:linear-gradient(to top, rgba(238, 238, 238, 0.5)0%, rgba(255, 255, 255, 1)100%);
	border:1px solid #ccc;
	cursor:pointer;
}

	.prodbtn2 a {
		color: #666;
	}
	
	.prodbtn2 div:hover {
		background:#2c8cb0;
		color:#fff ;
		transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out, color 0.35s ease-in-out;
	}
	
		.prodbtn2 div:hover a {
			color:#fff ;
		}
		
	.prodbtn2 .check {
		background:#2c8cb0;
		color:#fff !important;
	}
		.prodbtn2 .check a {
			color:#fff;
		}
	
		@media screen and (max-width: 736px) {
			.prodbtn2 div {
				width: 32%;
			}
		}
	
		.prodbtn3 div div.btncheck {
			/* display:inline-block; */
			padding:0.5em 1em 0.5em 1em;
			line-height: 1em;
			/* background:linear-gradient(to top, rgba(167, 210, 235, 0.5)0%, rgb(255, 255, 255)100%); */
			border-bottom:1px solid rgba(167, 210, 235, 0.5);
			cursor:pointer;
		}
		
			.prodbtn3 div div.btncheck:before {
				content:"";
				width: 30px;
				height: 40px;
				float: left;
				background: url(../../images/btn.svg) no-repeat;
				background-size: 20px;
			}
			.prodbtn3 a {
				color: #666;
			}
			
			.prodbtn3 div div.btncheck:hover {
				/* background:#2c8cb0; */
				color:#f00 ;
				border-bottom:2px solid rgba(255, 0, 0, 0.1) !important;
				transition: background-color 0.35s ease-in-out, border-color 0.35s ease-in-out, color 0.35s ease-in-out;
			}

				.prodbtn3 div div.btncheck:hover:before {
					background: url(../../images/btnh.svg) no-repeat;
					background-size: 20px;
				}
			
				.prodbtn3 div div.btncheck:hover a {
					color:#fff ;
				}
				
			.prodbtn3 .check {
				border-bottom:2px solid rgba(255, 0, 0, 0.1) !important;
				color:#f00;
			}
				.prodbtn3 div div.check:before {
					background: url(../../images/btnh.svg) no-repeat;
					background-size: 20px;
				}

				.prodbtn3 .check a {
					color:#fff;
				}
			
				@media screen and (max-width: 736px) {
					.prodbtn3{
						margin: 1em 0 0 0;
					}
					
					.prodbtn3 div div.btncheck:before {
						width: 25px;
						height: 30px;
						background-size: 15px;
					}
					
					.prodbtn3 div div.btncheck:hover:before {
						background: url(../../images/btnh.svg) no-repeat;
						background-size: 15px;
					}
			}
		

.prodtag {
	padding: 0 5px 0 0;
	margin: 0 0 0.5em 5px;
	border-bottom: 3px solid #999;
}
.prodtag div{
	display:inline-block;
	border-bottom: 3px solid #999;
	padding: 0.5em;
	width: 33%;
	text-align: center;
	margin:0 0 -3px 0;
}

	.prodtag a{
		color: #666;
	}

	.prodtag div:hover{
		color:#09F;
		border-bottom:3px solid #09F;
		transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s ease-in-out;
		cursor:pointer;
	}

		.prodtag div:hover a{
			color:#09F;
			transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s ease-in-out;
			cursor:pointer;
		}

	.prodtag div.check{
		color:#09F;
		border-bottom:3px solid #09F;
	}

		.prodtag div.check a{
			color:#09F;
		}

.prodmore {
	display:block;
	width: 120px;
	position: relative;
	left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 481px) {
	.prodmore {
		position:inherit;
		transform:none;
	}
}

#prodbg {
	box-shadow: 0px 0px 10px #ccc;
	padding:10px;
	margin:10px;
	min-height:330px;
	position:relative;
	text-align: center;
}

		#prodbg::before,
    #prodbg::after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: 60px;
      background-repeat: no-repeat;
      background-size: contain;
      /* background-position: center; */
      opacity: 0.6;
    }

    #prodbg::before {
			left: 0.5em;
      background-image: url('../../images/bgtable.svg');
			transform: scaleX(-1);
			background-position: bottom left;
    }

    #prodbg::after {
      right: 0.5em;
      background-image: url('../../images/bgtable.svg');
			background-position: bottom right;
    }

		@media screen and (max-width: 961px) {
			#prodbg::before,
    	#prodbg::after {
				opacity: 0;
			}
		}
	
	#prodbg:hover  {
		cursor:pointer;
		box-shadow: 0px 0px 10px #999;
		transition: box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s ease-in-out;
	}
	
	#prodbg:hover .button {
			background: #1d4068;
			border-color: rgba(255, 255, 255, 0.4);
			color: #fff !important;
	}

	#prodbg div img {
		max-width:100%;
		max-height:200px;
	}
	
	#prodbg div p {
		font-size:16px;
	}

	.prodtext {
		padding: 1em 0;
	}

@media screen and (max-width: 481px) {
	#prodbg {
		margin:1em;
		min-height:280px;
	}
	
	.prodtext {
		margin: 1em 0 0 0 ;
		padding: 0 0 1em 0;
	}
}

#prodbg2 {
	box-shadow: 0px 0px 5px #ccc;
	padding: 10px;
}

.prodcontent {
	color:#000;
}
	
.imgbox {
	width:100%;
	height:200px;
	display:flex;
	align-items: center;
  justify-content: center;
	overflow: hidden;
}

/* @media screen and (max-width: 481px) {
	.imgbox {
		height:inherit;
	}
} */

.news {
	padding:0 1em;
}

#newshead {
	background: rgba(238, 238, 238, 0.8);
	color:#000;
	font-weight:bold;
	padding:0 1em;
}

.newsli {
	padding: 0.25em 1em;
	border-bottom:1px solid #CCC;
	cursor:pointer;
}
	.newsli:hover a {
		
		color:#cd1c42;
	}

@media screen and (max-width: 481px) {
  .homenewsbox {
	  margin:1em 0 0 0;
  }
}

.homenews {
	padding: 0 0 0 1em ;
}

.homenews div div:hover {
	color:#2c8cb0;
	cursor:pointer;	
}

.search {
	display:inline-block;
	/* white-space: nowrap; */
	margin-left:30px;
}

input[type="submit"] {
	/* background: #2c8cb0;
	color:#fff; */
	border: 3px solid #FFF;
	border-radius: 5px;
	font-size: 1em;
	padding: 0.1em 1em 0.1em 1em;
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	cursor:pointer;	
}

input[type="button"] {
	background: #2c8cb0;
	color:#fff;
	border: 3px solid #FFF;
	border-radius: 5px;
	font-size: 1em;
	padding: 0.1em 1em 0.1em 1em;
	color: #fff !important;
	text-decoration: none;
	text-align: center;
	cursor:pointer;	
}


@media screen and (max-width: 960px) {
  .search {
	  margin-left:0px;
  }

  .recolumn {
	flex-direction: column-reverse;
  }
}
.table_note {
	color:red !important;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0;
}

@media screen and (min-width: 481px) {
	.table_note {
			display: none;
	}
}

.goback {
	cursor: pointer;
}

.goback.button:hover {
	background: #1d4068;
	border-color: rgba(255, 255, 255, 0.4);
	color: #fff !important;
}

#wrapper {
	margin: 0 0 2em 0;
}

#girdle-wrapper {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
	text-align: center;
	padding: 1em 0 1em 0;
	margin:  0 0 2em 0;
}

#footer .fin h2 {
	color: #1d4068;
}
	#footer .fin h2 span {
		color: #1d4068;
		font-size: 0.85em;
	}

#footer .fin h3 {
	font-size: 1.3em;
	color: #666666;
}

#footer .fin ul {
	font-size: 1.2em;
	padding-left: 0;
}

	#footer .fin ul li {
		display: inline-block;
		padding-left: 0;
	}

		#footer .fin ul li a {
			color: #000;
			font-weight: bold;
		}

		#footer .fin ul li span {
			padding: 0 0.2em 0 0.5em;
		}

.logoname {
	color: #1d4068;
	font-size: 1.2em;
}

	.logoname span {
		color: #1d4068;
		font-size: 0.8em;
	}

 .ocustbg {
	/* box-shadow: 0px 0px 10px #ccc; */
	padding: 20px 5px;
	position:relative;
	overflow: hidden;
}

.ocust {
	width:100%;
	height: 100px;
	display:flex;
	align-items: center;
	justify-content: center;
}

.ocust img{
	padding: 0 0.5em;
	max-height: 100px;
	background:#fff;
}
/* #bread {
	display: flex;
} */

#breadcrumb {
	float:right;
	position: relative;
	bottom: 30px;
	z-index: 1;
}

	#breadcrumb a{
		color: #1d4068;
	}

		#breadcrumb a:hover{
			color: #1d4068;
			transition: color 0.2s linear;
		}

	#breadcrumb b{
		font-weight: bold;
	}

@media screen and (max-width: 481px) {
	#breadcrumb {		
		bottom: 5px;
		padding: 10px 0;
	}
}

.submit {
	cursor: pointer;
	display:block;
	width: 120px;
}

.submit.button:hover {
	background: #1d4068;
	border-color: rgba(255, 255, 255, 0.4);
	color: #fff !important;
}

@media screen and (max-width: 481px) {
	.costtitle{
		margin: 5px 0;
	}
}

/* .bannerM > *{
	display: none !important;
}

	@media screen and (max-width: 736px) {
		.banner > * {
			display: none !important;
		}

		.bannerM {
			display: block !important;
		}
	} */

	#newsbg {
		box-shadow: 0px 0px 10px #ccc;
		padding:10px;
		margin:2.5em 1em;
		position:relative;
		border-radius: 5px;
		overflow: hidden;
	}
	
	#newsbg:first-child {
		margin:0em 1em 2.5em 1em;
	}
	
	#newsbg img {
		transition: all 0.6s;
	}
		
		#newsbg:hover  {
			cursor:pointer;
			box-shadow: 0px 0px 10px #999;
			transition: box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s ease-in-out;
		}
	
			#newsbg:hover img{
				transform: scale(1.05);
			}
	
	.news_title {
		width:100%;
		height:300px;
		position: relative;
		left: 10%;
		top: 10%;
		text-align: left;
	}
		.news_title h4 {
			font-size: 1.2em;
		}
	
	.news_view h3{
		margin: 0;
		font-size: 1.3em;
	}
	
	.imgbox3 {
		width:100%;
		height:300px;
		display:flex;
		align-items: center;
			justify-content: center;
	}
	
		.imgbox3 img{
			max-width: 400px;
			padding: 0 0 1em 0;
		}
	
	@media screen and (max-width: 736px) {
		#newsbg {
			padding: 0 ;
			margin:0.5em 1em;
		}
	
		.news_title {
			height: 180px;
			padding: 1em;
			top: 0;
			left: 0;
		}
	
		.imgbox3 {
			height:200px;
		}
		
			.imgbox3 img{
				max-height: 200px;
			}
	}

	#hotbg2 {
		box-shadow: 0px 0px 10px #ccc;
		margin: 0 0 10px 0;
		border-radius: 5px;
	}
		.hotmg2 {
			margin: 0 0 0.5em 0 ;
		}
		
	#hotbg2 img {
		transition: all 0.6s;
	}
		
		#hotbg2:hover  {
			box-shadow: 0px 0px 10px #999;
			transition: box-shadow 0.15s ease-in-out, border-color 0.15s ease-in-out, color 0.15s ease-in-out;
		}
	
			#hotbg2:hover img{
				transform: scale(1.05);
			}		
	
	.imgbox5 div.box{
		width:100%;
		height: 500px;
		padding: 10px;
		overflow: hidden;
		display:flex;
		align-items: center;
		justify-content: center;
	}
		.imgbox5 div.box img {
			max-height: 100%;
		}
	
	@media screen and (max-width: 736px) {
		.imgbox5 div.box {
			height: 300px;
		}
	}
	.slider-nav div.navbox{
		width:100%;
		height: 130px;
		box-shadow: 0px 0px 5px #ccc;
		padding:5px;
		margin: 5px;
		position:relative;
		border-radius: 5px;
		overflow: hidden;
		display:flex;
		align-items: center;
		justify-content: center;	
		cursor: pointer;
	}
	
	.slider-nav .navbox img{
		max-height: 100%;
	}
	
	.slider-nav .slick-prev, .slider-nav .slick-next{
		background:#0d3e66 url(images/btnNext.png);
		border-radius:100px;
		
	}

	@media screen and (max-width: 736px) {
		.slider-nav div.navbox{
			height: 100px;
		}
	}