@keyframes sn-bounce {
	0% {
		left: -20px;
	}
	10% {
		left: -18px;
	}
	50% {
		left: 20px;
	}
	90% {
		left: -18px;
	}
	100% {
		left: -20px;
	}
}

#infinite-loader {
	position: fixed;
	bottom: -50px;
	left: 0;
	height: 50px;
	line-height: 50px;
	width: 100%;
	text-align: center;
	background: #2b3d57;
	color: #fff;
	font-size: 16px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	z-index: 100;
}

#infinite-loader .loader-wrap {
	position: relative;
	width: 100%;
	height: 100%;
}

#infinite-loader .loader-wrap > span {
	background: url(/https/www.sportsnet.ca/wp-content/themes/sportsnet-nhl/images/sn-logo-SN.svg) no-repeat;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 50%;
    transform: translateY(-50%);
	-webkit-animation: sn-bounce 1s infinite linear;
    -moz-animation: sn-bounce 1s infinite linear;
    -ms-animation: sn-bounce 1s infinite linear;
    animation: sn-bounce 1s infinite linear;
}

#infinite-loader.loading {
	bottom: 0;
}

article #ad_bigbox_within_articles_container {
	padding-bottom: 0px;
}
