body {
	position: relative
}

#joyRideTipContent {
	display: none
}

.joyride-tip-guide {
	position: absolute;
	background: #000;
	background: rgba(0, 0, 0, .8);
	padding: 10px 10px 10px 15px;
	color: #fff;
	width: 300px;
	z-index: 10;
	font-family: helveticaneue, helvetica neue, helvetica, Helvetica, Arial, Lucida, sans-serif;
	font-weight: 400;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}

.joyride-tip-guide span.joyride-nub {
	display: block;
	position: absolute;
	left: 22px;
	width: 0;
	height: 0;
	border: solid 14px;
	border: solid 14px
}

.joyride-tip-guide span.joyride-nub.top {
	border-top-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: #000;
	border-bottom-color: rgba(0, 0, 0, .8);
	top: -28px;
	bottom: none
}

.joyride-tip-guide span.joyride-nub.bottom {
	border-bottom-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-top-color: #000;
	border-top-color: rgba(0, 0, 0, .8) !important;
	bottom: -28px;
	bottom: none
}

.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
	line-height: 1.25;
	margin: 0;
	font-weight: 700;
	color: #fff
}

.joyride-tip-guide h1 {
	font-size: 30px
}

.joyride-tip-guide h2 {
	font-size: 26px
}

.joyride-tip-guide h3 {
	font-size: 22px
}

.joyride-tip-guide h4 {
	font-size: 18px
}

.joyride-tip-guide h5 {
	font-size: 16px
}

.joyride-tip-guide h6 {
	font-size: 14px
}

.joyride-tip-guide p {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 18px
}

.joyride-tip-guide a {
	color: #fff;
	text-decoration: none;
	border-bottom: dotted 1px rgba(255, 255, 255, .6)
}

.joyride-tip-guide a:hover {
	color: rgba(255, 255, 255, .8);
	border-bottom: none
}

.joyride-tip-guide .joyride-next-tip:after {
	clear: both
}

.joyride-tip-guide .joyride-next-tip {
	width: auto;
	padding: 6px 18px 4px;
	font-size: 13px;
	text-decoration: none;
	color: #fff;
	float: left;
	margin: 0 6px 8px 0;
	border: solid 1px #003cb4;
	 background:orange !important;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, .3) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, .3) inset;
	box-shadow: 0 1px 0 rgba(255, 255, 255, .3) inset
}

.joyride-next-tip:hover {
	color: #fff !important;
	border: solid 1px #003cb4 !important;
	 background:orange !important;
	
	 
}

.joyride-timer-indicator-wrap {
	width: 50px;
	height: 3px;
	border: solid 1px rgba(255, 255, 255, .1);
	position: absolute;
	right: 17px;
	bottom: 16px
}

.joyride-timer-indicator {
	display: block;
	width: 0;
	height: inherit;
	background: rgba(255, 255, 255, .25)
}

.joyride-close-tip {
	position: absolute;
	right: 10px;
	top: 10px;
	color: rgba(255, 255, 255, .4) !important;
	text-decoration: none;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: 700;
	border-bottom: none !important
}

.joyride-close-tip:hover {
	color: rgba(255, 255, 255, .9) !important
}
.button:hover{
    background:orange !important;
}