@charset "utf-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Open+Sans);

/* CSS Document */
body
{
	background-color: #fff;
    color: #333;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857;
	margin:auto;
}
a
{
    color:#008000;
    text-decoration:underline;
}
a:hover
{
    color:#000;
    text-decoration:none;
}
.container
{
	max-width:1200px;
	margin-left:auto;
	margin-right:auto;
}
header
{
	background:#A1D12D;/*#222222;*/
	color:#fff;
	float:left;
	width:100%;
	position:fixed;
	z-index:999;
	box-shadow: 0 0 10px 0 #000;
}
.header
{
	float:left;
	width:100%;
	padding-bottom:11px;
	padding-top:12px;
}
.logo 
{
	float:left;
	width:100%;/*270px;*/
}
.logo a
{
	color: #ffffff;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
	font-size:20px;
	padding-bottom:11px;
	padding-top:11px;
	border:1px solid;
	text-align:center;
	float:none;
	display:block;
}
header ul
{
	list-style-type:none;
	float:right;
}
header ul li
{
	float:left;
	margin-left:4px;/*22px;	*/
}
header ul li:first-child
{
margin-left:0;
}
header ul li a
{
	padding:3px 5px;/*10px;*/
	background-color: transparent;
    border-color: transparent;
    color: #008000;/*#e0e0e0;*/
    font-family: "Open Sans",sans-serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
	text-transform:uppercase;
	font-size:13px;
}
header ul li a.active, header ul li a:hover
{
	border-top:1px solid;
	border-bottom:1px solid;
	color:#fff;
}
#banner
{
	float:left;
	width:100%;
	margin-top:75px;/*104px;*/
}
.banner
{
	float:left;
	width:100%;
	/*background:url("../images/bg_pic1.jpg") no-repeat scroll center;rgba(0, 0, 0, 0) url("../images/bg_pic1.jpg") no-repeat scroll center top;*/
	min-height:448px;/*800px;*/
	background-size:100%;
}
.bannertxt
{
	color: #ffffff;
    font-family: "Open Sans",sans-serif;
    font-size: 25px;/*40px;*/
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: normal;
	padding-top:40px;/*153px*/
	position:absolute;
	top:50px;
	left:34%;
}
.bannertxt p
{
	text-align:center;
	text-shadow: 0 0 5px #000;
}
.banner-center
{
	width:83.3333%;
	margin:auto;
	text-align:center;
}
.banner-center div[class*="grid"]
{
	padding-left:15px;
	padding-right:15px;
	box-sizing:border-box;
	float:left;
}
.banner-center .grid5 span
{
	padding:25px 0;
	box-sizing:border-box;
	float:left;
	width:100%;
}
.banner-center .grid5 hr
{
	background: #fff none repeat scroll 0 0;
    border-left: medium none;
    border-right: medium none;
    border-top: medium none;
    color: #fff;
    font-weight: bold;
    height: 2px;
    width: 100%;
}
.banner-center .grid2 div
{
	text-align:center;
	display:block;
	width:100%;
	padding-top:22px;
}

.banner-center .grid2 p
{
	width:20px;
	height:20px;
	background:#fff;
	margin:0 auto;
	transform:rotate(45deg);
}
.bannerbtm
{
	float:left;
	width:100%;
}
.bannerbtm div
{
	width:50%;
	margin:0 auto;
	display:block;
	text-align:center;
	padding-left:15px;
	padding-right:15px;
	padding-bottom: 25px;
	box-sizing:border-box;

}
.bannerbtm div p
{
	color: #ffffff;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.7;
    text-shadow: 0 0 5px #000;
}
.btn
{
	background-color: #008000;/*#e9ac06;*/
    border-color: #008000;/*#e9ac06;*/
    color: #ffffff;
    font-family: "Open Sans",sans-serif;
    font-style: normal;
    font-weight: 700;
	line-height: 35px;
    padding: 0 25px;
	border-style: solid;
    border-width: 1px;
    display: inline-block;
    position: relative;
    text-align: center;
}
.btn span
{
font-size:14px;
}
.btn:hover
{
	color:#008000;/*#e9ac06;*/
	background:rgba(255,255,255,1);
}
.bg1
{
	float:left;
	width:100%;
	background:#A1D12D;/*#fff;*/
	padding-top:75px;
	padding-bottom:75px;
}
.bg2
{
	float:left;
	width:100%;
	background:#F2F2F2;
	padding-top:75px;
	padding-bottom:75px;
}

