/* ========================================================================
 * bootstrap-tour - v0.10.1
 * http://bootstraptour.com
 * ========================================================================
 * Copyright 2012-2013 Ulrich Sosso
 *
 * ========================================================================
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================================
 */

.bootstraptour button {
	margin: 0;
	font: inherit;
	color: inherit;
	overflow: visible;
	text-transform: none;
}

.bootstraptour button,
  .bootstraptour html input[type="button"],
  .bootstraptour input[type="reset"],
  .bootstraptour input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

.bootstraptour button[disabled],
  .bootstraptour html input[disabled] {
	cursor: default;
}

.bootstraptour button::-moz-focus-inner,
  .bootstraptour input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.bootstraptour .btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}

.bootstraptour .btn-group-lg > .btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px;
}

.bootstraptour .btn-sm,
  .bootstraptour .btn-group-sm > .btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.bootstraptour .btn-xs,
  .bootstraptour .btn-group-xs > .btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}

.bootstraptour .fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.bootstraptour .fade.in {
	opacity: 1;
}

.bootstraptour .btn-group,
  .bootstraptour .btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.bootstraptour .btn-group > .btn,
  .bootstraptour .btn-group-vertical > .btn {
	position: relative;
	float: left;
}

.bootstraptour .btn-group > .btn:hover,
  .bootstraptour .btn-group-vertical > .btn:hover,
  .bootstraptour .btn-group > .btn:focus,
  .bootstraptour .btn-group-vertical > .btn:focus,
  .bootstraptour .btn-group > .btn:active,
  .bootstraptour .btn-group-vertical > .btn:active,
  .bootstraptour .btn-group > .btn.active,
  .bootstraptour .btn-group-vertical > .btn.active {
	z-index: 2;
}

.bootstraptour .btn-group .btn + .btn,
  .bootstraptour .btn-group .btn + .btn-group,
  .bootstraptour .btn-group .btn-group + .btn,
  .bootstraptour .btn-group .btn-group + .btn-group {
	margin-left: -1px;
}

.bootstraptour .btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
	border-radius: 0;
}

.bootstraptour .btn-group > .btn:first-child {
	margin-left: 0;
}

.bootstraptour .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.bootstraptour .btn-group > .btn:last-child:not(:first-child),
  .bootstraptour .btn-group > .dropdown-toggle:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.bootstraptour .btn-group > .btn-group {
	float: left;
}

.bootstraptour .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
	border-radius: 0;
}

.bootstraptour .btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
  .bootstraptour .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.bootstraptour .btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.bootstraptour .btn-group .dropdown-toggle:active,
  .bootstraptour .btn-group.open .dropdown-toggle {
	outline: 0;
}

.bootstraptour .btn-group > .btn + .dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px;
}

.bootstraptour .btn-group > .btn-lg + .dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px;
}

.bootstraptour .btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.bootstraptour .btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.tour-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1100;
	background-color: #000;
	opacity: .8;
	filter: alpha(opacity=80);
}

.tour-step-backdrop {
	position: relative;
	z-index: 1101;
	background: inherit;
}

.tour-step-backdrop > td {
	position: relative;
	z-index: 1101;
}

.tour-step-background {
	position: absolute !important;
	z-index: 1100;
	background: inherit;
	border-radius: 6px;
}

.bootstraptour .btn-danger,
  .bootstraptour .btn-default,
  .bootstraptour .btn-info,
  .bootstraptour .btn-primary,
  .bootstraptour .btn-success,
  .bootstraptour .btn-warning {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}

