.footer_ {
    padding: 20px 0 40px 0;
    overflow: hidden;
    white-space: nowrap;
    background-image: url(/images/site/site_footer00.png);
	font-family: Verdana, Helvetica, Arial, sans-serif !important;
	line-height: normal !important;
}
.footer_container {
	width: 990px;
}
.footer_links_block {
	vertical-align: top;
	display: inline-block;
	width: 50%;
}
.footer_ ul {
	list-style-type: none;
	padding-left: 0;
}
.footer_ h1 {
	margin-top: 0;
	margin-bottom: 4px;
	font-size: 14px;
	color: #ffffcc;
}
.footer_ li a {
	font-size: 12px;
	color: #cccccc;
}
.footer_ a:hover {
    color: #0099CB;
}
.footer_display {
    display: block;
}
.footer_logo {
	display: block;
	margin: auto;
	margin-top: 20px;
}
.footer_map {
	display: block;
	max-width: 728px;
	margin: auto;
}
a.footer_twitter {
    background-image: url(/images/site/twitter_mini.png);
    background-repeat: no-repeat;
    padding-left: 15px;
    background-position: 0 50%;
}
.order_now {
    border: 1px solid #ffffcc;
    padding: 0 10px 0 10px;
	margin-top: 10px;
	color: #ffffcc !important;
	font-size: 14px !important;
}
.copyright {
	width: 100%;
    background-color: black;
    text-align: center;
	margin-bottom: -20px;
}
.copyright p {
    margin: 0 auto;
    padding: 0 0;
    overflow: hidden;
    color: #888;
    font-size: 10px;
    text-align: center;
}
/**/
/* Responsive */
/**/
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	.footer_ .col-lg-4,
	.footer_links,
	.footer_child {
		width: 100% !important;
		max-width: 100%;
		flex: 100%;
	}
	.footer_links_block {
		display: block;
		width: 100%;
	}
	.footer_links_block div {
		display: inline-flex;
		text-align: center;
		width: 33%;
		margin-bottom: 10px;
	}
	.footer_links_block div ul {
		margin: auto;
	}
	.footer_container {
		width: auto;
	}
	.footer_ li a {
		font-size: 14px;
	}

	.footer_ .col-sm-8,
	.footer_map {
		display: none;
	}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 560px) {
	.footer_links_block {
		display: inline-block;
		width: 50%;
	}
	.footer_links_block div {
		display: block;
		text-align: center;
		width: 100%;
		margin-bottom: 15px;
	}
	.footer_links_block div ul {
		margin: auto;
	}
	.footer_links_block ul li {
		display: none;
	}
	.footer_link_button {
		display: block !important;
		background-color: #1f1f1f;
		border: 1px white solid;
		width: 135px;
		height: 40px;
		margin: auto;
	}
	.footer_link_button h1 {
		line-height: 40px;
		font-size: 16px;
		margin: 0;
		color: white;
	}
	.footer_link_button a:hover {
		display: block;
		background-color: white;
	}
	.footer_link_button a:hover>h1 {
		color: black;
	}
}
/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
	.footer_link_button {
		width: 120px;
	}
	.footer_link_button h1 {
		font-size: 14px;
	}
}