#body-image{
	background: none !important;
}

.main{
	position: absolute !important;
	height: 100% !important;
}

.page-block{
	top:0;
	height: 100% !important;
	margin-bottom: -50px;
}

.page-block>.container{
	height: 100% !important;
	min-height: 700px;
	position: fixed;
	/*overflow: scroll;*/
}

#teachers-parents-downloads .page-bg{
	position: fixed;
}

#teachers-parents-downloads .title{
	font-size: .9em;
	z-index: 1;
	color: white;
	margin:0 auto;
}

#teachers-parents-downloads .stink-image{ 
	background-image:url(../img/layout/bigstink-tp.png);
	width: 710px;
	height: 530px;
	bottom: 0px;
	left: -300px;
	margin-bottom: -50px;
	overflow: hidden;
	position: fixed;
}

#mercy-downloads {
	padding-bottom: 60px;
}

#deckawoo-downloads{
}

#teachers-parents-downloads h2{
	color:white;
	padding-top:20px;
	clear:both;
}

.tp-downloads{
	width: 100%;
	display: inline-block;
	position: relative;
	background: #ffffff;
	color: black;
	border-radius: 5px;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
	margin-top: 20px;
	z-index: 2;
	padding-bottom: 0px;
}

.tp-download{
	margin: 20px 0px;
	display: block;
}

.tp-download a {
	color:black;
	font-size:1.2em;
	text-decoration:none;
}

.tp-download a:hover {
	text-decoration:none;
	color:gray;
}

.tp-download p {
	position: relative;
	display: block;
	margin: 0;
}

.tp-download img{
	-moz-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.tp-download img:hover{
	-moz-transform: scale(0.95);
	-webkit-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95); 	
}


.tp-download img{
	position: relative;
	height:100%;
	top: -3px;
	margin: 0 5px;
}

/***** ADJUST FOR SMALLER SCREENS ******/

@media (max-width: 1200px){
	.tp-downloads{
		width: 720px;
	}	
	.tp-download{
		width: 80%;
	}
}

@media (max-width: 991px){
	#teachers-parents-downloads .stink-image{
		width:471px;
		height:350px;
		margin-left: 200px;
	}
	.tp-downloads{
		width: 500px;
	}	
	.tp-download{
		width: 80%;
	}
}
