#ctabg {display:none;}
#indexhome #ctabg {
    background: url("/_custom/bg_cta.jpg") repeat-x center bottom #00a6dd;
    height: 186px;
	width:100%;
	position:absolute;
	top:755px;
	display:block;
	@media screen and (max-width: $qfull) {& {
		display:none;
	}}
}

#cta {
    margin: 660px auto 0;
    overflow: visible;
    width: $fullwidth;
    height: 178px;
    z-index: 20;
	@media screen and (max-width: $qfull) {
		& {
			height:auto;
			background:url("/_custom/bg_cta.jpg") repeat-x scroll center bottom / cover  #F4F9FA;
			margin-bottom:0;
			width:100%;
		}
		& ul {
		  padding-left: 10px;
		  padding-top: 10px;
		  top: 0;
		}
	}
	@media screen and (max-width: $q960) {& {
		margin-top:0;
	}}		
	@media screen and (max-width: $qphone) {& {
		display: none;
	}}

}

#cta ul {
    margin: 0;
    padding: 0;
    top: -20px;
	@include clearfix;
	@media screen and (max-width: $qfull) {
		& {
			top:0px;
			padding: 0;
		}
	}
}
#cta li {
    float: left;
    list-style: none outside none;
    height: 100%;
    margin: 0 5% 0 0;
    //padding: 0 10px 0 0;
    width: 30%;
	img {
 		width: 100%;
		height: auto;
	}
}
#cta li:last-child {
    margin: 0;
}
#cta li:hover {
	opacity: .8;
}
