/*26/7/2014*/

#footer {
	background: #222;
	text-align: left;
	display: block;
}
.footer-div{
	color: #aaa;
	float: left;
	padding: 20px 20px;
}
#footer-mid-col {
	margin-top: 0px;
}
.footer-div p{
	color: #ddd;
}
.footer-div > ul{
	list-style: none;
}
.nLetter > select {
	width: 240px; 
	height: 35px;
	max-height: 35px;
}
.nLetter > input {
	width: 222px; 
	height: 35px;
	max-height: 35px;
	padding: 0px 8px;
}
.nLetter > button {
	width: 240px;
	height: 35px;
	max-height: 35px;
	padding: 10px 0px;
}
.social-icons a{
	display: inline-block;
	color: #fff;
	font-size: 20px;
	padding: 10px;
	background: #555555;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-left: 15px;
}
.fa-gavel {
	padding: 0px 0px;
}
.footer-navi {
	text-align: center;
}
#hr-footer {
	border: solid #474747;
	border-width: 1px 0 0;
	margin: 0px 0px;
}


@media only screen and (max-width: 767px) {

	.nLetter > select {
		width: 250px; 
	}
	.nLetter > input {
		width: 232px; 
	}
	.nLetter > button {
		width: 250px;
	}
}

