.mainheading-wrapper {
	background-position: 50% 0;
	background-color: rgba(236, 111, 35, 0.56);height: 170px;
}
.mainheading-wrapper .heading-content {
	padding: 20px 40px;
	max-width: 1140px;
	margin: 0 auto;
	    padding-top: 10px! important;
    padding-bottom: 10px! important;
}

.heading-back-button-wrapper {
	float: right;
}

.heading-text-wrapper {
	float: left;
	max-width: 85%;    
	background: -webkit-linear-gradient(left, #f57618 96%, #f4721a00 100%);
 transform: skew(-10deg);    margin-top: 40px;
}
.mainheading-wrapper .header_text h1 {
	margin: 0;transform: skew(10deg);    padding: 6px;
	padding-left: 26px;
    padding-right: 47px;
}
.mainheading-wrapper .header_text h4 {
	margin: 10px 0 0 0;
}
.heading-back-button a {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: 10px;
	width: 100px;
}

.tp-caption.button_orange {

transform:skew(-30deg)!important!;}

/* Only phones */
@media (max-width: 480px) {
	.heading-text-wrapper {
		float: none;
	}
	.heading-back-button-wrapper {
		float: none;
	}
	.heading-back-button {
		margin: 20px 0 10px 0;
		    display: none! important;
	}
	.heading-back-button a {
		position: relative;
		top: auto;
		margin: 0px;
	}
	
}