@font-face {
    font-family: 'swkc';
    src: url('../fonts/swkc.eot');
    src: url('../fonts/swkc.eot?#iefix') format('embedded-opentype'), 
    	 url('../fonts/swkc.woff') format('woff'), 
    	 url('../fonts/swkc.ttf') format('truetype'), 
    	 url('../fonts/swkc.svg#swbc') format('svg');
    font-weight: normal;
    font-style: normal;
}
body.lang-zh,
body.lang-zh p,
body.lang-zh h1, body.lang-zh h2, body.lang-zh h3, body.lang-zh h4, body.lang-zh h5, body.lang-zh h6,
body.lang-zh .h1, body.lang-zh .h2, body.lang-zh .h3, body.lang-zh .h4, body.lang-zh .h5, body.lang-zh .h6,
body.lang-zh article h1,
body.lang-zh .main-menu a,
body.lang-zh .drop-caps article .content p:first-child::first-letter,
body.lang-zh .error.content h1,
body.lang-zh .error.content h2 p {
	/*font-family: "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif;*/
	font-family: "Helvetica Neue", Helvetica, "PingFangTC", "Microsoft JhengHei", Arial, sans-serif;
}
input {
	color:#222;
	font-style:normal;
	font-weight:400;
	margin:0;
}
input[type=checkbox] {
	width:auto;
	margin-top:7px;
}
body.memorial {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg); /* Firefox 4+ */
  filter: gray; /* IE 6-9 */
}

.margin-top-0  {
	margin-top: 0;
}
.margin-top-05 {
    margin-top: 0.5em;
}
.margin-top-10 {
    margin-top: 1.0em;
}
.margin-top-15 {
    margin-top: 1.5em;
}
.margin-top-20 {
    margin-top: 2.0em;
}
.margin-top-25 {
    margin-top: 2.5em;
}
.margin-top-30 {
    margin-top: 3.0em;
}
.margin-0 > p {
	margin:0 !important;
}
.padding-0 {
	padding:0 !important;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}
