/* Custom CSS
------------------------------------------------------------ */
.content-sidebar #footer .wrap {
    width: 1000px;
}

.enews p {
	font-size: 15px;
}

.enews #subbox {
	background: #efefef;
	border: 1px solid #bbbbbb;
	margin: 5px 0 0 0;
	color: #777777;
}

.enews #subbutton {
	background: #417385;
	color: #ffffff;
	border: none;
	padding: 7px;
	
}

.enews #subbutton:hover {
	text-decoration: none;
	background: #A3947A;
}

/* Custom Responsive CSS
------------------------------------------------------------ */
@media only screen and (max-width: 1100px) {

}

@media only screen and (min-width: 768px) and (max-width: 1100px) {

}

@media only screen and (min-width: 480px) and (max-width: 1100px) {

}

@media only screen and (max-width: 767px) {

}

@media only screen and (min-width: 480px) and (max-width: 767px) {

}

@media only screen and (max-width: 479px) {

}