/* body -------------------------------------------------- */
body {
	padding-top: 70px;
	font-family: 'Helvetica Neue', 'Heiti TC', 微軟正黑體, 'Microsoft JhengHei', Arial, sans-serif;
	font-size: 14px;
	line-height: 180%;
}

/*slider -------------------------------------------------- */
#slide {
	width: 100%;
}

#slide .item img {
	display: block;
	width: 100%;
	height: auto;
}

#slide .owl-pagination {
	position: absolute;
	bottom: 20px;
	text-align: center;
	width: 100%;
}

/* footer -------------------------------------------------- */
#bottom {
	background: #31363A;
	padding-top: 120px;
	padding-bottom: 120px;
}

.copyright {
	background: #222;
	border-top: none;
}

/* Navigation -------------------------------------------------- */
#navigation.navbar {
	top: 0px;
	right: 0px;
	left: 0px;
	min-height: 0px;
	background-color: #FFF;
	padding: 15px 0px;
	margin: 0px;
	border: 0px;
	border-bottom: 1px solid #f0f0f0;
	z-index: 8000;
	border-radius: 0px;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .02);
	-webkit-transition: background-color .2s ease;
	transition: background-color .2s ease;
}

#navigation .navbar-brand {
	height: auto;
	color: #FFF;
	padding: 0px;
}

#navigation.navbar>.container .navbar-brand, #navigation.navbar>.container-fluid .navbar-brand {
	margin: 0px;
}

#navigation .navbar-brand img {
	height: 45px;
}

#navigation .navbar-brand-xs {
	display: none;
	float: left;
	margin-left: 15px;
}

#navigation .navbar-brand-xs img {
	max-height: 40px;
}

#navigation.navbar-default .navbar-collapse {
	border: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Portrait tablet to landscape and desktop */
@media ( min-width : 768px) {
	#navigation .nav {
		overflow: hidden;
		float: right;
		height: 40px;
	}
	#navigation .nav>li {
		padding: 10px 25px;
	}
	#navigation .nav>li.menu-btn {
		padding-top: 2px;
		padding-bottom: 2px;
	}
	#navigation .nav>li:last-child {
		padding-right: 0px;
	}
	#navigation .nav>li>a {
		float: left;
		color: #555;
		line-height: 20px;
		font-weight: 600;
		background: none !important;
		padding: 0px;
		font-size: 18px;
	}
	#navigation .nav>li.menu-btn>a {
		color: #FFF !important;
		background-color: #3db1ff !important;
		padding: 8px 15px;
		border-radius: 10px;
	}
	#navigation .nav>li>a:hover, #navigation .nav>li.active>a {
		color: #3db1ff;
	}
	#navigation .nav>li.menu-btn>a:hover, #navigation .nav>li.menu-btn.active>a {
		background: #2b9eec !important;
	}
	#navigation .navbar-nav {
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

/* Features Section */
.features .features-left {
	text-align: right;
	margin-top: 112px;
}

.features .features-left .icon-container {
	float: right;
	margin-left: 40px;
}

.features .features-right {
	text-align: left;
	margin-top: 112px;
}

.features .features-right .icon-container {
	float: left;
	margin-right: 40px;
}

.features .feature {
	margin-bottom: 23px;
}

.features .feature:hover .icon-container .icon {
	color: #fff;
}

.features .feature h4 {
	margin-bottom: 20px;
}

.features .feature .icon-container {
	display: block;
	min-height: 120px;
}

.features .feature .icon-container .icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	line-height: 80px;
	font-size: 32px;
	text-align: center;
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}

.features figure img {
	margin: 0 auto;
	display: block;
}

.features .feature .icon-container .icon {
	border: 1px solid #0099e6;
}

.underline {
	border-top: 4px solid #0099e6;
}

.underline {
	display: inline-block;
	width: 160px;
	height: 1px;
	margin-top: 21px;
}

/* config -------------------------------------------------- */
/* Large desktop */
@media ( min-width : 1200px) {
}

/* Portrait tablet to landscape and desktop */
@media ( min-width : 768px) and (max-width: 979px) {
}

/* Landscape phone to portrait tablet */
@media ( max-width : 767px) {
}

/* Landscape phones and down */
@media ( max-width : 480px) {
}

#footer {
	padding: 40px 0;
	padding-bottom: 0px;
}

#footer h3, #footer a {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 20px;
	font-weight: 700;
}

/* page base-------------------------------------------------- */
.full-img {
	z-index: 1;
	position: relative;
	padding: 100px 0;
}

.full-img:after {
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: rgba(0, 0, 0, 0.2);
}

.full-img h1 {
	color: #fff;
	font-size: 40px;
	line-height: 50px;
	text-transform: uppercase;
}

.full-img p {
	color: #fff;
	font-size: 24px;
	font-weight: 200;
	margin-bottom: 0;
	text-transform: uppercase;
}

/* us -------------------------------------------------- */
.us-full-img {
	background: url(home.jpg) no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 150px 0;
}

.us-text {
	line-height: 2;
}