.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.line-height-15 {
	line-height: 1.5em;
}
.input-daterange input {
	margin-top:0;
}
input.date-picker[type=text] {
	background:url(../images/calendar-icon.png) no-repeat 5px center #fff;
	padding-left:36px;
}
body.msie input.date-picker {
	padding:5px 10px 11px 36px;
}
.text-indent {
	text-indent:1em;
}
.vhidden {
	visibility:hidden!important;
}
#alert_placeholder {
	z-index:9999;
}
.alert {
	padding:5px 10px;
	opacity:0.92;
}
.alert-danger {
	color:#cc1212;
}
.table {
	margin: 25px auto;
}
.table.fixed {
	table-layout:fixed;
}
.table > thead > tr > th {
    color: #333;
    background-color: #ccc;
    vertical-align: middle;
}
.table > tbody > tr,
.table > thead > tr {
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
}
.tabke > thead > tr,
.table > thead > tr > th {
	border-bottom:0;
}
.table > tbody > tr:last-child {
	border-bottom:1px solid #ddd;
}
.table > tbody > tr > td {
	min-width:10%;
}
.table > tbody > tr > td.left {
	text-align:left !important;
}
.table > tbody > tr > td.right {
	text-align:right !important;
}
.table > tbody > tr > td.center {
	text-align:center !important;
}
.table > tbody {
	border-bottom:1px solid #ddd;
}
.table.pledge > tbody > tr > td {
	border-right:1px solid #ddd;
}
.table.nowrap > tbody > tr > td {
	white-space:nowrap;
}
.table.pledge > tbody > tr > td:first-child {
	text-align:center;
	width:10px;
}
.ti-l1 td:first-child {
	padding-left:1em;
}
.ti-l2 td:first-child {
	padding-left:2em;
}
.ti-l3 td:first-child {
	padding-left:3em;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th,
.table > tbody > tr.odd > td,
.table > tbody > tr.odd > th
 {
    background-color: #fafafa;
}
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.slicknav_menu {
	padding:0;
	position:absolute;
	z-index:100;
	right:0;
	width:100%;
	/*min-height:100%;*/
	background:transparent;
	/*pointer-events:none;*/
}
.slicknav_nav {
	background:#000;
	height:100%;
	overflow:hidden;
}
.slicknav_nav {
	background:rgba(0,0,0,0.87);
}
.slicknav_nav .slicknav_arrow {
	margin:0 0.4em 0 0;
}
.slicknav_nav a:hover {
	color:#fff;
}
#slider {
	background:url(../images/bg_header.png) no-repeat center center;
}
#mini-header {
    top: -100px;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    position: fixed;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 5px #999;
    border-bottom: 3px solid #b38b07;
    z-index:2000;
}
#mini-header.in {
	top:0;
}
#mini-header {
    background: rgba(240, 240, 240, 0.97);
}
#mini-header .logos img {
    height: 45px;
}
#mini-header .logo {
    padding: 5px 0;
}
#mini-header .text-logo {
    min-height: 60px;
}
#mini-header .text-logo img {
    margin-top: 10px;
}
#mini-header #menu > ul {
    margin-bottom: 0;
    background: transparent;
    border: 0;
}
#mini-header #menu > ul > li {
    border-top: 1px solid transparent;
}
#mini-header #menu > ul > li:hover {
    border-top: 1px solid #c49c18;
}
@media (min-width:993px) {
	#main-header .container, #mini-header .container {
	    padding: 0;
	}
}
.justified-gallery {
    margin: 50px 0;
}
.justified-gallery .caption {
	text-align:center
}
.justified-gallery a:hover {
	border:0;
}
.swbc {
    font-family: 'swkc', sans-serif;
}
.popover-title { display: none; }
#article-content {
    background: #f6f6f6;
    padding: 10px 40px;
}
@media (max-width: 767px) {
	#article-content {
		padding: 0.5rem 1rem;
	}
}
article {
    min-height: 1.2em;
    font-size: 1.15em;
    line-height: 1.65em;
    margin: 25px auto;
}
article .center {
	text-align:center;
}
article ul.article-list {
	padding-left:0;
}
article ul.article-list li.article-item {
	list-style:none;
}
article img {
	max-width:100%;
	height:auto;
}
article h1 {
    font-family: 'swkc', sans-serif;
    font-size: 2.4em;
    margin-bottom: 24px;
    color: #333;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.2;
}
article h2 {
	font-size:1.2em;
}
article h2.gby,
article h2.highlight {
	background:#dcdcdc;
	padding:8px;
}
article .separator {
    background-color:#ddd;
    padding:10px;
}
/*
@media (min-width: 641px) {
    article h1 {
        width: 75%;
    }
}
*/
article p {
    font-size: 1em;
    line-height: 2em;
    margin: 25px auto;
    color: #222;
}
article p.url {
	color:#999;
	margin:0;
	line-height:1.2;
}
/*
body.lang-pt .drop-caps article .content p:first-child::first-letter,
body.lang-en .drop-caps article .content p:first-child::first-letter {
    float: left;
    font-size: 3.8em;
    padding: 2px;
    font-family: Georgia, Tahoma, sans-serif;
    margin-right: 10px;
    line-height: 1em;
    text-transform: uppercase;
    color: #b38b07;
}
*/
article .content p:last-child::after {
    content: '\25a0';
    color: #b38b07;
    margin-left: 8px;
}
article .content .amcm-sticky-list p:last-child::after {
    content: '';
}
article .rules-guidelines p {
	margin:0 0 1.6em;
	line-height:1.6;
}
article .rules-guidelines td {
    text-align:center;
}
article .rules-guidelines td a {
    /*
    text-indent: -9999px;
    font-size:0px;
    */
    font-size:0.1px;
    height:24px;
    width:15px;
    display:block;
    margin:auto;
}
article .rules-guidelines td a:before {
    margin:0;
    font-size:16px;
}
article .rules-guidelines td:first-child {
    text-align:left;
}
article blockquote {
    border-left: 5px solid #cc1212;
}
article blockquote p {
    font-size: 0.8em;
}
article a {
    color: #b38b07;
    text-decoration: none;
    padding-bottom: 1px;
}
article a.img {
    border: 0;
}
article a:hover {
    color: #b38b07;
    border-bottom: 1px dotted #b38b07;
}
article img {
    border-radius: 4px;
}
article a.img img:hover {
    opacity: 0.6;
}
article .attachment {
    margin: 40px 0 40px;
}
article .attachment p {
    margin: 0 0 10px;
}
date,
.date {
    color: #888;
    font-size: 0.83em;
}
date.last-revision,
.last-revision {
    width: 100%;
    display: block;
}
date:before {
    content: '\f073';
    font-family: FontAwesome;
    margin-right: .5em;
    color: #cc1212;
}
.js-toggle:hover {
	border:0;
}
.js-toggle:before {
	content: '\f150';
	font-family: FontAwesome;
	margin-right: .5em;
	color: #b38b07;
}
.breadcrumb {
    background: transparent;
    text-align: right;
    margin: 8px 0;
    padding-right: 0;
}
.slider-caption .slide-box {
	background:rgba(0,0,0,0.6);
}
.slider-caption .slide-title {
	text-shadow:1px 1px 1px #000;
	margin-bottom:15px;
}
.slider-caption .slide-desc {
	line-height:200%;
	font-size:16px;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	text-align: left;
}
body.lang-en .slider-caption .slide-desc,
body.lang-pt .slider-caption .slide-desc {
	line-height:1.4;
	font-size:1.1em;
}

