@charset "utf-8";
/* CSS Document */

.header{
	width:100%;
	padding:15px 0;
	border-bottom:1px solid #e0e0e0;
	float:left;
	position: fixed;
	z-index:9999;
	background:#FFFFFF;
	top:0;
	left:0;
}

.row {
	width:90%;
	margin:0 5%;
	
}

.logo{
	width:170px;
	float:left;
}

h1.title{
	color:#64c621;
	font-size:32px;
	line-height:25px;
	width:100%;
	font-weight:normal;
	font-weight: 300;
	float:left;
	padding:0 0 18px 0;
	
}

h2.title{
	color:#000000;
	font-size:26px;
	line-height: 24px;
	width:100%;
	font-weight:normal;
	font-weight: 300;
	float:left;
	padding:0 0 8px 0;
}

.menu{
	width:auto;
	float:right;
	margin:15px 0 0 0;
}

h1.title{
	color:#64c621;
	font-size:28px;
	line-height:38px;
	width:100%;
	font-weight: 300;
	float:left;
	padding:0 0 18px 0;
	margin:0;
	
}

h2.title{
	color:#000000;
	font-size:24px;
	line-height: 24px;
	width:100%;
	font-weight:normal;
	font-weight: 300;
	float:left;
	padding:0 0 8px 0;
	margin:0;
}


.banner{
	width:100%;
	float:left;
	margin:80px 0 0 0;
}

.banner01{
	width:100%;
	height:220px;
	background:url(../images/banner01.jpg) top center no-repeat;
	background-size:auto 100%;
}

.banner02{
	width:100%;
	height:220px;
	background:url(../images/banner02.jpg) bottom center no-repeat;
	background-size:auto 100%;
}

.banner03{
	width:100%;
	height:220px;
	background:url(../images/banner03.jpg) center no-repeat;
	background-size:auto 100%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	top:80%;
}


/**** END Footer ****/

/**** Index ****/
.welcome{
	font-size:16px;
	padding:0 0 50px 0;
	width:100%;
	text-align:center;
	float:left;
}

.welcome h1{
	color:#555555;
	font-size:38px;
	padding:0 0 20px 0;
	font-weight: 300;
	margin:0;
	line-height:45px
}

.welcome h1 > span{
	color:#555555;
	font-size:38px;
	font-weight: 700;	
}


.welcome img{
	width:100%;
}

.h_proserv > .row > .column1{
	width:100%;
	float:left;
	text-align:center;
}

.h_proserv > .row > .column1 img{
	width:100%;
	margin:0 0 20px 0;
}

.h_proserv > .row > .column2{
	width:100%;
	float:left;
	text-align:center;
}

.h_content{
	padding:50px 0;
	width:100%;
	float:left;
}

.h_awards{
	width:100%;
	float:left;
	padding:25px 5%;
	background:#f6f6f6;
}

.h_contact{
	width:100%;
	float:left;
	padding:25px 0 0 0;
	margin:0;
}

.h_datelist{
	width:100%;
	float:left;
	margin:8px 0;
}

.h_datelist .date{
	width:20%;
	min-width:65px;
	max-width:75px;
	float:left;
	padding:5px 2%;
	background:#64c621;
	
}

.h_datelist .month{
	font-size:17px;
	width:40%;
	float:left;
	color:#FFFFFF;
	line-height:15px;
	padding:20px 0 0 0;
}

.h_datelist .year{
	font-size:23px;
	font-weight:700;
	width:100%;
	float:left;
	color:#FFFFFF;
	line-height:20px;
}

.h_datelist .awardname{
	width:68%;
	float:left;
	padding:0;
	margin:0 0 0 5%;
}

.h_telephone{
	float:left;
	width:100%;
}

.h_fax{
	float:left;
	padding:0;
	width:100%;
}
/**** END Index ****/

/* Back to top button */
#back-top {
	position: fixed;
	bottom: 30px;
	right:30px;
}
#back-top a {
	width: 50px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 50px;
	height: 50px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(../images/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #64c621;
}

/* Back to top button */


/* Contact */
.contact_left{
	width:100%;
	float:left;
}

.contact_right{
	width:100%;
	float:left;
}
/* Contact */