/*footer*/
footer{
	text-align: center;
}
.row.footer {
    position: static;
    bottom: 0;
    width: 100%;
    background-color: #000;
}
.footer_inner_row_1 a img {
    height: 33px;
}
.footer_inner_row_1 p{
	font-size: 14px;
}
.footer_inner_row_1 .button {
    display: block;
    margin: 0 auto;
    position: relative;
    font-style: normal;
    font-size: 18px;
    outline: none;
    color: #b0c836;
    border: none;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    padding: 14px;
    font-weight: bold;
}
.inner_row.footer_inner_row_2 {
    padding: 0 25px;
}
.footer_inner_row_2 a{
	text-decoration:none;
	color:#fff;
}
.footer_inner_row_2 a img {
    height: 50px;
}
.footer_inner_row_2 h4{
	font-size: 14px;
	font-family: Helvetica-medium;
}
.footer_inner_row_2 span{
	font-size: 14px;
    font-weight: lighter;
}
.footerLogo{
	height:50px;	
}

a.footer-link{
	text-decoration: none;
	font-size: 14px;
	color: #fff;
}