/***********************
	-	BASICS 	-
***********************/
html {
	overflow-x:hidden;
	padding: 0 !important;
	background:#fff;
	margin:0px !important;
	font-family:Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
}


.fullwidthbanner-container{
		width:100% !important;
		position:relative;
		padding:0;
		overflow:hidden;
		background: gray;
}

#revolution-slider{max-height:750px !important;}

.tparrows{ top:50% !important;}

.med{
	font-size:24px;
	letter-spacing:-.5px;
}


.med-white{
	color:#fff;
	font-size:24px;
	letter-spacing:-.5px;
}
.med-yellow{
	color:#ffff00;
	font-size:40px;
	font-weight:bold;
	letter-spacing:-0.5px;
	text-shadow:2px 2px 4px #808080;
}
.med-gray{
	color:#696969;
	font-size:44px;
	font-weight:300;
	letter-spacing:-0.5px;
	text-shadow:2px 2px 4px #808080;
}
.med-green{
	color:#469159;
	font-size:24px;
	letter-spacing:-.5px;
}
.small-white{
	color:#fff;
	line-height:1.7em;
}

.very-big-white{
	font-size:120px;
	letter-spacing:-5px;
	font-weight:bold;
	color:#00b7ee;
	text-shadow:3px 3px 5px #808080;
}

.very-big-black{
	font-size:84px;
	letter-spacing:-5px;
	font-weight:bold;
	color:#333;
}

.block{
	display:inline-block;
	font-size:20px;
	color:#fff;
	padding:8px 12px 8px 12px;
}

.block-black{
	display:inline-block;
	font-size:20px;
	background:#333;
	color:#fff;
	padding:8px 12px 8px 12px;
}

a.btn{
	color:#fff !important;
}

.fullwidthbanner-container.bannerL{height:750px;}
.fullwidthbanner-container.bannerLs{display:none;}
.fullwidthbanner-container.bannerM{display:none;}
.fullwidthbanner-container.bannerS{display:none;}

@media screen and (max-width:1199px) and (min-width:980px){
	.fullwidthbanner-container.bannerL{display:none;}
	.fullwidthbanner-container.bannerLs{display:block; height:750px;}
	}

@media screen and (max-width:979px) and (min-width:768px){
	.fullwidthbanner-container.bannerL{display:none;}
	.fullwidthbanner-container.bannerLs{display:none;}
	.fullwidthbanner-container.bannerM{display:block; height:750px;}
	}

@media screen and (max-width:767px){
	.fullwidthbanner-container.bannerL{display:none;}
	.fullwidthbanner-container.bannerLs{display:none;}
	.fullwidthbanner-container.bannerM{display:none;}
	.fullwidthbanner-container.bannerS{display:block; height:750px;}
	}
