/*
Skin Name: Nivo Slider Zero Theme
*/


.theme-bonfire .slider-wrapper  {
    position: relative;
	background: url(loading.gif) no-repeat 50% 50%;
	margin:0 auto -1px auto !important;
	text-align:center !important;
}

.theme-bonfire .nivo-caption {
	position:absolute;
	text-align:center !important;
	bottom:0 !important;
	background:none;
	color:#fff;
	width:100% !important;
	z-index:7 !important;
	padding: 0 30px 45px 30px;
	pointer-events:none;
	overflow: hidden;
	display: none;
	opacity: 1 ;
	-moz-opacity: 1 ;
	filter:alpha(opacity=10);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

.theme-bonfire .nivo-caption p {
	padding: 0 30px;
	margin:0;
}

.theme-bonfire .nivo-controlNav a.active {
	font-weight:bold;
}

.theme-bonfire img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-bonfire a {
	border:0;
	display:block;
}

.theme-bonfire .nivo-controlNav {
	position:relative;
	margin-top:-46px;
	text-align: center;
	z-index:990;
}

.theme-bonfire .nivo-controlNav a {
	display:inline-block;
	width:14px;
	height:22px;
	background:url(bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin: 0 0;
}

.theme-bonfire .nivo-controlNav a.active {
	background-position:0 -22px;
}
.theme-bonfire .nivo-directionNav {
	top: 130px;
}
.theme-bonfire .nivo-directionNav a {
	display:block;
	width:33px;
	height:43px;
	background:url(arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
.theme-bonfire a.nivo-nextNav {
	background-position: -43px 0;
	right:18px;
}
.theme-bonfire a.nivo-prevNav {
	left:8px;
}
.theme-bonfire a.nivo-nextNav:hover {
	background-position: -43px -43px;
}
.theme-bonfire a.nivo-prevNav:hover {
	background-position: 0 -43px;
}
.theme-bonfire .nivo-caption {
	font-family: 'Lato', arial, tahoma, verdana;
	font-size:20px;
	font-weight:700;
	line-height:22px;
}
.theme-bonfire .nivo-caption a { 
    color:#efe9d1;
	text-decoration:underline !important;
}