@media only screen and (max-width: 760px) {
	.slider-caption .slide-title {
		font-size:1.3em;
		font-weight:700;
		margin-bottom:10px;
	}
	body.lang-en .slider-caption .slide-desc,
	body.lang-pt .slider-caption .slide-desc {
		font-size:12px;
		line-height:135%;
	}
	body.lang-zh .slider-caption .slide-desc {
		font-size:14px;
		line-height:150%;
	}
}
.entry-meta {
    position: relative;
}
.entry-date {
    position: absolute;
    top: 0;
    width: 75px;
    height: 75px;
    margin-right: 20px;
    border-radius: 40px;
    background: #ccc;
    border: 5px solid #f6f6f6;
}
.entry-date {
    box-shadow: 2px 2px 3px rgba(100, 100, 100, 0.2), 2px -2px 3px rgba(100, 100, 100, 0.2);
}
.entry-date span {
    display: block;
    font: 16px/22px Verdana, Arial, Helvetica, sans-serif;
    color: #666;
    text-align: center;
}
.entry-date .month {
    margin-top: 5px;
}
.entry-date .day {
    font-size: 30px;
    color: #eee;
    font-weight: bold;
    text-shadow: 1px 1px #333;
}
.entry-date .year {}
.entry-date .sep {
    display: none;
}

table {}
table thead td {
	font-weight:700;
	background:#ccc;
	vertical-align:middle!important;
}
table > tbody > tr > td {
	font-size:0.8em;
	vertical-align:middle!important;
}
.holiday-table {}
.holiday-table > tbody > tr > th {
    vertical-align: middle;
    border: 0;
}
.holiday-table th img {
    width: 45px;
}
body.lang-pt #menu ul.nav.navbar-nav{
	display:table;
}
body.lang-pt #menu ul.nav.navbar-nav li.dropdown {
	display:table-cell;
	text-align:center;
	vertical-align:middle;
}
body.lang-pt #menu > ul li{
	text-align:left;
}

/*for print*/

.holiday-table tbody tr td {
    vertical-align: middle;
    border: 0;
    background-color: #eee;
    width: 10%;
    text-align: center;
}
.holiday-table tbody tr td:first-child {
    width: 70%;
    text-align: left;
}
/*for print [end]*/

