.erp-slider-title::after {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 1px;
	background: #FF0000;
	margin-left: -10px;
}

.erp-slider-uk::after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 1px;
	background: #FF0000;
	margin-left: -10px;
}

.erp-slider-button::after {
	content: '';
	display: inline-block;
	width: 26px;
	height: 9px;
	margin-left: 15px;
	background: url('../images/arrow_white.svg') no-repeat left center;
	background-size: contain;
	transition: all 0.3s;
}

.erp-slider-button:hover::after {
	transform: translateX(10px);
}

.erp-slider .custom.tparrows {
	background: none!important;
}

.erp-slider .custom.tparrows::before {
	content: ''!important;
	width: 35px;
	height: 40px;
	background: url('../images/arrow_white.svg') no-repeat center center;
	background-size: contain;
	transition: all 0.3s;
}

.erp-slider .custom.tparrows.tp-leftarrow::before {
	transform: rotate(180deg);
}

.erp-slider .custom.tparrows.tp-leftarrow:hover::before {
	transform: rotate(180deg) translateX(10px);
}

.erp-slider .custom.tparrows.tp-rightarrow:hover::before {
	transform: translateX(10px);
}

.erp-slider .custom .tp-bullet {
	border-radius: 50%;
	background: rgba(255,255,255,0.5)!important;
}

.erp-slider .custom .tp-bullet:not(.selected) {
	width: 8px;
	height: 8px;
	margin: 2px;
}

.custom .tp-bullet.selected {
	background: #fff!important;
	width: 12px;
	height: 12px;
}



/********+ hero on single pages *******/
.page-hero {
	position: relative;
	z-index: 1;
}

.page-hero::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.2);
	z-index: -1;
}

.page-hero h1::after {
	content: '';
	display: inline-block;
	margin-left: 8px;
	width: 14px;
	height: 14px;
	border-radius: 1px;
	background: #FF0000;
}

.page-hero .fusion-text p:last-child {
	margin-bottom: 0!important;
}

/**** hide red square on mobile ****/
@media all and (max-width:640px) {
	.rs-square {
		display: none!important;
	}
}
