/**
 *   Here's where everything gets included. You don't need
 *   to change anything here, and doing so might break
 *   stuff. Here be dragons and all that.
 */
/**
 *   Default variables
 *
 *   While these can be set with JavaScript, it's probably
 *   better and faster to just set them here, compile to
 *   CSS and include that instead to use some of that
 *   hardware-accelerated goodness.
*/



.unslider-nav ol {
	position: absolute;
	right: 60px;
	top: 40px;
	text-align: center;
	z-index: 90;
}

.unslider-nav ol:after {
	content: '';
	display: block;
	position: absolute;
	width: 1px;
	top: 26px;
	bottom: 26px;
	left: 3px;
	background-color: rgba(255,255,255,0.5);
	display: block;
}

.unslider-nav ol li {
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 14px;
	margin: 26px 0;
	text-indent: -999em;
	cursor: pointer;
	background-color: #fff;
	transition: all 0.2s ease;
}

.unslider-nav ol li.unslider-active::after {
	transition: all 0.2s ease;
	position: relative;
	z-index: 1000;
	margin-left: -8px;
	margin-top: -23px;
	display: block;
	content: '';
	width: 7px;
	height: 7px;
	border-radius: 20px;
	border: 8px solid rgba(167,28,110,0.8);
}


.unslider-nav ol li.unslider-active {
	opacity: 1;
}






.text-box .unslider-nav ol li {
	display: inline-block;
	margin: 0 12px;
}





.text-box .unslider-nav ol:after {
	width: auto;
	height: 1px;
	top: auto;
	bottom: auto;
	left: 12px;
	right: 12px;
	top: 3px;
	display: none;
}

.text-box .unslider-nav ol li.active::after {
	margin-top: -30px;
}

.text-box .unslider-nav ol li.unslider-active::after {
	margin-top: -30px;
}

