.tp-bullets.simplebullets.round .bullet {
	background: rgba(63, 70, 74, 0.5);
	width: 11px;
	height: 11px;
	margin: 0 4px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.tp-bullets.simplebullets .bullet.selected {
	background: rgba(255, 255, 255, 0.5);
}

.tp-rightarrow.default,
.tp-leftarrow.default {
	width: 40px;
	height: 80px;
	font-family: 'fontello';
}

.tp-leftarrow.default:before,
.tp-rightarrow.default:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: transparent;
	-webkit-transition: background 0.2s ease-in-out;
	-moz-transition: background 0.2s ease-in-out;
	-ms-transition: background 0.2s ease-in-out;
	-o-transition: background 0.2s ease-in-out;
	transition: background 0.2s ease-in-out;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.tp-leftarrow.default:hover:before,
.tp-rightarrow.default:hover:before {
	background: rgba(63, 70, 74, 0.25);
}

.tp-leftarrow.default:after,
.tp-rightarrow.default:after {
	display: block;
	width: 40px;
	text-align: center;
	font-size: 40px;
	line-height: 80px;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

.tp-leftarrow.default,
.tp-rightarrow.default {
	color: rgba(240, 241, 241, 0.45);
	background: none;
}

.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
	color: #fff;
}

.tp-leftarrow.default:after {
	content: "\e8c7";
}

.tp-rightarrow.default:after {
	content: "\e8c8";
}

.rev_slider_wrapper .btn {
	-webkit-transition: initial;
	-moz-transition: initial;
	-ms-transition: initial;
	-o-transition: initial;
	transition: initial;
}
