.cta-simple--normal {
	border-top: 1px solid #333;
}

.cta-simple__image-holder {
	position: relative;
	cursor: pointer;
	overflow: hidden;
}

.cta-simple__main-image {
	-webkit-transition: all .5s ease;
	transition: all .5s ease;

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	margin: 0 !important;
	width: 100%;
}

.cta-simple__text {
	padding: 15px 20px;
}

.cta-simple__hover {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.cta-simple__hover-image {
	position: absolute;
	top: 50%;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);

	-webkit-transition: all .5s ease;
	transition: all .5s ease;

}

.cta-simple:hover .aller-rotate {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
}

.cta-simple:hover .testy {
	opacity: 1;
}


.testy {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}
.text_banner {
	position: absolute;
	top: 17px;
	z-index: 9;
	font-size: 23px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	padding: 9px 15px;
	border-radius: 0 20px 20px 0;
	font-family: Roboto,Arial,Helvetica,Tahoma,sans-serif;
	letter-spacing: 1px;
}
.cta_desc {
	position: absolute;
	bottom: 5px;
	padding-left: 15px;
}
.cta_desc .desc {
	font-size: 20px;
	max-width: 200px;
	text-align: left;
	font-weight: bold;
	font-family: Roboto,Arial,Helvetica,Tahoma,sans-serif;
	letter-spacing: 0.5px;
}
.cta_desc .sub_desc {
	font-size: 14px;
	font-style: italic;
	font-family: Roboto,Arial,Helvetica,Tahoma,sans-serif;
	letter-spacing: 0.5px;
}