#tlyPageGuideWrapper {
	color: #000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#tlyPageGuideWrapper #tlyPageGuideToggles {
	position: fixed;
	top: 84px;
	right: 0;
	z-index: 9999;
	display: block
}

#tlyPageGuideWrapper .tlypageguide_toggle {
	position: relative;
	right: -185px;
	display: block;
	float: right;
	width: 184px;
	height: 50px;
	padding: 22px 6px 6px;
	margin-bottom: 20px;
	clear: both;
	line-height: 25px;
	color: #000;
	text-align: left;
	text-decoration: none;
	cursor: pointer;
	background: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	-o-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in
}

#tlyPageGuideWrapper .tlypageguide_toggle:before {
	position: absolute;
	top: 8px;
	left: 25px;
	display: block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-indent: -999px;
	background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MjU5MjM2NTg4QkExMUUxODFFQUI0QjhGOEVCQTk1QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4MjU5MjM2Njg4QkExMUUxODFFQUI0QjhGOEVCQTk1QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgyNTkyMzYzODhCQTExRTE4MUVBQjRCOEY4RUJBOTVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjgyNTkyMzY0ODhCQTExRTE4MUVBQjRCOEY4RUJBOTVBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+NYhnaAAAAOJJREFUeNpiZAACQ0PDeiDVwEA6aGDU1dXlZ2Rk/MBAJmABEX///mVYsGAByZoTEhIgDA0Njf/kAJA+JpgLyAEgfWAv/PnzByxw5swZuKSJiQkKHxmA5GD6KHYBGEhLS5MVBiB9LMgmoXsBBnCJg/RRxwtCQkJkeQGkjxFkAB8f339yUyIziGBlZWX49++fA9BQBlIwOC8gm8bFxWUPYwMNBKVTAygG5ZUNTExM8PT+7du3g7gzCAtLPNBV59nY2PiB9H8g9gfxQeJE+Qto035mZmZ+KPs/EOuD+CBxdLUAAQYA7/EQmFgcNYsAAAAASUVORK5CYII=") 0 0 no-repeat;
	content: " "
}

#tlyPageGuideWrapper .tlypageguide_toggle div {
	position: absolute;
	top: 6px;
	right: -4px;
	display: block;
	width: 124px;
	height: 33px;
	padding: 2px 0 0 5px;
	overflow: hidden;
	line-height: 16px;
	border-left: 1px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

#tlyPageGuideWrapper .tlypageguide_toggle div span {
	display: block;
	width: 115px;
	margin: 0 0 0 -118px;
	-webkit-transition: all .2s ease-in;
	-moz-transition: all .2s ease-in;
	-ms-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in
}

#tlyPageGuideWrapper .tlypageguide_toggle a {
	position: absolute;
	right: 10px;
	bottom: -26px;
	color: #000;
	text-decoration: none;
	opacity: 0
}

#tlyPageGuideWrapper .tlypageguide_toggle:hover {
	right: 0!important;
	background: rgba(0, 0, 0, 0.2)
}

#tlyPageGuideWrapper .tlypageguide_toggle:hover div span {
	margin: 0
}

#tlyPageGuideWrapper #tlyPageGuideMessages {
	position: fixed;
	bottom: 0;
	z-index: 10000000;
	display: none;
	width: 90%;
	height: 0;
	padding: 10px;
	margin: 0 5% 0 5%;
	overflow-y: auto;
	background: rgba(20, 20, 20, 0.85);
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	-o-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	-webkit-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.4)
}

#tlyPageGuideWrapper #tlyPageGuideMessages span {
	position: absolute;
	top: 25px;
	left: 40px;
	display: block;
	width: 50px;
	height: 50px;
	overflow: hidden;
	font-size: 32px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	background: rgba(6, 186, 0, 0.6);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}

#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_text {
	position: relative;
	margin: 10px 160px 0 120px;
	line-height: 22px;
	color: #fff;
	font-size: 1.2em;
}

#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_text a {
	color: #fff
}

#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_text a:hover {
	color: #fff
}

#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_close {
	position: absolute;
	top: 0;
	right: 50px;
	display: block;
	width: 108px;
	height: 49px;
	overflow: hidden;
	line-height: 48px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	background: rgba(6, 186, 0, 0.6);
	font-weight: bold;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	-o-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px cursor: pointer;
}

#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_back, #tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_fwd {
	position: absolute;
	top: 34px;
	left: 10px;
	display: block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-indent: -999px;
	background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAVCAYAAAByrA+0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYxIDY0LjE0MDk0OSwgMjAxMC8xMi8wNy0xMDo1NzowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNS4xIE1hY2ludG9zaCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4MjU5MjM2OTg4QkExMUUxODFFQUI0QjhGOEVCQTk1QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4MjU5MjM2QTg4QkExMUUxODFFQUI0QjhGOEVCQTk1QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjgyNTkyMzY3ODhCQTExRTE4MUVBQjRCOEY4RUJBOTVBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjgyNTkyMzY4ODhCQTExRTE4MUVBQjRCOEY4RUJBOTVBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+eySFcAAAAKRJREFUeNqMk1ENhDAQROfjDNQCFs5CLWABC5wELGABCyChFrBQCz2aQELKvtImk5CyLxtmBqWUlmSf7pBK6XwRDWAlIGuELT0BWbsB5DtHgIctIwECA+LdgBJwYMBCQM0AT0BWAAMQQAMIoC2BhgcK0hp2tapYwFQrYzn8fUu75UPjvU8tgQ1Wl1zrP3E9zLU6lAClOlsZfST5Q5ue52fc6S/AABXAQWeCQoWGAAAAAElFTkSuQmCC") 10px 4px no-repeat
}

