/* Revolution slider */

.tp-bullets.simplebullets.round .bullet {
	background: rgba(0, 0, 0, .1);
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	margin: 0px 5px 0px 0px;
	width: 15px;
	height: 15px;
}

.tp-bullets.simplebullets.round .bullet.selected {
	background: #000;
}

@media (max-width: 991px) {
	.tp-bullets.simplebullets.round .bullet {
		display: none;
	}
}

.tp-bullets {
	z-index: 20;
}