
body{
	position:relative;
	padding-top: 70px; 
	font-family:Arial, Sans-Serif;
	font-weight: 200;
	-webkit-font-kerning: auto;
	-webkit-font-smoothing: antialiased;
}

/* SLIDER STYLES */
	
.slider-wrapper{
	
	position:-1;
	overflow:hidden;
	width:100%;
	/* 動畫上方高度*/
	margin:51px auto;
	/*background-image:url(../../zsystem-new/img/runpicback01.jpg);*/
	z-index:1;
}

.slider{
	position:relative;
	width:100%;
	/*	height:400px; when responsive, comment this out */
	margin:0 auto;
	background:#1b1b1b;
	/*background-image:url(../../zsystem-new/img/runpicback01.jpg)	;*/
	z-index:1;
}

@media only screen and (min-width: 1000px){
	.slider{
		width:1000px;
	}
}

@media only screen and (min-width: 1440px){
	.slider{
		width:1440px;
	}
}

/* ELEMENT STYLES */


.claim{
	line-height:100%
}	

.teaser{
	padding:0.5% 1.5%;
	font-size:14px;
	 line-height:100%
}

.small{
	width:250px;
   padding-left:0; padding-right:0px;
	text-align:center;
}

.light-green{background:#95C542;}
.green{background:#7CB761}
.orange{background:#EF7D00}
.turky{background:#348E8A}
.white{background:#fff; color:#333}
