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

@import url(http://fonts.googleapis.com/css?family=Allerta+Stencil);
@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans+SC);
@import url(http://fonts.googleapis.com/css?family=Roboto:300);

body{
	background: #fff;
	
	margin:0;
}

input{
	border:none;
	outline:none;
}

.clear{
	clear:both;
}

a, img{
	text-decoration:none;
	outline:none;
}

.wrapper{
	width:1024px;
	margin:0 auto;

	font-family: 'Hammersmith One', sans-serif;
}

.text{
	font-family:16px;
	padding: 10px 0px;
	text-align:justify;
	font-family: 'Roboto', sans-serif;
}

.header{
	width:100%;
	float:left;
	background:#fff;
	clear:both;
}

#logo{
	float:left;
	width:730px;
}

.menu{
	float:left;
}

.menu ul{
	border-radius:5px;
	width: 1024px;
	float:left;
	padding:0 0;
	background:url(../images/menubg.png) repeat-x !important;
}

.menu li{
	/*background:url(../images/menu_li.png) no-repeat;*/
	float:left;
	list-style:none;
	padding:0 7px;
}

.menu a{
	color:#000;
	padding:16px 26px;
	float:left;
	font-family: 'Allerta Stencil', sans-serif;
	font-size:13px;
}

.menu a:hover, .active{
	color:#fff !important;
	float:left;

}

.gallery img{
	width:250px;
	float:left;
	padding:4px;
	border:1px solid #e4e7e4;
	margin:10px 20px;
	box-shadow:0 1px 5px #000;
}
	
	
.cnt_bg{
	background: #1c9e15;
	/*background-size:100% 100%;
	-o-background-size:100% 100%;
	-moz-background-size:100% 100%;
	-webkit-background-size:100% 100%;*/
	clear:both;
	margin-top:20px;
}

.cnt{
	width:96%;
	background: #fff;
	clear:both;
	float:left;
	box-shadow: 1px 3px 6px;
	padding:20px;
}

.lft_cnt{
	float:left;
	padding:10px;
}

/*.rgt_cnt{
	width:250px;
	float:left;
}
*/
.welcome{
	border-bottom: 1px dotted #CCCCCC;
    color: #557F8F;
    font-size: 33px;
    font-weight: inherit;
    margin: 5px 0;
    padding-bottom: 10px;
    text-align: center;
}
	
#footer{
	background:#1d2500;
	clear:both;
	height:215px;
	color: #7d7d7d;
	padding:20px 0;
}

.footer1{
	width:290px;
	float:left;
	margin:0 25px;
}

.footer_title{
	color:#fff;
	font-size:20px;
	width:100%;
	text-align:center;
	padding:10px 0;
}

.social a{
	width:95%;
	border-bottom:1px dotted;
	line-height:35px;
	float:left;
	color:#7d7d7d;
}

.contact_us{
	padding:0 20px;
	line-height:35px;
}


.service{
	float:left;
	padding-left:20px;
	width:400px;
}

.service li{
	background:url(../images/arrow.png) no-repeat 0 10px;
	line-height:40px;
	list-style:none;
	padding-left:42px;
	
}

.contactus{
	float:left;
	width:480px;
}

.iframe{
	float:left;
	width:470px;
	padding:4px;
	border: 1px solid #E4E7E4;
    box-shadow: 0 1px 5px #000000;
	margin-top:20px;
}

address{
	line-height:30px;
	padding:10px 0;
}

input{
	background:url(../images/input.png) no-repeat;
	border:none;
	padding:10px 10px 15px;
	width:245px;
}

#submit{
	background:url(../images/submit.png) no-repeat;
	font-size:0px;
	padding:20px;
	cursor:pointer;
	width:116px;
	padding:25px;
}

#address{
	 border-radius: 5px;
    height: 65px;
    padding: 6px;
    width: 246px;
	box-shadow:0 1px 5px;
}

.red{
	color:red;
}