.holiday-table > tbody > tr > td {
    vertical-align: middle;
    border: 0;
    background-color: #eee;
    width: 10%;
}
.holiday-table > tbody > tr > td:first-child {
    width: 70%;
}
.holiday-table date {
    display: block;
    font-size: 0.8em;
    color: #666;
    text-transform: capitalize;
}
.holiday-table .fa {
    font-size: 1em;
}
.holiday-table .fa-check {
    color: #46BB63;
    text-indent: -9999;
}
.holiday-table .fa-minus {
    color: #ccc;
}
aside.side-nav {
	/*overflow:scroll;*/
}
aside.side-nav h2 {
    font-size: 1.6em;
    margin-bottom: 24px;
    color: #333;
    font-weight: 700;
}
aside.side-nav {
    margin-top: 1rem;
}
aside.side-nav a {
    border-right: 5px solid transparent;
    text-align: right;
    display: block;
    padding: 8px 10px;
    margin: 10px 0;
    font-size: 1.1em;
}
aside.side-nav a.actived {
    color: #444;
    border-color: #135381;
    background: rgba(19, 83, 129, 0.1);
}
aside.side-nav .a-link a:hover {
    color: #444;
    border-color: #cc1212;
}
aside .tools {
    text-align: right;
}
aside .tools a {
    display: inline-block;
    margin: 0;
    padding: 0 0 0 1em;
}
aside a.font-size,
aside a.print {
    color: #111;
}
aside a.facebook {
    color: #3a5795;
}
aside a.pdf {
    color: #cc1212;
}
#scroll-aside {
	overflow:hidden;
}
#scroll-aside .a-link {
	overflow-y:scroll;
}
.logo {
	padding: 15px 0;
}
.text-logo {
    min-height: 90px;
    background:url() no-repeat center center;
    background-image: url(../images/logo-text.svg);
    background-size: contain;
    /*behavior: url(PIE.htc);*/
}
.text-logo a {
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
}
body.msie .text-logo {
	background-image: url(../images/logo-text.png);
}
.text-logo img {
    width: 100%;
    max-width: 296px;
    margin-top: 8px;
    opacity: 0;
}
.text-logo p.cn {
    color: #135381;
    font-size: 1.6em;
    letter-spacing: 0.5em;
    margin: 0;
}
.text-logo p.pt {
    color: #b38b07;
    margin-left: -10px;
    font-size: 0.9em;
}
.breadcrumb > li + li:before {
    margin-left: 4px;
}
.side-banner {
    padding: 0 0 18px 0;
    margin: 18px 0;
    border-radius: 3px;
    box-shadow: 0 0 2px #999;
    background: #f6f6f6;
    background-size: contain;
}
.side-banner hr {
    border-top: 1px solid #ccc;
}
.side-banner h4 {
    margin-top: 0;
    font-weight: 700;
}
.side-banner img {
    width: 100%;
    padding: 15px;
}
.side-banner .banner-info {
    padding: 0 18px;
}
.side-banner a {
    font-size: 0.9em;
}
footer {
	background:url(../images/bg_footer.png) no-repeat center center;
}
footer h4 {
    font-size: 1em;
}
footer .links a {
    font-size: 0.9em;
}
footer .bottom-footer p {
    color: #b38b07;
}
#back-to-top {
    background-color: #666;
    bottom: 2em;
    color: #fff;
    display: none;
    opacity: 0.8;
    padding: 1em 1.1em;
    position: fixed;
    right: 1.5em;
    text-decoration: none;
    border-radius: 50%;
    z-index: 10;
}
#back-to-top:hover {
    opacity: 1;
    transition: 1s;
}
a.more {
    display: block;
    text-align: right;
    width:100%;
}
a.more:after {
    content: '\f0a9';
    font-family: FontAwesome;
    margin-left: .5em;
}
a.more:hover {
	border:0;
}
.btn {
    width: 100%;
}
.btn.auto-width {
	width:auto;
}
.btn-primary {
    background-color: #2B648E;
    border-color: #42759A;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #135381;
    border-color: #2B648E;
}
.btn-fade {
    background:#ccc;
    color:#eee;
}
.btn-shopping-cart {
	width:auto;
	-webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -kthtml-transition: all .5s linear;
    transition: all .5s linear;
}
.btn-shopping-cart.added {
    -webkit-box-shadow: 0 0 8px #0f0;
    -moz-box-shadow: 0 0 8px #0f0;
    box-shadow: 0 0 8px #0f0;
}
.btn-shopping-cart .divider {
	margin:auto 1em auto .8em;
	border-left:1px solid #333;
}
.btn-checkout {
	width:auto;
}
.btn-shopping-cart:before {
	content:'\f07a';
	font-family: FontAwesome;
	margin-right:.5em;
	color:#b38b07;
}
.btn-checkout:after {
	content:'\f061';
	font-family:FontAwesome;
	margin-left:.5em;
}
.modal-content .itemRow {
	border-top:1px solid #eee;
	padding:1em 0;
}
.modal-content .itemRow.row-0{
	border:0;
}
.modal-content .itemRow .item-name {
	width:50%;
	font-weight:700;
	display:inline-block;
}
.modal-content .itemRow .item-decrement,
.modal-content .itemRow .item-increment,
.modal-content .itemRow .item-quantity,
.modal-content .itemRow .item-total {
	width:auto;
	text-align:center;
	display:inline-block;
}
.modal-content .itemRow .item-quantity {
	width:10%;
}
.modal-content .itemRow .item-quantity:before {
	content:'x';
}
.modal-content .itemRow .item-total {
	width:25%;
	text-align:right;
	display:inline-block;
}
#reg-form .item-decrement,
#reg-form .item-increment {
	display:none;
}
.error.content h1 {
    font-family: 'swkc';
    font-size: 16em;
}
.error.content h2 p {
    font-family: 'swkc';
    line-height: 1.5em;
    font-size: 1.5em;
    margin: 1em 0 1.5em;
}
.error.content h3 {
    font-size: 1.6em;
}
.error.content p {
    font-size: 1em;
    margin-top: 24px;
}
.image-notation img {
    width: 35px;
}
.image-notation td {
    vertical-align: middle;
    padding: 10px;
    color: #666;
    font-size: 0.9em;
}
.amcm-sticky-list .section {
    position: relative;
}
.amcm-sticky-list .sticky {
    top: 0;
}
.amcm-sticky-list .sticky-active {
    position: fixed;
    top: 90px;
    right: 5%;
}
.amcm-sticky-list .sticky p {
    font-size: 1.2em;
    padding: 5px 10px;
    background: rgba(240, 240, 240, 0.9)
}
.amcm-sticky-list .section-header-wrapper {
    height: 20px;
}
.amcm-sticky-list .section-header {
    transition: all 0.5s ease;
}

