/** TOP **/
.footer {
	padding: 0;
	margin:0;
	color: white;
}

.footer .global {
	padding: 10px;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .global .footer-link-block {
	font-weight: normal;
	display: block;
	padding: 5px;
}
.footer .global .footer-link-block.rst-baseball{
	margin: 0 5px 0 0;
}
.footer .global .footer-link-block.rst-players {
	margin: 0 5px;
}
.footer .global .footer-link-block.working-365{
	margin: 0 5px;
}
.footer .global .footer-link-block.facilities {
	margin: 0 0 0 5px;
}
.footer .global .footer-link-block.rst-baseball {
	background: url("../images/baseball_icon.png") 0 0 no-repeat;
}
.footer .global .footer-link-block.rst-players {
	background: url("../images/trophy_icon.png") 0 0 no-repeat;
}
.footer .global .footer-link-block.working-365 {
	background: url("../images/calendar_icon.png") 0 0 no-repeat;
}
.footer .global .footer-link-block.facilities {
	background: url("../images/diamond_icon.png") 0 0 no-repeat;
}
.footer .global .footer-link-block h4,
.footer .global .footer-link-block h5,
.footer .global .footer-link-block h6 {
	font-family: 'Oswald', sans-serif;
	padding-left: 40px;
	color: white;
	margin-bottom: 3px;
	text-align:left;
}
.footer .global .footer-link-block span {
	display: block;
	color: white;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 125%;
	text-align:justify;
	padding-left: 40px;
}
/** BOTTOM **/
#footer-bottom {
	padding: 20px;
}
#footer-bottom ul.di-links {
	padding: 0;
	margin: 0;
	display: inline-block;
}
#footer-bottom ul.di-links li {
	display: block;
	float: left;
	margin-left: 6px;
}
#footer-bottom ul.di-links li a {
	color:white;
	opacity: 0.5;
	filter: alpha(opacity=50);
	font-size: 14px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-family: 'Raleway', sans-serif;
	padding: 5px 6px;
}
#footer-bottom ul.di-links li a:hover {
	color:white;
	opacity: 0.35;
	filter: alpha(opacity=35);
}
#footer-bottom ul.di-links li a.di-logo{
	font-size: 16px;
	padding: 3px 6px 3px 0;
}
#footer-bottom p.copyright {
	margin: 6px 0 0;
	font-size: 14px;
	font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-family: 'Raleway', sans-serif;
	color: #bbbbbb;
}
#footer-bottom ul.home-social {
	display: block;
	float: right;
	margin-bottom: 8px;
}
#footer-bottom ul.home-social li {
	list-style: none;
	display: block;
	float: left;
	margin-left: 10px;
}
#footer-bottom ul.home-social li:first-child {
	margin-left: 0;
}
#footer-bottom ul.home-social li a {
	display: block;
	height: 50px;
	width: 50px;
	background: url("../images/social.png") no-repeat center 0;
}
#footer-bottom ul.home-social li a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#footer-bottom ul.home-social li a.twitter {
	background-position: center 0;
}
#footer-bottom ul.home-social li a.facebook {
	background-position: center -200px;
}
#footer-bottom ul.home-social li a.mail {
	background-position: center -400px;
}

/* Reformating pillars */
@media only screen and (max-width: 640px) {
	.footer .global {
		border-top: 1px dotted rgba(255, 255, 255, 0.2);
		margin: 0;
		height: auto;
	}
	.footer .global .footer-link-block {
		margin: 0;
		padding:0;
		text-align: center;
	}
	.footer .global .footer-link-block.rst-baseball{
		margin: 0 10px 5px 0;
	}
	.footer .global .footer-link-block.rst-players {
		margin: 0 0 5px 10px;
	}
	.footer .global .footer-link-block.working-365{
		margin: 5px 10px 0 0;
	}
	.footer .global .footer-link-block.facilities {
		margin: 5px 0 0 10px;
	}
	.footer .global .footer-link-block.rst-baseball, .footer .global .footer-link-block.rst-players {
		background-position: center 0 !important;
	}
	.footer .global .footer-link-block.working-365, .footer .global .footer-link-block.facilities {
		background-position: center 0 !important;
	}
	.footer .global .footer-link-block span {
		font-size: 14px;
		line-height: 14px;
		padding:0;
	}
	.footer .global .footer-link-block h4,
	.footer .global .footer-link-block h5,
	.footer .global .footer-link-block h6 {
		text-align: center;
		padding:0;
		padding-top: 35px;
	}

	#footer-bottom {
		text-align: center;
		padding:10px;
		margin:0;
	}
	#footer-bottom ul.di-links {
		padding:0;
		margin: 0;
	}
	#footer-bottom ul.di-links li {
		display: inline-block;
		padding:0;
		margin: 0;
	}
	#footer-bottom ul.di-links li a {
		font-size: 14px;
		padding:0;
		margin: 5px;
	}
	#footer-bottom ul.di-links li a.di-logo{
		font-size: 14px;
		padding:0;
		margin: 5px;
	}
	#footer-bottom ul.home-social {
		float: none;
		margin: 0 0 10px 0;
		text-align: center;
		height: 40px;
		display: inline-block;
	}
}
@media only screen and (max-width: 420px) {
	#footer-bottom ul.di-links li a {
		font-size: 13px;
		padding:0;
		margin: 5px 4px;
	}
	#footer-bottom ul.di-links li a.di-logo{
		font-size: 13px;
		padding:0;
		margin: 5px 4px;
	}
	#footer-bottom p.copyright {
		font-size: 13px;
	}
}
@media only screen and (max-width: 320px) {
	.footer .global {
		padding:5px;
	}
	.footer .global .footer-link-block span {
		font-size: 13px;
		line-height: 13px;
		padding: 0;
	}
	#footer-bottom ul.di-links li a {
		font-size: 12px;
		padding:0;
		margin: 5px 4px;
	}
	#footer-bottom ul.di-links li a.di-logo{
		font-size: 12px;
		padding:0;
		margin: 5px 4px;
	}
	#footer-bottom p.copyright {
		font-size: 12px;
	}
}
@media only screen and (max-width: 240px) {
}
