@charset "UTF-8";
/* CSS Document */

#footer {
	padding-top: 20px;
	text-align: center;
	width: 100%;
	background-color: #666;
	z-index: 999;
	padding-bottom: 20px;
	height: 45px;
	/* [disabled]border: thin solid #F00; */	
}
#footerMenu {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: auto;
}
#footerMenu ul {
	list-style-type: none;
	display: table-row;
}
#footerMenu ul li{
	display: table-cell;
	vertical-align: middle;
	margin-bottom: 0px;
}
#footer p {
	font-size: 0.8em;
	display: block;
	text-align: left;
	line-height: 1.3em;
	margin-left: 3%;
	padding-bottom: 10px;
	color: #D6D5D6;
	margin-bottom: 0px;
}
#footerMenu ul a  {
	color: #FF3B3F;
	font-weight: 400;
}
#footerMenu ul li a img {
	width: 40px;
	margin-bottom: nanpx;
}
/*mobile styling*/
@media screen and (max-width: 640px) {
#footer {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 150px;
}

#footerMenu ul li{
	font-size: 1.1em;
	padding: 8px;
}
#footerMenu ul li a{
	font-size: .7em;
}
#footerMenu ul li a img {
	width: 30px;
}


}
@media screen and (max-device-width:640px) and (orientation:landscape){
	#footer {
	background-position: center 50%;
}
#footer ul {
	width: 100%;
}
#footer ul li {
	display: block;
}

#footerMenu ul li{
	font-size: 1em;
	height: 15px;
	padding: 15px 15px 30px;
}
#footerMenu ul li a{
	font-size: 1em;
}

#footer p{
	font-size: 0.5em;
	width: 140px;
}
}