@media only screen and (max-width: 760px), (min-device-width: 768px) and (max-device-width: 1024px)  {
	table.responsive,
	table.responsive thead,
	table.responsive tbody,
	table.responsive th,
	table.responsive td,
	table.responsive tr {
		display: block;
	}
	table.responsive thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	table.responsive tr { border: 1px solid #ccc; }
	table.responsive td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding-left: 50%!important;
	}
	table.responsive td:before {
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%;
		padding-right: 10px;
		white-space: nowrap;
	}
}

.simpleCart_shelfItem .item_price {
	color:#135381;
	padding:0 0 50px 0;
	text-align:right;
	font-size:1.4em;
}

#result {
	margin:50px auto;
}

.js-collapse:before {
	content: '\f0da';
	font-family: 'fontAwesome';
	padding-right:.5em;
}
.js-collapse.is-open:before {
	content: '\f0d7';
}

.NSDP_date,
.NSDP_latestValue,
.NSDP_previousValue,
.NSDP_change,
.NSDP_MoreInfo {
	text-align:center;
}
#nsdpTable thead {
	font-size:0.9em;
}
.NSDP_HeaderRow td {
	background:#555 !important;
	color:#fff;
	font-size:1.2em;
}
.NSDP_HeaderItem td {
	font-weight:700;
}
.NSDP_MoreInfo a {
	font-weight:400;
}
.NSDP_SubHeaderRow td {
	background:#aaa !important;
	color:#333;
}
.NSDP_SubHeaderRow .NSDP_Title a {
	color:#333;
	width:100%;
	display:block;
	border:0;
}
.NSDP_SubHeaderRow .NSDP_Title a:hover {
	color:#fff;
	border:0;
}
.NSDP_SubItem .NSDP_Title {
	padding-left:2em;
}
.NSDP_SubHeaderRow .NSDP_Title {
	font-size:.9em;
}
.image-pop {
	cursor: pointer;
}
#imagemodal .modal-dialog {
	width:90%;
}
#imagemodal .modal-dialog img {
	width:100%;
}

.print-only {
    display:none !important;
}