.head1
{
	color: #4c4c4c;
    font-family: "Open Sans",sans-serif;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}
.head2
{
	color: #4c4c4c;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}
.normal
{
	color: #000;/*#787878;*/
    font-family: "Open Sans",sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    text-align:justify;
}
footer
{
	padding:15px 0;
	background:#222222;
	float:left;
	width:100%;
	color:#fff;
}
footer a:hover, footer a.active
{
    color:#fff;
}

.foot-link
{
	float:left;
}
.social
{
	float:right;
	font-size:20px;
	padding:10px;
	margin:0;
}
.clear
{
    clear:both;
}
hr
{
    width:45%;
    float:left;
    color:#008000;
    height:6px;
    border:none;
    background:#008000;
}
.grid12 hr
{
    width:15%;
}
.phone
{
    width:50px;
    float:left;
}
.foot-menu
{
    float:none;
    text-align:center;
}
.quote
{
    font-size:35px;
    line-height:normal;
}
.test
{
    background:rgba(255,255,255,0.5);
    padding:10px;
    box-sizing:border-box;
}
.imgleft
{
    float:left;
    margin:0 15px 15px 0;
}
.imgright
{
    float:right;
    margin:0 0 15px 15px;
}
.bold li
{
    font-weight:bold;
    margin-bottom:10px;
}
.textjustify
{
    text-align:justify;
}
.head2.text16
{
    font-size:16px;
    line-height:35px;
    font-weight:bold;
}
input#btnsubmit, input#btnclear
{
    width:75px;
}
header .grid8
{
    padding-left:0;
    padding-right:0;
}
header .grid8 ul
{
    padding-left:0;
}
/* ================== Margin ================= */
.mt0
{
	margin-top:0;
}
.mt18
{
	margin-top:18px;
}
.mtb5
{
    margin-bottom:5px;
    margin-top:5px;
}
/* ================== Padding ================ */
.plr0
{
	padding-left:0!important;
	padding-right:0!important;
}
.pt104
{
    padding-top:130px;
}
.pt75
{
    padding-top:75px;
}

/* ================== Contact Form =========== */

.contact-form
{
    margin-top:18px;
}
.contact-form input
{
    width:100%;
    padding:5px 15px;
    margin-bottom:10px;
    box-sizing:border-box;
    line-height:30px;
    border:1px solid;
}
.contact-form textarea
{
    width:100%;
    padding:5px 15px;
    margin-bottom:10px;
    box-sizing:border-box;
    border:1px solid;
    resize:none;
    height:200px;
}

/* ================== Grid =================== */
.grid2
{
	width:16.6667%;
}
.grid3
{
	width:25%;
}
.grid4
{
	width:33.3333%;
}
.grid5
{
	width:41.6667%;
}
.grid6
{
	width:50%;
}
.grid7
{
	width:58.3333%;
}
.grid8
{
    width:66.6666%;
}
.grid9
{
	width:75%;
}
.grid12
{
	width:100%;
}
.grid3, .grid4, .grid5, .grid6, .grid7, .grid8, .grid9, .grid12
{
	float:left;
	padding-left:15px;
	padding-right:15px;
	box-sizing:border-box;
}

.txt-center
{
 text-align: center;
}
.member
{
 margin: 10px auto;
 display: block;
}




@media (max-width:1200px)
{
    .logo a
    {
        font-size:16px;
    }
    header ul
    {
        padding-left:0;
        width:100%;
    }
    header ul li a
    {
        padding:px;
        font-size:12px;
        font-weight:normal;
    }
    .banner
    {
        min-height:315px;
    }
    .bannerimg
    {
        width:100%;
        height:auto;
        max-height:489px;
    }
    .serv-img .grid5 img
    {
        width:384px;
        height:194px;
    }
}


@media (max-width:767px)
{
.header .container
{
 display: grid;
}
.header .grid4 {
  width: 100%;
}
.header .grid8 {
  width: 100%;
}
header ul li {
  float: left;
  margin-left: 4px;
  margin-bottom: 10px;
  text-align: center;
}
}





@media (max-width:479px)
{
.member {
  margin: 10px auto;
  display: block;
  width: 100%;
  height: 330px;
}
 header ul li a {
    font-size: 11px;
    font-weight: normal;
  }
header ul {
  list-style-type: none;
  float: none;
}


}

@media (max-width:359px)
{
.member {
  margin: 10px auto;
  display: block;
  width: 100%;
  height: 290px;
}
}