/*
CUSTOM CSS
Change this or remove entirely.
This file is only intended for CSS overriding.
*/



.owl-carousel .owl-item {
    margin: 0 0px;
}
.footer-images .supporting img {
     margin: 0 0px !important; 
}
.mc_signup_submit button {
    background: url(../images/sprite.png) -181px -829px;
    font-family: 'bankgothic_md_btmedium' !important;
    width: 144px !important;
    background-color: transparent !important;
    border: 0 none;
    border-radius: 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: normal;
    height: 32px;
    line-height: 32px;
    margin: 0 5px 10px 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    text-transform: uppercase;
    background-color: #e6e6e6 !important;
    color: #fff !important;
    background: #619f24 !important;
    border-radius: 0;
}
@media only screen and (max-width: 960px){
	.footer-images .supporting img {
   	 width: 90%;
	}	
}