.introjs-tooltiptext {
	padding-top: 7px;
}

.introjs-tooltiptext p {
	font-size: 16px;
	margin-bottom: 12px;
}

.introjs-tooltiptext p:last-child {
	margin-bottom: 0;
}

.introjs-helperNumberLayer {
	background: #ff6541;
	border: 3px solid #ffffff;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.introjs-tooltip {
	-webkit-box-shadow: 0 0 17px 1px rgba(0, 0, 0, 0.35);
	box-shadow: 0 0 17px 1px rgba(0, 0, 0, 0.35);
	border: 1px solid #d9dce0;
	/* background-color: #f1f1f1; */
	font-family: 'robotolight', sans-serif;
	font-weight: 500;
	border-radius: 8px;
	font-size: 18px;
	color: #000;
	padding: 20px 20px 25px 20px;
	min-width: 408px;
	max-width: 80%;
}

.introjs-tooltip a {
	color: #6676a4;
}

.introjs-tooltip a:hover {
	text-decoration: none;
}

.introjs-tooltip h3 {
	font-size: 20px;
	color: #333333;
	margin-top: 0;
	font-family: 'robotoregular', sans-serif;
}

.introjs-button {
	color: #6676a4;
	font-family: 'robotoregular', sans-serif;
	font-size: 14px;
	padding: 0;
	margin-left: .8em;
	margin-top: 0;
	text-shadow: none;
	border: none;
	background-color: transparent;
	text-transform: uppercase;
	background-image: none;
}

.introjs-button:hover {
	border-color: transparent;
	text-decoration: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #586794;
	;
}

.introjs-button:active,
.introjs-button:focus {
	background-image: none;
}

.introjs-disabled,
.introjs-disabled:focus,
.introjs-disabled:hover {
	background-color: transparent;
	color: #9a9a9a;
}

.introjs-disabled:hover {
	color: #9a9a9a;
}

.introjs-prevbutton.introjs-fullbutton {
	border: none;
}

.introjs-skipbutton,
.introjs-donebutton {
	position: fixed;
	top: 20px;
	right: 20px;
	display: inline-block;
	height: 15px;
	width: 15px;
	background: url(../../../img/sprite.png) -407px -248px no-repeat;
	margin: 0;
}

.introjs-progress {
	margin: 25px 0 25px 0;
	background-color: #ff8a42;
}

.introjs-progressbar {
	background-color: #ff6541;
}

.introjs-helperLayer {
	background-color: rgba(255,255,255,1);
}

.introjs-helperLayer.circle {
	border-radius: 50%;
}

.introjs-helperLayer.brs {
	border-radius: 8px;
}

.introjs-helperLayer.nbrs {
	border-radius: 0px;
}

.div_button {
	margin-top: 28px;
	margin-bottom: 38px;
}

button.button {
	margin-top: 0;
	margin-bottom: 0;
}

.introjs-arrow.left {
	left: -29px;
	/* border-right-color: #f1f1f1; */
}

.introjs-arrow.left-bottom {
	left: -29px;
	/* border-right-color: #f1f1f1; */
}

.introjs-arrow.right {
	right: -29px;
	/* border-left-color: #f1f1f1; */
}

.introjs-arrow.right-bottom {
	right: -29px;
	/* border-left-color: #f1f1f1; */
}

.introjs-arrow.bottom {
	bottom: -29px;
	/* border-top-color: #f1f1f1; */
}

.introjs-arrow.bottom-middle {
	bottom: -29px;
	/* border-top-color: #f1f1f1; */
}

.introjs-arrow.top {
	top: -29px;
	/* border-bottom-color: #f1f1f1; */
}

.introjs-arrow.top-middle {
	top: -29px;
	/* border-top-color: #f1f1f1; */
}

.introjs-arrow {
	border: 15px solid transparent;
}

.intro-link {
	position: fixed;
	left: -135px;
	top: calc(50% - 50px);
	text-decoration: none;
	z-index: 1005;
	background: #ff8a42;
	transition: all 0.2s ease-out .3s;
	padding: 10px 15px;
	border-radius: 0 25px 25px 0;
}

.intro-link:hover {
	left: 0;
	background: #ff6541;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.5);
}

.intro-link:hover i {
	transform: rotate(360deg);
}

.intro-link i {
	background: url(../img/helper.png) top no-repeat;
	/* background: url(../img/guide.png) top no-repeat; */
	background-size: cover;
	margin-left: 13px;
	width: 27px;
	height: 29px;
	display: inline-block;
	transition: transform 0.2s ease-out .5s;
}

.intro-link span {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-family: 'robotoregular', sans-serif;
	color: #ffffff;
}

.introjs-bullets {
	background: url(../../../img/line_h_light_gray.png) 0% 100% no-repeat;
	margin-top: 3px;
	margin-bottom: 20px;
	padding-bottom: 15px;
}

.introjs-bullets ul {
	/* margin-top: 25px; */
}

.introjs-bullets ul li {
	margin: 0 7px;
}

.introjs-bullets ul li a {
	position: relative;
	background: none;
	width: 11px;
	height: 11px;
	outline: none;
	font-size: 0;
}

.introjs-bullets ul li a.active,
.introjs-bullets ul li a:hover {
	background: none;
}

.introjs-bullets ul li a.active:after {
	opacity: 1;
}

.introjs-bullets ul li a:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #ff8a42;
	/* box-shadow: inset 0 1px 1px rgba(0,0,0,.5); */
	opacity: 0;
	transition: .2s;
}

.introjs-bullets ul li a:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 11px;
	height: 11px;
	border: 1px solid #CDD1DA;
	border-radius: 50%;
	background: #FFF;
}

.intro-text {
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	z-index: 1000000;
	font-size: 42px;
	line-height: 42px;
}

.introjs-overlay {
	background: rgba(0,0,0,1);
}
