html,body,.wrapper {
	height:100%;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;
}
@media (max-width: 770px) {
	html,body,.wrapper {
		overflow-x: hidden;
	}
}

/*縮減row距離*/
.row {
	margin-right: -10px;
	margin-left: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-right: 10px;
	padding-left: 10px;
}

#video {
	position:relative;
	width: 100%;
	background: url(../../img/bg/home.jpg) center center;
	background-size: cover;
	height: 100%;
	left: 0;
	top: 0;
}
@media (max-width: 991px) {
	#video {
		position: relative;
		padding-bottom: 56.25%;
		height: 0;
		overflow: hidden;
	}
}
#video .video-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(../../img/patterns/gridtile.png) rgba(0,0,0,.25) repeat;
	overflow: hidden;
}

.video-text ul {
	margin: 2% 0 0;
}
.video-text img {
	margin: 0 auto;
}
.video-text ul li {
	margin: 0 6px;
	width: 110px;
}
.video-text {
    position: absolute;
    text-align: center;
    width: 100%;
    top: 40%;
    margin: 0 auto;
}
.video-text h1 { font-size: 3em; font-weight: normal; color: #fff; font-weight: bold;}
.video-text h2 { font-size: 1.8em; font-weight: normal; color: #fff;}
.video-text p { color: #fff;}

.video-text button {
	background-color: #ff8200;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 10px 30px;
    font-size: 1.75em;
    font-weight: bold;
}

@media (max-width: 991px) {
	.video-text h1 {
		width: 80%;
		margin: 0 auto;
		font-size: 2em;
	}
	.video-text h2,
	.video-text button { font-size: 1.25em;}
	.video-text .title {
		width: 45%;
	}
	.video-text {
		top: 40%;
		margin: 0 auto;
	}
	.video-text ul {
		display: none;
	}
}
@media (max-width: 670px) {
	.video-text h1 { font-size: 1.25em;}
	.video-text h2 { font-size: 1.2em;}
	.video-text button { font-size: 0.75em;}
	.video-text button { padding: 7px 15px;}
}
@media (max-width: 320px) {
	.video-text h1 {
		font-size: 1.6em;
	}
	.video-text p {
		display: none;
	}
}