@charset "utf-8";

/* CSS Document */



@media (min-width: 1200px) 

{

	#footer {

		width:100%;
		background-color:#303030;

	}

	#footer #footer1 {

		width:1200px;

		margin:0% auto;

		padding:1% 0% 0%;

		height:inherit;

	}

	#footer #footer1 a {

		color:#FFFFFF;

	}

	#footer #footer1 ul {

		width:100%;

		float:left;

		margin:0% auto;

		height:inherit;

	}

	#footer #footer1 ul li {

		width:16.6%;

		float:left;

		margin:0% auto;

		height:inherit;

		text-align:center;

		font-size:20px;

		color:#FFFFFF;

	}

}



@media (max-width:1199px)

{

	#footer {

		width:100%;

		background-color:#303030;

	}

	

	#footer #footer1 {

		width:98%;

		margin:0% 1%;

		height:inherit;

	}

	#footer #footer1 a {

		color:#FFFFFF;

	}

	#footer #footer1 ul {

		width:100%;

		float:left;

		margin:0% auto;

		height:inherit;

	}

	#footer #footer1 ul li {

		width:33.3%;

		float:left;

		margin:3% auto;

		height:inherit;

		text-align:center;

		font-size:1.667em;

		color:#FFFFFF;

	}

}