.bootstraptour .btn-danger.active,
  .bootstraptour .btn-danger:active,
  .bootstraptour .btn-default.active,
  .bootstraptour .btn-default:active,
  .bootstraptour .btn-info.active,
  .bootstraptour .btn-info:active,
  .bootstraptour .btn-primary.active,
  .bootstraptour .btn-primary:active,
  .bootstraptour .btn-success.active,
  .bootstraptour .btn-success:active,
  .bootstraptour .btn-warning.active,
  .bootstraptour .btn-warning:active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.bootstraptour .btn-danger.disabled,
  .bootstraptour .btn-danger[disabled],
  .bootstraptour .btn-default.disabled,
  .bootstraptour .btn-default[disabled],
  .bootstraptour .btn-info.disabled,
  .bootstraptour .btn-info[disabled],
  .bootstraptour .btn-primary.disabled,
  .bootstraptour .btn-primary[disabled],
  .bootstraptour .btn-success.disabled,
  .bootstraptour .btn-success[disabled],
  .bootstraptour .btn-warning.disabled,
  .bootstraptour .btn-warning[disabled],
  .bootstraptour fieldset[disabled] .btn-danger,
  .bootstraptour fieldset[disabled] .btn-default,
  .bootstraptour fieldset[disabled] .btn-info,
  .bootstraptour fieldset[disabled] .btn-primary,
  .bootstraptour fieldset[disabled] .btn-success,
  .bootstraptour fieldset[disabled] .btn-warning {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.bootstraptour .btn-danger .badge,
  .bootstraptour .btn-default .badge,
  .bootstraptour .btn-info .badge,
  .bootstraptour .btn-primary .badge,
  .bootstraptour .btn-success .badge,
  .bootstraptour .btn-warning .badge {
	text-shadow: none;
}

.bootstraptour .btn.active,
  .bootstraptour .btn:active {
	background-image: none;
}

.bootstraptour .btn-default {
	text-shadow: 0 1px 0 #fff;
	background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
	background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
	background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
	background-repeat: repeat-x;
	border-color: #dbdbdb;
	border-color: #ccc;
}

.bootstraptour .btn-default:focus,
  .bootstraptour .btn-default:hover {
	background-color: #e0e0e0;
	background-position: 0 -15px;
}

.bootstraptour .btn-default.active,
  .bootstraptour .btn-default:active {
	background-color: #e0e0e0;
	border-color: #dbdbdb;
}

.bootstraptour .btn-default.disabled,
  .bootstraptour .btn-default.disabled.active,
  .bootstraptour .btn-default.disabled.focus,
  .bootstraptour .btn-default.disabled:active,
  .bootstraptour .btn-default.disabled:focus,
  .bootstraptour .btn-default.disabled:hover,
  .bootstraptour .btn-default[disabled],
  .bootstraptour .btn-default[disabled].active,
  .bootstraptour .btn-default[disabled].focus,
  .bootstraptour .btn-default[disabled]:active,
  .bootstraptour .btn-default[disabled]:focus,
  .bootstraptour .btn-default[disabled]:hover,
  .bootstraptour fieldset[disabled] .btn-default,
  .bootstraptour fieldset[disabled] .btn-default.active,
  .bootstraptour fieldset[disabled] .btn-default.focus,
  .bootstraptour fieldset[disabled] .btn-default:active,
  .bootstraptour fieldset[disabled] .btn-default:focus,
  .bootstraptour fieldset[disabled] .btn-default:hover {
	background-color: #e0e0e0;
	background-image: none;
	color: #888 !important;
}

.bootstraptour .btn-primary {
	background-image: -webkit-linear-gradient(top, #337ab7 0, #265a88 100%);
	background-image: -o-linear-gradient(top, #337ab7 0, #265a88 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#265a88));
	background-image: linear-gradient(to bottom, #337ab7 0, #265a88 100%);
	background-repeat: repeat-x;
	border-color: #245580;
}

.bootstraptour .btn-primary:focus,
  .bootstraptour .btn-primary:hover {
	background-color: #265a88;
	background-position: 0 -15px;
}

.bootstraptour .btn-primary.active,
  .bootstraptour .btn-primary:active {
	background-color: #265a88;
	border-color: #245580;
}

.bootstraptour .btn-primary.disabled,
  .bootstraptour .btn-primary.disabled.active,
  .bootstraptour .btn-primary.disabled.focus,
  .bootstraptour .btn-primary.disabled:active,
  .bootstraptour .btn-primary.disabled:focus,
  .bootstraptour .btn-primary.disabled:hover,
  .bootstraptour .btn-primary[disabled],
  .bootstraptour .btn-primary[disabled].active,
  .bootstraptour .btn-primary[disabled].focus,
  .bootstraptour .btn-primary[disabled]:active,
  .bootstraptour .btn-primary[disabled]:focus,
  .bootstraptour .btn-primary[disabled]:hover,
  .bootstraptour fieldset[disabled] .btn-primary,
  .bootstraptour fieldset[disabled] .btn-primary.active,
  .bootstraptour fieldset[disabled] .btn-primary.focus,
  .bootstraptour fieldset[disabled] .btn-primary:active,
  .bootstraptour fieldset[disabled] .btn-primary:focus,
  .bootstraptour fieldset[disabled] .btn-primary:hover {
	background-color: #265a88;
	background-image: none;
}

.bootstraptour .btn-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0, #419641 100%);
	background-image: -o-linear-gradient(top, #5cb85c 0, #419641 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#419641));
	background-image: linear-gradient(to bottom, #5cb85c 0, #419641 100%);
	background-repeat: repeat-x;
	border-color: #3e8f3e;
}

.bootstraptour .btn-success:focus,
  .bootstraptour .btn-success:hover {
	background-color: #419641;
	background-position: 0 -15px;
}

.bootstraptour .btn-success.active,
  .bootstraptour .btn-success:active {
	background-color: #419641;
	border-color: #3e8f3e;
}

.bootstraptour .btn-success.disabled,
  .bootstraptour .btn-success.disabled.active,
  .bootstraptour .btn-success.disabled.focus,
  .bootstraptour .btn-success.disabled:active,
  .bootstraptour .btn-success.disabled:focus,
  .bootstraptour .btn-success.disabled:hover,
  .bootstraptour .btn-success[disabled],
  .bootstraptour .btn-success[disabled].active,
  .bootstraptour .btn-success[disabled].focus,
  .bootstraptour .btn-success[disabled]:active,
  .bootstraptour .btn-success[disabled]:focus,
  .bootstraptour .btn-success[disabled]:hover,
  .bootstraptour fieldset[disabled] .btn-success,
  .bootstraptour fieldset[disabled] .btn-success.active,
  .bootstraptour fieldset[disabled] .btn-success.focus,
  .bootstraptour fieldset[disabled] .btn-success:active,
  .bootstraptour fieldset[disabled] .btn-success:focus,
  .bootstraptour fieldset[disabled] .btn-success:hover {
	background-color: #419641;
	background-image: none;
}

.bootstraptour .btn-info {
	background-image: -webkit-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
	background-image: -o-linear-gradient(top, #5bc0de 0, #2aabd2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#2aabd2));
	background-image: linear-gradient(to bottom, #5bc0de 0, #2aabd2 100%);
	background-repeat: repeat-x;
	border-color: #28a4c9;
}

.bootstraptour .btn-info:focus,
  .bootstraptour .btn-info:hover {
	background-color: #2aabd2;
	background-position: 0 -15px;
}

.bootstraptour .btn-info.active,
  .bootstraptour .btn-info:active {
	background-color: #2aabd2;
	border-color: #28a4c9;
}

.bootstraptour .btn-info.disabled,
  .bootstraptour .btn-info.disabled.active,
  .bootstraptour .btn-info.disabled.focus,
  .bootstraptour .btn-info.disabled:active,
  .bootstraptour .btn-info.disabled:focus,
  .bootstraptour .btn-info.disabled:hover,
  .bootstraptour .btn-info[disabled],
  .bootstraptour .btn-info[disabled].active,
  .bootstraptour .btn-info[disabled].focus,
  .bootstraptour .btn-info[disabled]:active,
  .bootstraptour .btn-info[disabled]:focus,
  .bootstraptour .btn-info[disabled]:hover,
  .bootstraptour fieldset[disabled] .btn-info,
  .bootstraptour fieldset[disabled] .btn-info.active,
  .bootstraptour fieldset[disabled] .btn-info.focus,
  .bootstraptour fieldset[disabled] .btn-info:active,
  .bootstraptour fieldset[disabled] .btn-info:focus,
  .bootstraptour fieldset[disabled] .btn-info:hover {
	background-color: #2aabd2;
	background-image: none;
}

.bootstraptour .btn-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
	background-image: -o-linear-gradient(top, #f0ad4e 0, #eb9316 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#eb9316));
	background-image: linear-gradient(to bottom, #f0ad4e 0, #eb9316 100%);
	background-repeat: repeat-x;
	border-color: #e38d13;
}

.bootstraptour .btn-warning:focus,
  .bootstraptour .btn-warning:hover {
	background-color: #eb9316;
	background-position: 0 -15px;
}

.bootstraptour .btn-warning.active,
  .bootstraptour .btn-warning:active {
	background-color: #eb9316;
	border-color: #e38d13;
}

.bootstraptour .btn-warning.disabled,
  .bootstraptour .btn-warning.disabled.active,
  .bootstraptour .btn-warning.disabled.focus,
  .bootstraptour .btn-warning.disabled:active,
  .bootstraptour .btn-warning.disabled:focus,
  .bootstraptour .btn-warning.disabled:hover,
  .bootstraptour .btn-warning[disabled],
  .bootstraptour .btn-warning[disabled].active,
  .bootstraptour .btn-warning[disabled].focus,
  .bootstraptour .btn-warning[disabled]:active,
  .bootstraptour .btn-warning[disabled]:focus,
  .bootstraptour .btn-warning[disabled]:hover,
  .bootstraptour fieldset[disabled] .btn-warning,
  .bootstraptour fieldset[disabled] .btn-warning.active,
  .bootstraptour fieldset[disabled] .btn-warning.focus,
  .bootstraptour fieldset[disabled] .btn-warning:active,
  .bootstraptour fieldset[disabled] .btn-warning:focus,
  .bootstraptour fieldset[disabled] .btn-warning:hover {
	background-color: #eb9316;
	background-image: none;
}

.bootstraptour .btn-danger {
	background-image: -webkit-linear-gradient(top, #d9534f 0, #c12e2a 100%);
	background-image: -o-linear-gradient(top, #d9534f 0, #c12e2a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c12e2a));
	background-image: linear-gradient(to bottom, #d9534f 0, #c12e2a 100%);
	background-repeat: repeat-x;
	border-color: #b92c28;
}

.bootstraptour .btn-danger:focus,
  .bootstraptour .btn-danger:hover {
	background-color: #c12e2a;
	background-position: 0 -15px;
}

.bootstraptour .btn-danger.active,
  .bootstraptour .btn-danger:active {
	background-color: #c12e2a;
	border-color: #b92c28;
}

.bootstraptour .btn-danger.disabled,
  .bootstraptour .btn-danger.disabled.active,
  .bootstraptour .btn-danger.disabled.focus,
  .bootstraptour .btn-danger.disabled:active,
  .bootstraptour .btn-danger.disabled:focus,
  .bootstraptour .btn-danger.disabled:hover,
  .bootstraptour .btn-danger[disabled],
  .bootstraptour .btn-danger[disabled].active,
  .bootstraptour .btn-danger[disabled].focus,
  .bootstraptour .btn-danger[disabled]:active,
  .bootstraptour .btn-danger[disabled]:focus,
  .bootstraptour .btn-danger[disabled]:hover,
  .bootstraptour fieldset[disabled] .btn-danger,
  .bootstraptour fieldset[disabled] .btn-danger.active,
  .bootstraptour fieldset[disabled] .btn-danger.focus,
  .bootstraptour fieldset[disabled] .btn-danger:active,
  .bootstraptour fieldset[disabled] .btn-danger:focus,
  .bootstraptour fieldset[disabled] .btn-danger:hover {
	background-color: #c12e2a;
	background-image: none;
}

.bootstraptour .img-thumbnail,
  .bootstraptour .thumbnail {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.bootstraptour .dropdown-menu > li > a:focus,
  .bootstraptour .dropdown-menu > li > a:hover {
	background-color: #e8e8e8;
	background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
	background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
	background-repeat: repeat-x;
}

.bootstraptour .dropdown-menu > .active > a,
  .bootstraptour .dropdown-menu > .active > a:focus,
  .bootstraptour .dropdown-menu > .active > a:hover {
	background-color: #2e6da4;
	background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
	background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
	background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
	background-repeat: repeat-x;
}

.bootstraptour .navbar-default {
	background-image: -webkit-linear-gradient(top, #fff 0, #f8f8f8 100%);
	background-image: -o-linear-gradient(top, #fff 0, #f8f8f8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
	background-image: linear-gradient(to bottom, #fff 0, #f8f8f8 100%);
	background-repeat: repeat-x;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}

.bootstraptour .navbar-default .navbar-nav > .active > a,
  .bootstraptour .navbar-default .navbar-nav > .open > a {
	background-image: -webkit-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
	background-image: -o-linear-gradient(top, #dbdbdb 0, #e2e2e2 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dbdbdb), to(#e2e2e2));
	background-image: linear-gradient(to bottom, #dbdbdb 0, #e2e2e2 100%);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}

.bootstraptour .navbar-brand,
  .bootstraptour .navbar-nav > li > a {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.25);
}

.bootstraptour .navbar-inverse {
	background-image: -webkit-linear-gradient(top, #3c3c3c 0, #222 100%);
	background-image: -o-linear-gradient(top, #3c3c3c 0, #222 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#3c3c3c), to(#222));
	background-image: linear-gradient(to bottom, #3c3c3c 0, #222 100%);
	background-repeat: repeat-x;
	border-radius: 4px;
}

.bootstraptour .navbar-inverse .navbar-nav > .active > a,
  .bootstraptour .navbar-inverse .navbar-nav > .open > a {
	background-image: -webkit-linear-gradient(top, #080808 0, #0f0f0f 100%);
	background-image: -o-linear-gradient(top, #080808 0, #0f0f0f 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#080808), to(#0f0f0f));
	background-image: linear-gradient(to bottom, #080808 0, #0f0f0f 100%);
	background-repeat: repeat-x;
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.25);
}

.bootstraptour .navbar-inverse .navbar-brand,
  .bootstraptour .navbar-inverse .navbar-nav > li > a {
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.bootstraptour .navbar-fixed-bottom,
  .bootstraptour .navbar-fixed-top,
  .bootstraptour .navbar-static-top {
	border-radius: 0;
}

@media (max-width: 767px) {
	.bootstraptour .navbar .navbar-nav .open .dropdown-menu > .active > a,
    .bootstraptour .navbar .navbar-nav .open .dropdown-menu > .active > a:focus,
    .bootstraptour .navbar .navbar-nav .open .dropdown-menu > .active > a:hover {
		color: #fff;
		background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
		background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
		background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
		background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
		background-repeat: repeat-x;
	}
}

.bootstraptour .alert {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstraptour .alert-success {
	background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
	background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
	background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
	background-repeat: repeat-x;
	border-color: #b2dba1;
}

.bootstraptour .alert-info {
	background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
	background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
	background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
	background-repeat: repeat-x;
	border-color: #9acfea;
}

.bootstraptour .alert-warning {
	background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
	background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
	background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
	background-repeat: repeat-x;
	border-color: #f5e79e;
}

.bootstraptour .alert-danger {
	background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
	background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
	background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
	background-repeat: repeat-x;
	border-color: #dca7a7;
}

.bootstraptour .progress {
	background-image: -webkit-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #ebebeb 0, #f5f5f5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#f5f5f5));
	background-image: linear-gradient(to bottom, #ebebeb 0, #f5f5f5 100%);
	background-repeat: repeat-x;
}

.bootstraptour .progress-bar {
	background-image: -webkit-linear-gradient(top, #337ab7 0, #286090 100%);
	background-image: -o-linear-gradient(top, #337ab7 0, #286090 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#286090));
	background-image: linear-gradient(to bottom, #337ab7 0, #286090 100%);
	background-repeat: repeat-x;
}

.bootstraptour .progress-bar-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0, #449d44 100%);
	background-image: -o-linear-gradient(top, #5cb85c 0, #449d44 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5cb85c), to(#449d44));
	background-image: linear-gradient(to bottom, #5cb85c 0, #449d44 100%);
	background-repeat: repeat-x;
}

.bootstraptour .progress-bar-info {
	background-image: -webkit-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
	background-image: -o-linear-gradient(top, #5bc0de 0, #31b0d5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#5bc0de), to(#31b0d5));
	background-image: linear-gradient(to bottom, #5bc0de 0, #31b0d5 100%);
	background-repeat: repeat-x;
}

.bootstraptour .progress-bar-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
	background-image: -o-linear-gradient(top, #f0ad4e 0, #ec971f 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f0ad4e), to(#ec971f));
	background-image: linear-gradient(to bottom, #f0ad4e 0, #ec971f 100%);
	background-repeat: repeat-x;
}

.bootstraptour .progress-bar-danger {
	background-image: -webkit-linear-gradient(top, #d9534f 0, #c9302c 100%);
	background-image: -o-linear-gradient(top, #d9534f 0, #c9302c 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9534f), to(#c9302c));
	background-image: linear-gradient(to bottom, #d9534f 0, #c9302c 100%);
	background-repeat: repeat-x;
}

.bootstraptour .progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.bootstraptour .list-group {
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}

.bootstraptour .list-group-item.active,
  .bootstraptour .list-group-item.active:focus,
  .bootstraptour .list-group-item.active:hover {
	text-shadow: 0 -1px 0 #286090;
	background-image: -webkit-linear-gradient(top, #337ab7 0, #2b669a 100%);
	background-image: -o-linear-gradient(top, #337ab7 0, #2b669a 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2b669a));
	background-image: linear-gradient(to bottom, #337ab7 0, #2b669a 100%);
	background-repeat: repeat-x;
	border-color: #2b669a;
}

.bootstraptour .list-group-item.active .badge,
  .bootstraptour .list-group-item.active:focus .badge,
  .bootstraptour .list-group-item.active:hover .badge {
	text-shadow: none;
}

.bootstraptour .panel {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.bootstraptour .panel-default > .panel-heading {
	background-image: -webkit-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0, #e8e8e8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
	background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
	background-repeat: repeat-x;
}

.bootstraptour .panel-primary > .panel-heading {
	background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
	background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
	background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
	background-repeat: repeat-x;
}

.bootstraptour .panel-success > .panel-heading {
	background-image: -webkit-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
	background-image: -o-linear-gradient(top, #dff0d8 0, #d0e9c6 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
	background-image: linear-gradient(to bottom, #dff0d8 0, #d0e9c6 100%);
	background-repeat: repeat-x;
}

.bootstraptour .panel-info > .panel-heading {
	background-image: -webkit-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
	background-image: -o-linear-gradient(top, #d9edf7 0, #c4e3f3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
	background-image: linear-gradient(to bottom, #d9edf7 0, #c4e3f3 100%);
	background-repeat: repeat-x;
}

.bootstraptour .panel-warning > .panel-heading {
	background-image: -webkit-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
	background-image: -o-linear-gradient(top, #fcf8e3 0, #faf2cc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
	background-image: linear-gradient(to bottom, #fcf8e3 0, #faf2cc 100%);
	background-repeat: repeat-x;
}

.bootstraptour .panel-danger > .panel-heading {
	background-image: -webkit-linear-gradient(top, #f2dede 0, #ebcccc 100%);
	background-image: -o-linear-gradient(top, #f2dede 0, #ebcccc 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
	background-image: linear-gradient(to bottom, #f2dede 0, #ebcccc 100%);
	background-repeat: repeat-x;
}

.bootstraptour .well {
	background-image: -webkit-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #e8e8e8 0, #f5f5f5 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#f5f5f5));
	background-image: linear-gradient(to bottom, #e8e8e8 0, #f5f5f5 100%);
	background-repeat: repeat-x;
	border-color: #dcdcdc;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}

.bootstraptour {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
.bootstraptour.top {
  margin-top: -10px;
}
.bootstraptour.right {
  margin-left: 10px;
}
.bootstraptour.bottom {
  margin-top: 10px;
}
.bootstraptour.left {
  margin-left: -10px;
}
.bootstraptour-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.bootstraptour-content {
  padding: 9px 14px;
}
.bootstraptour > .arrow,
.bootstraptour > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.bootstraptour > .arrow {
  border-width: 11px;
}
.bootstraptour > .arrow:after {
  content: "";
  border-width: 10px;
}
.bootstraptour.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
.bootstraptour.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
.bootstraptour.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
.bootstraptour.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
.bootstraptour.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
.bootstraptour.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
.bootstraptour.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
.bootstraptour.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}
.bootstraptour[class*=tour-] {
    z-index: 1100
}

.bootstraptour[class*=tour-] .bootstraptour-navigation {
    padding: 9px 14px
}

.bootstraptour[class*=tour-] .bootstraptour-navigation [data-role=end] {
    float: right
}

.bootstraptour[class*=tour-] .bootstraptour-navigation [data-role=prev],
.bootstraptour[class*=tour-] .bootstraptour-navigation [data-role=next],
.bootstraptour[class*=tour-] .bootstraptour-navigation [data-role=end] {
    cursor: pointer
}

.bootstraptour[class*=tour-] .bootstraptour-navigation [data-role=prev].disabled,
.bootstraptour[class*=tour-] .bootstraptour-navigation [data-role=next].disabled,
.bootstraptour[class*=tour-] .bootstraptour-navigation [data-role=end].disabled {
    cursor: default
}

.bootstraptour[class*=tour-].orphan {
    position: fixed;
    margin-top: 0
}

.bootstraptour[class*=tour-].orphan .arrow {
    display: none
}