#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_back {
	-webkit-transform: rotate(-180deg) scale(1) skewX(0) skewY(0) translate(0);
	-moz-transform: rotate(-180deg) scale(1) skewX(0) skewY(0) translate(0);
	-ms-transform: rotate(-180deg) scale(1) skewX(0) skewY(0) translate(0);
	-o-transform: rotate(-180deg) scale(1) skewX(0) skewY(0) translate(0);
	transform: rotate(-180deg) scale(1) skewX(0) skewY(0) translate(0)
}

#tlyPageGuideWrapper #tlyPageGuideMessages .tlypageguide_fwd {
	left: 90px
}

#tlyPageGuideWrapper #tlyPageGuideContent {
	display: none
}

.tlypageguide-open #tlyPageGuideWrapper .tlypageguide_toggle.tlyPageGuideToggleActive {
	right: 0!important;
	color: #fff;
	background: rgba(6, 186, 0, 1);
	-webkit-box-shadow: 6px 4px 5px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 6px 4px 5px 0 rgba(0, 0, 0, 0.4);
	-o-box-shadow: 6px 4px 5px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 6px 4px 5px 0 rgba(0, 0, 0, 0.4)
}

.tlypageguide-open #tlyPageGuideWrapper .tlypageguide_toggle.tlyPageGuideToggleActive a {
	opacity: 1.0
}

.tlypageguide-open #tlyPageGuideWrapper .tlypageguide_toggle.tlyPageGuideToggleActive div span {
	margin: 0
}

.tlypageguide-open #tlyPageGuideWrapper #tlyPageGuideContent {
	display: block
}

.tlyPageGuideWelcome, #tlyPageGuideWelcome {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	display: none;
	width: 95%;
	height: 300px;
	max-width: 400px;
	max-height: 80%;
	padding: 15px 20px;
	margin: auto;
	line-height: 22px;
	color: #fff;
	background: rgba(0, 0, 0, 0.85);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 9px 4px rgba(0, 0, 0, 0.4);
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear
}

.tlyPageGuideWelcome.open, #tlyPageGuideWelcome.open {
	-khtml-opacity: .95;
	-moz-opacity: .95;
	opacity: .95;
	filter: alpha(opacity=0)
}

.tlyPageGuideWelcome button, #tlyPageGuideWelcome button {
	padding: 5px 10px;
	overflow: hidden;
	color: #fff;
	text-align: center;
	cursor: pointer;
	background: #108CDC;
	border: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px
}

#tlyPageGuideOverlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9998;
	display: none;
	width: 100%;
	height: 100%;
	background: #fff;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0)
}

.tlyPageGuideWelcomeOpen .tlyPageGuideWelcome, .tlyPageGuideWelcomeOpen #tlyPageGuideWelcome {
	display: block;
	-khtml-opacity: .95;
	-moz-opacity: .95;
	opacity: .95;
	filter: alpha(opacity=0)
}

.tlyPageGuideWelcomeOpen #tlyPageGuideOverlay {
	display: block;
	-khtml-opacity: .7;
	-moz-opacity: .7;
	opacity: .7;
	filter: alpha(opacity=0)
}

#tlyPageGuide {
	display: none
}

.tlypageguide_shadow {
	display: none;
	position: absolute;
	pointer-events: none;
}

.tlypageguide_shadow.tlypageguide-active {
	background-color: rgba(8, 255, 0, 0.3);
	box-sizing: border-box;
	z-index: 100;
}

.tlyPageGuideStepIndex {
	position: absolute;
	z-index: 50000;
	display: block;
	width: 50px;
	height: 48px;
	max-height: 48px;
	min-height: 15px;
	font-size: 32px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	pointer-events: all;
	cursor: pointer;
	background: rgba(124, 209, 121, 0.6);
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=0);
	-webkit-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.4);
	box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.4);
	-webkit-transition: min-height, max-height .1s ease-in-out;
	-moz-transition: min-height, max-height .1s ease-in-out;
	-ms-transition: min-height, max-height .1s ease-in-out;
	-o-transition: min-height, max-height .1s ease-in-out;
	transition: min-height, max-height .1s ease-in-out
}

.tlyPageGuideStepIndex:after {
	color: rgba(124, 209, 121, 0.6);
	display: inline-block;
	font: normal normal normal 14px/1 "Font APEX Small";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: auto;
	right: auto;
	left: auto;
	left: auto;
	display: block;
}

.tlyPageGuideStepIndex.tlypageguide_bottom {
	bottom: -65px;
}

.tlyPageGuideStepIndex.tlypageguide_bottom:after {
	content: "\f0d8";
	top: -23px;
	left: 15px;
}

.tlyPageGuideStepIndex.tlypageguide_top {
	top: -60px;
}

.tlyPageGuideStepIndex.tlypageguide_top:after {
	content: "\f0d7";
	bottom: -22px;
	left: 15px;
}

.tlyPageGuideStepIndex.tlypageguide_left {
	left: -65px;
}

.tlyPageGuideStepIndex.tlypageguide_left:after {
	content: "\f0da";
	right: -12px;
	top: 8px;
}

.tlyPageGuideStepIndex.tlypageguide_right {
	right: -65px;
}

.tlyPageGuideStepIndex.tlypageguide_right:after {
	content: "\f0d9";
	right: 51px;
	top: 8px;
}

.tlypageguide-active .tlyPageGuideStepIndex, .tlyPageGuideStepIndex:hover {
	background: rgb(6, 186, 0);
}

.tlyPageGuideStepIndex:hover.tlyPageGuideStepIndex:after, .tlypageguide-active .tlyPageGuideStepIndex:after {
	color: rgb(6, 186, 0);
}
