@charset "utf-8";
/* CSS Document */

a:link {
	color: #000;
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #000;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

@font-face {
	font-family: Open Sans;
	src: local("Open Sans Light"), local("OpenSans-Light"), url(fonts/san_light.woff) format("woff");
	font-weight: 300;
	font-style: normal;
}

#bw_img{
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);    
    filter: grayscale(100%);	
    filter: gray;
	}

.font_border{
	position: relative;
	font-weight:bold;
	background: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:2em;
    padding: 0.45em;
    margin: 0 0 0em 0;
    width: 6em; /* 353 + 2 + 45 = 400 */
	height:1em;
    border: 1px solid #000;
	position:relative;top:0.7em;left:-0.8em;
	}

.contact_font{
	
	position:relative;top:-0.32em;left:0em;
	
	}

#div_head{
	position:fixed;
	height:6.8em;
	top:0px;
	z-index:2000;
	background-color:#fff;
	
	}	
#contact_head{
	position:absolute;
	top:0px;
	z-index:3000;
	width:100%;
	height:80%;
	background-color:#000;
	}	
	
#main {
	position:relative;top:7em;left:0em;
	
	}
	
#title{
	font-family:Open Sans;
	font-size:4.5em;
	text-align:center;
	color:#777;
	line-height:1em;
	position:relative;top:0.8em;left:0em;
	}

#sub_title{
	font-family:Open Sans;
	font-size:1.2em;
	text-align:center;
	color:#777;
	line-height:1em;
	position:relative;top:0.8em;left:0em;
	}			

#wecare{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
	font-size:2.5em;
	position:relative;top:1em;left:0em;
	}	

#txt{
	font-family:微軟正黑體;
	font-weight:100;
	line-height:1.6em;
	color:#666;
	font-size:2.0em;
	letter-spacing:0.15em;
	text-align: justify;
	position:relative;top:1em;left:0em;
	}	

#designer{
	height:1.5em;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#333;
	font-size:2.5em;
	position:relative;top:1em;left:0em;
	margin:0px auto;
	border-bottom-style:solid;
	border-bottom-color:#d2ad91;
	}	
	
#adlink{
	border: 2px solid #ffffff;
    color: #FFF;
    cursor: pointer;
	background:url(images/tran70.png);
    font-family: Arial;
    font-size: 2em;
    padding: 0.3em 0.5em;
    text-decoration: none;
	position:relative;top:2.8em;left:1em;
	z-index:2;
	}
	
.fullbg{
		margin:0;
		padding:0;
		background:url(images/parallax-services1.jpg) center center fixed no-repeat;
		-moz-background-size: cover;
		background-size: cover;
	}	

.fullbg2{
		margin:0;
		padding:0;
		background:url(images/bg2.jpg) center center fixed no-repeat;
		-moz-background-size: cover;
		background-size: cover;
	}	

.fullbg3{
		margin:0;
		padding:0;
		background:url(images/parallax-contact1.jpg) center center fixed no-repeat;
		-moz-background-size: cover;
		background-size: cover;
	}		
		

.input_border{
	background-color:#000;
	font-size:2.0em;
	color:#fff;
	padding: 0.4em 0.4em;
	width:90%;
	}

.myButton {
	width:/*15%*/auto;	
	min-width: 15%;
	background-color:#fff;
	border:1px solid #ff8400;
	display:inline-block;
	cursor:pointer;
	color:#000;
	font-family:Arial;
	font-size:2em;
	padding:10px 1em;
	text-decoration:none;
	text-shadow:0px 1px 0px #94340a;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ff9900), color-stop(1, #ff8c00));
	background:-moz-linear-gradient(top, #ff9900 5%, #ff8c00 100%);
	background:-webkit-linear-gradient(top, #ff9900 5%, #ff8c00 100%);
	background:-o-linear-gradient(top, #ff9900 5%, #ff8c00 100%);
	background:-ms-linear-gradient(top, #ff9900 5%, #ff8c00 100%);
	background:linear-gradient(to bottom, #ff9900 5%, #ff8c00 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900', endColorstr='#ff8c00',GradientType=0);
	background-color:#ff9900;
}
.myButton:active {
	position:relative;
	top:1px;
}

.contact-info{
	font-family:Arial, Helvetica, sans-serif;
	font-size:3em;
	text-align:center; 
	color:#FFF;
	
	}
	
#blogger_feed{
	 background-image: url(images/city2.jpg);
           
			text-align:center;
			padding:3em;
	
	}
	
.blogger_feed_name{
	font-family:微軟正黑體;
	line-height:3em;
	color:#fff;
	font-size:1.6em;
	letter-spacing:0.15em;
	text-align: justify;
	
	}	
	
.blogger_feed_txt{
	font-family:微軟正黑體;
	line-height:2em;
	color:#fff;
	font-size:0.8em;
	letter-spacing:0.15em;
	text-align: justify;
	
	}	

#first_place{
	 background-image: url(images/city1.jpg);
            
           
			text-align:center;
			padding:3em;
	
	}