@charset "utf-8";
/* CSS Document */
.footer {
	width: 100%;
	background:#0033FF;
	border-radius:0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
   -moz-border-radius: 0px 0px 6px 6px;
   -ms-border-radius: 0px 0px 6px 6px;
   -o-border-radius: 0px 0px 6px 6px;
	margin-top: 0.2em;
	display: inline-block;
}
#footer_logo_container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer_img_container {
	width: 25%;
	text-align:center;
}
#footer_text_container {
	width: 75%;
	clear: none;
	text-shadow:0px 1px 0px rgba(0,0,0,0.3);
	color: #fff;
	line-height:1.7em;
}
.anpc {
	font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    font-variant: small-caps;
    color: #FFFFFF !important;
    text-align: center;
    vertical-align: middle;
}
@media only screen and (min-width: 481px) {
.gridContainer {
	width: 91.4836%;
	padding-left: 0.7581%;
	padding-right: 0.7581%;
	clear: none;
	float: none;
	margin-left: auto;
}
#footer_logo_container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer_img_container {
	width: 25%;
}
#footer_text_container {
	width: 75%;
	clear: none;
}
}

@media screen and (min-width: 768px) {
#facebook-like {
	height: 100%;
	float: right;
}
div.fb-like span {
	height: 100% !important;
}
#footer_logo_container {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
#footer_img_container {
	width: 15%;
}
#footer_text_container {
	width: 85%;
	clear: none;
	height: 100%;
	margin-left: 0;
	font-size: 1em;
/*	padding-top: 10px;*/
}
}

@media screen and (min-width: 1260px) {
#facebook-like {
	height: 100%;
	float: right;
}
div.fb-like span {
	height: 100% !important;
}
}

@media screen and (min-width: 1420px) {
#facebook-like {
	height: 100%;
	float: right;
}
div.fb-like span {
	height: 100% !important;
}
}
