/* ==========================================================================
   =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.custom { 
		z-index: 100; /* 1 */
	}
	   
	.tp-bullets.custom .tp-bullet {
		width: 7px;
		height: 7px;
		border: 2px solid #93c274;
		border-radius: 50%;
		margin: 0 5px;
		background: transparent;
	}

	.tp-bullets.custom .tp-bullet.selected { background: #93c274; }

/* =Rev Slider navigation
   ========================================================================== */
   
	.tp-leftarrow.custom,
	.tp-rightarrow.custom {
		width: 33px;
		height: 33px;
		opacity: 0.5;
	}
	
	.tp-leftarrow.custom:before,
	.tp-rightarrow.custom:before { display: none; }

	.tp-leftarrow.custom:hover,
	.tp-rightarrow.custom:hover { opacity: 1; }

	.tp-leftarrow.custom,
	.tp-leftarrow.custom:hover { background: url(../images/left.png) no-repeat center center; }
	
	.tp-rightarrow.custom,
	.tp-rightarrow.custom:hover { background: url(../images/right.png) no-repeat center center; }