/* FOOTER
------------------------------------------------------- */

hr {
	border: 0;
	height: 0;
	margin: 15px 0 25px !important;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer-bottom {
	overflow: visible;
	background-color: #fff;
	padding: 15px 60px 80px;
}
#subscribe {
	float: left;
}
#enhancing { 
	float: left;
	width: 50%;
}
#enhancing h2 {
	font-weight: 100;
	display: inline-block;
	color: #7ea4af;
}
#enhancing p {
	font-size: 16px;
	line-height: 24px;
	color: #888080;
	margin-bottom: 50px;
	margin: 0 0 30px;
}
#copyright {
	font-family: Georgia, serif !important;
	float: right;
	font-size: 12px;
	color: #8e8e8e;
	text-align: right;
	margin-top: 0;
}
#copyright a {
	color: #b4b4b4;
}
#copyright p {
	margin-top: 30px;
}
.sicon {
	margin: 0 0 10px 10px;
}
.sicon:before {
	font-family: 'Genericons';
	position: relative; /* this is the key to put it visually inside the search field */
	font-size: 20px;
	font-weight: normal;
	color: #fff;
	top: 0; /* tune this vertical alignment inside the search field, as needed */
	left: 0; /* tune this horizontal alignment inside the search field, as needed */
	height: 32px;
	width: 32px;
	border-radius: 3px;
	background-color: #fff;
	text-align: center;
	padding: 6px;
	transition: color 1s, background-color 1s;
	-webkit-transition: color 1s, background-color 1s;
}
.fb:before { content: '\f204'; background-color: #a3a3a3; }
.tw:before { content: '\f202'; background-color: #a3a3a3; }
.li:before { content: '\f207'; background-color: #a3a3a3; }
.in:before { content: '\f215'; background-color: #a3a3a3; }
.vi:before { content: '\f212'; background-color: #a3a3a3; }

.fb:hover:before, .tw:hover:before,.li:hover:before, .in:hover:before, .vi:hover:before { background-color: #dddddd; }

.fb:hover:before { color: #3b5998; }
.tw:hover:before { color: #00aced; }
.li:hover:before { color: #007bb5; }
.in:hover:before { color: #125688; }
.vi:hover:before { color: #1ab7ea; }