body{
	font-family: Arial, "\5FAE\8EDF\6B63\9ED1\9AD4", "Microsoft JhengHei", "微軟正黑體", sans-serif;
	font-size: 15px;
}

/****************
SECTION
*****************/
section{
	background-color: #fff;
	padding: 50px 0;
}

section.darker{
	background-color: #fbfbfb;
}

section header{
	text-align: center;
	margin-bottom: 30px;
}

p{
	color: #595959;
}

address{
	margin-bottom: 50px;
}

address span{
	margin-top:0;
	margin-bottom: 25px;
	font-size: 30px;
	display: block;
}

a{
	color: #595959;
}

a:hover,
a:focus{
	color: #FA4B2A;
}

.menu-toggle{
	position: fixed;
	right: 15px;
	top: 15px;
	font-size: 30px;
	color: #B40B05;
	top: 0px;
	right: 10px;
}

.menu{
	width: 300px;
	display: block;
	background: #333;
	height: 100%;
	top: 0;
	right: -300px;
	position: fixed;
	z-index: 100;
	text-align: center;
	transition: right 0.4s;
}

.menu.nav-expanded{
	right: 0;
}

.menu .close{
	color: #fff;
	margin-right: 10px;
	margin-top:10px;
}

.menu h3{
	margin-top:50px;
	text-transform: uppercase;
}

.menu .nav{
	padding: 0;
}

.menu .nav > li > a{
	color: #fff;
}

.menu .nav > li > a:hover,
.menu .nav > li > a:focus{
	background: transparent;
	color: #AF1C05;
}

.menu .social-icons{
	margin-top: 50px;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}

.menu .social-icons li{
	margin-right: 10px;
	float: none;
	display: inline-block;
}

.menu .social-icons li:last-child{
	margin-right: 0;
}

.menu .social-icons > li > a{
	width: 30px;
	height: 30px;
	line-height: 30px;
}


.jumbotron{
	text-align: center;
	position: relative;
	background: url('../img/bg.webp');
	background-size: cover;
	color: #fff;
}

.jumbotron .mask{
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	opacity: 0.5;
}

.jumbotron p{
	color: #fff;
}

.jumbotron .container{
	margin-top: 20%;
}

.jumbotron h1{
	text-transform: uppercase;
	margin-bottom: 30px;
}

.header-info{
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/***
SERVICES
****/
.service-item{
	text-align: center;
}

.service-item .icon{
	border: 1px #b3b3b3 solid;
	margin: 0 auto;
	border-radius: 100%;
	width: 110px;
	height: 110px;
	display: block;
	margin-bottom: 60px;
}

.service-item .icon i{
	line-height: 110px;
	font-size: 45px;	
	color: #AF1C05;
}

.service-item .icon:hover{
	background-color: #AF1C05;
	border-color: #AF1C05;
}

.service-item .icon:hover i{
	color: #fff;
}
.service-item h3{
	margin-bottom: 60px;
}

.service-item .icon .icon-pen{
	background: url('img/icon/pen.png');
}

.feature-image{
	position: relative;
	margin-bottom: 30px;
}

.feature-image .mask{
	position: absolute;
	top:0;
	left: 15px;
	right: 15px;
	height: 100%;
	transition: all 0.4s;
	background: rgba(0,0,0, 0.5);
	opacity: 0;
}

.feature-image .mask i{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top:-25px;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	color: #fff;
	background-color: #AF1C05;
	text-align: center;
	line-height: 50px;
	font-size: 30px;
}

.feature-image:hover .mask{
	opacity: 1;
}

.btn{
	margin-top: 30px;
	padding: 15px 30px;
	border-radius: 0;
	-webkit-transition: border-color 0.4s, color 0.4s;
	transition: border-color 0.4s, color 0.4s;
}

.btn-primary{
	background: #B40B05;
	border-width: 2px;
	color: #fff;
	border-color: #B40B05;
}

.btn-primary:hover,
.btn-primary:focus{
	background: #fff;
	color: #B40B05;
	border-color: #fe4a46;
}

#map{
	width: 100%;
	height: 450px;
	margin-bottom: 30px;
}

footer{
	padding: 75px 0;
	background-color: #333;
	color: #fff;
}

footer p{
	color: #fff;
}

footer a{
	color: #fff;
}

.copyright{
	text-align: center;
	padding-top: 30px;
}

.titlecell{
	padding: 5px 15px;
	background-color: #D3EBFE;
	text-align: left;
	vertical-align: top;
}
.contentcell {
	padding: 5px;
	background-color: #FFFFFF;
	text-align: center;
	vertical-align: top;
}
.contentcellleft {
	text-align: left;
}
.splitcell {
	height: 1px;
	background-color: #C2DAED;
}
.content {
	width: 100%;
	background-color: #A0B8CB;
}
.content th{
	text-align: center;
}
.listbox_lang_form {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	display: inline;
}
.listbox_lang {
	color: #000000;
	background-color: #D1D7DC;
	border: 1px solid #D1D7DC;
	margin-top: 20px;
}
.plan_table {
	display: table;
}
.plan_highlight {
	color: #AF1C05;
}
.social {
	background-color: #D3EBFE;
}

.widget_menu li {
	margin: 8px auto;
}

@media screen and (min-width: 768px){
	.jumbotron h1, 
	.jumbotron .h1 {
		font-size: 75px;
	}
	address p{
		font-size: 18px;
	}
}
@media screen and (max-width: 768px){
	.header-info{
		-webkit-transform: translateY(-20%);
		transform: translateY(-20%);
	}
}
@media screen and (max-height: 480px){
	.header-info{
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
}
