.mqfooter {
	width: 100%;
	position: relative;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.footer_w {
	width: 1400px;
	padding: 10px 0;
	position: relative;
	margin: 0 auto;
}

.footer_w .top {
	padding: 20px 0;
	border-bottom: 1px solid #efefef;
}

.footer_w .middle {
	padding: 20px 0;
	padding-bottom: 65px;
	border-bottom: 1px solid #efefef;
}

.footer_w .middle a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
    margin-bottom: -15px;
    display: block;
    line-height: 1.5;
}

.footer_w .bottom {
    padding: 20px 0;
    line-height: 1.5;
}

.footer_w .middle .col {
	width: 16.66667%;
	float: left;
	margin-left: 8px;
}

#lc_ads_header-69 {
	padding: 10px 0;
}

/* RESPONSIVE HERE */
@media only screen and (min-width: 768px) and (max-width: 1258px) {
	.footer_w {
		width: 100%;
	}

	.footer_w .middle .col {
		width: 17.667%;
	}
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
	.mqfooter {
		padding: 0 60px;
		margin-left: -30px;
		right: 15px;
	}

	.footer_w {
		width: 100%;
		display: inline-block;
	}

	.footer_w .middle .col {
		width: 100%;
		padding: 10px 0;
		margin: 0;
	}

	.footer_w .middle {
		border-bottom: none;
	}

	.footer_w .bottom {
		display: inline-block;
		border-top: 1px solid #efefef;
		padding: 20px 30px 0 0;
	}
}
@media (min-width: 415px){
    .show-for-mobile{
        display: none !important;
    }
}

/*Newsletter*/
#gform_wrapper_1 p {
    display: none;
}

.newsletter-email {
    border-color: #c0392b !important;
    width: 100%;
    margin-bottom: 0;
    display: block;
    border-radius: 0;
    height: 40px;
    font-size: 16px;
    line-height: 16px;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 5px 3px 5px;
    border: 1px solid transparent;
    margin-bottom: 12px;
    color: #999999;
}

.newsletter-submit {
    margin-top: 0 !important;
    display: block;
    border-radius: 0;
    width: 30%;
    height: 40px;
    float: left;
    font-size: 16px;
    line-height: 16px;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3px 5px 3px 5px;
    text-align: center;
    border: none;
    color: #ffffff;
    background: #c0392b;
}

.newsletter-submit:hover {
    background: #871d1d !important;
}

input[type="submit"] {
    cursor: pointer;
}

p.email {
    width: 70%;
    float: left;
}