@charset "utf-8";
/* CSS Document */
#Footer {
	 background-image: url(../images/bottomfooterbg.jpg);
	background-repeat: repeat;
	display: block;
	height: 70px;
	width: auto;
}

#FootContent {
	height: 70px;
}
@media (max-width:881px){
	#Footer {
	 
	height: 100px;
	
}

#FootContent {
	height: 100px;
}
	
}
#Footer #Credits {
	font-size: 11px;
	float: left;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
	height: 45px;
	color: #BFCAD7;

}
#Footer #Credits a {
	color: #BFCAD7;
	line-height:20px;
}
#Footer #Credits a:hover {
	color: #E7EEFA;
}

#Footer #HitCount {
	font-size: 11px;
	float: left;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	height: 30px;
	color: #999999;
	width: 150px;
}
#Footer #LikeBox {
	font-size: 11px;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 45px;
	color: #999999;
	width: 180px;
}
#Footer #copyright {
	font-size: 12px;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	height: 45px;
	color: #BFCAD7;
	 
}
#Footer #copyright a {color: #BFCAD7;
}
 #Footer #copyright a:hover {
	color: #E7EEFA;
}
#Footer #LikeBox #FB {
	display: block;
	float: left;
	height: 30px;
	width: 100px;
	padding-top: 15px;
}
#Footer #LikeBox #GPlus {
	display: block;
	float: left;
	height: 30px;
	width: 80px;
	padding-top: 15px;
}
#Footer #FollowUs {
	font-size: 11px;
	float: right;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	height: 50px;
	color: #999999;
	width: 200px;
}
#Footer #FollowUs a {
	display: block;
	height: 38px;
	width: 38px;
	float: left;
	margin-right:5px;
	background-position:top;
	background-repeat:no-repeat;
}
#Footer #FollowUs a:hover {
	display: block;
	background-position:bottom;
	}
@media(max-width:600px)
{
#Footer { height:140px; } 
#Footer #FollowUs {

	width: 300px;
	padding-left:70px;
}


}