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

.well {
		border-radius: 0px;
		border-top: 2px solid #006737;
		border-bottom: 2px solid #006737;
		border-left: none;
		border-right: none;
		background-color: #cee5c7;
		background-image: none;
}

.footer a {
		color:black;
}

	.footer a:hover {
			color:#0088cc;
		}

.footer .btn {
		color:#fff;
        font-weight: 400;
}

	.footer .btn:hover {
			color:#fff;
		}

.footer-left a {
		font-size:0.875em; /*was 1.0000em*/
		line-height:210%; 
		font-weight:bold; 
		letter-spacing: -0.01em;
}

.footer-centre {
		text-align: center;
}

.footer-title a {
		font-size:0.875em; /*was 0.825em*/
		line-height:210%; 
		font-weight:bold; 
		letter-spacing: -0.03em;
}

.footer-product a {
		font-size:0.825em; /*was 0.625em*/
		line-height:135%; 
		font-weight:normal; 
		letter-spacing: -0.03em;
}

.footer-right p, .footer-right a {
		text-align:right;
		font-size:0.875em;
		line-height:150%; 
		font-weight:bold; 
		letter-spacing: -0.03em;
}

