.bx-controls .bx-controls-direction a {
	background-color: #d5d5d5!important;
  	width: 50px!important;
	height: 90px!important;
	top: 35%!important;
}
.bx-controls .bx-controls-direction a:hover { 
	width: 70px!important;
	padding-right: 20px;
}
.bx-controls .bx-controls-direction a.bx-prev:hover { 
	padding-right: 0;
	padding-left: 20px;
}
.bx-wrapper .bx-controls-direction a:before {
    color: #FFFFFF!important;
	font-size: 40px!important;
	line-height: 90px!important;
}

.hometops-title {
	margin-top: 10px;
	display: block;
	text-align: center;
	background: url(../../../img/2019/bestbonus_home_h_bg.png) no-repeat center center;
	background-size: 100%;
}


.hometops-title .title {
	font-size: 20px;
	margin-bottom: 25px;
	font-weight: normal;
	text-transform: uppercase;
	color: #585858;
}
@media (max-width: 992px) { 
	.hometops-title { background: none }
}
/*
@media (max-width: 992px) { 
	.hometops-title .title {
		font-size: 50px;
	}
	.hometops-button .btn {
		width: 100%;
	}
}
@media (max-width: 767px) {

	.hometops-title {
		background: #ff87cf;
		height: auto;
		margin: none;
		padding: 25px 0 25px 0;
	}
	.hometops-title .title {
		font-size: 24px;
		padding: 0 0 10px 0;
	}
	.hometops-title .text { 
		font-size: 12px;
		line-height: 16px;
		padding: 0px;
	}
}*/