.vcenter{
	display: inline-block;
	vertical-align: middle;
	height: 110px;
}
.circle_lg {
	background: #82C564;
	border-radius:50%;
	color: #fff;
	display:table;
	height: 100px;
	font-weight: bold;
	font-size: 1.2em;
	width: auto;
	margin:0 auto;
}
.circle_lg span {
	display:table-cell;
	vertical-align:middle;
	height:100px;
	width:100px;
	text-align:center;
	padding: 0 15px;
}
.circle_lg_u {
	background: #AAD4FF;
	border-radius:50%;
	color: #fff;
	display:table;
	height: 100px;
	font-weight: bold;
	font-size: 1.2em;
	width: auto;
	margin:0 auto;
}
.circle_lg_u span {
	display:table-cell;
	vertical-align:middle;
	height:100px;
	width:100px;
	text-align:center;
	padding: 0 15px;
}
.circle_sm {
	background: #82C564;
	border-radius:50%;
	color: #fff;
	display:table;
	height: 70px;
	font-weight: bold;
	font-size: 1.2em;
	width: auto;
	margin:0 auto;
}
.circle_sm span {
	display:table-cell;
	vertical-align:middle;
	height:70px;
	width:70px;
	text-align:center;
	padding: 0 15px;
}
/* Override the bootstrap style */
blockquote {
    border-left: 3px solid #b3e6ff;
	margin-left: 30px;
	margin-top: 10px;
}
/* Google custom search box style */
.gsc-search-button {
    background-color: #252F9A;
    border-radius: 5px;
}
.gsc-input-box, .gsc-input-box-hover, .gsc-input-box-focus {
	box-sizing: content-box;
	line-height: normal;
}
#gsc-iw-id1{
	height: 30px;
	border-color: #252F9A;
	font-family: 微軟正黑體;
	font-weight: 700;
	color: #3F81B4;
}
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    background-color: #252F9A !important;
    background-image: url("http://www.google.com/uds/css/v2/search_box_icon.png") !important;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 16px !important;
    border-color: #252F9A !important;
    filter: none;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
#popup
{
	/*width:560px;
	height:360px;*/
	/*background:#4d0000;*/
	width: 650px;
	height: 325px;
	background-image: url("../images/2019CNY/2019CNY-comp.jpg");
	background-repeat: no-repeat;
	color: #fff;
	text-shadow: 2px 2px #000;
	/*color:#4d4d4d;*/
	box-shadow: 10px 10px 30px #888888;
	font-family: 微軟正黑體;
	font-weight: 900;
	padding-top:10px;
	padding-left: 20px;
	padding-right: 20px;
	position:fixed;
	top:0%;
	left:50%;
	margin-top:-500px;
	margin-left:-250px;
	z-index: 101;
}

#popup_mobile
{
	/*width:560px;
	height:360px;*/
	/*background:#4d0000;*/
	width: 80%;
	height: 165px;
	background-image: url("../images/2019CNY/2019CNY-comp.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	color: #fff;
	text-shadow: 2px 2px #000;
	/*color:#4d4d4d;*/
	box-shadow: 10px 10px 30px #888888;
	font-family: 微軟正黑體;
	font-weight: 900;
	padding-top:10px;
	padding-left: 20px;
	padding-right: 20px;
	position:fixed;
	top:0%;
	left:8%;
	margin-top:-500px;
	/*margin-left:-250px;*/
	z-index: 101;
}

/* Button gotop circle */
/* Go top */
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 50px;    
    padding: 10px 15px;    
    font-size: 20px;
	z-index: 2;
    color: white;
    cursor: pointer;
}
.btn-circle-gotop {
  width: 50px;
  height: 50px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42;
  border-radius: 25px;
}

/* Button outline */
.btn-button-name, .btn-button-name:link, .btn-button-name:visited {
    background-color: transparent;
    border-radius: 0;
    color: #6f5499;
    border: 1px solid #6f5499;
}
.btn-button-name:active, .btn-button-name:hover {
    background-color: #6f5499;
    color: #fff
}
.btn-button-name.btn-lg {
    border: 1px solid #6f5499;
}
.btn-button-name.btn-sm {
    border: 1px solid #6f5499;
}  
.btn-button-name.btn-xs {
    border: 1px solid #6f5499;
}

/* Button PhotoFast */
.btn-photofast { 
  color: #ffffff; 
  background-color: #FF4D7D; 
  border-color: #FF4D7D; 
} 
 
.btn-photofast:hover, 
.btn-photofast:focus, 
.btn-photofast:active, 
.btn-photofast.active, 
.open .dropdown-toggle.btn-photofast { 
  color: #000000;
  background-color: #fff; 
  border-color: #000000;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
} 
 
.btn-photofast:active, 
.btn-photofast.active, 
.open .dropdown-toggle.btn-photofast { 
  background-image: none; 
} 
 
.btn-photofast.disabled, 
.btn-photofast[disabled], 
fieldset[disabled] .btn-photofast, 
.btn-photofast.disabled:hover, 
.btn-photofast[disabled]:hover, 
fieldset[disabled] .btn-photofast:hover, 
.btn-photofast.disabled:focus, 
.btn-photofast[disabled]:focus, 
fieldset[disabled] .btn-photofast:focus, 
.btn-photofast.disabled:active, 
.btn-photofast[disabled]:active, 
fieldset[disabled] .btn-photofast:active, 
.btn-photofast.disabled.active, 
.btn-photofast[disabled].active, 
fieldset[disabled] .btn-photofast.active { 
  background-color: #A00A17; 
  border-color: #000000; 
} 
 
.btn-photofast .badge { 
  color: #A00A17; 
  background-color: #ffffff; 
}

.row-eq-height{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.description{
	position: relative;
	background-color: #000;
	line-height: 2em;
	font-size: 16px;
	color: #fff;
	opacity: 0.8;
}
.carousel-caption {
	position: relative;
	left: 0;
	top: 0;
	background-color: #000;
	opacity: 0.9;
}