/*--
/*-- footer --*/
.footer{
	padding:4em 0;
	background:#212121;
}
.w3layouts_footer_grid_left{
	float:left;
}
.w3layouts_footer_grid_right{
	float:right;
	margin:1.5em 0 0;
}
.w3layouts_footer_grid_right p{
	color:#999;
	line-height:2em;
}
.w3layouts_footer_grid_right p a{
	color:#fff;
	text-decoration:underline;
}
.w3layouts_footer_grid_right p a:hover{
	color:#87b200;
}
.w3layouts_footer_grid_left h2 a{
	color:#fff;
	text-decoration:none;
	font-size:1.5em;
}
.w3layouts_footer_grid_left h2 a span {
    display: inline-block;
    padding:.2em .5em;
    background: #87b200;
    color: #fff;
    border-radius: 50px;
}
.w3_footer_grid h3{
	font-size: 1.8em;
    color: #fff;
    padding-bottom: .3em;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 1em;
}
.w3_footer_grid h3:after{
	content: '';
    background: #fff;
    height: 2px;
    width: 25%;
    position: absolute;
    left: 0%;
    bottom: 0%;
}
.w3layouts_footer_grid{
	margin-top:2em;
	padding-top:2em;
	border-top:1px dashed #999;
}
.w3_footer_grid p{
	color:#999;
	line-height:2em;
}
.w3_footer_grid ul li{
	list-style-type:none;
	display:block;
	margin-bottom:1.5em;
}
.w3_footer_grid ul li:last-child{
	margin-bottom:0;
}
.w3_footer_grid ul li a{
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
}
.w3_footer_grid ul li.active a {
    color: #87b200;
}
.w3_footer_grid ul li i{
	padding-right:1em;
	color:#87b200;
}
.w3_footer_grid ul li a:hover{
	color:#87b200;
}
.w3_footer_grid input[type="email"] {
    outline: none;
    padding: 10px 10px;
    font-size: 14px;
    color: #999;
    width: 75%;
    background: #fff;
    border: none;
    float: left;
}
.w3_footer_grid input[type="submit"] {
    outline: none;
    width: 18%;
    color: #fff;
    border: none;
    padding: 9px 0;
    background: url(../images/right.png) no-repeat 27px 11px #ff9d0f;
}
.w3_footer_grid input[type="submit"]:hover{
	background: url(../images/right.png) no-repeat 27px 11px #87b200;
}
.w3_footer_grid form{
	margin-bottom:.5em;
}
.w3_footer_grid p span{
	color:#87b200;
}
/*-- //footer --*/
