#identity {
left: 315px;
}

.btn-large, .formbuilder .btn, .checkoutArea .btn, .product-single .btn {
background: #567f4c !important;
-o-transition: all .2s;
-ms-transition: all .2s;
-moz-transition: all .2s;
-webkit-transition: all .2s;
transition: all .2s;
}

.btn-large, .formbuilder .btn, .checkoutArea .btn, .product-single .btn:hover {
background: #8fc251 !important;
}

.nav-primary {
    margin-top:-5px; 
    }

.contentAreaD .column-25, .footer-content .column-25 {
    width: 95%;
    }

.footer-social {
    text-align: left;
    }
    
.header-content { 
    padding-top: 15px; 
    }
    
body {
background: #ffffff;
}

.image-text-columns img {
margin-bottom: 3px;
-o-transition: all .2s;
-ms-transition: all .2s;
-moz-transition: all .2s;
-webkit-transition: all .2s;
transition: all .2s;

}
.image-text-columns img:hover {
  opacity:0.7;

}

.image {
margin-bottom: 3px;
-o-transition: all .2s;
-ms-transition: all .2s;
-moz-transition: all .2s;
-webkit-transition: all .2s;
transition: all .2s;

}

.image:hover {
  opacity:0.7;

}