@charset "utf-8";
/**
 * 	Name: rev-slider.css
 *
 *  Extra styling for Revolution Slider. Only used if the Revolution Slider plugin is installed and activated. 
 *
 */
 
/* ==========================================================================
   =Revolution Slider
   ========================================================================== */
   
/* =Rev Slider Pager
   ========================================================================== */

   /**
 	 * 1. changing the z-index from 1000 so that the bullets don't go over the sticky menu
 	 */
   
	.tp-bullets { 
		z-index: 100; /* 1 */
	}
	   
	.tp-bullets .tp-bullet {
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background: #b8b8b8;
	}

	.tp-bullets .tp-bullet.selected { background: #898989; }
