.prefooter-content {
	background: url(img/bg_pattern.jpg);
    color: #fff;
}

.prefooter-content a {
	color: #fff;
}

.prefooter-content i {
	color: #54ac56;
	margin-right: 4px;
}

.contact-content form {
	margin-left: -15px;
	margin-right: -15px;
}

.contact-content input[type="text"], .contact-content input[type=email], .contact-content textarea {
    background: rgba(255,255,255,0);
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    outline: 0;
    border: 1px solid #54ac56;
    padding: 0 10px;
    color: #fff;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: .2s;
    margin-bottom: 15px;
}

.contact-content textarea {
    resize: none;
    line-height: 1.3;
    padding: 10px 0;
    transition: all .3s ease-out;
	height: 100px;
	padding: 10px;
}

::-webkit-input-placeholder {
	color: #fff;
	font-style: italic;
	opacity: .8;
}
::-moz-placeholder {
  	color: #fff;
  	font-style: italic;
  	opacity: .8;
}
:-ms-input-placeholder {
  	color: #fff;
  	font-style: italic;
  	opacity: .8;
}
:-moz-placeholder {
  	color: #fff;
  	font-style: italic;
  	opacity: .8;
}

.contact-content .submit {
    float: right;
    margin-right: 15px;
}

.contact-content span {
    font-size: 12px;
    line-height: 40px;
}

.prefooter-content ul.info li {
    border-bottom: 1px dotted #666;
    padding: 12px 10px;
}

.prefooter-content ul.info li:last-child {
    border-bottom: 0;
}

.prefooter-content .required {
    line-height: 1;
}


footer {
	background-color: #111;
	color: #fff;
	border-top: 1px solid #111;
	font-size: 13px;
}

footer a {
	color: #fff;
}

footer a:hover {
	color: #54ac56;
}

footer i {
	margin-right: 4px;
}