#zedimagelink{
	display:block;
	width:129px;
	height:229px;
	background:url(../images/zedimagelink.png) center top;
	position:fixed;
	right:30px;
	bottom:-187px;
	opacity:0;
	transition: opacity 0.5s, bottom 0.5s ;
	-webkit-transition: opacity 0.5s, bottom 0.5s ;
	font-size:12px;
	color:#fff;
	font-family: 'Didact Gothic', sans-serif;
	text-decoration:none;
	text-align:center;
	z-index:2;
}	

#zedimagelink.visible{
	opacity:1;
}

#zedimagelink:hover{
	bottom:0;
}

#zedimagelink span{
	display:block;
}

#zedimagelink .text1{
	margin-top:70px;
}

#zedimagelink .text2{
	margin-top:70px;
}

#zedimagelink.yellow{
	background:url(../images/zedimagelink-yellow.png) center top;
}

#zedimagelinkfooter{
	color:#fff;
	background:#000;
	text-align:center;
	font-size:12px;
	display:none;	
	padding:10px;
	text-decoration:none;
	font-family: 'Didact Gothic', sans-serif;	
	font-weight:bold;
}

#zedimagelinkfooter span{
	
	background:url(../images/zedimagelinkicon.png) top right no-repeat;
	display:inline-block;
	margin-left:10px;
	padding-right:55px;
	line-height:41px;
}

.section{
	width:60%;
	margin:0 auto;
}

@media screen and (max-width: 1200px) {
	#zedimagelink{
		display:none;
	}
	
	#zedimagelinkfooter{
		display:block;
	}
	
	.section{
		width:100%;
	}
}

