.bar_cta_actie{
	width: 100%;
	/*float: left;*/
	height:40px;
	background-color: #FF6100;
	color: white;
	text-align: center;
	font-size: 18px;
	 font-family: "Century Gothic", sans-serif;
	line-height:40px;
	position: relative;
	
}
.bar_cta_actie a{ font-weight: 700; background: url(../img/arrow_white_r_small.png) right top 12px no-repeat; padding-right: 20px; display:inline-block; height: 40px; }




.cta_btn{
	background-image: url(../img/cta_acties.png);
	width: 99px;
	height: 99px;
	position: absolute;
	left: 420px;
	top: 50px;
	background-size: 100%;
	z-index: 9;
}
.cta_btn .arrow{
	background-image: url(../img/arrow_orange.png);
	width: 29px;
	height: 30px;
	position: absolute;
	bottom:-6px;
	right: -40px;
	z-index: 99;
	
}

@media screen and (max-width:1200px){
	.cta_btn{
		left: 300px;
	}
	
}



@media screen and (max-width:1000px){
	.cta_btn{
		left:200px;
	}
	
}






@media screen and (max-width: 767px){
	
	
	.cta_btn{
		width: 66px;
		height: 66px;
		display: none;
	}
	.bar_cta_actie span{ display: none;}
}