@charset "UTF-8";


@media screen and (min-width: 768px) {
	
#footer-desktop {display: block;}
#footer-mobile {display: none;}

}

/* ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- */
	
@media screen and (max-width: 767px) {
	
#footer-desktop {display: none;}
#footer-mobile {display: block;}

}

/* ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- */


/* <------ Footer ------> */	


#footer {
	display: block;
	font-weight: 400;
	color: #929292;
}

#footer a {
	color: #000000;
	text-decoration: none;
}
	
#footer a:hover {
	text-decoration: underline;
}

#footer_copy {
	position: relative;
	display: block;
	padding: 0.8rem 1rem 0.8rem 1rem;
	font-size: 0.625rem;
	float: left;
	text-align: left;
	margin-left: 1rem;
}
	
#footer_links {
	position: relative;
	display: block;
	padding: 0.8rem 1rem 0.8rem 1rem;
	font-size: 0.625rem;
	float: right;
	text-align: right;
	margin-right: 1rem;
}

#footer_mo {
	positon: absolute;
	float: left;
	margin-left: 2rem;
	text-align: center;
	padding: 2rem 3rem 2rem 3rem;
	text-align: center;
	font-size: 1.15rem;
}