﻿footer {
	background-image:url(../images/footer.png);
	background-size: cover;
	background-repeat:no-repeat;
	width: 100%;
	height: 380px;
	font-size: .8em;
	}	
	
/*Form*/

footer form {
	display: none;
}	
footer form label{
	color: #FFF;
	font-size: .8em;
	}	
	
footer input[type=submit] {
	font-size:1.0em;
	text-transform: uppercase;
	background-color: transparent;
	color:white;
	padding:.5em 1em;
	border:1px solid #fff;
	border-radius: 6px;
	float:left;
	height: 34px;
}		
	
footer input[type=email], footer input[type=name], footer textarea {
	background-color: transparent;
	width:100%;
	padding:.8em;
	border:1px solid #fff;
	margin: .5em 0 1em 0;
	height: 34px;
}

/*Navigation*/


.footer-nav {
	margin-left: 1em;
	padding-top: 3em;
	}
footer ul {
	padding-left: 0px;
	}
footer li {
	font-size:1em;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	line-height: 1.8em;
	list-style: none;
	white-space: nowrap;
	}
footer ul li:hover {
	color: #7bba37;
	}
	
footer a {
    color: #fff;
    text-decoration: none;
    }	

	
	
/* Submenu Footer */

.sub-menu-footer {
	margin: 0 auto;
	list-style: none;
	width: 100%;
	padding-left: 40px;
}
.js .sub-menu-footer {

}

footer .copyright {
	position: absolute;
	color: #FFF;
	font-size: .8em;
	display: block;
	bottom: 6px;
	right: 6px;
	}
		
	
@media screen and (min-width:500px) {
footer form {
	display:block;
	visibility: hidden;
	}
}
	
	
	
	
	