/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	background:url(../images/body-bg1.jpg);
}
.wrap{
	/* width:80%; */
	width:1280px;
	margin:0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	border: 1px solid rgba(20, 20, 20, 0.78);
	/* IE10 Consumer Preview */ 
	background-image: -ms-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	
	/* Opera */ 
	background-image: -o-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, right top, 0, right top, 1012, color-stop(0, #323232), color-stop(1, #000000));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: radial-gradient(ellipse farthest-corner at right top, #323232 0%, #000000 100%);
	padding: 0 25px;
}
.header{
	border-bottom: 10px solid #97B538;
	margin-bottom: 10px;
}
.logo{
	float:left;
	padding: 24px;
}
.top-nav{
	float:right;
}

.top-nav ul li{
	display:inline-block;
	float:left;
}
.top-nav ul li a{
	font-family: '標楷體';
	font-size: 24px;
	color: #97B538;
	text-transform: uppercase;
	padding: 50px 30px;
	display: block;
	font-weight: normal;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.top-nav li.active> a, .top-nav li> a:hover {
	background: #97B538;
	color:#fff;
}
/*---content----*/
/*  GRID OF THREE   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid_1_of_3{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
	/* IE10 Consumer Preview */ 
	background-image: -ms-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	
	/* Opera */ 
	background-image: -o-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, right top, 0, right top, 1012, color-stop(0, #323232), color-stop(1, #000000));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: radial-gradient(ellipse farthest-corner at right top, #323232 0%, #000000 100%);
	border: 1px solid rgba(20, 20, 20, 0.78);}
.grid_1_of_3:first-child { 
	margin-left: 0; 
} 
.images_1_of_3 {
	width: 29.1%;
	padding: 1.5%;
}
.images_1_of_3  img {
	max-width:100%;
	display:block;
	-webkit-filter: grayscale(100%);
	opacity: 0.99;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.images_1_of_3  img:hover{
	opacity: 1;
	-webkit-filter: grayscale(0%);
	cursor:pointer;
}
.images_1_of_3:hover img{
	opacity: 1;
	-webkit-filter: grayscale(0%);
	cursor:pointer;
}
.images_1_of_3  h3{
	font-family: '標楷體';
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 1.6em;
	padding: 0px 0px 10px 0px;
}
.images_1_of_3  p  {
	font-size:0.8125em;
	padding: 14px 0;
	color: #6A6B6A;
	line-height: 1.6em;
	font-family : '標楷體'; 	
}
.images_1_of_3 .button{
	margin-top:.3em;
	line-height:1.9em;
}
.images_1_of_3 .button a{
		padding: 10px 15px;
		font-size: 1.2em;
	    background        : #97B538;
	 	color:#fff;
		font-family: '標楷體';
		transition: 0.5s ease;
		-o-transition: 0.5s ease;
		-webkit-transition: 0.5s ease;
}
.images_1_of_3 .button a:hover{
        background: #EFEFEF;
        color: #97B538;
        text-decoration:none; 
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:90%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) {
	
	.wrap{
		width:95%;
	}
	.grid_1_of_3{ 
		margin: 2% 0 2% 0%;
	}
	
	.images_1_of_3 {
		width:94%;
		padding:3%;
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	
	.wrap{
		width:95%;
	}
	.grid_1_of_3{ 
		margin: 2% 0 2% 0%;
	}	
	.images_1_of_3 {
		width:92%;
		padding:4%;
	}
}
.last p{
	padding:0px 0px  10px 0px;
}
.last ul li{
	display:block;
}
.last ul li a{
	font-size: 0.8125em;
	padding: 14px 0;
	line-height: 1.5em;
	font-family: '標楷體';
	color:#fff;
}
.last ul li{
	background: url(../images/marker.png) 0 10px no-repeat;
	padding-left: 18px;
	padding: 5px 21px;
	/* border-bottom: 1px solid #000; */
}
.last ul li a:hover{
	color:#6A6B6A;
}
.last ul li:hover{
	background: url(../images/marker1.png) 0 10px no-repeat;
}
.last ul{
	padding: 0px 0px 16px 0px;
}
/*---box----*/
.left-box h3{
	font-family: '標楷體';
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1.6em;
}

.about {
	margin-top: 12px;
}
.about-content{
	float: left;
	width: 55%;
	padding: 10px;
	background-image: -ms-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	background-image: -moz-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	background-image: -o-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	background-image: -webkit-gradient(radial, right top, 0, right top, 1012, color-stop(0, #323232), color-stop(1, #000000));
	background-image: -webkit-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	background-image: radial-gradient(ellipse farthest-corner at right top, #323232 0%, #000000 100%);
}
.about-content h3{
	font-size: 24px;
	color: #97B538;
	font-family: '標楷體';
	padding: 10px 0px 10px px;
	margin-bottom: 5px;
}
.about-content h2{
	font-size: 20px;
	color: #E48924;
	font-family: '標楷體';
	line-height: 1.6em;
	}
.about-content h1{
	font-size: 24px;
	color: #ABABAB;
/*	border-bottom: 1px solid #000; */
	font-family: '標楷體';
	line-height: 1.6em;
	}
.about-content ul li{
	display: block;
}
.about-content ul li span{
	width: 5%;
	float: left;
	font-size: 3em;
	color: #97B538;
	font-family: '標楷體';
}
.about-content ul li p{
	float:right;
	width: 94.5%;
	display: block;
	font-size: 0.8125em;
	color: #6A6B6A;
	font-family: '標楷體';
	color: #fff;
	padding: 2px 0px 5px 0px;
	line-height: 1.7em;
}
.about-content ul li p a{
	font-size: 1.2em;
	color: #97B538;
	font-family: '標楷體';
	display: block;
}

.about-content ul{
	padding-bottom:5px;
}
.about-sidebar{
	float:right;
	width: 20%;
	padding:30px;
	background-image: -ms-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	background-image: -moz-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	background-image: -o-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	background-image: -webkit-gradient(radial, right top, 0, right top, 1012, color-stop(0, #323232), color-stop(1, #000000));
	background-image: -webkit-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	background-image: radial-gradient(ellipse farthest-corner at right top, #323232 0%, #000000 100%);
}
.about-sidebar h3{
	font-size: 1.5em;
	color: #97B538;
	font-family: '標楷體';
	padding: 15px 0px 10px 0px;
	margin-bottom: 10px;
}
.about-sidebar ul li a{
	display: block;
	font-size: 0.8125em;
	color: #6A6B6A;
	font-family: '標楷體';
	color: #fff;
	padding: 2px 0px 5px 0px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.about-sidebar ul li a:hover{
	color: #6A6B6A;
}
.about-sidebar ul li {
    /*	border-bottom: 1px solid #000; */
	background: url(../images/marker.png) 0 14px no-repeat;
	padding: 9px 15px 8px 22px;
}
.about-sidebar ul li:hover{
	background: url(../images/marker1.png) 0 14px no-repeat;
}


/*----right-box----*/
.about_right-box{
	float:right;
/*	width: 27.36%; */
    width: 30%;

	padding:5px;
	/* IE10 Consumer Preview */ 
	background-image: -ms-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	
	/* Opera */ 
	background-image: -o-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, right top, 0, right top, 1012, color-stop(0, #323232), color-stop(1, #000000));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: radial-gradient(ellipse farthest-corner at right top, #323232 0%, #000000 100%);
	border: 1px solid rgba(20, 20, 20, 0.78);
}
.about_right-box h3{
	font-family: '標楷體';
	color: #97B538;
	text-transform: uppercase;
	font-size: 1.6em;
}
.about_right-box-grid-img{
	float:left;
	width: 20%;
}
.about_right-box-grid-info{
	float: left;
	width: 80%;

}

.about_right-box .button{
	margin-top:.3em;
	line-height:1.9em;
}
.about_right-box .button a{
		/* padding: 10px 15px; */
		padding: 8px 12px;
		font-size: 1em;
	    background : #97B538;
	 	color:#fff;
		font-family: '新細明體';
		transition: 0.5s ease;
		-o-transition: 0.5s ease;
		-webkit-transition: 0.5s ease;
}
.about_right-box .button a:hover{
        background: #EFEFEF;
        color: #97B538;
        text-decoration:none; 
}

.about_right-box-grid-info span {
	color: #97B538;
	font-size: 0.5125em;
	line-height: 1.0em;
	font-family : '標楷體';
}
.about_right-box-grid-info p{
	font-size: 0.8125em;
	color: #6A6B6A;
	line-height: 1.4em;
	font-family : '標楷體';
}
.about_right-box-grid-info h1{
	float: left;
	font-size: 16px;
	color: #E48924;
	line-height: 1.4em;
	font-family : '標楷體';
	margin : 3px 10px 0px 40px; 
}
.about_right-box-grid-info h2{
	float: left;
	font-size: 16px;
	color: #E48924;
	line-height: 1.4em;
	font-family : '標楷體';
	text-transform: lowercase;
	margin : 3px 10px 0px 40px; 
}
	

.about_right-box-grid-img img{
	background:#6A6B6A;
	padding: 5px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.about_right-box-grid-img img:hover{
	background:#97B538;
}
.about_right-box-grid {
	padding: 10px 0px;
	/* border-bottom: 1px solid #000; */
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.about_right-box-grid:hover img{
	background: #97B538;
}

.left-box{
	width: 61.4%;
	float: left;
	padding: 30px;
	/* IE10 Consumer Preview */ 
	background-image: -ms-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	
	/* Opera */ 
	background-image: -o-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, right top, 0, right top, 1012, color-stop(0, #323232), color-stop(1, #000000));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: radial-gradient(ellipse farthest-corner at right top, #323232 0%, #000000 100%);
	border: 1px solid rgba(20, 20, 20, 0.78);
}

.left-box1{
	float: left;
	width: 41%;
	padding: 0 34px;
}
.left-box1 p{
	font-size: 0.8125em;
	padding: 14px 0;
	color: #6A6B6A;
	line-height: 1.6em;
	font-family: '標楷體';
}
.left-box1 h5,.left-box1 span{
	color:#97B538;
	font-size: 0.8125em;
	line-height: 1.6em;
	font-family: '標楷體';
}
.left-box1 h5{
	font-weight:bold;
}
.left-box1 span{
	padding:0px;
}
.frist-box{
	border-right:1px solid #000;	
}
.left-box a{
	font-size: 0.8125em;
	padding: 14px 22px;
	color: #fff;
	line-height: 1.6em;
	font-family: '標楷體';
	display: block;
	background: url(../images/marker1.png) 0 16px no-repeat;
}
.left-box a:hover{
	color:#97B538;
	background: url(../images/marker.png) 0 16px no-repeat;
}
/*----right-box----*/
.right-box{
	float:right;
	width: 27.36%;
	padding:30px;
	/* IE10 Consumer Preview */ 
	background-image: -ms-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	
	/* Mozilla Firefox */ 
	background-image: -moz-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	
	/* Opera */ 
	background-image: -o-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	
	/* Webkit (Safari/Chrome 10) */ 
	background-image: -webkit-gradient(radial, right top, 0, right top, 1012, color-stop(0, #323232), color-stop(1, #000000));
	
	/* Webkit (Chrome 11+) */ 
	background-image: -webkit-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	
	/* W3C Markup, IE10 Release Preview */ 
	background-image: radial-gradient(ellipse farthest-corner at right top, #323232 0%, #000000 100%);
	border: 1px solid rgba(20, 20, 20, 0.78);
}
.right-box h3{
	font-family: '標楷體';
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1.6em;
}
.right-box-grid-img{
	float:left;
	width: 25%;
}
.right-box-grid-info{
	float:right;
	width: 73%;
}
.right-box-grid-info span {
	color: #97B538;
	font-size: 0.8125em;
	line-height: 1.6em;
	font-family: '標楷體';
}
.right-box-grid-info p{
	font-size: 0.8125em;
	color: #6A6B6A;
	line-height: 1.6em;
	font-family: '標楷體';
}
.right-box-grid-img img{
	background:#6A6B6A;
	padding: 5px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.right-box-grid-img img:hover{
	background:#97B538;
}
.right-box-grid {
	padding: 10px 0px;
	/* border-bottom: 1px solid #000; */
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.right-box-grid:hover img{
	background: #97B538;
}
.seeall a{
	font-size: 0.8125em;
	padding: 11px 22px;
	color: #fff;
	line-height: 1.6em;
	font-family: '標楷體';
	display: block;
	background: url(../images/marker1.png) 0 16px no-repeat;
}
.seeall a:hover{
	color:#97B538;
	background: url(../images/marker.png) 0 16px no-repeat;
}
.box {
	margin: 5px 0px;
}
/*---footer----*/
.footer-left{
	float:left;
}
.footer-left p{
	font-family: '標楷體';
	font-size: 1.0em;
	color: #A4E2D8;
	text-transform: uppercase;
	display: block;
	font-weight: normal;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.footer-right{
	float:right;
	margin-top: 14px;
}
.footer-right p{
	font-family: '標楷體';
	color: #FFF;
	text-transform: uppercase;
	display: block;
	font-weight: normal;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.footer {
	padding: 10px 0px 10px 0px;
}
.footer-right p a{
	color:#97B538;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.footer-right p a:hover{
	color:#fff;
}
/*---about----*/
.see{
	float:right;
}
/*---services----*/
.services {
	margin-top: 12px;
}
.service-content h3{
	font-size: 1.5em;
	color: #97B538;
	/* border-bottom: 1px solid #000; */
	font-family: '標楷體';
	padding: 15px 0px 10px 0px;
	margin-bottom: 10px;
}
.service-content ul li{
	display: block;
}
.service-content ul li span{
	width: 5%;
	float: left;
	font-size: 3em;
	color: #97B538;
	font-family: '標楷體';
}
.service-content ul li p{
	float:right;
	width: 94.5%;
	display: block;
	font-size: 0.8125em;
	color: #6A6B6A;
	font-family: '標楷體';
	color: #fff;
	padding: 2px 0px 5px 0px;
	line-height: 1.7em;
}
.service-content ul li p a{
	font-size: 1.2em;
	color: #97B538;
	font-family: '標楷體';
	display: block;
}
.service-content{
	float: left;
	width: 69.18%;
	padding: 30px;
	background-image: -ms-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	background-image: -moz-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	background-image: -o-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	background-image: -webkit-gradient(radial, right top, 0, right top, 1012, color-stop(0, #323232), color-stop(1, #000000));
	background-image: -webkit-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	background-image: radial-gradient(ellipse farthest-corner at right top, #323232 0%, #000000 100%);
}
.service-content ul{
	padding-bottom:5px;
}
.services-sidebar{
	float:right;
	width: 20%;
	padding:30px;
	background-image: -ms-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	background-image: -moz-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	background-image: -o-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	background-image: -webkit-gradient(radial, right top, 0, right top, 1012, color-stop(0, #323232), color-stop(1, #000000));
	background-image: -webkit-radial-gradient(right top, ellipse farthest-corner, #323232 0%, #000000 100%);
	background-image: radial-gradient(ellipse farthest-corner at right top, #323232 0%, #000000 100%);
}
.services-sidebar h3{
	font-size: 1.5em;
	color: #97B538;
	/* border-bottom: 1px solid #000; */
	font-family: '標楷體';
	padding: 15px 0px 10px 0px;
	margin-bottom: 10px;
}
.services-sidebar ul li a{
	display: block;
	font-size: 0.8125em;
	color: #6A6B6A;
	font-family: '標楷體';
	color: #fff;
	padding: 2px 0px 5px 0px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.services-sidebar ul li a:hover{
	color: #6A6B6A;
}
.services-sidebar ul li {
	/* border-bottom: 1px solid #000; */
	background: url(../images/marker.png) 0 14px no-repeat;
	padding: 9px 15px 8px 22px;
}
.services-sidebar ul li:hover{
	background: url(../images/marker1.png) 0 14px no-repeat;
}
/*---projects----*/
.projects-bottom-paination ul li{
	display:inline-block;
}
.projects-bottom-paination{
	text-align: center;
	padding-top: 25px;
}
.projects-bottom-paination li a{
	font: 400 12px/1.2em Arial;
	color: #5a5a5a;
	padding: 11px 18px;
	background: #fff;
	text-decoration: none;
	text-shadow: none;
	margin: 16px 0;
}
.projects-bottom-paination li.active> a, .projects-bottom-paination li> a:hover {
	background: #8dc63f;
	color:#fff;
}
.content h4{
	font-size: 1.5em;
	color: #97B538;
	/* border-bottom: 1px solid #000;*/
	font-family: '標楷體';
	padding: 15px 0px 10px 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
/*---contact----*/
/*  Contact Form  ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col{
	display: block;
	float:left;
	margin: 0% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.span_2_of_3  h3,
.span_1_of_3  h3 {
	font-size: 1.5em;
	color: #97B538;
	font-family: '標楷體';
	padding:5px 0px 5px 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.contact_span_1_of_2 {
	width: 40%;
	padding:1.5%; 
}

.contact_span_1_of_2  h3 {
	font-size: 1.7em;
	color: #97B538;
	font-family: '標楷體';
	padding:5px 0px 5px 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.contact_span_1_of_2  h1 {
	font-size: 1.3em;
	color: #97B538;
	font-family: '標楷體';
}

.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.8125em;
	color: #FFF;
	padding-bottom:5px;
	font-family :'標楷體';
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:8px;
			display:block;
			width:98%;
			background:#fcfcfc;
			border: none;
			outline:none;
			color:#464646;
			font-size:1em;
			font-family:Arial, Helvetica, sans-serif;
			box-shadow: inset 0px 0px 3px #999;
			-webkit-box-shadow: inset 0px 0px 3px #999;
			-moz-box-shadow: inset 0px 0px 3px #999;
			-o-box-shadow: inset 0px 0px 3px #999;
			-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:120px;		
}
.contact-form input[type="submit"]{
	padding: 10px 15px;
	font-size: 1.2em;
	background: #97B538;
	color: #fff;
	font-family: '標楷體';
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor:pointer;
	border:none;
	outline: none;
}
.contact-form input[type="submit"]:hover{
	background: #EFEFEF;
	color: #97B538;
	text-decoration: none;
}
.contact-form input[type="submit"]:active{
	background: #EFEFEF;
	color: #97B538;
	text-decoration: none;
}
.company_address p{
	font-size: 1.2em;
	padding: 4px 0;
	color: #E48924;
	line-height: 1.6em;
	font-family: '標楷體';
}
.company_address h2{
	font-size: 1.0em;
	padding: 4px 0;
	color: #E48924;
	line-height: 1.6em;
	font-family: 'arial';
}
.company_address p span{
	text-decoration:underline;
	color:#333;
	cursor:pointer;
}
.map{
	border:1px solid #C7C7C7;
	margin-bottom:15px;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
   
   .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:90%;
		padding:5%; 
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
}
/*----responsive design----*/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap{
		width:90%;
	}
	.left-box1 {
		padding: 0 33px;
	}
	.last p {
		padding: 0px 0px 0px 0px;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		width:90%;
	}
	.images_1_of_3 {
		width: 29%;
	}
	.last ul li:nth-child(1){
		display:none;
	}
	.last p {
		padding: 0px 0px 19px 0px;
	}
	.left-box1 {
		padding: 0 30px;
	}
	.left-box {
		width: 60.4%;
	}
	.right-box-grid-info {
		width: 71%;
	}
	.service-content {
		width: 68.18%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.wrap{
		width:90%;
	}
	.images_1_of_3 {
		width: 29%;
	}
	.last ul li:nth-child(1),.last ul li:nth-child(2){
		display:none;
	}
	.last p {
		padding: 0px 0px 17px 0px;
	}
	.left-box {
		width: 59.4%;
	}
	.left-box1 {
		padding: 0 23px;
	}
	.right-box {
		width: 25.36%;
	}
	.right-box-grid-info {
		width: 66%;
	}
	.service-content {
		width: 65.18%;
	}
	.service-content ul li p {
		width: 92.5%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 640px) {
	.wrap{
		width:90%;
	}
	.top-nav ul li a {
		padding: 50px 15px;
	}
	.logo {
		padding: 24px 4px;
	}
	.images_1_of_3 {
		width: 28.91%;
	}
	.last ul li:nth-child(1),.last ul li:nth-child(2),.last ul li:nth-child(3),.last ul li:nth-child(4){
		display:none;
	}
	.left-box {
		width: 56.6%;
	}
	.left-box1 {
		padding: 0 16px;
	}
	.right-box {
		width: 27.36%;
		padding: 15px;
	}
	.right-box-grid-info {
		width: 64%;
	}
	.service-content {
		width: 60.18%;
	}
	.service-content ul li p {
		width: 89.5%;
	}	
}

.bg-agile {
    width: 50%;
    margin: 0 auto;
    position: relative;
    padding: 3em 3em;
    background: rgba(0, 0, 0, 0.8);
}
.bg-agile img {
    position: absolute;
    right: 0;
    bottom: 0em;
}
h1 {
    font-size: 3.5em;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    word-spacing: 11px;
    letter-spacing: 3px;
    margin: 1.5em 0 1em;
    text-shadow: 3px 3px 2px #000;
    text-align: center;
    font-family: '標楷體';
}
h1  span{
    color: #00acee!important;
}
.styled-select {
    float: left;
}

.styled-select select {
    font-size: 16px;
}

.styled-select option.service-small {
    font-size: 16px;
}
.book-appointment h2 {
    font-family: '標楷體';
	color: #97B538;
    text-align: center;
    font-size: 42px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 3px;
    margin-bottom: 1em;
}
.book-form h6 {
    margin: 0em 0 .4em;
    text-align: left;
    color: #00acee;
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1.5px;
    font-family: '標楷體';
}
.book-appointment h5 {
    margin: 0em 0 .4em;
    text-align: left;
    color: #E33538;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 1.5px;
    font-family: '標楷體';
}
/*-- reservation --*/
.book-form input[type="text"], .book-form input[type="email"], .book-form textarea, select#country, select#country1, input#datepicker {
	width: 95.5%;
	color: #FFFFFF;
	font-size: 15px;
	letter-spacing: 1px;
	padding: 10px 10px;
	outline: none;
	background: rgba(255, 255, 255, 0.12);
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.11);
	box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.27);
}
.phone_email, .span1_of_1 {
    margin-bottom: 1em;
    width: 49.3%;
    float: left;
}
.phone_email1 {
    float: right!important;
}
.text-area-wthree {
    width: 100%;
}
.text-area-wthree textarea {
    width: 97.9%!important;
    resize: none;
    height: 100px;
}
select#country, select#country1 {
	width: 100%!important;
}
select#country option, select#country1 option {
	background:#000;
}
.book-form .form-text,.book_date,.section_room {
    position: relative;
} 
.span1_of_1 {

}
.span1_of_1:nth-child(2) {

}
.book-form input[type="submit"] {
    text-transform: capitalize;
    background: none;
    color: #ffffff;
    padding: 0.7em 2em;
    border: none;
    border: 2px solid #00acee;
    font-weight: 500;
    font-size: 1.2em;
    margin-top: 1.3em;
    outline: none;
    letter-spacing: 1px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    cursor: pointer;
}
.book-form input[type="submit"]:hover {
    background: rgba(0, 172, 238, 0.23);
    border-color: #fff;
    color: #fff;
    box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.27);
}
.book-form ::-webkit-input-placeholder {
	color:#999 !important;
}
.book-form :-moz-placeholder { /* Firefox 18- */
	color:#999 !important; 
}
.book-form ::-moz-placeholder {  /* Firefox 19+ */
	color:#999 !important;
}
.book-form :-ms-input-placeholder {  
	color:#999 !important;
}
.agile-reservation-grid {
    background: #f4f4f4;
    padding: 2em;
}
.book-form {
       margin: 0em 0;
	   width:100%
}
.side-agileits li{
	float:left;
	margin-right:1em;
}
.wthree-text,.radio-agileits {
    margin-bottom: 1em!important;
}
.book-appointment {
    position: relative;
}
.images-wthree img {
    border: 10px solid rgba(0, 0, 0, 0.74);
    width: 96%;
}
.images-main-agileits-w3layouts {
    position: absolute;
    right: 9%;
    top: 22%;
    transform: rotate(22deg);
	-webkit-transform: rotate(22deg);
	-ms-transform: rotate(22deg);
	-o-transform: rotate(22deg);
	-moz-transform: rotate(22deg);
}
.images-wthree.w1,.images-wthree.w2,.images-wthree.w3{
	position: absolute;
	width: 100px;
}
.images-wthree.w1 {
    right: 3%;
    top: 10%;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}
.images-wthree.w2 {
    right: 3%;
    top: 10%;
}
.images-wthree.w3 {
    right: 3%;
    top: 10%;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}
/*-- checkbox --*/
.agileits-login label {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.83);
    letter-spacing: 1.5px;
    font-weight: 400;
    position: relative;
    margin-bottom: 0px;
    display: inline-block;
    text-transform: capitalize;
}

.agileits_reservation_grid label {
    margin-bottom: 5px!important;
}
input.checkbox {
    background: rgb(84, 84, 84);
    cursor: pointer;
    width: 1.2em;
    height: 1.2em;
    display: inline-block;
    margin: 0 5px 0 0;
    vertical-align: text-bottom;
}
input.checkbox:before {
	content: "";
	position: absolute;
	width: 1.2em;
	height: 1.2em;
	background: inherit;
	cursor: pointer;
}
input.checkbox:after {
	content: ""; 
	position: absolute;
	top: 0px;
	left: 0;
	z-index: 1;
	width: 1.2em;
	height: 1.2em;
	border: 1px solid transparent; 
	-webkit-transition: .4s ease-in-out;
	-moz-transition: .4s ease-in-out; 
	transition: .4s ease-in-out;
}
input.checkbox:checked:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: 1.2em;
	border-color: #fff;
	border-top-color: transparent;
	border-right-color: transparent;
}
.anim input.checkbox:checked:after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	height: .6em;
	border-color: transparent;
	border-right-color: transparent;
	animation: .4s rippling .4s ease;
	animation-fill-mode: forwards;
}
@keyframes rippling {
	50% {
		border-left-color: #fff;
	}
	100% {
		border-bottom-color: #fff;
		border-left-color: #fff;
	}
} 
/*-- //checkbox --*/ 
.wickedpicker__controls__control, .wickedpicker__controls__control--separator {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
}
.wickedpicker {
    background: #000000;
}
.wickedpicker__controls__control-up, .wickedpicker__controls__control-down {
    color: #757575;
}
.hover-state {
	color: #3498db; 
}
ul.radio-w3ls li {
    float: left;
    margin-right: 1em;

}
/*--responsive--*/
@media(max-width:1680px){
	.images-wthree img {
		width: 92%;
	}
	.book-form input[type="text"], .book-form input[type="email"], .book-form textarea, select#country, select#country1, input#datepicker {
		width: 95%;
	}
	.text-area-wthree textarea {
		width: 97.6%!important;
	}
}
@media(max-width:1600px){
	h1 {
		margin:1em 0 .5em;
	}
	.copy.w3ls {
		margin: 3em 0em;
	}
	.book-form input[type="text"], .book-form input[type="email"], .book-form textarea, select#country, select#country1, input#datepicker {
		width: 94.9%;
	}
	.text-area-wthree textarea {
		width: 97.4%!important;
	}
}
@media(max-width:1440px){
	.book-form input[type="text"], .book-form input[type="email"], .book-form textarea, select#country, select#country1, input#datepicker {
		width: 93.9%;
	}
	.text-area-wthree textarea {
		width: 97.2%!important;
	}
}
@media(max-width:1366px){
	.bg-agile {
		width: 53%;
	}
	.book-form input[type="text"], .book-form input[type="email"], .book-form textarea, select#country, select#country1, input#datepicker {
		width: 94.4%;
	}
}
@media(max-width:1280px){
	.bg-agile {
		width: 58%;
	}
}
@media(max-width:1080px){
	.book-appointment h2 {
		margin-bottom: 0.5em;
	}
	.book-form h6 {
		font-size: 24px;
	}
	.bg-agile {
		width: 65%;
	}
	.images-wthree img {
		width: 85%;
	}
	.images-main-agileits-w3layouts {
		right: 9%;
		top: 21.5%;
	}
}
@media(max-width:1050px){
	.bg-agile {
		width: 67%;
	}
	h1 {
		margin: 1em 0 .6em;
		font-size: 3.3em;
	}
}
@media(max-width:1024px){
	.text-area-wthree textarea {
		width: 97%!important;
	}
	.book-form input[type="text"], .book-form input[type="email"], select#country, select#country1 {
		width: 94%;
	}
	.bg-agile {
		width: 70%;
	}
	h1 {
		font-size: 3.3em;
		word-spacing: 2px;
	}
	.images-wthree img {
		width: 88%;
	}
	.book-appointment h2 {
		font-size: 34px;
	}
}
@media(max-width:991px){
	.text-area-wthree textarea {
		width: 97.1%!important;
	}
}
@media(max-width:900px){
	.images-wthree img {
		width: 80%;
	}
	.images-main-agileits-w3layouts {
		right: 5%;
		top: 21%;
	}
	h1 {
		font-size: 3em;
		word-spacing: 0px;
		letter-spacing: 2.5px;
	}
	.book-form input[type="text"], .book-form input[type="email"], select#country, select#country1 {
		width: 93.5%;
	}
	.text-area-wthree textarea {
		width: 96.9%!important;
	}
}
@media(max-width:800px){
	.bg-agile {
		padding: 1.5em 2.5em 2em;
		width: 80%;
	}
	h1 {
		font-size: 2.8em;
	}
	.book-appointment h2 {
		font-size: 28px;
	}
	.book-form h6 {
		font-size: 21px;
	}
	.images-main-agileits-w3layouts {
		right: 9%;
		top: 19%;
	}
	.images-wthree img {
		width: 67%;
	}
	.agileits-login label {
		font-size: 16px;
		letter-spacing: 1px;
	}
	.phone_email, .span1_of_1 {
		margin-bottom: 0.85em;
	}
	.wthree-text, .radio-agileits {
		margin-bottom: 0.8em!important;
	}
	.copy p {
		letter-spacing: 1.5px;
	}
	.book-form input[type="submit"] {
		margin-top: 1em;
	}
}
@media(max-width:768px){
	.book-form input[type="text"], .book-form input[type="email"], select#country, select#country1 {
		width: 93.4%;
	}
	.text-area-wthree textarea {
		width: 96.7%!important;
	}
	.book-appointment h2 {
		margin-bottom: 10em;
	}
	.images-wthree img {
		width: 100%;
	}
	.images-main-agileits-w3layouts {
		right: 41%;
		top: 19.5%;
		transform: rotate(16deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
	}
	h1 {
		letter-spacing: 1.5px;
	}
	.copy p {
		font-size: 13.5px;
		line-height: 28px;
	}
	.copy.w3ls {
		margin: 2em 3em;
	}
	.book-form input[type="submit"] {
		padding: 0.6em 5em;
		font-size: 15px;
	}
}
@media(max-width:767px){
	
}
@media(max-width:736px){
	h1 {
		font-size: 2.65em;
	}
	.book-form input[type="text"], .book-form input[type="email"], select#country, select#country1 {
		width: 93%;
	}
	.text-area-wthree textarea {
		width: 96.5%!important;
	}
}
@media(max-width:667px){
	h1 {
		padding: 0 1em;
		letter-spacing: 1.8px;
		margin: 0.7em 0 .4em;
	}
	.bg-agile {
		padding: 1.5em 1.7em 2em;
		width: 83%;
	}
	.book-form input[type="text"], .book-form input[type="email"], select#country, select#country1 {
		width: 92.7%;
	}
	.text-area-wthree textarea {
		width: 96.4%!important;
	}
}
@media(max-width:640px){
	.bg-agile {
		width: 79%;
	}
	.book-appointment h2 {
		font-size: 25px;
	}
	.book-appointment h2 {
		margin-bottom: 11.5em;
	}
	.images-main-agileits-w3layouts {
		right: 39%;
		top: 15%;
	}
	.phone_email, .span1_of_1 {
		width: 100%;
		float: none;
	}
	.phone_email1 {
		float: none!important;
	}
	.bg-agile {
		padding: 1.5em 2.3em 2em;
	}
	.book-form input[type="text"], .book-form input[type="email"], .book-form textarea, select#country, select#country1, input#datepicker {
		width: 96.3%;
	}
	.text-area-wthree textarea {
		width: 96%!important;
	}
}
@media(max-width:600px){
	.book-form h6 {
		font-size: 20px;
	}
	.book-appointment h2 {
		letter-spacing: 2px;
	}
	.book-form input[type="text"], .book-form input[type="email"], .book-form textarea, select#country, select#country1, input#datepicker {
		width: 95.8%;
	}
	.text-area-wthree textarea {
		width: 95.7%!important;
	}
	.copy.w3ls {
		margin: 2em 2em;
	}
}
@media(max-width:568px){
	.book-form input[type="text"], .book-form input[type="email"], .book-form textarea, select#country, select#country1, input#datepicker {
		width: 95.6%;
	}
	.text-area-wthree textarea {
		width: 95.3%!important;
	}
}
@media(max-width:480px){
	h1 {
		font-size: 42px;
		padding: 0 0em;
	}
	.book-appointment h2 {
		letter-spacing: 1px;
		font-size: 22px;
	}
	.images-wthree.w1 {
		width: 95px;
	}
	.images-wthree img {
		width: 95%;
	}
	.images-main-agileits-w3layouts {
		right: 35%;
		top: 13.55%;
	}
	.book-form h6 {
		font-size: 18px;
	}
	.book-form input[type="submit"] {
		padding: 0.6em 3em;
		font-size: 14px;
	}
}
@media(max-width:440px){
	h1 {
		font-size: 39px;
		line-height: 47px;
		padding: 0 0em;
		letter-spacing: 1.3px;
	}
	.images-main-agileits-w3layouts {
		right: 33%;
		top: 15.5%;
	}
	.bg-agile {
		padding: 1.5em 2em 2em;
	}
	.book-appointment h2 {
		line-height: 32px;
		font-size: 23px;
	}
	.phone_email, .span1_of_1 {
		margin-bottom: 0.6em;
	}
	.book-form input[type="text"], .book-form input[type="email"], .book-form textarea, select#country, select#country1, input#datepicker {
		width: 94.2%;
	}
	.text-area-wthree textarea {
		width: 94.2%!important;
	}
	.copy.w3ls {
		margin: 1.5em 1em;
	}
}
@media(max-width:414px){
	h1 {
		font-size: 37px;
	}
	.images-main-agileits-w3layouts {
		right: 31.5%;
		top: 16%;
	}
	.book-form input[type="text"], .book-form input[type="email"], .book-form textarea, select#country, select#country1, input#datepicker {
		width: 93.6%;
	}
	.text-area-wthree textarea {
		width: 93.6%!important;
	}
	.copy p {
		letter-spacing: 1px;
	}
}
@media(max-width:384px){
	h1 {
		font-size: 35px;
		text-shadow: 2px 1px 1px #000;
		letter-spacing: 1px;
	}
	.images-wthree img {
		width: 85%;
	}
	.book-appointment h2 {
		margin-bottom: 10em;
	}
	.images-main-agileits-w3layouts {
		right: 31.5%;
		top: 15%;
	}
	.book-form input[type="text"], .book-form input[type="email"], .book-form textarea, select#country, select#country1, input#datepicker {
		width: 93.1%;
	}
	.text-area-wthree textarea {
		width: 93%!important;
	}
}
@media(max-width:375px){
	h1 {
		font-size: 35px;
		word-spacing: -5px;
		line-height: 44px;
	}
	.copy p {
		letter-spacing: 0.5px;
		word-spacing: 0px;
	}
	.book-form input[type="text"], .book-form input[type="email"], .book-form textarea, select#country, select#country1, input#datepicker {
		padding: 8px 10px;
	}
}
@media(max-width:320px){
	h1 {
		font-size: 30px;
		line-height: 41px;
	}
	.book-appointment h2 {
		font-size: 21px;
	}
	.images-wthree img {
		width: 71%;
		border: 8px solid rgba(0, 0, 0, 0.74);
	}
	.images-main-agileits-w3layouts {
		right: 30%;
		top: 13.3%;
	}
	.bg-agile {
		padding: 1em 1.5em 1.7em;
	}
	.book-appointment h2 {
		font-size: 21px;
		margin-bottom: 9.5em;
		line-height: 31px;
	}
	.book-form input[type="text"], .book-form input[type="email"], .book-form textarea, select#country, select#country1, input#datepicker {
		width: 91.7%;
	}
	.text-area-wthree textarea {
		width: 91.7%!important;
	}
}
/*--//responsive--*/